Comment 53 for bug 304871

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

I was also able to get the driver working by adding 'Option "DRI" "false"' instead of 'Option "NoAccel" "true"'. It sounds like a more favorable work-around for the time being.

Section "Device"
        Identifier "Configured Video Device"
        Driver "intel"
        Option "XvMC" "true" # /etc/X11/XvMCConfig should contain "libIntelXvMC.so.1"
        Option "DRI" "false"
        Option "ModeDebug" "true"
        Option "FallbackDebug" "true"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
EndSection

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