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