Wednesday, December 10, 2008

Fix ! Fedora 10 GUI's Hang

Few days ago when i upgraded my office PC from Fedora 8 to Fedora 10, on reboot GUI got stuck, and i was unable to login through GUI, while was able to login through Command Line. Sucks... !

Anyhow with little googling and reading Xorg logs i am able to fix it, here are my findings...

Symptoms:

cat /var/log/Xorg.0.log

if you find any such thing reporting "intel_bufmgr_fake.c:387: Error waiting for fence: Device or resource busy."

Solution:

1. # vi /etc/X11/xorg.conf

add following line in Section "Device"

Option "NoAccel"


2. # Xorg -configure


3. #reboot
or
#startx


Cheers