From: Paul Cheyrou-l. <Pau...@in...> - 2003-04-11 05:36:48
|
I use both on the same linux system : 1. install latest nvidia driver 2. download Mesa source from mesa3d.org 3. compile and install Mesa from sources (make install should install it in /usr/local/lib/) (if you're coding some opengl try configure --enable-warn --enable-trace, you'll get some VERY useful information) Then, when you want to use Mesa, just launch a shell command export LD_LIBRARY_PATH=/usr/local/lib and launch apps. (Valgrind included) When you want to use hardware opengl, export LD_LIBRARY_PATH= Then you can test code with both, and debug with Mesa, wich is easier. -Paul |