On Fri, 02 Apr 2004 01:07:57 +0100 Keith Whitwell <[EMAIL PROTECTED]> wrote:
> Ian Romanick wrote: > > Craig Sowadski wrote: > > > >> I am getting the following error when trying to run any DRI/GL program > >> using snapshots staring at with radeon-20040304-linux.i386.tar.bz2 > >> until present: > >> > >> X Error of failed request: BadValue (integer parameter out of range > >> for operation) > >> Major opcode of failed request: 144 (XFree86-DRI) > >> Minor opcode of failed request: 5 () > >> Value in failed request: 0x49 > >> Serial number of failed request: 24 > >> Current serial number in output stream: 24 > >> > >> > >> I have traced the problem to be the file libdri.a, and must be > >> something to do with this patch: > >> > >> http://dri.freedesktop.org/cgi-bin/cvsweb/dri/xc/xc/programs/Xserver/GL/dri/dri.c.diff?r1=1.50&r2=1.51 > >> > >> > >> > >> Everything seems to work fine using the libdri.a from 03-03-2004 with > >> the newest snapshot drivers. > >> > >> Let me know if you would like any other information. > > > > > > There we go! That's why I haven't been able to reproduce the problem! > > Can either libglx.a and libGLcore.a please be added to the binary > > snapshots or libdri.a be removed? I'm sure there is a reason, buy why > > are libdri.a and libdrm.a included at all? > > I think earlier libdrm.a didn't export the generic ioctl wrapper (drmCommand), > but had a dinky wrapper for each ioctl. > > libdri.a, I can't remember, but there is a reason. I just checked the size of libGLcore.a and libglx.a. The unstripped versions are 25M and 5.6M on my system. Even after stripping they are still about 2M and 256K in size. That's a lot of bloat for a binary snapshots. I'd prefer to remove libdri.a instead, unless there is a real good reason to keep it. I suspect newer XFree86 versions (4.2 and newer) should be fine without a new libdri.a. Otherwise we could distribute precompiled libGLcore.a and libglx.a like the Xserver, outside the snapshots. > > Keith > Felix ------------------------------------------------------- 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
