On Don, 2011-11-10 at 16:58 +0100, Steve Petruzzello wrote: > > Setting LIBGL_DEBUG=verbose and running glxinfo showed that > (/usr/lib/dri/r600_dri.so : cannot open shared object file : No such file > or directory) > So I looked for a file called r600_dri.so on my system and found two, > one in /usr/lib/x86_64-linux-gnu/dri and another one in /usr/lib32/dri > (both files are not identical). Doing a symbolic link to the first one > in /usr/lib/dri solved the problem (dri working) > > This file is shipped by the libgl1-mesa-dri package but xorg (I guess) > is looking in the wrong place compared to the place this file is put. > Therefore I'm not sure if it's a xorg bug or a libgl1-mesa-dri one.
If anything, it would be a libgl1-mesa-glx bug, which contains libGL.so.1. Which version of libgl1-mesa-glx is installed? What do ldd $(which glxinfo) | grep libGL and env | grep LIBGL say? -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org