Under a DRI system you disable DRI by quoting out the
Load "dri"
line in the Modules
section in /etc/X11/xorg.conf. After restarting X everything 3D should be slow.Under an annoying non-standard system (i.e. nVidia) I believe you can link your C program using something like
-lGLMesa
. However you are royally screwed if you use something like the Python bindings. Then you would have to do some recompiling/magic relinking to make it all work.
2 comments:
What about using something like the following?
LD_PRELOAD=/usr/lib/libGLMesa.so glchess
Ah good I was hoping you'd write in with the correct form...
Post a Comment