thanks for this overclocking app, it's really great when it works for me. BUT, I am running into an issue lately. I run archlinux x86_64, all my software and drivers are
quite current =
catalyst 11.12(-1),
amdstream 2.6(-1), linux kernel 3.1.9-2, etc, etc -- I keep getting this error that I cannot for the life of me figure out how to resolve, so I thought I would try posting here and see if there's anything someone may be able to think of for fixing this lil' issue I seem to have... I get this error when running '
atitweak' ;;
# sudo easy_install-2.7 --upgrade adl3
# atitweak
Traceback (most recent call last):
File "/usr/bin/atitweak", line 24, in
from adl3 import *
File "/usr/lib/python2.7/site-packages/adl3-0.5-py2.7.egg/adl3/__init__.py", line 1, in
from .adl_api import *
File "/usr/lib/python2.7/site-packages/adl3-0.5-py2.7.egg/adl3/adl_api.py", line 39, in
_libadl = CDLL("libatiadlxx.so", mode=RTLD_GLOBAL)
File "/usr/lib/python2.7/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/libatiadlxx.so: undefined symbol: XextAddDisplay
# pacman -Qo /usr/lib/libatiadlxx.so
/usr/lib/libatiadlxx.so is owned by catalyst-total 11.12-1
# ls -al /usr/lib/libatiadlxx.so
-rwxr-xr-x 1 root root 275672 Jan 17 03:38 /usr/lib/libatiadlxx.so
# ldd /usr/lib/libatiadlxx.so
linux-vdso.so.1 => (0x00007fff493ff000)
libm.so.6 => /lib/libm.so.6 (0x00007fa123066000)
libc.so.6 => /lib/libc.so.6 (0x00007fa122cc3000)
/lib/ld-linux-x86-64.so.2 (0x00007fa1234d9000)
I'm out of ideas here, anyone know what is up with that 'undefined symbol: XextAddDisplay' error? thanks in advance if anyone has any ideas/suggestions/pointers/tips!
/j0800