[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [bugweek] Synaptics testing



  import rhpl.monitor
  import rhpl.videocard
  import rhpl.keyboard
+ import rhpl.mouse
  from rhpl.translate import _, N_,textdomain


that fixes the problem of s-c-display and the resulting xorg.conf is working fine.


/ds

Paul Nasrat wrote:
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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]