This commit is contained in:
parent
112c0e2ffa
commit
74fa178519
2 changed files with 14 additions and 0 deletions
7
etc/X11/xorg.conf.d/20-amdgpu.conf
Normal file
7
etc/X11/xorg.conf.d/20-amdgpu.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Section "OutputClass"
|
||||||
|
Identifier "AMD"
|
||||||
|
MatchDriver "amdgpu"
|
||||||
|
Driver "amdgpu"
|
||||||
|
Option "VariableRefresh" "true"
|
||||||
|
Option "AsyncFlipSecondaries" "true"
|
||||||
|
EndSection
|
7
etc/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
7
etc/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "My Mouse"
|
||||||
|
Driver "libinput"
|
||||||
|
MatchIsPointer "yes"
|
||||||
|
Option "AccelProfile" "flat"
|
||||||
|
Option "AccelSpeed" ".5"
|
||||||
|
EndSection
|
Loading…
Reference in a new issue