Probe #b2024820d1 of Lenovo ThinkPad P53 20QNCTO...
Log: xorg.conf.d
00-nvidia.conf
--------------
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
10-input-keyboard.conf
----------------------
Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "XkbRules" "evdev"
Option "XkbLayout" "de"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
10-input-touchpad.conf
----------------------
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "MiddleEmulation" "on"
Option "DisableWhileTyping" "on"
EndSection
files.conf
----------
Section "Files"
FontPath "/usr/local/share/fonts/75dpi"
FontPath "/usr/local/share/fonts/100dpi"
FontPath "/usr/local/share/fonts/bitstream-vera"
FontPath "/usr/local/share/fonts/Caladea"
FontPath "/usr/local/share/fonts/cantarell"
FontPath "/usr/local/share/fonts/Carlito"
FontPath "/usr/local/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts/dejavu"
FontPath "/usr/local/share/fonts/Droid"
FontPath "/usr/local/share/fonts/freefont-ttf"
FontPath "/usr/local/share/fonts/GentiumBasic"
FontPath "/usr/local/share/fonts/gost"
FontPath "/usr/local/share/fonts/hack-font"
FontPath "/usr/local/share/fonts/Hana"
FontPath "/usr/local/share/fonts/kanjistrokeorders"
FontPath "/usr/local/share/fonts/Liberation"
FontPath "/usr/local/share/fonts/LinLibertineG"
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/terminus-font"
FontPath "/usr/local/share/fonts/TerminusTTF"
FontPath "/usr/local/share/fonts/TTF"
FontPath "/usr/local/share/fonts/twemoji-color-font-ttf"
FontPath "/usr/local/share/fonts/Type1"
FontPath "/usr/local/share/fonts/urwfonts"
FontPath "/usr/local/share/fonts/urwfonts-ttf"
FontPath "/usr/local/share/fonts/webfonts"
EndSection
module.conf
-----------
Section "Module"
Load "glx"
Load "freetype"
Load "extmod"
EndSection
monitors.conf
-------------
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "AOC"
ModelName "U3277WB"
EndSection
server-flags.conf
-----------------
Section "ServerFlags"
Option "DontZoom" "off"
Option "blank time" "0"
Option "DPMS" "False"
Option "StandbyTime" "60"
Option "SuspendTime" "61"
Option "OffTime" "62"
Option "AIGLX" "off"
Endsection
server-layout.conf
------------------
Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "nvidia0"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection