Probe #53e545fcb9 of Lenovo ThinkPad T460 20FMS7...
Log: xorg.conf.d
driver-modesetting-mode.conf
----------------------------
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
EndSection
Section "Monitor"
Identifier "eDP-1"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DP-2-2"
Option "Rightof" "eDP-1"
EndSection
fonts.conf
----------
Section "Files"
FontPath "/usr/local/share/fonts/100dpi"
FontPath "/usr/local/share/fonts/75dpi"
FontPath "/usr/local/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts/dejavu"
FontPath "/usr/local/share/fonts/encodings"
FontPath "/usr/local/share/fonts/Liberation"
FontPath "/usr/local/share/fonts/misc"
FontPath "/usr/local/share/fonts/noto"
FontPath "/usr/local/share/fonts/OTF"
FontPath "/usr/local/share/fonts/SourceCodePro"
FontPath "/usr/local/share/fonts/TTF"
FontPath "/usr/local/share/fonts/Type1"
FontPath "/usr/local/share/fonts/ubuntu-font"
FontPath "/usr/local/share/fonts/util"
FontPath "/usr/local/share/fonts/powerline-fonts/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/nerd-fonts/"
EndSection
keyboards.conf
--------------
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchDevicePath "/dev/input/event*"
MatchIsKeyboard "on"
Driver "libinput"
Option "XkbLayout" "de"
Option "XkbRules" "evdev"
EndSection
Section "InputClass"
Identifier "libinput mouse catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "MiddleEmulation" "off"
Option "DisableWhileTyping" "on"
EndSection