
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] ATI Fire GL X1 - 3D acceleratio
Hi,
me again.
After some further investigation, I have discovered, that the
$fgl_glxgears
Error: couldn't get fbconfig
might be somehow related to the
/usr/X11R6/lib/libGL.so.1.2
Actually, I have found, that there are two possible libGL.so.1.2
libraries at debian stable system. One is in xlibmesa3 package:
$ dpkg -L xlibmesa3 |grep libGL.so.1.2
/usr/X11R6/lib/libGL.so.1.2
/usr/lib/libGL.so.1.2 (<- this is only a link to the previous one)
And the other is provided by the ati driver:
# dpkg --contents fglrx_4.1.0-4.9_i386.deb |grep libGL
-rwxr-xr-x root/users 756163 2004-05-12 00:33:43
./usr/X11R6/lib/libGL.so.1.2
With xlibmesa3 I am getting "Error: couldn't get fbconfig"
and with ati driver I am getting the following error:
$fgl_glxgears: relocation error: /usr/X11R6/lib/libGL.so.1: undefined
symbol: dlopen
Both libraries have different size:
$ ls -la /usr/X11R6/lib/libGL.so.1.2*
-rw-r--r-- 1 root root 400708 Feb 16 18:38
/usr/X11R6/lib/libGL.so.1.2
-rw-r--r-- 1 root root 756163 Jul 28 15:51
/usr/X11R6/lib/libGL.so.1.2-ati
(I changed the name of the ati library, so I can have it at the same
directory)
Does anyone have a clue what is the cause of "undefined symbol: dlopen"
message with ati library?
How can I find out?
Best regards
Michal
Home |
Main Index |
Thread Index