Re: No luck with nvidia-x11-drv on Fedora Core 6.
"Philippe A." <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Matthias, > I'm having other sorts of problems though. When I enable desktop effects, > > I'm getting the following messages: > > > > compiz: /usr/lib/nvidia/libGLcore.so.1: no version information available > > (required by /usr/lib/tls/libGL.so.1) > > compiz: symbol lookup error: /usr/lib/nvidia/libGLcore.so.1: undefined > > symbol: _nv000037gl > > > > I see the same messages when running glxgears or glxinfo. That's > worrying! > > > > Strangely, I can see in Xorg.0.log that GLX is found and loaded: > > > > (II) LoadModule: "glx" > > (II) Loading /usr/lib/xorg/modules/extensions/nvidia/libglx.so > > (II) Module glx: vendor="NVIDIA Corporation" > > compiled for 4.0.2, module version = 1.0.9626 > > Module class: X.Org Server Extension > > ABI class: X.Org Server Extension, version 0.1 > > Hmmm, you might want to try : > > /etc/cron.daily/prelink > rpm -Va > Your prelink suggestion was helpful. It reported lots of messages such as: prelink: /usr/bin/glxinfo: Could not parse `/usr/bin/glxinfo: /usr/lib/nvidia/libGLcore.so.1: no version information available (required by /usr/lib/tls/libGL.so.1)' I ended finding many old nvidia-related files in /usr/lib/tls: libnvidia-tls.so.1.0.6629 libnvidia-tls.so.1.0.7167 libnvidia-tls.so.1.0.7676. I moved them away and everything started to work. Looks like nvidia does not clean after itself during upgrades. Thanks a lot for your help!