Comment 21 for bug 238629

Revision history for this message
UncleGeorge (netbeans) wrote : Re: [i965] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

/etc/X11/xorg.conf:
Section "Device"
        Identifier "Videocard0"
        Driver "intel"
        Option "AccelMethod" "xaa"
        Option "RenderAccel" "true"
EndSection

I added, as per the faq, the two Option parameters. This appears to have fixed my garbled characters on scrolling.
BTW: my xterm scroll was not affected by these missing X11 Options