# apt-get install xfree86-driver-synaptics
Y luego agregar las siguientes líneas a nuestro archivo /etc/X11/XFree86-4.
Section "InputDevice"
Driver "synaptics"
Identifier "Configured Mouse"
Option "CorePointer"
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 "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Así incluso conseguiremos que los bordes del touchpad funcionen como scroll. Y si tienes tiempo puedes descubrir como cambiar la aceleración del mouse y esas cosas, o configurar que al poner dos dedos actue como boton central.

Comentarios recientes
hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 2 años
hace 2 años