daily pastebin goal
10%
SHARE
TWEET

Untitled

a guest Jan 5th, 2017 74 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ cat /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
  2. Section "InputClass"
  3.     Identifier "Dell Inspiron embedded buttons quirks"
  4.     MatchTag "inspiron_1011|inspiron_1012"
  5.     MatchDevicePath "/dev/input/event*"
  6.     Driver "synaptics"
  7.     Option "JumpyCursorThreshold" "90"
  8. EndSection
  9.  
  10. Section "InputClass"
  11.     Identifier "Dell Inspiron quirks"
  12.     MatchTag "inspiron_1120"
  13.     MatchDevicePath "/dev/input/event*"
  14.     Driver "synaptics"
  15.     Option "JumpyCursorThreshold" "250"
  16. EndSection
  17.  
  18. Section "InputClass"
  19.     Identifier "HP Mininote quirks"
  20.     MatchTag "mininote_1000"
  21.     MatchDevicePath "/dev/input/event*"
  22.     Driver "synaptics"
  23.     Option "JumpyCursorThreshold" "20"
  24. EndSection
  25.  
  26. # Disable generic Synaptics device, as we're using
  27. # "DLL0704:01 06CB:76AE Touchpad"
  28. # Having multiple touchpad devices running confuses syndaemon
  29. Section "InputClass"
  30.         Identifier "SynPS/2 Synaptics TouchPad"
  31.         MatchProduct "SynPS/2 Synaptics TouchPad"
  32.         MatchIsTouchpad "on"
  33.         MatchOS "Linux"
  34.         MatchDevicePath "/dev/input/event*"
  35.         Option "Ignore" "on"
  36. EndSection
RAW Paste Data
Top