On Saturday 19 January 2008, Chris Ross wrote:
>
> Are you sure about that?
>
> # locate libglx.so
> /usr/lib/xorg/modules/extensions/libglx.so
> /usr/lib/xorg/modules/updates/extensions/libglx.so
> /usr/lib/xorg/modules/updates/extensions/libglx.so.1.0.9639
>
> # rpm -qf /usr/lib/xorg/modules/extensions/libglx.so
> xorg-x11-server-7.2-30.11
>
> # rpm -qf /usr/lib/xorg/modules/updates/extensions/libglx.so
> x11-video-nvidia-1.0.9639-0.1
>
>
> You mean uninstall x11-video-nvidia presumably, not just
> rm /usr/lib/xorg/modules/updates/extensions/libglx.so*
>
> OK, so in YaST I uninstalled x11-video-nvidia and nvidia-gfx-kmp-default
>
> and just for good measure reinstalled xorg-x11-server to ensure
> /usr/lib/xorg/modules/extensions/libglx.so that is good.
>
>
> So that gets rid of the error on loading the libglx, but without
> hardware acceleration of course.
>
> $ glxinfo
> name of display: :0.0
> display: :0  screen: 0
> direct rendering: No
> server glx vendor string: SGI
> server glx version string: 1.2
>
>
> Next stop then is to reinstall x11-video-nvidia which I did simply by
> ticking the checkbox next to it in YaST (as documented
> at http://en.opensuse.org/NVIDIA). Naturally YaST selected
> nvidia-gfx-kmp-default too.
>
> So now we have
>
> $ rpm -qa --last | head
> x11-video-nvidia-1.0.9639-0.1                 Sat 19 Jan 2008 17:33:25 GMT
> nvidia-gfx-kmp-default-1.0.9639_2.6.18.8_0.7-0.1 Sat 19 Jan 2008
> 17:30:32 GMT
> xorg-x11-server-7.2-30.11                     Sat 19 Jan 2008 17:15:05 GMT
>
>
> Restart X (i.e. logout and login again) ...
> And we're right back to
>
> $ glxinfo
> name of display: :0.0
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Error: couldn't find RGB GLX visual
>
> $ grep glx /var/log/Xorg.0.log
> (II) LoadModule: "glx"
> (II) Loading /usr/lib/xorg/modules/updates/extensions//libglx.so
> dlopen: /usr/lib/xorg/modules/updates/extensions//libglx.so: undefined
> symbol: _nv000069gl
> (EE) Failed to load /usr/lib/xorg/modules/updates/extensions//libglx.so
> (II) UnloadModule: "glx"
> (EE) Failed to load module "glx" (loader failed, 7)
>
>
> At this point I /really/ don't know what I'm doing wrong.
>
>
>
> Regards,
> Chris R.

OK, I thought you used the shar from NVIDIA like me. The missing symbol is 
in /usr/lib/libGLcore.so.1 (symlink) in my system, so X finds the wrong file 
in your case. Try searching for other occurrences of libGLcore.so and 
removing them.

Regards
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to