add xorg conf
This commit is contained in:
parent
ff4b21e32c
commit
d5921ff8af
9
root/etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
9
root/etc/X11/xorg.conf.d/00-keyboard.conf
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
#Option "XkbVariant" ",dvorak"
|
||||
#Option "XkbModel" "pc104"
|
||||
#MatchIsKeyboard "on"
|
||||
Section "InputClass"
|
||||
Identifier "system-keyboard"
|
||||
Option "XkbLayout" "us"
|
||||
Option "XkbOptions" "compose:caps"
|
||||
EndSection
|
17
root/etc/X11/xorg.conf.d/10-monitor.conf
Normal file
17
root/etc/X11/xorg.conf.d/10-monitor.conf
Normal file
@ -0,0 +1,17 @@
|
||||
Section "Monitor"
|
||||
Identifier "eDP1"
|
||||
Option "Primary" "true"
|
||||
Option "PreferredMode" "1920x1080"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "DP1-1"
|
||||
Option "Above" "eDP1"
|
||||
Option "PreferredMode" "1920x1200"
|
||||
EndSection
|
||||
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Intel Graphics"
|
||||
Monitor "Monitor0"
|
||||
EndSection
|
10
root/etc/X11/xorg.conf.d/20-intel.conf
Normal file
10
root/etc/X11/xorg.conf.d/20-intel.conf
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "Intel"
|
||||
EndSection
|
||||
|
||||
#Option "AccelMethod" "glamor"
|
||||
#Option "TearFree" "true"
|
||||
#Option "VertRefresh" "60"
|
||||
#Option "DRI" "false"
|
23
root/etc/X11/xorg.conf.d/50-synaptics.conf
Normal file
23
root/etc/X11/xorg.conf.d/50-synaptics.conf
Normal file
@ -0,0 +1,23 @@
|
||||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "synaptics"
|
||||
MatchIsTouchpad "on"
|
||||
Option "TapButton1" "1"
|
||||
Option "TapButton2" "2"
|
||||
Option "TapButton3" "3"
|
||||
Option "VertEdgeScroll" "off"
|
||||
Option "VertTwoFingerScroll" "on"
|
||||
Option "HorizEdgeScroll" "off"
|
||||
Option "HorizTwoFingerScroll" "on"
|
||||
Option "CircularScrolling" "on"
|
||||
Option "CircScrollTrigger" "2"
|
||||
Option "EmulateTwoFingerMinZ" "40"
|
||||
Option "EmulateTwoFingerMinW" "8"
|
||||
Option "CoastingSpeed" "0"
|
||||
Option "FingerLow" "30"
|
||||
Option "FingerHigh" "50"
|
||||
Option "MaxTapTime" "125"
|
||||
Option "PalmDetect" "1"
|
||||
Option "PalmMinWidth" "4"
|
||||
Option "PalmMinZ" "100"
|
||||
EndSection
|
Loading…
Reference in New Issue
Block a user