• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Maus scrollt in falsche richtung

K4m1K4tz3

Advanced Hacker
Hi,

ich habe mir jetzt SuSE 10.2 installiert und bis jetzt funktioniert eigentlich alles so wie es soll, jedoch das Mausrad macht es nicht. Wenn ich scrolle, dann scrollt er horizontal und nicht vertikal wie es normal ist. Hier ist ein Teil der xorg.conf, für Vorschläge wäre ich dankbar:

Code:
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "MX310"
  Option       "Protocol" "ExplorerPS/2"
  Option       "Vendor" "Logitech"
  Option       "ZAxisMapping" "4 5"
EndSection

P.S.: Ich habe eine MX510, da ich nicht mehr weiß was die Grundeinstellung war steht da jetzt MX310 :p
 

sparrow

Member
Das ist mein Eintrag für die MX1000:

Code:
Section "InputDevice"
  Driver "mouse"
  Identifier "Configured Mouse"
  option "Device" "/dev/input/mice"
  option "InputFashion" "Mouse"
  option "Name" "Logitech MX700"
  option "Protocol" "ExplorerPS/2"
  option "Vendor" "LOGITECH"
  option "ZAxisMapping" "6 7"
  option "Buttons" "7"
EndSection

Ich weiss nur nicht ob die Anzahl der Knöpfe bei dir auch stimmen.


Gruß
Sparrow
 
Oben