Nope. GLUT is driver independent.
GLUT stands for Graphics Library Utility Toolkit and it does not depend on your Nvidia (or any other) graphics driver. However it does depend on OpenGL which is what Nvidia drivers implement. (Mesa is another implementation of OpenGL.)
You will only need GLUT if you are learning OpenGL programming or want to use some free applications from the net. The most modern games (quake, wolf, UT) do not require GLUT library.
If you want to experiment with GLUT, you will find the rpm packages from the 3. cd in RedHat 8.0. (They are not installed by default)
|