I'm having a fairly consistent lockup on my radeon 8500 LE (Sapphire) running on a athlon tbird/via KT133 mobo. It only happens when using GL (XGL runs for about a minute before the hang). Using GDB I can attach to Xorg (whose CPU% ~= 99%) and can retrieve the following backtrace:
<br><br>#0  0xb7d90a14 in ioctl () from /lib/libc.so.6<br>#1  0xb7c69a72 in drmCommandNone () from /usr/lib/xorg/modules/linux/libdrm.so<br>#2  0xb7bb5746 in RADEONWaitForIdleCP ()<br>   from /usr/lib/xorg/modules/drivers/radeon_drv.so
<br>#3  0xb7a399a8 in XAAInit () from /usr/lib/xorg/modules/libxaa.so<br>#4  0x080ba20e in xf86XVScreenInit ()<br>#5  0x080d1c95 in xf86Wakeup ()<br>#6  0x0808ae62 in WakeupHandler ()<br>#7  0x08192c87 in WaitForSomething ()
<br>#8  0x08086d93 in Dispatch ()<br>#9  0x0806e51e in main ()<br><br>This seems very similar to Bug 5449 or Bug 1280. As 5449 is marked NEEDINFO I'm curious if any of the recent work addressed this issue. The last posting on that bug was over a month ago.
<br><br>Running on gentoo with the xgl-coffee overlay. Pkg versions:<br>libdrm 2.1_alpha20060614<br>xf86-video-ati-6.6.1_p20060625<br>mesa-6.5.1_alpha20060622<br><br>Brett<br><br>