Comment 8 for bug 305227

Revision history for this message
dirk raith (diahrk) wrote :

I had the same problem on my Asus EEETop 1602.

It looks like I could solve the problem by disabling the framebuffercompression in xorg.conf - like what jk suggested above (2009-01-28) -- I quote the details:

"Adding "Framebuffercompression false" like below did the trick.

Section "Device"
 Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
 Driver "intel"
 BusID "PCI:0:2:0"
 Option "FramebufferCompression" "false"
EndSection
"

thanks
dirk