PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ubuntu 8.10: Mausrad geht nicht mehr


Gast
2008-12-14, 14:47:51
Hallo,

seit 2 Tagen oder so geht mein Mausrad nicht mehr. Ich habe nichts bewußt gemacht - die Softwareupdates mach ich halt immer mit, aber was da genau war weiß ich jetzt auch nicht mehr.

Seltsamerweise erfahre ich bei Google nichts, ich scheine also wohl alleine mit dem Problem zu sein.

Einträge in die xorg.conf ändern nichts, deshalb brauch ich an dieser Stelle wohl Hilfe.

Die Maus ist eine Logitech MX510.

Ursprünglich sah es in der xorg.conf so aus:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection


Ich hatte dann mal ZAxisMapping auf "4 5", inzwischen sieht es so aus, bringt aber alles nichts:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Buttons" "10"
Option "ZAxisMapping" "6 7"
EndSection


Die Xorg.log sagt:

(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "10"
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "6 7"
(**) Configured Mouse: ZAxisMapping: buttons 6 and 7
(**) Configured Mouse: Buttons: 14
(**) Configured Mouse: Sensitivity: 1

Wie das Teil aber auf 14(!) Buttons kommt - keine Ahnung. Ich finde nur 10.

Danke.

Gast
2008-12-14, 15:05:46
Hallo,

ich habe auch eine MX510 und bei mir steht unter "InputDevice"

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

allerdings ist bei mir die xorg.conf über nvidia-xconfig geändert worden.

Hast du schon sudo dpkg-reconfigure -phigh xserver-xorg versucht?

Gast
2008-12-14, 15:44:43
Deine Einstellungen gehen auch nicht, allerdings ist mir beim Stichwort "Device" eingefallen, dass ich per cat einfach mal schauen könnte, ob das Mausrad überhaupt noch was liefert.
Und siehe da: Es könnte ein Hardwaredefekt sein, da tut sich nämlich nichts. Ich versuche mal eine andere Maus.

Aber danke erstmal.

Gast
2008-12-14, 16:13:40
Tatsache: Ein Gegentest mit einer anderen Maus und eine kleine Putzorgie hat das Mausrad wieder zum Leben erweckt.
Da hätte ich auch früher draufkommen können - sry.