Alex wrote:
Thanks for your reply, and thanks for looking into this. I know there are a lot of other things going on at the moment, and for me the problem is not that bad - the 20040303 snapshot works without any major problems. I could
build from DRI cvs, also (haven't tried that yet).


Perhaps there are two different problems. Perhaps my setup is broken in
another way which produces the same symptoms. Perhaps the changes didn't make it into the snapshot.

I tried the 20040325 snapshot just now. Just to do a quick test, I unpacked it and did (this should all be on one line):


LD_PRELOAD=~/dripkg/GL/libGL.so.1.2 LIBGL_DRIVERS_DIR=~/dripkg/r200 glxinfo

And it worked fine. My "installed" libraries and drivers are from XFree86 CVS, so they don't have any of the recent changes. It sounds like you have a fairly recent system, so you may be picking up TLS libraries or something. What does 'ldd $(which glxinfo)' show? If it shows ANYTHING other than /usr/X11R6/lib/libGL.so.1, then that's your problem.

I still get the same symptoms with the 20040324 r200 snapshot. Specifically, no GL programs work, and they produce the following error
messages:


[EMAIL PROTECTED] alex]$ glxinfo name of display: :0.0
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x26
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2a
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2e
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x30
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x32

I'm going to commit a fix in just a bit that should get rid of most or all of these, depending on which 2D driver you have installed. It should be in tonight's build. I don't know exactly what time the build happens, so it might not be in. :)


X Error of failed request:  BadValue (integer parameter out of range for
operation)
  Major opcode of failed request:  146 (XFree86-DRI)
  Minor opcode of failed request:  5 ()
  Value in failed request:  0x48
  Serial number of failed request:  24
  Current serial number in output stream:  24

Likewise with glxgears and atunnel (although for some reason atunnel doesn't have the last bit about "X error of ..."). No useful output is produced. Every time a GL program is run, the "Could not create dummy context" message appears in XFree86.0.log.

xdriinfo works.

Yeah, xdriinfo doesn't actually have to do the part of the DRI protocol with the server that's causing this problem.




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to