Comment 11 for bug 344721

Revision history for this message
Rocko (rockorequin) wrote :

Someone in the nvidia forums has found a workaround (http://www.nvnews.net/vbulletin/showthread.php?p=1985255). The following settings in xorg.conf fix the problem (I tested with 185.19 and ran glitch-free):

    Option "RenderAccel" "True"
    Option "NoLogo" "True"
    Option "NoRenderExtension" "False"
    Option "TripleBuffer" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "AllowGLXWithComposite" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "AllowSHMPixmaps" "1"
    Option "AddARGBGLXVisuals" "True"
    Option "AllowGLXWithComposite" "True"

Perhaps one or more of the defaults for these changed in 180.35 and is causing the problem.