Samsung P35 XVM 1500 - SuSE Linux 9.3 - Touchpad

Seit SuSE 9.3 wird das Synaptics Touchpad beim Booten erkannt und eingerichtet.

Folgende Funktionen können verwendet werden:

  • Link- und Rechte Maustaste
  • Scrollwippe hoch/runter
  • 1 Finger-Klick simuliert die linke Maustaste
  • 2 Finger-Klick simuliert die mittlere Maustaste
  • 3 Finger-Klick simuliert die rechte Maustaste

Auszug: Bootlog

Synaptics Touchpad, model: 1
Firmware: 4.6
180 degree mounted touchpad
Sensor: 18
new absolute packet format
Touchpad has extended capability bits
-> four buttons
-> multifinger detection
-> palm detection
input: SynPS/2 Synaptics TouchPad on isa0060/serio4

Auszug: xorg.conf synaptics_93.txt

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