X240 Touchpad konfigurieren

denny783

New member
Registriert
4 Nov. 2014
Beiträge
65
Hallo zusammen,

ich würde mein Touchpad gerne so konfigurieren wie es unter Windows ist jedoch klappt das irgendwie nicht ganz.
Unter Windows sieht meine Konfiguration so aus:

Rot ist ein Rechtsklick und Blau ein Mittelklick, zusätzlich noch 2-Finger-Tap als Rechtsklick und 3-Finger-Tap als Mittelklick.
csm_50_Kopie_b39eeabd4a.jpg

Meine synaptics.conf sieht so aus:
Code:
# Synaptics Touchpad configuration for Thinkpad X240
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"

        # buttons by multi-touch taps
        Option "TapButton1"           "1"   # left click with one finger tap
        Option "TapButton3"           "2"   # middle click with three finger tap
        Option "TapButton2"           "3"   # right click with two finger tap

        # bottom right/top corner tap is right click
        Option "RBCornerButton"       "3"
        Option "RTCornerButton"       "3"

        # scroll with two fingers only
        Option "VertEdgeScroll"       "off"
        Option "VertTwoFingerScroll"  "on"
        Option "HorizEdgeScroll"      "off"
        Option "HorizTwoFingerScroll" "on"
        Option "CircularScrolling"    "off"

        # locked drags
        Option "LockedDrags"          "1"
        Option "LockedDragTimeout"    "500"

        # top row click areas
        Option "ClickPad"             "true"
        Option "SoftButtonAreas"      "60% 0 0 5% 40% 60% 0 5%"
        Option "AreaTopEdge"          "4%"

        # Calm pad down while clicking
        Option "VertHysteresis" "50"
        Option "HorizHysteresis" "50"
EndSection

# avoid interferences from other drivers
Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

Was nicht funktioniert ist 3-Finger-Tap als Mittelklick, Rechtsklick unten Rechts, der Rechtsklick oben Rechts wird auch wirklich nur erkannt wenn man exakt in die Ecke klickt und den Mittelklick weiß ich nicht wie man einstellt.
Das Touchpad wird außerdem auch nicht deaktiviert wenn man tippt obwohl das in den Systemeinstellungen aktiviert ist.

Gruß
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben