sorry about my slow reply, but computer-time has been rare this past week... On Sun, September 11, 2005 5:23 pm, Daniel Mueller said:
I guess you installed both, mesa3d AND ati_driver.
yes i did, because the ati-drivers depends on mesa3d according to the release notes.
= mesa3d = $ grep "libGL.so" .footprint lrwxrwxrwx root/root usr/lib64/libGL.so -> libGL.so.1 lrwxrwxrwx root/root usr/lib64/libGL.so.1 -> libGL.so.1.5.060302 -rwxr-xr-x root/root usr/lib64/libGL.so.1.5.060302
= ati_driver = $ grep "libGL.so" .footprint -rwxr-xr-x root/root usr/X11R6/lib32/libGL.so.1.2 -rwxr-xr-x root/root usr/X11R6/lib64/libGL.so.1.2
I am interested which file glxgears decides to use...
this is indeed an interesting point (learning something new with every mail... :) but it doesn't seem to be the problem: $ ldd /usr/X11R6/bin/glxgears | grep libGL libGL.so.1 => /usr/X11R6/lib64/libGL.so.1 (0x00002aaaaabc1000) $ pkginfo -o /usr/X11R6/lib64/libGL.so.1 Package File ati_driver usr/X11R6/lib64/libGL.so.1.2 x11 usr/X11R6/lib64/libGL.so.1 $ ls -l /usr/X11R6/lib64/libGL.so.1 lrwxrwxrwx 1 root root 12 Sep 10 18:40 /usr/X11R6/lib64/libGL.so.1 -> libGL.so.1.2 and i did a manual rename of the x11 libGL.so.1.2 file before installing the ati-driver port. so this seems to be in order. i'll be back with any findings after looking into the other reply i got... cheers, lars