Mailinglist Archive: opensuse-project (189 mails)
| < Previous | Next > |
[opensuse-project] Error in 64 bit (x86-64) version of x11-video-fglrxG01-8.561-1.1 for openSuSE 11.1
- From: "Joop Boonen" <joop_boonen@xxxxxx>
- Date: Thu, 22 Jan 2009 06:56:34 +0100 (CET)
- Message-id: <9202170635603de444c85793412966ce.squirrel@xxxxxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx
| < Previous | Next > |