Mailinglist Archive: opensuse-project (189 mails)
| < Previous | Next > |
Re: [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 07:16:30 +0100 (CET)
- Message-id: <6b93b0a960d54feaa8ab46cb9ec04dbb.squirrel@xxxxxxxxxxxxxxx>
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:
--
To unsubscribe, e-mail: opensuse-project+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx
--
To unsubscribe, e-mail: opensuse-project+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-project+help@xxxxxxxxxxxx
| < Previous | Next > |