On Fri, 2004-10-01 at 15:20 +0200, D. Stolte wrote:
Versuche mit Karte: ATI Rage Mobility Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 329, in ? mouse = rhpl.mouse.Mouse() AttributeError: 'module' object has no attribute 'mouse'
can you add
import rhpl.mouse
To /usr/share/system-config/display/xconf.py below the rhpl.keyboard import, and retry.
Paul