|
From: Brian P. <bri...@tu...> - 2008-11-24 20:09:21
|
darko wrote: > I have few questions I instaled mesa from source on my celeronP4 agp > mx400geforce before that i used envy for installation of my drivers for > graphics and with that i get /usr/include/GL dir and in that dir nvidia > gl and glx extension does now mesa replacement my drivers and what will > be faster mesa drivers or nvidia card drivers beacos i noticed that now > glx and gk extensions are from sgi. Second I no se nvidia_dri.so how wil > dri now act and third why does nvidia does not provide glu.h for its card??? If you're using NVIDIA hardware, you should use NVIDIA's drivers. The "nouveau" Mesa drivers for NVIDIA probably aren't ready for non-developers. If you clobbed your NVIDIA installation with Mesa, you'll have to re-install your NVIDIA driver package. I think most Linux distros already include GLU and GLUT libraries but if they're missing you can build "stand-alone" Mesa (see web page instructions) and just copy the libGLU.so and libglut.so libraries to wherever you want. -Brian |