[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ATI 3D acceleleration and dpkg-divert



Hi,

Rob Sims wrote:

On Sunday 19 September 2004 10:53 am, Nicolas de Sereville wrote:
Following the "ATI Radeon Linux How-To", I managed to get the 3D
acceleration with the previous xserver version (4.3.0.dfsg.1-6) but
overwriting the MESA libGL library with the ATI one, through a "dpkg
--force-overwrite -i fglrx.deb". Everything worked well but I had a
lot of troubles upgrading the xserver due to the libGL library. So I
decided to make use of "dpkg-divert" as suggested on this web page
(http://g-tec.co.at/ati_alt.html):

dpkg-divert --package fglrx --add /usr/X11R6/lib/libGL.so.1.2
dpkg -i fglrx_4.3.0-4.12_i386.deb

Where does /usr/X11R6/lib/libGL.so.1 point now? On my system, it keeps getting set to the diverted library.
ll /usr/X11R6/lib/libGL* gives:
-rw-r--r--    1 root root 666K 2004-09-06 13:16 libGL.a
lrwxr-xr-x  1 root root    12 2004-09-18  17:41 libGL.so -> libGL.so.1.2*
lrwxr-xr-x  1 root root    12 2004-09-20  22:19 libGL.so.1 -> libGL.so.1.2*
-rwxr-xr-x  1 root root 780K 2004-07-16 17:23 libGL.so.1.2*
-rw-r--r--    1 root root 651K 2004-09-06 13:16 libGLU.a
lrwxr-xr-x  1 root root   13 2004-09-18   17:41 libGLU.so -> libGLU.so.1.3
lrwxr-xr-x  1 root root   13 2004-09-18   17:41 libGLU.so.1 -> libGLU.so.1.3
-rw-r--r--    1 root root 489K 2004-09-06 13:16 libGLU.so.1.3
-rw-r--r--    1 root root  31K 2004-09-06  13:16 libGLw.a

How can I recognize a diverted library? After a "find / -name 'libGL*'" I can only see these libraries.

Nico




Reply to: