[Dri-devel] DRI wont load libglide

2002-01-10 Thread Nick Hudson
Greetings, I have compiled glide and dri into the X server and now when I run glxinfo I get these errors: nhudson@nhudson:~$ glxinfo name of display: :0.0 libGL: XF86DRIGetClientDriverName: 1.0.0 tdfx (screen 0) libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/tdfx_dri.so libGL: Op

[Dri-devel] Re: [Dri-users] website updated

2002-01-10 Thread Frank Worsley
> > How does the FAQ maintainer/moderator come to know what to put > in the FAQ? > You have to use your own judgement when it comes to this. If you see a "frequently asked question" while reading the mailing lists then it should probably go into the FAQ. :) FAQ comments are really intended fo

Re: [Dri-devel] Simple 2min. question for developers. Please help

2002-01-10 Thread Brian Paul
Dark Avenger wrote: > > Re: > 1) Seg. Fault and Xlib: unexpected async reply (sequence 0x1728)! > Re: > Re: I remember seeing problems like this when I was debugging multi-threaded > Re: apps. Does XMMS use threads in conjunction with OpenGL? > > Yes sir, OpenGL + threads. The error above is,

Re: [Dri-devel] weird modulepath problem with DRI

2002-01-10 Thread Michel Dänzer
On Thu, 2002-01-10 at 16:13, David Goodyear wrote: > (++) Using config file: "XF86Config-4" > (++) Using config file: "/etc/X11/XF86Config-4" A normal user can only use config files in /etc/X11, so it's not using the same config file in both cases. > How does one fix this modulepath problem o

RE: [Dri-devel] weird modulepath problem with DRI

2002-01-10 Thread Gareth Hughes
Sounds like you haven't set the permissions on /dev/dri to allow user access. >From the DRI User's Guide: If you want all of the users on your system to be able to use direct-rendering, then use a simple DRI section like this: Section "DRI" Mode 0666 EndSection

[Dri-devel] weird modulepath problem with DRI

2002-01-10 Thread David Goodyear
Hi all, I have downloaded the mach64 branch and Xserver from the CVS. I have carried out all of the prescribed steps for carrying out the compilation and installation into /usr/X11R6-DRI. I change the library path to /usr/X11R6-DRI/lib in ld.so.conf and run ldconfig to set up the library pat