Section "ServerFlags" Option "AllowMouseOpenFail" "on" Option "DontZap" "on" EndSection Section "Module" EndSection Section "Monitor" Identifier "Monitor[0]" EndSection # Additional "InputClass" sections Section "InputClass" Identifier "libinput mouse configuration" MatchDriver "libinput" MatchIsPointer "on" Option "AccelProfile" "adaptive" Option "LeftHanded" "off" Option "MiddleEmulation" "on" Option "NaturalScrolling" "off" Option "ScrollMethod" "twofinger" Option "HorizontalScrolling" "on" Option "SendEventsMode" "enabled" Option "Tapping" "on" Option "TappingDragLock" "on" Option "DisableWhileTyping" "off" EndSection Section "InputClass" Identifier "libinput touchpad configuration" MatchDriver "libinput" MatchIsTouchpad "on" Option "AccelProfile" "adaptive" Option "LeftHanded" "off" Option "MiddleEmulation" "on" Option "NaturalScrolling" "off" Option "ScrollMethod" "twofinger" Option "HorizontalScrolling" "on" Option "SendEventsMode" "enabled" Option "Tapping" "on" Option "TappingDragLock" "on" Option "DisableWhileTyping" "off" EndSection Section "ServerLayout" Identifier "Layout[all]" # Reference the Screen sections for each driver. This will # cause the X server to try each in turn. Screen "Screen-amdgpu[0]" Screen "Screen-radeon[0]" Screen "Screen-nouveau[0]" Screen "Screen-modesetting[0]" Screen "Screen-fbdev[0]" EndSection # For each supported driver, add a "Device" and "Screen" # section. Section "Device" Identifier "Device-amdgpu[0]" Driver "amdgpu" EndSection Section "Screen" Identifier "Screen-amdgpu[0]" Device "Device-amdgpu[0]" EndSection Section "Device" Identifier "Device-radeon[0]" Driver "ati" EndSection Section "Screen" Identifier "Screen-radeon[0]" Device "Device-radeon[0]" EndSection Section "Device" Identifier "Device-nouveau[0]" Driver "nouveau" EndSection Section "Screen" Identifier "Screen-nouveau[0]" Device "Device-nouveau[0]" EndSection Section "Device" Identifier "Device-modesetting[0]" Driver "modesetting" EndSection Section "Screen" Identifier "Screen-modesetting[0]" Device "Device-modesetting[0]" EndSection Section "Device" Identifier "Device-fbdev[0]" Driver "fbdev" EndSection Section "Screen" Identifier "Screen-fbdev[0]" Device "Device-fbdev[0]" EndSection