Comment 10 for bug 374590

Revision history for this message
In , Michel Dänzer (michel-daenzer) wrote :

(In reply to comment #6)
> However I might be doing something wrong with compiling/installing it because
> glxinfo | grep version still indicates: 'OpenGL version string: 1.3 Mesa
> 7.4.1'. I think this should be 'Mesa 7.5'?

Sounds like maybe you're using indirect rendering, try setting LIBGL_DEBUG=verbose to get more information.

Note that for the patch to take effect you also need to restart the X server and verify with

grep _dri /var/log/Xorg.0.log

that it's loading the patched r300_dri.so. Guess I should have mentioned this before.