Probe #b63d757906 of Lenovo ThinkPad X280 20KF00...
Log: xorg.conf.d
90-xpra-virtual.conf
--------------------
Section "InputClass"
Identifier "xpra-virtual-device"
MatchProduct "Xpra"
Option "Ignore" "true"
EndSection
card.conf
---------
Section "Device"
Identifier "Card0"
Driver "modesetting"
Option "DPMS"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "modesetting"
Option "DPMS"
Screen 1
EndSection
keyboard.conf
-------------
Section "InputClass"
Identifier "All Keyboards"
MatchIsKeyboard "yes"
Option "XkbLayout" "us, rs(latinunicode), rs"
Option "XkbOptions" "ctrl:nocaps,grp:rctrl_toggle"
EndSection
layout.conf
-----------
Section "ServerLayout"
Identifier "DualHeadConf"
Screen 0 "Screen0" 1920 0
Screen 1 "Screen1" 0 0
EndSection
modules.conf
------------
Section "Module"
Load "freetype"
EndSection
monitors.conf
-------------
Section "Monitor"
Identifier "eDP-1"
Modeline "1920x1080x60.00" 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync
Option "DPMS" "true" EndSection
Section "Monitor"
Identifier "HDMI-2"
Modeline "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
Option "DPMS" "true" EndSection
Section "Screen"
Identifier "Screen0"
Monitor "HDMI-2"
DefaultDepth 24
Device "Intel0"
SubSection "Display"
Modes "2560x1440"
Viewport 1920 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Monitor "eDP-1"
DefaultDepth 24
Device "Intel1"
SubSection "Display"
Modes "1920x1080x60.00"
Viewport 0 0
Depth 24
EndSubSection
EndSection