Formatting code for LinuxMouse
{{parent page="Linux"}}
===Using Synaptic scrolling on Linux===
Modern linux should detect the presense of a synaptic device already. Just add the bottom section to enable scrolling on the edge of your touchpad!
%%
Section "InputDevice"
# Identifier and driver
Identifier "touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
# Synaptics touchpad options
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
%%
===Using Synaptic scrolling on Linux===
Modern linux should detect the presense of a synaptic device already. Just add the bottom section to enable scrolling on the edge of your touchpad!
%%
Section "InputDevice"
# Identifier and driver
Identifier "touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/psaux"
# Synaptics touchpad options
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
%%