Comment 131 for bug 745608

Revision history for this message
Sean Channel (sean-channel) wrote :

It's like my computer is running out of toner. I get this font corruption everywhere unless I use this workaround: add debug options for intel driver by creating the file "/usr/share/X11/xorg.conf.d/20-intel.conf" with the following contents:

Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "DebugWait" "true"
    Option "SwapbuffersWait" "false"
EndSection