[Bug 33790] [r300g] Black windows with opengl apps (ex. glxgears)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 5 10:06:56 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=33790

--- Comment #4 from speps <dreamspepser at yahoo.it> 2011-08-05 10:06:56 PDT ---
With newer 7.11 release, this bug is still present.
I managed to solve this by creating an .drirc file with:

<driconf>
    <device screen="0" driver="dri2">
        <application name="all">
            <option name="vblank_mode" value="0" />
        </application>
    </device>
</driconf>

It works in the same way with vblank_mode setted to 0 or 1,
seems like vblank_mode is unsetted by default and cause the blank output.

Btw, glxgears FPS is still low with about ~400 FPS and glxgears_pixmap
gives an even slower 2 FPS.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list