Advertisement
Guest User

test

a guest
Feb 19th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2.  
  3. apt-get update
  4.  
  5. apt-get install xserver-xorg-input-synaptics
  6.  
  7. Replace the contents of the file /usr/share/X11/xorg.conf.d/70-synaptics.conf with the following:
  8.  
  9. Section "InputClass"
  10. Identifier "touchpad catchall"
  11. Driver "synaptics"
  12. MatchIsTouchpad "on"
  13. MatchDevicePath "/dev/input/event*"
  14. Option "FingerLow" "10"
  15. Option "FingerHigh" "16"
  16. Option "TapButton1" "1"
  17. Option "TapButton2" "3"
  18. Option "VertTwoFingerScroll" "on"
  19. EndSection
  20.  
  21. Reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement