On 21/03/10 00:30, Baho Utot wrote: > (EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed > (/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file > or directory) > (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed > (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such > file or directory) > ABI class: X.Org XInput driver, version 7.0 > > > Looks like it is looking for /usr/lib/dri/r600_dri.so and I don't have it. > Where or who does it come from?
It comes from Mesa. Try recompiling libdrm with the option ./configure --prefix=/usr --enable-radeon-experimental-api Then recompile Mesa with the option ./configure --prefix=/usr --with-dri-drivers=r600 Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
