Comment 8 for bug 296833

Revision history for this message
Daily Activist (chad-dailyactivist) wrote :

I had a similar problem with my i845 card. I saw a post in Fedora Forums that I thought addressed it and tried the fix. It worked for me. Here's my edited xorg.conf file:

Section "Device"
 Identifier "Configured Video Device"
 Driver "intel"
 Option "AccelMethod" "XAA"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
EndSection

Hope this is helpful.

Fedora Forum link: http://forums.fedoraforum.org/showthread.php?t=207320