-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsynaptics_conf.txt
More file actions
54 lines (45 loc) · 1.64 KB
/
synaptics_conf.txt
File metadata and controls
54 lines (45 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### In addition to the 3 .conf files listed below,
### the following two object files need to be installed:
## 1. /lib/modules/2.6.35-22-generic/kernel/drivers/input/mouse/synaptics_i2c.ko
## 2. /usr/lib/xorg/modules/input/synaptics_drv.so
#File /usr/share/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "SHMConfig" "on"
Option "EmulateTwoFingerMinW" "8"
Option "EmulateTwoFingerMinZ" "10"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
EndSection
#File /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"
Option "AreaBottomEdge" "4100"
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
#File /usr/share/X11/xorg.conf.d/60-magictrackpad.conf
Section "InputClass"
Identifier "Magic Trackpad"
MatchUSBID "05ac:030e"
Driver "evdev"
EndSection