Suse 7,1, glut & Hardware Acceleration

Hello

I’m actually programming OpenGL in Windows but i tested to compile a little programm in SuSe 7.1.

It comiples successfully with
g++ -o foo foo.cpp -L/usr/X11R6/lib/ -lGL -lGLU -lglut -lX11 -lXi -lXmu -lXext

but how can i use my Voodoo 3 for hw acceleration ?

you just need to install the glide libraries and reinstall mesa in order to use glide (in configure option).
then type MESA_GLX_FX=f in order to enable fulsscreen 3dfx acceleration

that’s all!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.