William John Murray wrote: > On Wed, 2006-11-08 at 02:56 -0500, fedora-list-request@xxxxxxxxxx wrote: >> Better to post your /var/log/Xorg.0.log as well... >> >> > My symptoms are very similar. Have mine. Could it be that when > (EE) AIGLX: Screen 0 is not DRI capable > is reached all DRI is switched off? I'm an nvidia user. But, I suspect this is your clue. > (II) fglrx(0): Composite extension enabled, disabling direct rendering > (WW) fglrx(0): *********************************************** > (WW) fglrx(0): * DRI initialization failed! * > (WW) fglrx(0): * (maybe driver kernel module missing or bad) * > (WW) fglrx(0): * 2D acceleraton available (MMIO) * > (WW) fglrx(0): * no 3D acceleration available * > (WW) fglrx(0): ********************************************* * I'm only running FC6 as a vmware guest. However, you can try adding this to your xorg.conf to see if it helps. Section "Extensions" Option "Composite" "disable" EndSection Ed