Jules Bean wrote: > [EMAIL PROTECTED] [17] LIBGL_DEBUG=1 glxinfo > libGL error: dlopen failed: /usr/X11R6/lib/modules/dri/tdfx_dri.so: > cannot open shared object file: No such file or directory > libGL error: dlopen failed: /usr/X11R6/lib/modules/dri/tdfx_dri.so: > cannot open shared object file: No such file or directory > display: :0.0 screen:0 > direct rendering: No > > A working workaround for me is to ln -s /usr/X11R6/lib/modules/dri to > ../modules-dri/dri. It looks like the ModulePath things aren't doing their > job:
[snip] Indeed, the ModulePaths only affect the X server, the clients (libGL.so.1.2 to be precise) look for *_dri.so in $(ProjectRoot)/lib/modules/dri/ . I guess they should be moved there. -- Earthling Michel Dänzer (MrCooper) \ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \ XFree86 and DRI project member

