Comment 236 for bug 182038

Revision history for this message
In , Luke-hutchison (luke-hutchison) wrote :

If anybody is wondering why this bug magically fixed itself in their distro recently, it's because Ubuntu and Fedora have inverted the default behavior of the XAANoOffscreenPixmaps option.

https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/182038/comments/111

In case you're trying to debug this, you may need one of the following options to bring back the broken behavior:

 Option "XAANoOffscreenPixmaps" "false"
 Option "XAAOffscreenPixmaps" "true"

Seems like sweeping things under the rug to me :o)