
Originally Posted by
dieppe
Maybe a stupid question, but is there any howto explaing how to test the r300g driver? I didn't find any

in case of r300-r500 cards:
1. build mesa with gallium enabled.
2. find where it installed the drivers (in my case /usr/lib/dri)
3. remove r300_dri.so
4. make a symlink r300_dri.so -> radeong_dri.so
check glxinfo - it should say you have opengl 2.1
Code:
(...)
OpenGL vendor string: X.Org R300 Project
OpenGL renderer string: Gallium 0.4 on RV515
OpenGL version string: 2.1 Mesa 7.9-devel
OpenGL shading language version string: 1.20
(...)