[opensuse-project] Error in 64 bit (x86-64) version of x11-video-fglrxG01-8.561-1.1 for openSuSE 11.1
All, This might help people who want/need to use the closed source driver in openSuSE 11.1 64. I see the following error in /var/log/Xorg.0.log <quote> drmOpenByBusid: drmGetBusid reports PCI:3:0:0 (EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx _dri.so: wrong ELF class: ELFCLASS32) (EE) AIGLX: reverting to software rendering (II) fglrx(0): Enable the clock gating! </quote> The problem is that it tries to use the 32 libs library in stead of the 64 bits. I solved the problem by: mv /usr/lib/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so.org ln -s /usr/lib64/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so Regards, Joop. -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org
All, According bug: https://bugzilla.novell.com/show_bug.cgi?id=465051 The side effect of the symlink fix is. <qoute> Sure you can set a symlink from /usr/lib/dri/fglrx_dri.so to /usr/lib64/dri/fglrx_dri.so, but this breaks 3D acceleration for any 32bit applications. </quote> Regards, Joop. On Thu, January 22, 2009 6:56 am, Joop Boonen wrote:
All,
This might help people who want/need to use the closed source driver in openSuSE 11.1 64.
I see the following error in /var/log/Xorg.0.log
<quote> drmOpenByBusid: drmGetBusid reports PCI:3:0:0 (EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx _dri.so: wrong ELF class: ELFCLASS32) (EE) AIGLX: reverting to software rendering (II) fglrx(0): Enable the clock gating! </quote>
The problem is that it tries to use the 32 libs library in stead of the 64 bits. I solved the problem by: mv /usr/lib/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so.org ln -s /usr/lib64/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so
Regards,
Joop.
-- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org
participants (1)
-
Joop Boonen