Attachment 'xorg.conf.txt'
Download 1 # Lenovo Thinkpad T540p
2
3 Section "InputDevice"
4 Identifier "Mouse0"
5 Driver "synaptics"
6 Option "Protocol" "psm"
7 Option "Device" "/dev/psm0"
8 Option "ZAxisMapping" "4 5 6 7"
9 Option "AdaptiveDeceleration" "2"
10 EndSection
11
12 Section "InputClass"
13 Identifier "touchpad catchall"
14 Driver "synaptics"
15 Option "ClickPad" "true"
16 Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
17 Option "Protocol" "psm"
18 MatchDevicePath "/dev/psm0"
19 Option "VertTwoFingerScroll" "1"
20 Option "MaxSpeed" "2"
21 Option "TapButton3" "-1"
22 Option "PalmDetect" "1"
23 Option "CoastingSpeed" "0"
24 EndSection
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.