> Besides what exactly do you use Cooker? with the newest X.org?
I am not using Cooker but Mandriva 2007 i686 with Xorg 7.1.1
> in section screen
> Option "AddARGBGLXVisuals" "True"
I 've this already.
>
> in section files
> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
> ModulePath "/usr/lib/xorg/modules/"
>
> in section module
> load "glx"
This does not change a thing.
> in section device
> option renderaccel "true"
> option allowglxwithcomposite "true"
>
I 've already tested this.
The problem is not in the device or screen section, because it works
fine when using the installer from nvidia instead of dkms-nvidia. Thus
it is a path problem.
An the problem is with ld.
[EMAIL PROTECTED] ~]$ ldd `which celestia` |grep GL
libGLU.so.1 => /usr/bin/../lib/libGLU.so.1 (0xb7f03000)
libGL.so.1 => /usr/bin/../lib/libGL.so.1 (0xb7d58000)
libGLcore.so.1 => /usr/lib/nvidia/libGLcore.so.1 (0xb6abc000)
because libGL.so.1 is found by ld in /usr/lib/ before it is found in
/usr/lib/nvidia/.
If I replace /usr/lib/libGL.so.1 by /usr/lib/nvidia/libGL.so.1, the
problem disappears.
It seems update-alternatives is not doing his job properly : it is
adding the path /usr/lib/nvidia to ld.so.conf but after the default
path /usr/lib/.
[EMAIL PROTECTED] astro]# update-alternatives --display gl_conf
gl_conf - status is auto.
link currently points to /etc/ld.so.conf.d/GL/nvidia.conf
/etc/ld.so.conf.d/GL/libmesagl1.conf - priority 500
/etc/ld.so.conf.d/GL/nvidia.conf - priority 1000
slave nvidia_drv: /usr/lib/xorg/modules/drivers/nvidia/nvidia_drv.so
Current `best' version is /etc/ld.so.conf.d/GL/nvidia.conf.
[EMAIL PROTECTED] astro]# cat /etc/ld.so.conf.d/GL/nvidia.conf
/usr/lib/nvidia
[EMAIL PROTECTED] astro]# ls -l /usr/lib/nvidia/
total 10272
lrwxrwxrwx 1 root root 21 Feb 6 18:52 libGLcore.so.1 -> libGLcore.so.1.0.9
746*
-rwxr-xr-x 1 root root 9875728 Jan 3 14:57 libGLcore.so.1.0.9746*
lrwxrwxrwx 1 root root 17 Feb 6 18:52 libGL.so.1 -> libGL.so.1.0.9746*
-rwxr-xr-x 1 root root 597768 Jan 3 14:57 libGL.so.1.0.9746*
_______________________________________________
PLF-discuss mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-discuss