mirv n00b
Joined: 30 Mar 2007 Posts: 13 Location: Germany
|
Posted: Tue Jun 16, 2009 8:18 pm Post subject: amdcccle |
|
|
I'm having some troubles with amdcccle, and have had them for some time (never been able to run amdcccle), but thought I'd give it another crack at getting it to work. The current problem is the following error message:
Code: |
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7fce7a433a6c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x24) [0x7fce7a433b14]
#2 /usr/lib/libX11.so.6(_XReply+0x258) [0x7fce7c2dc528]
#3 amdcccle(AtiXUExt_GetASICCaps+0xcd) [0x5af4fd]
#4 amdcccle [0x5ac192]
#5 amdcccle(AtiXUPriv_InitContext+0x27) [0x5abe37]
#6 amdcccle(__AtiXUtil_Open+0xd1) [0x5aa691]
#7 amdcccle(main+0x173) [0x533d93]
#8 /lib/libc.so.6(__libc_start_main+0xf4) [0x7fce7aa5b5e4]
#9 amdcccle(FcDefaultSubstitute+0x72) [0x530eaa]
amdcccle: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
|
I try enabling sloppy lock:
Code: |
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7f395c7eda6c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x24) [0x7f395c7edb14]
#2 /usr/lib/libX11.so.6(_XReply+0x258) [0x7f395e696528]
#3 amdcccle(AtiXUExt_GetASICCaps+0xcd) [0x5af4fd]
#4 amdcccle [0x5ac192]
#5 amdcccle(AtiXUPriv_InitContext+0x27) [0x5abe37]
#6 amdcccle(__AtiXUtil_Open+0xd1) [0x5aa691]
#7 amdcccle(main+0x173) [0x533d93]
#8 /lib/libc.so.6(__libc_start_main+0xf4) [0x7f395ce155e4]
#9 amdcccle(FcDefaultSubstitute+0x72) [0x530eaa]
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7f395c7eda6c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x17) [0x7f395c7edbc7]
#2 /usr/lib/libX11.so.6 [0x7f395e695770]
#3 amdcccle(AtiXUExt_PCSCommand+0x44a) [0x5b01da]
#4 amdcccle(AtiXUPcs_Command+0x17) [0x5b1a97]
#5 amdcccle(AtiXUPcs_GetVal+0x44) [0x5b1504]
#6 amdcccle [0x5ad538]
#7 amdcccle(AtiXUDisp_InitContext+0x26) [0x5ac8a6]
#8 amdcccle(AtiXUPriv_InitContext+0x46) [0x5abe56]
#9 amdcccle(__AtiXUtil_Open+0xd1) [0x5aa691]
#10 amdcccle(main+0x173) [0x533d93]
#11 /lib/libc.so.6(__libc_start_main+0xf4) [0x7f395ce155e4]
#12 amdcccle(FcDefaultSubstitute+0x72) [0x530eaa]
amdcccle: xcb_io.c:352: _XReply: Assertion `!dpy->xcb->reply_data' failed.
|
compiling libX11 without xcb gives me "Xlib sequence lost" errors (can't remember the exact rest of it right now, but most of the error codes were 0).
I've checked all symlinks (they're fine), I always run eselect to set the opengl interface to ati, no errors are reported in dmesg or xorg logs.
Anyone had similar problems and managed to solve them?
Running 64bit gentoo, enlightenment (16), radeon 3850 (also happened with an older radeon 1600), xorg-server 1.5.3-r6, libX11 1.1.5, kernel 2.6.29-gentoo-r3, catalyst 9.5. Of course, it's been the same going back many versions. I'm sure something is screwed up on my system, just not sure what! _________________ the Silly Fish. |
|