Comment 34 for bug 304871

Revision history for this message
Marques Johansson (marques) wrote :

It's the vanilla xorg.conf with 'Option "NoAccel" "true"' added. I have some other junk in there, but that's all it is.

Section "Device"
 Identifier "Configured Video Device"
# when intel doesn't work, modprobe intelfb and use these instead of 'driver "intel"'
# Driver "fbdev"
# Option "UseFBDev" "true"
 Driver "intel"

 Option "NoAccel" "true" # works around LPB 304871 - probably disables the next two
 Option "XvMC" "true" # Enabled for no particular reason
 Option "TripleBuffer" "true" # Enabled for no particular reason
 Option "ModeDebug" "true" # More Verbose logging
 Option "FallbackDebug" "true" # More Verbose logging
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
# 16BPP is a possible work around for LPB 304871 that only locks me up at
# 2.6.28-3-generic, xserver-xorg-video-intel 2:2.5.1-1ubuntu7
# DefaultDepth 16
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
EndSection