[gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
Hi I'm running ~amd64 on some packages and I know this can produce problems ;). I tried the modular X.org a while ago and was surprised about the stability. There was only a issue with missing symlinks for the nvidia drivers. Everything went fine since a few days ago. My current versions:

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu
Hi, did u run: eselect opengl set nvidia to make sure nvidia's implementation is used. By yhe output of Xorg.0.log the actual implementation used is the X.org default one. Also make sure you comment the ModulesPath in xorg.conf. Catalin -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 16:24 schrieb ext Stefan Frank: X.org gives me the following error message on startup: I don't know where I can get some more informative error messages. A few lines above I can see that the glx-module was loaded: (II) LoadModule: glx (II) Loading

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 16:24, Stefan Frank wrote: x11-base/xorg-server-0.99.4-r2 +dri +ipv6 -minimal +xprint media-video/nvidia-kernel-1.0.8174-r1 media-video/nvidia-glx-1.0.8174-r1 -dlloader Is it correct, that I have set the dri use-flag? I'm confused about that, because some

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 15:53, Catalin Trifu wrote: Hi, did u run: eselect opengl set nvidia More than once :(. to make sure nvidia's implementation is used. By yhe output of Xorg.0.log the actual implementation used is the X.org default one. Also make sure you

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 15:54, Dirk Heinrichs wrote: Any chance you're using hardened gcc? Try switching gcc to vanilla (using gcc-config) and rebuild xorg-server and eventually the nvidia stuff. Nope: # gcc-config -L

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu
# ls -lsa /usr/lib/libGL* 4 -rw-r--r-- 1 root root 727 Dec 10 12:04 /usr/lib/libGL.la 0 lrwxrwxrwx 1 root root 36 Dec 10 12:04 /usr/lib/libGL.so - //usr/lib/opengl/nvidia/lib/libGL.so* 4 -rw-r--r-- 1 root root 752 Dec 3 12:31 /usr/lib/libGLU.la 0 lrwxrwxrwx 1 root root 20 Dec 7 23:43

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 16:43, Catalin Trifu wrote: # ls -lsa /usr/lib/libGL* 4 -rw-r--r-- 1 root root727 Dec 10 12:04 /usr/lib/libGL.la 0 lrwxrwxrwx 1 root root 36 Dec 10 12:04 /usr/lib/libGL.so - //usr/lib/opengl/nvidia/lib/libGL.so* 4 -rw-r--r-- 1 root root752

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu
Can be because u run x86_64 because it loads the GLX from Loading /usr/lib64/xorg/modules/extensions/libglx.so This can be a cause. Have u tried to use the xorg implementation. Also, you can live without GLX as long u don't need fancy 3D or something like that. Catalin Stefan

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Francesco Riosa
Stefan Frank wrote: Hi I'm running ~amd64 on some packages and I know this can produce problems ;). I tried the modular X.org a while ago and was surprised about the stability. There was only a issue with missing symlinks for the nvidia drivers. Everything went fine since a few days