Probe #6b2abd4df5 of Lenovo ThinkPad T470 20HES5...
Log: xorg.conf.d
40-libinput.conf
----------------
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "XkbRules" "evdev"
EndSection
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "MiddleEmulation" "on"
Option "DisableWhileTyping" "off"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
card.conf
---------
Section "Device"
Identifier "Card0"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
files.conf
----------
Section "Files"
FontPath "/usr/local/share/fonts/webfonts/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/TerminusTTF/"
EndSection
module.conf
-----------
Section "Module"
Load "freetype"
EndSection
monitor.conf
------------
Section "Monitor"
Identifier "Monitor0"
VendorName "Lenovo"
ModelName "T470"
VertRefresh 60.1 HorizSync 67.928 EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Iiyama"
ModelName "X2283HS"
DisplaySize 477 268
HorizSync 30-80 VertRefresh 55-75 EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Samsung"
ModelName "S22E390H"
DisplaySize 477 268
HorizSync 30-83 VertRefresh 50-60 EndSection
screen.conf
-----------
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection