On Thu, 2007-05-31 at 00:14 +0200, Denis Fernandez Cabrera wrote: > Michel Dänzer wrote: > > On Wed, 2007-05-30 at 14:31 +0200, Denis Fernandez Cabrera wrote: > > > >>[EMAIL PROTECTED]:~$ sudo ldd /usr/lib/xorg/modules/extensions/libdri.so > >> linux-vdso32.so.1 => (0x00100000) > >> libdrm.so.2 => /lib/libdrm.so.2 (0x6ffad000) > > > > > > libdrm2 installs to /usr/lib/, move this one out of the way. > > Indeed, that did the trick. Thanks thousands! > > I removed /lib/libdrm.so.2, and now 3D is working again. However, I have > a couple of questions: > > 1. I noticed that there are other files named similarly (for example, > libdrm.so.2 was actually a symlink to libdrm.so.2.0.0) in /lib/. Should > I remove them too?
Yes, or the next ldconfig run will reinstate the libdrm.so.2 symlink. > 2. Why has libdrm2 been unproperly installed, or the previous version > wrongly removed? The stale libdrm is probably from a non-packaged local installation. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer

