Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi Guys, I am also experiencing more or less the same issues on my fedora 10. my laptop lenovo G430 would hang once in a while. the mouse would move ...
  1. #1
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229

    Angry Lenova G430 hangs once in a while

    Hi Guys,

    I am also experiencing more or less the same issues on my fedora 10. my laptop lenovo G430 would hang once in a while. the mouse would move but the buttons does not work. i try to open the terminal to no avail. have tried the ctrl+alt+backspace. i even tried the 'raising skinny elephants..." approach but still since the keyboards does not respond i don't get anywhere. so the ultimate solution....i have to put off the power and boot. another issue is that i have to boot twice ssince the first boot, it would end up in a blank black page with a blinking line...but with no other information, i hope you guys can share something that i can use to resolve this issue.

    thanks in advance...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by nujinini
    Hi Guys,

    I am also experiencing more or less the same issues on my fedora 10. my laptop lenovo G430 would hang once in a while. the mouse would move but the buttons does not work. i try to open the terminal to no avail. have tried the ctrl+alt+backspace. i even tried the 'raising skinny elephants..." approach but still since the keyboards does not respond i don't get anywhere. so the ultimate solution....i have to put off the power and boot. another issue is that i have to boot twice ssince the first boot, it would end up in a blank black page with a blinking line...but with no other information, i hope you guys can share something that i can use to resolve this issue.

    thanks in advance...
    It looks like a Graphics Card problem only. Which Graphics Card do you have? Which Graphics Driver are you using?
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by devils casper View Post
    It looks like a Graphics Card problem only. Which Graphics Card do you have? Which Graphics Driver are you using?
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    hello,
    here are the results...
    thanks...

    Password:
    [root@localhost nujinini]# lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    [root@localhost nujinini]# grep -i driver /etc/X11/xorg.conf
    grep: /etc/X11/xorg.conf: No such file or directory

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    hello,
    here are the results...
    thanks...

    Password:
    [root@localhost nujinini]# lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    [root@localhost nujinini]# grep -i driver /etc/X11/xorg.conf
    grep: /etc/X11/xorg.conf: No such file or directory
    Execute this
    Code:
    su -
    nano /etc/X11/xorg.conf
    Add this :
    Code:
    Section "Monitor"
    	Identifier   "Monitor0"
    	ModelName    "Monitor 1024x768"
    	HorizSync    30.0 - 71.0
    	VertRefresh  50.0 - 160.0
    	Option	    "dpms"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "vesa"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    		Modes    "1280x1024" "1024x768" "800x600" 
    	EndSubSection
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file. Reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    su -
    nano /etc/X11/xorg.conf
    Add this :
    Code:
    Section "Monitor"
    	Identifier   "Monitor0"
    	ModelName    "Monitor 1024x768"
    	HorizSync    30.0 - 71.0
    	VertRefresh  50.0 - 160.0
    	Option	    "dpms"
    EndSection
    
    Section "Device"
    	Identifier  "Videocard0"
    	Driver      "vesa"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Videocard0"
    	Monitor    "Monitor0"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     24
    		Modes    "1280x1024" "1024x768" "800x600" 
    	EndSubSection
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file. Reboot machine.
    hello...

    i did the above and after i rebooted...all i got was a bright white screen. it responded though to ctrl+alt+F4..in the terminal...i executed the nano /etc/X11/xorg.conf again and erased all...afterwhich..saved, enter, reboot and everything is now back to normal...

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try this now.
    Remove "1280x1024" from Modes line and set Driver "i810" instead of "vesa".
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Try this now.
    Remove "1280x1024" from Modes line and set Driver "i810" instead of "vesa".

    hi again,

    i did the above and this time i got a black screen with a blinking cursor. i was able to get out though by the same path earlier when i tried the first suggestion. thanks.....)

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by nujinini View Post
    Try this now.
    Remove "1280x1024" from Modes line and set Driver "i810" instead of "vesa".

    hi again,

    i did the above and this time i got a black screen with a blinking cursor. i was able to get out though by the same path earlier when i tried the first suggestion. thanks.....)
    I would suggest that you try to let X configure the xorg.conf file for you. If you run Xorg -configure from the command line as root then the X server will probe the system video hardware and write out /etc/X11/xorg.conf with the information it gathers. This is from the Xorg man page:

    -configure
    When this option is specified, the Xorg server loads all video driver
    modules, probes for available hardware, and writes out an initial
    xorg.conf(5x) file based on what was detected. This option currently
    has some problems on some platforms, but in most cases it is a good
    way to bootstrap the configuration process. This option is only
    available when the server is run as root (i.e, with real-uid 0).
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  9. #9
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,229
    Quote Originally Posted by Rubberman View Post
    I would suggest that you try to let X configure the xorg.conf file for you. If you run Xorg -configure from the command line as root then the X server will probe the system video hardware and write out /etc/X11/xorg.conf with the information it gathers. This is from the Xorg man page:

    -configure
    When this option is specified, the Xorg server loads all video driver
    modules, probes for available hardware, and writes out an initial
    xorg.conf(5x) file based on what was detected. This option currently
    has some problems on some platforms, but in most cases it is a good
    way to bootstrap the configuration process. This option is only
    available when the server is run as root (i.e, with real-uid 0).
    hello rubberman..
    thanks man. i tried the above suggestion and got the following result:

    Password:
    [root@localhost ~]# Xorg -configure

    Fatal server error:
    Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again.

  10. #10
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You have to run it in text mode. Edit /etc/inittab and change the line that says "id:5:initdefault:" to "id:3:initdefault" and reboot. That boots into runlevel 3 and will not automatically start the X server for logins. Then run the following commands from the command line:

    1. Xorg -configure
    2. startx

    If it works OK, then edit /etc/inittab again, and change the runlevel back to 5, the original setting.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...