tor, 29.04.2004 kl. 16.19 skrev Keith Whitwell:
> Ronny V. Vindenes wrote:
> > tor, 29.04.2004 kl. 14.59 skrev Keith Whitwell:
> > 

> 
> How exactly does glxinfo fail?  Do you have a backtrace?

It just sucks up cpu cycles and makes no progress.

LIBGL_DRIVERS_PATH=~/cvs/freedesktop.org/Mesa/lib64 LIBGL_DEBUG=verbose
glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying
/home/rvv/cvs/freedesktop.org/Mesa/lib64/r200_dri.so
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
libGL error:
Can't open configuration file /etc/drirc: No such file or directory.
libGL error:
Can't open configuration file /home/rvv/.drirc: No such file or
directory.

at which point cpu load goes ~100%. gdb has this to say:

0x0000002a9579b885 in DoBindContext (dpy=0x5045a0, draw=52428802,
    read=52428802, ctx=0x511070, modes=0x50c4d0, psp=0x50ed40)
    at dri_util.c:480
480             DRM_SPINLOCK(&psp->pSAREA->drawable_lock,
psp->drawLockID);
(gdb) bt
#0  0x0000002a9579b885 in DoBindContext (dpy=0x5045a0, draw=52428802,
    read=52428802, ctx=0x511070, modes=0x50c4d0, psp=0x50ed40)
    at dri_util.c:480
#1  0x0000002a9579b96e in driBindContext3 (dpy=0x5045a0, scrn=0,
    draw=52428802, read=52428802, ctx=0x511070) at dri_util.c:519
#2  0x0000003175479b90 in BindContextWrapper (dpy=0x6b7370, gc=0x0,
    draw=7041424, read=0) at glxext.c:1482
#3  0x0000003175479ed5 in MakeContextCurrent (dpy=0x5045a0,
draw=52428802,
    read=52428802, gc=0x510910) at glxext.c:1580
#4  0x0000000000401520 in ?? ()
#5  0x000000000040237a in ?? ()
#6  0x0000003ced91c632 in __libc_start_main () from /lib64/tls/libc.so.6
#7  0x00000000004010ea in ?? ()
#8  0x0000007fbffff7e8 in ?? ()
#9  0x0000000000000000 in ?? ()

-- 
Ronny V. Vindenes <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to