Author Login
Post Reply
Anssi Hannula wrote:
> Provide the output of:
>
> ldd $(which quake3)
> cat /etc/ld.so.conf.d/GL/ati.conf
> ls -l /usr/lib/fglrx/libGL.so.1
> ls -l /usr/X11R6/lib/modules/dri/fglrx_dri.so
> ls -l /usr/X11R6/lib/modules/
Here we are:
ldd $(which quake3)
not a dynamic executable
(same for the others actually; for enemy-territory:
ldd et.x86
not a dynamic executable; statically compiled?)
cat /etc/ld.so.conf.d/GL/ati.conf
/usr/lib64/fglrx
/usr/lib/fglrx
ls -l /usr/lib/fglrx/libGL.so.1
lrwxrwxrwx 1 root root 12 2008-06-07 17:59 /usr/lib/fglrx/libGL.so.1 ->
libGL.so.1.2
ls -l /usr/X11R6/lib/modules/dri/fglrx_dri.so
ls: cannot access /usr/X11R6/lib/modules/dri/fglrx_dri.so: No such file
or directory
ls -l /usr/X11R6/lib/modules/
the same, actually, the lib directory was not existing under X11R6!!
Thanks, I have just fixed it with the right ln -s. However, I dunno how
these disappeared.
Cheers,
Chris.