Comment 9 for bug 388032

Revision history for this message
Baptiste Mille-Mathias (bmillemathias) wrote :

Setting an xorg.conf file with the following content made the trick.

------------8<-----------------------------------------------------------------------
 Section "Monitor"
 Identifier "Configured Monitor"
EndSection

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

Section "Device"
        Identifier "intel"
        Driver "intel"
EndSection
------------8<-----------------------------------------------------------------------

Hopefully once the bug fixed, I'll remove it :)