Comment 4 for bug 918815

Revision history for this message
Alexander Kubashin (kubashin-a) wrote :

I found workaround, by disabling option "SwapbuffersWait".
Simple method for this: create file "/etc/X11/xorg.conf.d/intel.conf" with following content:

Section "Device"
        Identifier "GMA4500"
        Driver "intel"
        Option "SwapbuffersWait" "false"
EndSection