Add x11 config files
This commit is contained in:
parent
b7f457000e
commit
9ffb104232
2 changed files with 26 additions and 0 deletions
7
etc/X11/xorg.conf.d/20-modesetting.conf
Normal file
7
etc/X11/xorg.conf.d/20-modesetting.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Intel Graphics"
|
||||||
|
Driver "modesetting"
|
||||||
|
Option "ShadowFB" "false" # you don't need on recent hardware
|
||||||
|
Option "Atomic" "true" #only effective on Xlibre, or Xorg-git with a special patch
|
||||||
|
Option "TearFree" "false" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary
|
||||||
|
EndSection
|
||||||
19
etc/X11/xorg.conf.d/90-touchpad-tap.conf
Normal file
19
etc/X11/xorg.conf.d/90-touchpad-tap.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "Touchpad Tap"
|
||||||
|
# Matcher alle touchpads der bruger libinput
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
MatchDevicePath "/dev/input/event*"
|
||||||
|
Driver "libinput"
|
||||||
|
|
||||||
|
# Korrigerer hastigheden til 2x (til 4K / 200% skalering)
|
||||||
|
#Option "TransformationMatrix" "5 0 0 0 5 0 0 0 2"
|
||||||
|
|
||||||
|
# Bruger den ergonomiske 'adaptive' profil (1 0 er Adaptive)
|
||||||
|
#Option "AccelProfile" "adaptive"
|
||||||
|
|
||||||
|
# Holder grundhastigheden neutral (0.0)
|
||||||
|
#Option "AccelSpeed" "0"
|
||||||
|
|
||||||
|
# Valgfrit: Slå tap-to-click til, hvis du foretrækker det
|
||||||
|
Option "Tapping" "on"
|
||||||
|
EndSection
|
||||||
Loading…
Add table
Add a link
Reference in a new issue