Linux/Mouse/Touchpad Trackpad

Found Fix - for synaptic touchpads

  1. Verify that we have synaptic touchpad, and find coordinates

    grep -i range /var/log/Xorg.0.log
    TouchPad: x-axis range 1288 - 5654
  2. Test manually

    $ sudo synclient AreaLeftEdge=2000
  3. Set permanently

    $ gvim /usr/share/X11/xorg.conf.d/70-synaptics.conf
    • Add to

      Section "InputClass"
         Identifier "touchpad catchall"
    • line

         Option "AreaLeftEdge" "2000"


CategoryLinux

Linux/Mouse/Touchpad (last edited 2021-01-31 00:11:07 by PieterSmit)