Comment 10 for bug 732304

Revision history for this message
CaCO3 (caco3) wrote : Re: Intel sandy-bridge dual-head GPU hang

The option with the
Option "Shadow" "true"
in the xorg.conf works for me on Kubuntu 10.10 as well as in 11.04 beta 1.

The attached xorg.conf has a lot of data which is not really needed. If you want to use another screen configuration, remove everything form the file except the code below:

Section "Device"
        Identifier "Sandybridge"
        Driver "intel"
        Option "DRI" "false"
        Option "Shadow" "true"
EndSection