On Mon, Mar 26, 2001 at 11:36:57PM -0500, Zephaniah E. Hull wrote:
> They are still very much in testing, follow the depends on the packages,
> and, err, you may have to do an ldconfig after installing xlibmesa3-dri,
> I forgot that in the postinst and I'm going to sleep now, again, I'll
> deal with it tomorrow.
>
> The packages are against current unstable, and seem to work for me.
They nearly worked out of the box, for me.
First I had to undo my local hacks to use /usr/local/X11R6-DRI, but
that's not your problem ;-)
However, even with all that done, glxinfo (for example) wasn't finding
the modules, and it was definitely not running accelerated:
jules@pear [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:
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
ModulePath "/usr/X11R6/lib/modules-dri"
ModulePath "/usr/X11R6/lib/modules"
EndSection
Any ideas what I'm doing wrong?
Jules
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]