coolchevy
15.05.09 - 00:48
Керування Synaptics Touchpad в Linux
Для нормальної роботи мені було достатньо правильно налаштувати xorg.conf
Section "ServerLayout"
......................................
InputDevice "Synaptics Touchpad"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "0"
Option "MaxTapMove" [...]
[читати повністю]
SterneBreva
5.10.10 - 03:37
Is there a way to disable taps on a synaptics touchpad?
It is really a pain in the rear on a bumpy commuter bus. It never fails that I touch the pad moving the focus and I end up typing a bunch of new text in the middle of a sentence somewhere else in the document.
I could disable it under Windows, is there any way to do this in Linux/Xandros?
Thanks