On Wed, Jan 05, 2005 at 12:21:49AM -0500, jim wrote: > Chiheb Djabri wrote: > > > Hi > > > > My Nvidia modules seems not to work; after installing nvidia-glx and > > modifying xorg.conf I did opengl-update nvidia and the results: > > > > *Switching to nvidia openGL interface > > ln: Creating symbolic link '/usr/X11R6/lib/modules/extensions/libglx.so' > > to '/usr/lib/opengl/nvidia/extensions/libglx.so: No such file or Directory > > > > Besides, I tried to test with glxinfo | grep direct it finished with > > error:unable to open display > > > > Need Some suggestions please > > > > IcEonFirE > I'd check to see if there was a > file /usr/lib/opengl/nvidia/extensions/libglx.so > If there is not, that is the problem. > This file should have been installed by media-video/nvidia-glx > I would try re emerging it. > If it is there, it is something I don't get. > If it is there, you could try to make the symlink directly. It might work, > or it might give you some more info on why it does not work. > > -- > Jim > > -- > [email protected] mailing list >
Just create the symlink manually, think it will solve the glx problem: ln -s /usr/lib/opengl/nvidia/extentions/libglx.so /usr/X11R6/lib/modules/extentions/. -- -- [email protected] mailing list
