BSE's Homesite all about nothing

28Feb/080

Linux Touchpad Functions

I tried the GRML Distribution on my Thinkpad and found out that in the openbox xorg.conf is written something interesting.

Section "InputDevice"
Driver "synaptics"
Identifier "Synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "ZAxisMapping" "4 5"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
EndSection

With this Settings you can define e.g. right click to your Touchpad! :)