[EasyLinux-Suse] Curser verspringt

Bernhard Maurer maurer.vaih at freenet.de
Son Dez 14 18:48:01 CET 2008


Hallo Amdeus,
>
> Wenn ich Dich jetzt frage, was das für ein Touchpad ist - dann kannst Du
> mir das sicher nicht beantworten?
Tja, was soll ich da sagen?! Nö, eigentlich nicht ....
>
> Auf jeden Fall schaue bitte mal in die Datei
>
> /etc/X11/xorg.conf
Bis X11...
Diese Datei xorg.conf habe ich nicht, halt ist ja keine Datei.
Also weiter:
>
> Dort gibt es zwei Abschnitte (sollte es jedenfalls : ), die beginnen
> mit Section "InputDevice" 
> Identifier	"Configured Mouse" 
>und mit
>Section "InputDevice" 
>Identifier "Synaptics Touchpad"

> Poste mal, wie Dir bei Dir aussehen.

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
  Option       "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

That's it!?
Gruß
Bernhard
'