Probe #3df4abb2e9 of Lenovo ThinkPad X13 Gen 1 2...
Log: xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AllowEmptyInput" "off"
Option "DontZap" "false"
Option "AutoAddDevices" "off"
Option "AutoEnableDevices" "off"
Option "Xinerama" "False"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/webfonts/"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "dri"
Load "dri2"
Load "dri3"
Load "glamoregl"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "ctrl:nocaps,grp:ctrl_shift_toggle,terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
#Option "Primary" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "amdgpu"
#Driver "scfb"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
# Option "Monitor-LVDS1" "Monitor0"
# Option "Monitor-DP1" "MonitorDP1"
# Option "Monitor-DP2" "MonitorDP2"
# Option "Monitor-DP3" "MonitorDP3"
# Option "Monitor-HDMI1" "MonitorHDMI1"
# Option "Monitor-HDMI2" "MonitorHDMI2"
# Option "Monitor-HDMI3" "MonitorHDMI3"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection