SHARE
TWEET
Untitled
a guest
Jan 5th, 2017
74
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- $ cat /usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
- Section "InputClass"
- Identifier "Dell Inspiron embedded buttons quirks"
- MatchTag "inspiron_1011|inspiron_1012"
- MatchDevicePath "/dev/input/event*"
- Driver "synaptics"
- Option "JumpyCursorThreshold" "90"
- EndSection
- Section "InputClass"
- Identifier "Dell Inspiron quirks"
- MatchTag "inspiron_1120"
- MatchDevicePath "/dev/input/event*"
- Driver "synaptics"
- Option "JumpyCursorThreshold" "250"
- EndSection
- Section "InputClass"
- Identifier "HP Mininote quirks"
- MatchTag "mininote_1000"
- MatchDevicePath "/dev/input/event*"
- Driver "synaptics"
- Option "JumpyCursorThreshold" "20"
- EndSection
- # Disable generic Synaptics device, as we're using
- # "DLL0704:01 06CB:76AE Touchpad"
- # Having multiple touchpad devices running confuses syndaemon
- Section "InputClass"
- Identifier "SynPS/2 Synaptics TouchPad"
- MatchProduct "SynPS/2 Synaptics TouchPad"
- MatchIsTouchpad "on"
- MatchOS "Linux"
- MatchDevicePath "/dev/input/event*"
- Option "Ignore" "on"
- EndSection
RAW Paste Data
