Find the answer to your Linux question:
Results 1 to 9 of 9
Hi All, I just installed F10 on my laptop. Earlier I was using F8. All of a sudden my system has started hanging. Its not that it hangs when its ...
  1. #1
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224

    Angry F10 hangs!

    Hi All,

    I just installed F10 on my laptop. Earlier I was using F8.
    All of a sudden my system has started hanging.
    Its not that it hangs when its running a particular application.

    I never had this issue when I was using F8.

    Is this some know issue with F10??

    Any solution for the same??

    Thanks in advance...
    Linux Rocks!!!!

    Rinjo

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi Rinjo !

    Post your Machine's specs here. Which Graphics Card do you have?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224
    Hi Devil,

    My system specs are as follows:
    HP DV2122TU Laptop
    Intel Core 2 Duo processor (1.6Ghz)
    2GB RAM
    120GB hard disk (linux partition having 30GB and windows on the rest)
    2GB swap partition
    Running Fedora 10 (2.6.27.5-117.fc10.i686)
    No separate graphics card. But contains a "Intel Graphics Media Accelerator 950"

    I hope this info helps
    Linux Rocks!!!!

    Rinjo

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo 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

  5. #5
    Just Joined!
    Join Date
    Nov 2007
    Posts
    44
    Also, check the size/s of /var/log/messages* file/s. One of the users had this freezing problem and found issue was due to /var/log/messages* file/s being too big. Its possible that it is the same in your case.

  6. #6
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224
    Quote Originally Posted by devils casper View Post
    Execute this
    Code:
    sudo lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    Hi Devil,
    Output is as follows:
    Code:
    [root@localhost rinjo]# lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    [root@localhost rinjo]# grep -i driver /etc/X11/xorg.conf
    grep: /etc/X11/xorg.conf: No such file or directory
    There is no such file as xorg.conf in /etc/X11/

    The contents of X11 is as follows
    Code:
    [root@localhost rinjo]# ls -l /etc/X11/
    total 28
    drwxr-xr-x 2 root root 4096 2008-09-06 15:43 applnk
    drwxr-xr-x 2 root root 4096 2010-01-15 02:12 fontpath.d
    -rwxr-xr-x 1 root root 1061 2008-11-11 22:29 prefdm
    drwxr-xr-x 2 root root 4096 2010-01-15 02:14 xdm
    drwxr-xr-x 5 root root 4096 2010-01-15 02:14 xinit
    -rw-r--r-- 1 root root  547 2008-08-25 19:43 Xmodmap
    -rw-r--r-- 1 root root  493 2008-08-25 19:43 Xresources
    [root@localhost rinjo]# 
    [root@localhost rinjo]# find /etc/X11/ -name xorg.conf -print
    [root@localhost rinjo]#
    Please let me know, which details you require.
    Linux Rocks!!!!

    Rinjo

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Create xorg.conf file manully and try using i810 driver.
    Code:
    su -c nano /etc/X11/xorg.conf
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"i810"
    EndSection
    
    Section "Monitor"
    	Identifier	"Generic Monitor"
    	Option		"DPMS"
    	HorizSync	30-71
    	VertRefresh	50-160
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Configured Video Device"
    	Monitor		"Generic Monitor"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		24
    		Modes		"1280x1024" "1024x768" 
    	EndSubSection
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    	Screen		"Default Screen"
    	InputDevice	"Generic Keyboard"
    	InputDevice	"Generic Mouse"
    EndSection
    In case it doesn't work, boot up in Single User Mode and remove xorg.conf file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224
    Hi Devil,

    Tried the method you mentioned, and created the xorg.conf file. But, unfortunately it did not work.
    All I got was a black screen with a big rectangular mouse cursor.

    I have deleted the xorg.conf file as specified.

    Any other solution to this issue???
    Linux Rocks!!!!

    Rinjo

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Intel Graphics Card Driver didn't work in most distro that released during release of Fedora 10. Problem is in Driver only and different solutions worked on different instances.
    Add nomodeset keyword at the end of Kernel line in grub.conf file and check if it works.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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