Konfigurieren des Clickpad in Ubuntu eines Thinkpad E540

Freaky256

New member
Themenstarter
Registriert
5 Feb. 2014
Beiträge
3
Hallo,
ich habe ein neues Thinkpad E540 mit Ubuntu 13.10. Leider musste ich feststellen, dass das Clickpad nicht besonders gut funktioniert und habe bereits in zahlreichen Foren nach config-Loesungen gesucht leider aber nichts gefunden was der WIndows config nahe kommt. Mein Wunsch waere so etwas:

===============
|LLLLLLMMMMMMRRRRR|
|LLLLLLMMMMMMRRRRR|
|NNNNNNNNNNNNNNN|
|NNNNNNNNNNNNNNN|
|NNNNNNNNNNNNNNN|
==============
wobei
L = Linke Maustaste
M = Mittlere Maustaste
R = Rechte Maustaste
N = Normale Touchpad Funktion
Beim Klicken und Gedrueckthalten von M sollte man mit der Bewegung des Trackpoints scrollen koennen!

Leider habe ich es bisher nur auf folgende Config gebracht:

==============
|LLLLLLLLLLLLLLLLLLLL|
|LLLLLLLLLLLLLLLLLLLL|
|LLLLLLLLLLLLLLLLLLLL|
|LLLLLLLLLLLRRRRRRR|
|LLLLLLLLLLLRRRRRRR|
|LLLLLLLLLLLRRRRRRR|
==============
Wenn man mit 2 Fingern ueber das gesammte Clickpad wischt so wird gescrollt.
Beim Klicken auf die obere Haelfte funktioniert nur die Linke Maustaste, ohne Wackeln des Zeigers beim Klicken.
Beim Klicken auf die Rechte Maustaste funktioniert zwar die Funktion doch der Zeiger wackelt dabei stark...

Hier die momentane Config in /usr/share/X11/xorg.conf.d/50-synaptics.conf
Code:
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
      MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
#       To disable the bottom edge area so the buttons only work as buttons,
#       not for movement, set the AreaBottomEdge
        Option "AreaTopEdge" "50%"
EndSection

Weis vlt jemand wie es besser geht?
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben