Created
August 30, 2017 18:06
-
-
Save Monsterovich/8403ddd72d121c09a72d2d5f231f76a8 to your computer and use it in GitHub Desktop.
Dell Vostro 3000 xorg.conf (touchpad & 2 displays)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "touchpad catchall" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
Option "TapButton1" "1" | |
Option "TapButton2" "2" | |
Option "TapButton3" "3" | |
EndSection | |
Section "InputClass" | |
Identifier "touchpad" | |
Driver "synaptics" | |
MatchIsTouchpad "on" | |
Option "TapButton1" "1" | |
Option "TapButton2" "2" | |
Option "TapButton3" "3" | |
Option "VertEdgeScroll" "on" | |
Option "VertTwoFingerScroll" "on" | |
Option "HorizEdgeScroll" "on" | |
Option "HorizTwoFingerScroll" "on" | |
Option "CircularScrolling" "on" | |
Option "CircScrollTrigger" "2" | |
Option "EmulateTwoFingerMinZ" "40" | |
Option "EmulateTwoFingerMinW" "8" | |
Option "CoastingSpeed" "0" | |
Option "FingerLow" "35" | |
Option "FingerHigh" "40" | |
EndSection | |
Section "InputClass" | |
Identifier "Default clickpad buttons" | |
MatchDriver "synaptics" | |
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" | |
Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%" | |
Option "ClickPad" "true" | |
Option "EmulateMidButtonTime" "0" | |
EndSection | |
Section "Screen" | |
Identifier "DP1" | |
SubSection "Display" | |
Modes "1280x1024" | |
EndSubSection | |
EndSection | |
Section "Screen" | |
Identifier "eDP1" | |
SubSection "Display" | |
Modes "1366x768" | |
EndSubSection | |
EndSection | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment