Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. I opened:
  2.  
  3. /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
  4.  
  5. and added this entry:
  6.  
  7. Code:
  8.  
  9. # Disable generic Synaptics device, as we're using
  10. # "DLL0704:01 06CB:76AE Touchpad"
  11. # Having multiple touchpad devices running confuses syndaemon
  12. Section "InputClass"
  13. Identifier "SynPS/2 Synaptics TouchPad"
  14. MatchProduct "SynPS/2 Synaptics TouchPad"
  15. MatchIsTouchpad "on"
  16. MatchOS "Linux"
  17. MatchDevicePath "/dev/input/event*"
  18. Option "Ignore" "on"
  19. EndSection
  20.  
  21.  
  22.  
  23. Then I restarted Xorg by typing:
  24.  
  25. # sudo systemctl restart lightdm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement