You are not logged in.
I use 4 displays, and I manage them through xrandr. I have set up the monitors in a very specific way, and I wrote a simple script so that my displays are configured on boot. The problem that I have is that xrandr changes display numbers time to time, and I would like to prevent this. For example, one day I would have xrandr output like the following
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.03*+
1680x1050 60.03
1280x1024 60.03
1440x900 60.03
1280x800 60.03
1280x720 60.03
1024x768 60.03
800x600 60.03
640x480 60.03
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.95
1920x1080 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 60.02
1440x900 59.90
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-3 disconnected (normal left inverted right x axis y axis)
DisplayPort-4 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-5 disconnected (normal left inverted right x axis y axis)
DisplayPort-6 disconnected (normal left inverted right x axis y axis)
DisplayPort-7 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
but, typically after an update I would get something like
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.03*+
1680x1050 60.03
1280x1024 60.03
1440x900 60.03
1280x800 60.03
1280x720 60.03
1024x768 60.03
800x600 60.03
640x480 60.03
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.95
1920x1080 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 60.02
1440x900 59.90
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-2 connected (normal left inverted right x axis y axis)
DisplayPort-3 disconnected (normal left inverted right x axis y axis)
DisplayPort-4 connected (normal left inverted right x axis y axis)
DisplayPort-5 disconnected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-6 disconnected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-7 connected (normal left inverted right x axis y axis)
where DisplayPort-X numbers being switched around. How do I prevent this from happening?
Offline
It's not xrandr that changes those names, but the graphics driver.
Do all monitors have their own physical connector ?
If yes, you should be able to link the monitors to their outputs and assign unique names to them using Monitor sections in a static config file.
Check man xorg.conf , Monitor section , Option "Monitor-outputname" "monitorsection" .
The easiest way to find the correct output names tends to be to look in xorg log, please post it.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
It's not xrandr that changes those names, but the graphics driver.
Do all monitors have their own physical connector ?
If yes, you should be able to link the monitors to their outputs and assign unique names to them using Monitor sections in a static config file.
Check man xorg.conf , Monitor section , Option "Monitor-outputname" "monitorsection" .The easiest way to find the correct output names tends to be to look in xorg log, please post it.
I did not realize driver is responsible for this.
And, yes each monitors does have their own physical connector: monitor 1 - dp1 (in the gpu); monitor 2 - dp2 (in the gpu); monitor 3 - dp3 (in the gpu).
And here is the Xorg log.
[ 14.215]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 14.215] Current Operating System: Linux Rangke 6.4.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 11 Aug 2023 11:03:36 +0000 x86_64
[ 14.215] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img root="UUID=c65c4f5c-a7d1-4306-8b71-f618e893afa4" rw
[ 14.215]
[ 14.215] Current version of pixman: 0.42.2
[ 14.215] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 14.215] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 14.215] (==) Log file: "/home/rangke/.local/share/xorg/Xorg.0.log", Time: Tue Aug 15 11:18:10 2023
[ 14.217] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 14.217] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 14.218] (==) No Layout section. Using the first Screen section.
[ 14.218] (==) No screen section available. Using defaults.
[ 14.218] (**) |-->Screen "Default Screen Section" (0)
[ 14.218] (**) | |-->Monitor "<default monitor>"
[ 14.218] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 14.218] (==) Automatically adding devices
[ 14.218] (==) Automatically enabling devices
[ 14.218] (==) Automatically adding GPU devices
[ 14.218] (==) Automatically binding GPU devices
[ 14.218] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 14.218] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 14.218] Entry deleted from font path.
[ 14.219] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 14.219] Entry deleted from font path.
[ 14.219] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 14.219] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 14.219] Entry deleted from font path.
[ 14.219] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 14.219] Entry deleted from font path.
[ 14.219] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 14.219] Entry deleted from font path.
[ 14.219] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 14.219] Entry deleted from font path.
[ 14.219] (==) FontPath set to:
[ 14.219] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 14.219] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 14.219] (II) Module ABI versions:
[ 14.219] X.Org ANSI C Emulation: 0.4
[ 14.219] X.Org Video Driver: 25.2
[ 14.219] X.Org XInput driver : 24.4
[ 14.219] X.Org Server Extension : 10.0
[ 14.220] (++) using VT number 1
[ 14.221] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 14.223] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 14.223] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/drm/card1
[ 14.224] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 14.230] (--) PCI:*(7@0:0:0) 1002:1636:17aa:5082 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
[ 14.230] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 14.230] (II) LoadModule: "glx"
[ 14.231] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 14.236] (II) Module glx: vendor="X.Org Foundation"
[ 14.236] compiled for 1.21.1.8, module version = 1.0.0
[ 14.236] ABI class: X.Org Server Extension, version 10.0
[ 14.236] (II) Applying OutputClass "AMDgpu" to /dev/dri/card1
[ 14.236] loading driver: amdgpu
[ 14.236] (==) Matched amdgpu as autoconfigured driver 0
[ 14.236] (==) Matched ati as autoconfigured driver 1
[ 14.236] (==) Matched modesetting as autoconfigured driver 2
[ 14.236] (==) Matched fbdev as autoconfigured driver 3
[ 14.236] (==) Matched vesa as autoconfigured driver 4
[ 14.236] (==) Assigned the driver to the xf86ConfigLayout
[ 14.236] (II) LoadModule: "amdgpu"
[ 14.237] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 14.240] (II) Module amdgpu: vendor="X.Org Foundation"
[ 14.240] compiled for 1.21.1.7, module version = 23.0.0
[ 14.240] Module class: X.Org Video Driver
[ 14.240] ABI class: X.Org Video Driver, version 25.2
[ 14.240] (II) LoadModule: "ati"
[ 14.240] (WW) Warning, couldn't open module ati
[ 14.240] (EE) Failed to load module "ati" (module does not exist, 0)
[ 14.240] (II) LoadModule: "modesetting"
[ 14.240] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 14.241] (II) Module modesetting: vendor="X.Org Foundation"
[ 14.241] compiled for 1.21.1.8, module version = 1.21.1
[ 14.241] Module class: X.Org Video Driver
[ 14.241] ABI class: X.Org Video Driver, version 25.2
[ 14.241] (II) LoadModule: "fbdev"
[ 14.241] (WW) Warning, couldn't open module fbdev
[ 14.241] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 14.241] (II) LoadModule: "vesa"
[ 14.241] (WW) Warning, couldn't open module vesa
[ 14.241] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 14.241] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 14.241] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 14.244] (WW) Falling back to old probe method for modesetting
[ 14.244] (EE) open /dev/dri/card0: No such file or directory
[ 14.244] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 14.244] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 14.244] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 14.244] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 14.244] (==) AMDGPU(0): Default visual is TrueColor
[ 14.244] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 14.244] (==) AMDGPU(0): RGB weight 888
[ 14.244] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 14.244] (--) AMDGPU(0): Chipset: "AMD Radeon Graphics" (ChipID = 0x1636)
[ 14.244] (II) Loading sub module "fb"
[ 14.244] (II) LoadModule: "fb"
[ 14.244] (II) Module "fb" already built-in
[ 14.244] (II) Loading sub module "dri2"
[ 14.244] (II) LoadModule: "dri2"
[ 14.244] (II) Module "dri2" already built-in
[ 14.432] (II) Loading sub module "glamoregl"
[ 14.432] (II) LoadModule: "glamoregl"
[ 14.432] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 14.437] (II) Module glamoregl: vendor="X.Org Foundation"
[ 14.437] compiled for 1.21.1.8, module version = 1.0.1
[ 14.437] ABI class: X.Org ANSI C Emulation, version 0.4
[ 14.452] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.52, 6.4.10-arch1-1)
[ 14.452] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 14.452] (==) AMDGPU(0): TearFree property default: auto
[ 14.452] (==) AMDGPU(0): VariableRefresh: disabled
[ 14.452] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[ 14.452] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 14.455] (II) AMDGPU(0): Output eDP has no monitor section
[ 14.455] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 14.455] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 14.455] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 14.489] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 14.489] (II) AMDGPU(0): Output DisplayPort-3 has no monitor section
[ 14.491] (II) AMDGPU(0): Output DisplayPort-4 has no monitor section
[ 14.491] (II) AMDGPU(0): Output DisplayPort-5 has no monitor section
[ 14.491] (II) AMDGPU(0): Output DisplayPort-6 has no monitor section
[ 14.492] (II) AMDGPU(0): Output DisplayPort-7 has no monitor section
[ 14.492] (II) AMDGPU(0): Output DisplayPort-8 has no monitor section
[ 14.534] (WW) AMDGPU(0): 11 ZaphodHeads crtcs unavailable. Some outputs will stay off.
[ 14.538] (II) AMDGPU(0): EDID for output eDP
[ 14.538] (II) AMDGPU(0): Manufacturer: AUO Model: 5a2d Serial#: 0
[ 14.538] (II) AMDGPU(0): Year: 2018 Week: 0
[ 14.538] (II) AMDGPU(0): EDID Version: 1.4
[ 14.538] (II) AMDGPU(0): Digital Display Input
[ 14.538] (II) AMDGPU(0): 8 bits per channel
[ 14.538] (II) AMDGPU(0): Digital interface is DisplayPort
[ 14.538] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 29 vert.: 17
[ 14.538] (II) AMDGPU(0): Gamma: 2.20
[ 14.538] (II) AMDGPU(0): No DPMS capabilities specified
[ 14.538] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 14.538] (II) AMDGPU(0): First detailed timing is preferred mode
[ 14.538] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 14.538] (II) AMDGPU(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 14.538] (II) AMDGPU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 14.538] (II) AMDGPU(0): Manufacturer's mask: 0
[ 14.538] (II) AMDGPU(0): Supported detailed timing:
[ 14.538] (II) AMDGPU(0): clock: 142.6 MHz Image Size: 293 x 165 mm
[ 14.538] (II) AMDGPU(0): h_active: 1920 h_sync: 1978 h_sync_end 2020 h_blank_end 2080 h_border: 0
[ 14.538] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1142 v_border: 0
[ 14.538] (II) AMDGPU(0): Unknown vendor-specific block f
[ 14.538] (II) AMDGPU(0): AUO
[ 14.538] (II) AMDGPU(0): B133HAN05.A
[ 14.538] (II) AMDGPU(0): EDID (in hex):
[ 14.538] (II) AMDGPU(0): 00ffffffffffff0006af2d5a00000000
[ 14.538] (II) AMDGPU(0): 001c0104a51d117802ee95a3544c9926
[ 14.538] (II) AMDGPU(0): 0f505400000001010101010101010101
[ 14.538] (II) AMDGPU(0): 010101010101b43780a070383e403a2a
[ 14.538] (II) AMDGPU(0): 350025a5100000180000000f00000000
[ 14.539] (II) AMDGPU(0): 00000000000000000020000000fe0041
[ 14.539] (II) AMDGPU(0): 554f0a202020202020202020000000fe
[ 14.539] (II) AMDGPU(0): 004231333348414e30352e41200a0070
[ 14.539] (II) AMDGPU(0): Printing probed modes for output eDP
[ 14.539] (II) AMDGPU(0): Modeline "1920x1080"x60.0 142.60 1920 1978 2020 2080 1080 1083 1088 1142 -hsync -vsync (68.6 kHz eP)
[ 14.539] (II) AMDGPU(0): Modeline "1680x1050"x60.0 142.60 1680 1978 2020 2080 1050 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "1280x1024"x60.0 142.60 1280 1978 2020 2080 1024 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "1440x900"x60.0 142.60 1440 1978 2020 2080 900 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "1280x800"x60.0 142.60 1280 1978 2020 2080 800 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "1280x720"x60.0 142.60 1280 1978 2020 2080 720 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "1024x768"x60.0 142.60 1024 1978 2020 2080 768 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "800x600"x60.0 142.60 800 1978 2020 2080 600 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): Modeline "640x480"x60.0 142.60 640 1978 2020 2080 480 1083 1088 1142 -hsync -vsync (68.6 kHz e)
[ 14.539] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 14.539] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 14.539] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 14.575] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 14.575] (II) AMDGPU(0): Manufacturer: LEN Model: 61a5 Serial#: 16843009
[ 14.575] (II) AMDGPU(0): Year: 2018 Week: 38
[ 14.575] (II) AMDGPU(0): EDID Version: 1.3
[ 14.575] (II) AMDGPU(0): Digital Display Input
[ 14.575] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
[ 14.575] (II) AMDGPU(0): Gamma: 2.20
[ 14.575] (II) AMDGPU(0): DPMS capabilities: Off
[ 14.575] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 14.575] (II) AMDGPU(0): First detailed timing is preferred mode
[ 14.575] (II) AMDGPU(0): redX: 0.641 redY: 0.328 greenX: 0.304 greenY: 0.615
[ 14.575] (II) AMDGPU(0): blueX: 0.148 blueY: 0.062 whiteX: 0.313 whiteY: 0.329
[ 14.575] (II) AMDGPU(0): Supported established timings:
[ 14.575] (II) AMDGPU(0): 720x400@70Hz
[ 14.575] (II) AMDGPU(0): 640x480@60Hz
[ 14.575] (II) AMDGPU(0): 800x600@60Hz
[ 14.575] (II) AMDGPU(0): 1024x768@60Hz
[ 14.575] (II) AMDGPU(0): Manufacturer's mask: 0
[ 14.575] (II) AMDGPU(0): Supported standard timings:
[ 14.575] (II) AMDGPU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.575] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.575] (II) AMDGPU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 14.575] (II) AMDGPU(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.575] (II) AMDGPU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 14.575] (II) AMDGPU(0): #5: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 14.576] (II) AMDGPU(0): Supported detailed timing:
[ 14.576] (II) AMDGPU(0): clock: 241.5 MHz Image Size: 527 x 296 mm
[ 14.576] (II) AMDGPU(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 14.576] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 14.576] (II) AMDGPU(0): Supported detailed timing:
[ 14.576] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 527 x 296 mm
[ 14.576] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 14.576] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 14.576] (II) AMDGPU(0): Ranges: V min: 49 V max: 76 Hz, H min: 30 H max: 112 kHz, PixClock max 305 MHz
[ 14.576] (II) AMDGPU(0): Monitor name: P24q-10
[ 14.576] (II) AMDGPU(0): Supported detailed timing:
[ 14.576] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 527 x 296 mm
[ 14.576] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.576] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.576] (II) AMDGPU(0): Supported detailed timing:
[ 14.576] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 527 x 296 mm
[ 14.576] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.576] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.576] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 14.576] (II) AMDGPU(0): EDID (in hex):
[ 14.576] (II) AMDGPU(0): 00ffffffffffff0030aea56101010101
[ 14.576] (II) AMDGPU(0): 261c0103a0351e782a0e35a4544d9d26
[ 14.576] (II) AMDGPU(0): 0f5054a1080081809500a9c0b300d1c0
[ 14.576] (II) AMDGPU(0): d10001010101565e00a0a0a029503020
[ 14.576] (II) AMDGPU(0): 35000f282100001a023a801871382d40
[ 14.576] (II) AMDGPU(0): 582c45000f282100001e000000fd0031
[ 14.576] (II) AMDGPU(0): 4c1e701e000a202020202020000000fc
[ 14.576] (II) AMDGPU(0): 00503234712d31300a2020202020010b
[ 14.576] (II) AMDGPU(0): 02031ef04b01020304051413101f1112
[ 14.576] (II) AMDGPU(0): 230907078301000065030c001000011d
[ 14.576] (II) AMDGPU(0): 007251d01e206e2855000f282100001f
[ 14.576] (II) AMDGPU(0): 8c0ad08a20e02d10103e96000f282100
[ 14.576] (II) AMDGPU(0): 00190000000000000000000000000000
[ 14.576] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.576] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.576] (II) AMDGPU(0): 00000000000000000000000000000005
[ 14.576] (II) AMDGPU(0): Printing probed modes for output DisplayPort-2
[ 14.576] (II) AMDGPU(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 14.576] (II) AMDGPU(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 14.576] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.577] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.577] (II) AMDGPU(0): EDID for output DisplayPort-3
[ 14.581] (II) AMDGPU(0): EDID for output DisplayPort-4
[ 14.581] (II) AMDGPU(0): Manufacturer: LEN Model: 61a5 Serial#: 16843009
[ 14.581] (II) AMDGPU(0): Year: 2018 Week: 40
[ 14.581] (II) AMDGPU(0): EDID Version: 1.4
[ 14.581] (II) AMDGPU(0): Digital Display Input
[ 14.581] (II) AMDGPU(0): 8 bits per channel
[ 14.581] (II) AMDGPU(0): Digital interface is DisplayPort
[ 14.581] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
[ 14.581] (II) AMDGPU(0): Gamma: 2.20
[ 14.581] (II) AMDGPU(0): No DPMS capabilities specified
[ 14.581] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 14.581] (II) AMDGPU(0): First detailed timing is preferred mode
[ 14.581] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 14.581] (II) AMDGPU(0): redX: 0.641 redY: 0.328 greenX: 0.304 greenY: 0.615
[ 14.581] (II) AMDGPU(0): blueX: 0.148 blueY: 0.062 whiteX: 0.313 whiteY: 0.329
[ 14.581] (II) AMDGPU(0): Supported established timings:
[ 14.581] (II) AMDGPU(0): 720x400@70Hz
[ 14.581] (II) AMDGPU(0): 640x480@60Hz
[ 14.581] (II) AMDGPU(0): 800x600@60Hz
[ 14.581] (II) AMDGPU(0): 1024x768@60Hz
[ 14.581] (II) AMDGPU(0): Manufacturer's mask: 0
[ 14.581] (II) AMDGPU(0): Supported standard timings:
[ 14.581] (II) AMDGPU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.581] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.581] (II) AMDGPU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 14.581] (II) AMDGPU(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.581] (II) AMDGPU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 14.581] (II) AMDGPU(0): #5: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 14.581] (II) AMDGPU(0): Supported detailed timing:
[ 14.581] (II) AMDGPU(0): clock: 241.5 MHz Image Size: 527 x 296 mm
[ 14.581] (II) AMDGPU(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 14.581] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 14.581] (II) AMDGPU(0): Serial No: U4P00001
[ 14.581] (II) AMDGPU(0): Ranges: V min: 49 V max: 76 Hz, H min: 30 H max: 112 kHz, PixClock max 305 MHz
[ 14.581] (II) AMDGPU(0): Monitor name: P24q-10
[ 14.581] (II) AMDGPU(0): Supported detailed timing:
[ 14.581] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 527 x 296 mm
[ 14.581] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.581] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.581] (II) AMDGPU(0): Supported detailed timing:
[ 14.582] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 527 x 296 mm
[ 14.582] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.582] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.582] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 14.582] (II) AMDGPU(0): EDID (in hex):
[ 14.582] (II) AMDGPU(0): 00ffffffffffff0030aea56101010101
[ 14.582] (II) AMDGPU(0): 281c0104a5351e78180e35a4544d9d26
[ 14.582] (II) AMDGPU(0): 0f5054a1080081809500a9c0b300d1c0
[ 14.582] (II) AMDGPU(0): d10001010101565e00a0a0a029503020
[ 14.582] (II) AMDGPU(0): 35000f282100001a000000ff00553450
[ 14.582] (II) AMDGPU(0): 30303030310a20202020000000fd0031
[ 14.582] (II) AMDGPU(0): 4c1e701e000a202020202020000000fc
[ 14.582] (II) AMDGPU(0): 00503234712d31300a202020202001eb
[ 14.582] (II) AMDGPU(0): 02031cf04901020304051413101f2309
[ 14.582] (II) AMDGPU(0): 0707830100006547e0000400011d0072
[ 14.582] (II) AMDGPU(0): 51d01e206e2855000f282100001f8c0a
[ 14.582] (II) AMDGPU(0): d08a20e02d10103e96000f2821000019
[ 14.582] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.582] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.582] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.582] (II) AMDGPU(0): 00000000000000000000000000000020
[ 14.582] (II) AMDGPU(0): Printing probed modes for output DisplayPort-4
[ 14.582] (II) AMDGPU(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 14.582] (II) AMDGPU(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.582] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.582] (II) AMDGPU(0): EDID for output DisplayPort-5
[ 14.582] (II) AMDGPU(0): EDID for output DisplayPort-6
[ 14.587] (II) AMDGPU(0): EDID for output DisplayPort-7
[ 14.587] (II) AMDGPU(0): Manufacturer: LEN Model: 61a5 Serial#: 16843009
[ 14.587] (II) AMDGPU(0): Year: 2019 Week: 5
[ 14.587] (II) AMDGPU(0): EDID Version: 1.4
[ 14.587] (II) AMDGPU(0): Digital Display Input
[ 14.587] (II) AMDGPU(0): 8 bits per channel
[ 14.587] (II) AMDGPU(0): Digital interface is DisplayPort
[ 14.587] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
[ 14.587] (II) AMDGPU(0): Gamma: 2.20
[ 14.587] (II) AMDGPU(0): No DPMS capabilities specified
[ 14.587] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 14.587] (II) AMDGPU(0): First detailed timing is preferred mode
[ 14.587] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 14.587] (II) AMDGPU(0): redX: 0.641 redY: 0.328 greenX: 0.304 greenY: 0.615
[ 14.587] (II) AMDGPU(0): blueX: 0.148 blueY: 0.062 whiteX: 0.313 whiteY: 0.329
[ 14.587] (II) AMDGPU(0): Supported established timings:
[ 14.587] (II) AMDGPU(0): 720x400@70Hz
[ 14.587] (II) AMDGPU(0): 640x480@60Hz
[ 14.587] (II) AMDGPU(0): 800x600@60Hz
[ 14.587] (II) AMDGPU(0): 1024x768@60Hz
[ 14.587] (II) AMDGPU(0): Manufacturer's mask: 0
[ 14.587] (II) AMDGPU(0): Supported standard timings:
[ 14.587] (II) AMDGPU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 14.587] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 14.587] (II) AMDGPU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 14.587] (II) AMDGPU(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 14.587] (II) AMDGPU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 14.587] (II) AMDGPU(0): #5: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 14.587] (II) AMDGPU(0): Supported detailed timing:
[ 14.587] (II) AMDGPU(0): clock: 241.5 MHz Image Size: 527 x 296 mm
[ 14.587] (II) AMDGPU(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 14.587] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 14.587] (II) AMDGPU(0): Serial No: U4P00001
[ 14.587] (II) AMDGPU(0): Ranges: V min: 49 V max: 76 Hz, H min: 30 H max: 112 kHz, PixClock max 305 MHz
[ 14.587] (II) AMDGPU(0): Monitor name: P24q-10
[ 14.587] (II) AMDGPU(0): Supported detailed timing:
[ 14.587] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 527 x 296 mm
[ 14.587] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 14.587] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 14.587] (II) AMDGPU(0): Supported detailed timing:
[ 14.587] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 527 x 296 mm
[ 14.587] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 14.587] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 14.587] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 14.587] (II) AMDGPU(0): EDID (in hex):
[ 14.587] (II) AMDGPU(0): 00ffffffffffff0030aea56101010101
[ 14.587] (II) AMDGPU(0): 051d0104a5351e78180e35a4544d9d26
[ 14.587] (II) AMDGPU(0): 0f5054a1080081809500a9c0b300d1c0
[ 14.587] (II) AMDGPU(0): d10001010101565e00a0a0a029503020
[ 14.587] (II) AMDGPU(0): 35000f282100001a000000ff00553450
[ 14.587] (II) AMDGPU(0): 30303030310a20202020000000fd0031
[ 14.587] (II) AMDGPU(0): 4c1e701e000a202020202020000000fc
[ 14.587] (II) AMDGPU(0): 00503234712d31300a2020202020010d
[ 14.587] (II) AMDGPU(0): 02031cf04901020304051413101f2309
[ 14.587] (II) AMDGPU(0): 0707830100006547e0000400011d0072
[ 14.587] (II) AMDGPU(0): 51d01e206e2855000f282100001f8c0a
[ 14.587] (II) AMDGPU(0): d08a20e02d10103e96000f2821000019
[ 14.588] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.588] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.588] (II) AMDGPU(0): 00000000000000000000000000000000
[ 14.588] (II) AMDGPU(0): 00000000000000000000000000000020
[ 14.588] (II) AMDGPU(0): Printing probed modes for output DisplayPort-7
[ 14.588] (II) AMDGPU(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 14.588] (II) AMDGPU(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 14.588] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 14.588] (II) AMDGPU(0): EDID for output DisplayPort-8
[ 14.588] (II) AMDGPU(0): Output eDP connected
[ 14.588] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-2 connected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-3 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-4 connected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-5 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-6 disconnected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-7 connected
[ 14.588] (II) AMDGPU(0): Output DisplayPort-8 disconnected
[ 14.588] (II) AMDGPU(0): Using spanning desktop for initial modes
[ 14.588] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 14.588] (II) AMDGPU(0): Output DisplayPort-2 using initial mode 2560x1440 +1920+0
[ 14.588] (II) AMDGPU(0): Output DisplayPort-4 using initial mode 2560x1440 +4480+0
[ 14.588] (II) AMDGPU(0): Output DisplayPort-7 using initial mode 2560x1440 +7040+0
[ 14.588] (II) AMDGPU(0): mem size init: gart size :3d1ff6800 vram size: s:1df68000 visible:1df68000
[ 14.588] (==) AMDGPU(0): DPI set to (96, 96)
[ 14.588] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 14.588] (II) Loading sub module "ramdac"
[ 14.588] (II) LoadModule: "ramdac"
[ 14.589] (II) Module "ramdac" already built-in
[ 14.589] (II) UnloadModule: "modesetting"
[ 14.589] (II) Unloading modesetting
[ 14.589] (II) AMDGPU(0): [DRI2] Setup complete
[ 14.589] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 14.589] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 14.654] (II) AMDGPU(0): Front buffer pitch: 38400 bytes
[ 14.654] (II) AMDGPU(0): SYNC extension fences enabled
[ 14.654] (II) AMDGPU(0): Present extension enabled
[ 14.655] (==) AMDGPU(0): DRI3 enabled
[ 14.655] (==) AMDGPU(0): Backing store enabled
[ 14.655] (II) AMDGPU(0): Direct rendering enabled
[ 14.667] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 14.667] (II) AMDGPU(0): Acceleration enabled
[ 14.667] (==) AMDGPU(0): DPMS enabled
[ 14.667] (==) AMDGPU(0): Silken mouse enabled
[ 14.667] (II) AMDGPU(0): Set up textured video (glamor)
[ 14.717] (WW) AMDGPU(0): Option "HotplugDriver" is not used
[ 14.718] (II) Initializing extension Generic Event Extension
[ 14.718] (II) Initializing extension SHAPE
[ 14.718] (II) Initializing extension MIT-SHM
[ 14.718] (II) Initializing extension XInputExtension
[ 14.718] (II) Initializing extension XTEST
[ 14.719] (II) Initializing extension BIG-REQUESTS
[ 14.719] (II) Initializing extension SYNC
[ 14.719] (II) Initializing extension XKEYBOARD
[ 14.719] (II) Initializing extension XC-MISC
[ 14.719] (II) Initializing extension SECURITY
[ 14.719] (II) Initializing extension XFIXES
[ 14.719] (II) Initializing extension RENDER
[ 14.719] (II) Initializing extension RANDR
[ 14.720] (II) Initializing extension COMPOSITE
[ 14.720] (II) Initializing extension DAMAGE
[ 14.720] (II) Initializing extension MIT-SCREEN-SAVER
[ 14.720] (II) Initializing extension DOUBLE-BUFFER
[ 14.720] (II) Initializing extension RECORD
[ 14.721] (II) Initializing extension DPMS
[ 14.721] (II) Initializing extension Present
[ 14.721] (II) Initializing extension DRI3
[ 14.721] (II) Initializing extension X-Resource
[ 14.721] (II) Initializing extension XVideo
[ 14.721] (II) Initializing extension XVideo-MotionCompensation
[ 14.721] (II) Initializing extension GLX
[ 14.733] (II) AIGLX: Loaded and initialized radeonsi
[ 14.733] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 14.733] (II) Initializing extension XFree86-VidModeExtension
[ 14.733] (II) Initializing extension XFree86-DGA
[ 14.733] (II) Initializing extension XFree86-DRI
[ 14.733] (II) Initializing extension DRI2
[ 14.734] (II) AMDGPU(0): Setting screen physical size to 2540 x 381
[ 16.552] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 16.552] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 16.552] (II) LoadModule: "libinput"
[ 16.552] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 16.555] (II) Module libinput: vendor="X.Org Foundation"
[ 16.555] compiled for 1.21.1.8, module version = 1.3.0
[ 16.555] Module class: X.Org XInput Driver
[ 16.555] ABI class: X.Org XInput driver, version 24.4
[ 16.555] (II) Using input driver 'libinput' for 'Video Bus'
[ 16.557] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 16.557] (**) Video Bus: always reports core events
[ 16.557] (**) Option "Device" "/dev/input/event3"
[ 16.565] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 16.565] (II) event3 - Video Bus: device is a keyboard
[ 16.565] (II) event3 - Video Bus: device removed
[ 16.565] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/LNXVIDEO:00/input/input3/event3"
[ 16.565] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 16.566] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 16.566] (II) event3 - Video Bus: device is a keyboard
[ 16.567] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 16.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.567] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.567] (II) Using input driver 'libinput' for 'Power Button'
[ 16.568] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 30 paused 0
[ 16.568] (**) Power Button: always reports core events
[ 16.568] (**) Option "Device" "/dev/input/event0"
[ 16.568] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 16.568] (II) event0 - Power Button: device is a keyboard
[ 16.568] (II) event0 - Power Button: device removed
[ 16.568] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 16.568] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 16.569] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 16.569] (II) event0 - Power Button: device is a keyboard
[ 16.570] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 16.570] (II) No input driver specified, ignoring this device.
[ 16.570] (II) This device may have been added with another device file.
[ 16.570] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 16.570] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 16.570] (II) Using input driver 'libinput' for 'Sleep Button'
[ 16.571] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[ 16.571] (**) Sleep Button: always reports core events
[ 16.571] (**) Option "Device" "/dev/input/event2"
[ 16.572] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 16.572] (II) event2 - Sleep Button: device is a keyboard
[ 16.572] (II) event2 - Sleep Button: device removed
[ 16.572] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 16.572] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 16.573] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 16.573] (II) event2 - Sleep Button: device is a keyboard
[ 16.574] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event8)
[ 16.574] (II) No input driver specified, ignoring this device.
[ 16.574] (II) This device may have been added with another device file.
[ 16.574] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event9)
[ 16.574] (II) No input driver specified, ignoring this device.
[ 16.574] (II) This device may have been added with another device file.
[ 16.575] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event10)
[ 16.575] (II) No input driver specified, ignoring this device.
[ 16.575] (II) This device may have been added with another device file.
[ 16.576] (II) config/udev: Adding input device Generic ThinkPad Dock USB Audio Consumer Control (/dev/input/event6)
[ 16.576] (**) Generic ThinkPad Dock USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 16.576] (II) Using input driver 'libinput' for 'Generic ThinkPad Dock USB Audio Consumer Control'
[ 16.577] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[ 16.577] (**) Generic ThinkPad Dock USB Audio Consumer Control: always reports core events
[ 16.577] (**) Option "Device" "/dev/input/event6"
[ 16.579] (II) event6 - Generic ThinkPad Dock USB Audio Consumer Control: is tagged by udev as: Keyboard
[ 16.579] (II) event6 - Generic ThinkPad Dock USB Audio Consumer Control: device is a keyboard
[ 16.579] (II) event6 - Generic ThinkPad Dock USB Audio Consumer Control: device removed
[ 16.579] (II) libinput: Generic ThinkPad Dock USB Audio Consumer Control: needs a virtual subdevice
[ 16.579] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb6/6-1/6-1.2/6-1.2.4/6-1.2.4:1.3/0003:17EF:306F.0002/input/input7/event6"
[ 16.579] (II) XINPUT: Adding extended input device "Generic ThinkPad Dock USB Audio Consumer Control" (type: MOUSE, id 9)
[ 16.579] (**) Option "AccelerationScheme" "none"
[ 16.579] (**) Generic ThinkPad Dock USB Audio Consumer Control: (accel) selected scheme none/0
[ 16.579] (**) Generic ThinkPad Dock USB Audio Consumer Control: (accel) acceleration factor: 2.000
[ 16.579] (**) Generic ThinkPad Dock USB Audio Consumer Control: (accel) acceleration threshold: 4
[ 16.580] (II) event6 - Generic ThinkPad Dock USB Audio Consumer Control: is tagged by udev as: Keyboard
[ 16.580] (II) event6 - Generic ThinkPad Dock USB Audio Consumer Control: device is a keyboard
[ 16.581] (II) config/udev: Adding input device Generic ThinkPad Dock USB Audio (/dev/input/event7)
[ 16.582] (**) Generic ThinkPad Dock USB Audio: Applying InputClass "libinput keyboard catchall"
[ 16.582] (II) Using input driver 'libinput' for 'Generic ThinkPad Dock USB Audio'
[ 16.583] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[ 16.583] (**) Generic ThinkPad Dock USB Audio: always reports core events
[ 16.583] (**) Option "Device" "/dev/input/event7"
[ 16.585] (II) event7 - Generic ThinkPad Dock USB Audio: is tagged by udev as: Keyboard
[ 16.585] (II) event7 - Generic ThinkPad Dock USB Audio: device is a keyboard
[ 16.585] (II) event7 - Generic ThinkPad Dock USB Audio: device removed
[ 16.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb6/6-1/6-1.2/6-1.2.4/6-1.2.4:1.3/0003:17EF:306F.0002/input/input8/event7"
[ 16.585] (II) XINPUT: Adding extended input device "Generic ThinkPad Dock USB Audio" (type: KEYBOARD, id 10)
[ 16.586] (II) event7 - Generic ThinkPad Dock USB Audio: is tagged by udev as: Keyboard
[ 16.587] (II) event7 - Generic ThinkPad Dock USB Audio: device is a keyboard
[ 16.587] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event11)
[ 16.587] (II) No input driver specified, ignoring this device.
[ 16.587] (II) This device may have been added with another device file.
[ 16.587] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event12)
[ 16.587] (II) No input driver specified, ignoring this device.
[ 16.587] (II) This device may have been added with another device file.
[ 16.588] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 16.588] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.588] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 16.589] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[ 16.589] (**) AT Translated Set 2 keyboard: always reports core events
[ 16.589] (**) Option "Device" "/dev/input/event4"
[ 16.590] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16.590] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 16.590] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 16.590] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 16.590] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 16.591] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16.591] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 16.592] (II) config/udev: Adding input device ETPS/2 Elantech TrackPoint (/dev/input/event13)
[ 16.592] (**) ETPS/2 Elantech TrackPoint: Applying InputClass "libinput pointer catchall"
[ 16.592] (**) ETPS/2 Elantech TrackPoint: Applying InputClass "Mouse"
[ 16.592] (II) Using input driver 'libinput' for 'ETPS/2 Elantech TrackPoint'
[ 16.593] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[ 16.593] (**) ETPS/2 Elantech TrackPoint: always reports core events
[ 16.593] (**) Option "Device" "/dev/input/event13"
[ 16.594] (II) event13 - ETPS/2 Elantech TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 16.594] (II) event13 - ETPS/2 Elantech TrackPoint: device is a pointer
[ 16.595] (II) event13 - ETPS/2 Elantech TrackPoint: device removed
[ 16.595] (**) Option "AccelSpeed" "0.6"
[ 16.595] (**) Option "AccelProfile" "flat"
[ 16.595] (II) libinput: ETPS/2 Elantech TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.595] (II) libinput: ETPS/2 Elantech TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.595] (II) libinput: ETPS/2 Elantech TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.595] (**) Option "LeftHanded"
[ 16.595] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event13"
[ 16.595] (II) XINPUT: Adding extended input device "ETPS/2 Elantech TrackPoint" (type: MOUSE, id 12)
[ 16.595] (**) Option "AccelerationScheme" "none"
[ 16.595] (**) ETPS/2 Elantech TrackPoint: (accel) selected scheme none/0
[ 16.595] (**) ETPS/2 Elantech TrackPoint: (accel) acceleration factor: 2.000
[ 16.595] (**) ETPS/2 Elantech TrackPoint: (accel) acceleration threshold: 4
[ 16.596] (II) event13 - ETPS/2 Elantech TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 16.596] (II) event13 - ETPS/2 Elantech TrackPoint: device is a pointer
[ 16.597] (II) config/udev: Adding input device ETPS/2 Elantech TrackPoint (/dev/input/mouse0)
[ 16.597] (II) No input driver specified, ignoring this device.
[ 16.597] (II) This device may have been added with another device file.
[ 16.597] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[ 16.597] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 16.597] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 16.598] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 36 paused 0
[ 16.598] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 16.598] (**) Option "Device" "/dev/input/event14"
[ 16.599] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 16.601] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 16.601] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[ 16.601] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.601] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.601] (II) libinput: ETPS/2 Elantech Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event14"
[ 16.601] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[ 16.602] (**) Option "AccelerationScheme" "none"
[ 16.602] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 16.602] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 16.602] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 16.603] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 16.604] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 16.605] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[ 16.605] (II) No input driver specified, ignoring this device.
[ 16.605] (II) This device may have been added with another device file.
[ 16.608] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[ 16.608] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 16.608] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 16.609] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 37 paused 0
[ 16.609] (**) ThinkPad Extra Buttons: always reports core events
[ 16.609] (**) Option "Device" "/dev/input/event5"
[ 16.609] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 16.609] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 16.610] (II) event5 - ThinkPad Extra Buttons: device removed
[ 16.610] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[ 16.610] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[ 16.610] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 16.610] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 16.611] (II) config/udev: Adding input device BT60 Keyboard (/dev/input/event15)
[ 16.611] (**) BT60 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.611] (II) Using input driver 'libinput' for 'BT60 Keyboard'
[ 16.612] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 38 paused 0
[ 16.612] (**) BT60 Keyboard: always reports core events
[ 16.612] (**) Option "Device" "/dev/input/event15"
[ 16.613] (II) event15 - BT60 Keyboard: is tagged by udev as: Keyboard
[ 16.613] (II) event15 - BT60 Keyboard: device is a keyboard
[ 16.613] (II) event15 - BT60 Keyboard: device removed
[ 16.613] (II) libinput: BT60 Keyboard: needs a virtual subdevice
[ 16.613] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:1D50:615E.0003/input/input16/event15"
[ 16.613] (II) XINPUT: Adding extended input device "BT60 Keyboard" (type: MOUSE, id 15)
[ 16.614] (**) Option "AccelerationScheme" "none"
[ 16.614] (**) BT60 Keyboard: (accel) selected scheme none/0
[ 16.614] (**) BT60 Keyboard: (accel) acceleration factor: 2.000
[ 16.614] (**) BT60 Keyboard: (accel) acceleration threshold: 4
[ 16.615] (II) event15 - BT60 Keyboard: is tagged by udev as: Keyboard
[ 16.615] (II) event15 - BT60 Keyboard: device is a keyboard
[ 16.620] (**) Generic ThinkPad Dock USB Audio Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 16.620] (II) Using input driver 'libinput' for 'Generic ThinkPad Dock USB Audio Consumer Control'
[ 16.620] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[ 16.620] (**) Generic ThinkPad Dock USB Audio Consumer Control: always reports core events
[ 16.620] (**) Option "Device" "/dev/input/event6"
[ 16.620] (II) libinput: Generic ThinkPad Dock USB Audio Consumer Control: is a virtual subdevice
[ 16.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb6/6-1/6-1.2/6-1.2.4/6-1.2.4:1.3/0003:17EF:306F.0002/input/input7/event6"
[ 16.620] (II) XINPUT: Adding extended input device "Generic ThinkPad Dock USB Audio Consumer Control" (type: KEYBOARD, id 16)
[ 16.620] (**) BT60 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.620] (II) Using input driver 'libinput' for 'BT60 Keyboard'
[ 16.620] (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
[ 16.620] (**) BT60 Keyboard: always reports core events
[ 16.620] (**) Option "Device" "/dev/input/event15"
[ 16.620] (II) libinput: BT60 Keyboard: is a virtual subdevice
[ 16.620] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:1D50:615E.0003/input/input16/event15"
[ 16.620] (II) XINPUT: Adding extended input device "BT60 Keyboard" (type: KEYBOARD, id 17)
[ 16.935] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 17.186] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 17.461] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 17.461] (II) AMDGPU(0): Allocate new frame buffer 1920x1080
[ 17.462] (II) AMDGPU(0): => pitch 7680 bytes
[ 19.149] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/mouse2)
[ 19.149] (II) No input driver specified, ignoring this device.
[ 19.149] (II) This device may have been added with another device file.
[ 19.215] (II) config/udev: Adding input device Lenovo Bluetooth Mouse Keyboard (/dev/input/event17)
[ 19.215] (**) Lenovo Bluetooth Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.215] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse Keyboard'
[ 19.216] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 47 paused 0
[ 19.216] (**) Lenovo Bluetooth Mouse Keyboard: always reports core events
[ 19.216] (**) Option "Device" "/dev/input/event17"
[ 19.218] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 19.218] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 19.219] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 19.219] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0004/input/input18/event17"
[ 19.219] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse Keyboard" (type: KEYBOARD, id 18)
[ 19.221] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 19.222] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 19.224] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event16)
[ 19.224] (**) Lenovo Bluetooth Mouse: Applying InputClass "libinput pointer catchall"
[ 19.224] (**) Lenovo Bluetooth Mouse: Applying InputClass "Mouse"
[ 19.224] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse'
[ 19.225] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 48 paused 0
[ 19.225] (**) Lenovo Bluetooth Mouse: always reports core events
[ 19.225] (**) Option "Device" "/dev/input/event16"
[ 19.227] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 19.228] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 19.228] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 19.228] (**) Option "AccelSpeed" "0.6"
[ 19.228] (**) Option "AccelProfile" "flat"
[ 19.228] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.228] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.228] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.229] (**) Option "LeftHanded"
[ 19.229] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0004/input/input17/event16"
[ 19.229] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse" (type: MOUSE, id 19)
[ 19.229] (**) Option "AccelerationScheme" "none"
[ 19.229] (**) Lenovo Bluetooth Mouse: (accel) selected scheme none/0
[ 19.229] (**) Lenovo Bluetooth Mouse: (accel) acceleration factor: 2.000
[ 19.229] (**) Lenovo Bluetooth Mouse: (accel) acceleration threshold: 4
[ 19.231] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 19.231] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 19.234] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event18)
[ 19.234] (II) No input driver specified, ignoring this device.
[ 19.234] (II) This device may have been added with another device file.
[ 33.902] (II) AMDGPU(0): EDID vendor "AUO", prod id 23085
[ 33.902] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 33.902] (II) AMDGPU(0): Modeline "1920x1080"x0.0 142.60 1920 1978 2020 2080 1080 1083 1088 1142 -hsync -vsync (68.6 kHz eP)
[ 100.166] (II) AMDGPU(0): Allocate new frame buffer 7680x2520
[ 100.167] (II) AMDGPU(0): => pitch 30720 bytes
[ 110.777] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 111.011] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 111.394] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 111.728] (EE) AMDGPU(0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 111.729] (II) AMDGPU(0): Allocate new frame buffer 1920x1080
[ 111.729] (II) AMDGPU(0): => pitch 7680 bytes
[ 111.955] (II) AMDGPU(0): Allocate new frame buffer 7680x2520
[ 111.955] (II) AMDGPU(0): => pitch 30720 bytes
[ 1237.950] (II) config/udev: removing device Lenovo Bluetooth Mouse
[ 1237.950] (**) Option "fd" "48"
[ 1237.950] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 1237.951] (II) UnloadModule: "libinput"
[ 1237.951] (II) systemd-logind: releasing fd for 13:80
[ 1237.951] (EE) systemd-logind: failed to release device: Device not taken
[ 1237.966] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 1237.967] (II) config/udev: removing device Lenovo Bluetooth Mouse Keyboard
[ 1237.967] (**) Option "fd" "47"
[ 1237.967] (II) UnloadModule: "libinput"
[ 1237.967] (II) systemd-logind: releasing fd for 13:81
[ 1237.968] (EE) systemd-logind: failed to release device: Device not taken
[ 1806.734] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/mouse2)
[ 1806.734] (II) No input driver specified, ignoring this device.
[ 1806.734] (II) This device may have been added with another device file.
[ 1806.792] (II) config/udev: Adding input device Lenovo Bluetooth Mouse Keyboard (/dev/input/event17)
[ 1806.793] (**) Lenovo Bluetooth Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1806.793] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse Keyboard'
[ 1806.794] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 48 paused 0
[ 1806.794] (**) Lenovo Bluetooth Mouse Keyboard: always reports core events
[ 1806.794] (**) Option "Device" "/dev/input/event17"
[ 1806.796] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 1806.796] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 1806.797] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 1806.797] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0005/input/input21/event17"
[ 1806.797] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse Keyboard" (type: KEYBOARD, id 18)
[ 1806.800] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 1806.800] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 1806.802] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event16)
[ 1806.802] (**) Lenovo Bluetooth Mouse: Applying InputClass "libinput pointer catchall"
[ 1806.802] (**) Lenovo Bluetooth Mouse: Applying InputClass "Mouse"
[ 1806.802] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse'
[ 1806.803] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 53 paused 0
[ 1806.803] (**) Lenovo Bluetooth Mouse: always reports core events
[ 1806.803] (**) Option "Device" "/dev/input/event16"
[ 1806.805] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 1806.806] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 1806.806] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 1806.806] (**) Option "AccelSpeed" "0.6"
[ 1806.806] (**) Option "AccelProfile" "flat"
[ 1806.806] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1806.806] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1806.806] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1806.806] (**) Option "LeftHanded"
[ 1806.807] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0005/input/input20/event16"
[ 1806.807] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse" (type: MOUSE, id 19)
[ 1806.807] (**) Option "AccelerationScheme" "none"
[ 1806.807] (**) Lenovo Bluetooth Mouse: (accel) selected scheme none/0
[ 1806.807] (**) Lenovo Bluetooth Mouse: (accel) acceleration factor: 2.000
[ 1806.807] (**) Lenovo Bluetooth Mouse: (accel) acceleration threshold: 4
[ 1806.809] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 1806.810] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 1806.816] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event18)
[ 1806.816] (II) No input driver specified, ignoring this device.
[ 1806.816] (II) This device may have been added with another device file.
[ 2412.612] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 2412.613] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 2412.613] (II) config/udev: removing device Lenovo Bluetooth Mouse
[ 2412.613] (**) Option "fd" "53"
[ 2412.614] (II) UnloadModule: "libinput"
[ 2412.614] (II) systemd-logind: releasing fd for 13:80
[ 2412.615] (EE) systemd-logind: failed to release device: Device not taken
[ 2412.647] (II) config/udev: removing device Lenovo Bluetooth Mouse Keyboard
[ 2412.647] (**) Option "fd" "48"
[ 2412.647] (II) UnloadModule: "libinput"
[ 2412.647] (II) systemd-logind: releasing fd for 13:81
[ 2412.647] (EE) systemd-logind: failed to release device: Device not taken
[ 2760.457] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/mouse2)
[ 2760.457] (II) No input driver specified, ignoring this device.
[ 2760.457] (II) This device may have been added with another device file.
[ 2760.551] (II) config/udev: Adding input device Lenovo Bluetooth Mouse Keyboard (/dev/input/event17)
[ 2760.551] (**) Lenovo Bluetooth Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2760.551] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse Keyboard'
[ 2760.552] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 48 paused 0
[ 2760.552] (**) Lenovo Bluetooth Mouse Keyboard: always reports core events
[ 2760.552] (**) Option "Device" "/dev/input/event17"
[ 2760.553] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 2760.553] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 2760.553] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 2760.553] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0006/input/input24/event17"
[ 2760.553] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse Keyboard" (type: KEYBOARD, id 18)
[ 2760.554] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 2760.555] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 2760.555] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event18)
[ 2760.555] (II) No input driver specified, ignoring this device.
[ 2760.555] (II) This device may have been added with another device file.
[ 2760.564] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event16)
[ 2760.564] (**) Lenovo Bluetooth Mouse: Applying InputClass "libinput pointer catchall"
[ 2760.564] (**) Lenovo Bluetooth Mouse: Applying InputClass "Mouse"
[ 2760.564] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse'
[ 2760.565] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 58 paused 0
[ 2760.565] (**) Lenovo Bluetooth Mouse: always reports core events
[ 2760.565] (**) Option "Device" "/dev/input/event16"
[ 2760.567] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 2760.567] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 2760.568] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 2760.568] (**) Option "AccelSpeed" "0.6"
[ 2760.568] (**) Option "AccelProfile" "flat"
[ 2760.568] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2760.568] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2760.568] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2760.568] (**) Option "LeftHanded"
[ 2760.568] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0006/input/input23/event16"
[ 2760.568] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse" (type: MOUSE, id 19)
[ 2760.568] (**) Option "AccelerationScheme" "none"
[ 2760.569] (**) Lenovo Bluetooth Mouse: (accel) selected scheme none/0
[ 2760.569] (**) Lenovo Bluetooth Mouse: (accel) acceleration factor: 2.000
[ 2760.569] (**) Lenovo Bluetooth Mouse: (accel) acceleration threshold: 4
[ 2760.571] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 2760.571] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 7341.099] (II) config/udev: removing device Lenovo Bluetooth Mouse
[ 7341.099] (**) Option "fd" "58"
[ 7341.099] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 7341.101] (II) UnloadModule: "libinput"
[ 7341.101] (II) systemd-logind: releasing fd for 13:80
[ 7341.102] (EE) systemd-logind: failed to release device: Device not taken
[ 7341.126] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 7341.133] (II) config/udev: removing device Lenovo Bluetooth Mouse Keyboard
[ 7341.133] (**) Option "fd" "48"
[ 7341.133] (II) UnloadModule: "libinput"
[ 7341.133] (II) systemd-logind: releasing fd for 13:81
[ 7341.134] (EE) systemd-logind: failed to release device: Device not taken
[ 7548.058] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/mouse2)
[ 7548.058] (II) No input driver specified, ignoring this device.
[ 7548.058] (II) This device may have been added with another device file.
[ 7548.078] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event18)
[ 7548.078] (II) No input driver specified, ignoring this device.
[ 7548.078] (II) This device may have been added with another device file.
[ 7548.097] (II) config/udev: Adding input device Lenovo Bluetooth Mouse Keyboard (/dev/input/event17)
[ 7548.097] (**) Lenovo Bluetooth Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 7548.097] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse Keyboard'
[ 7548.098] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 56 paused 0
[ 7548.098] (**) Lenovo Bluetooth Mouse Keyboard: always reports core events
[ 7548.098] (**) Option "Device" "/dev/input/event17"
[ 7548.099] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 7548.099] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 7548.099] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device removed
[ 7548.099] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0007/input/input27/event17"
[ 7548.099] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse Keyboard" (type: KEYBOARD, id 18)
[ 7548.100] (II) event17 - Lenovo Bluetooth Mouse Keyboard: is tagged by udev as: Keyboard
[ 7548.100] (II) event17 - Lenovo Bluetooth Mouse Keyboard: device is a keyboard
[ 7548.101] (II) config/udev: Adding input device Lenovo Bluetooth Mouse (/dev/input/event16)
[ 7548.101] (**) Lenovo Bluetooth Mouse: Applying InputClass "libinput pointer catchall"
[ 7548.101] (**) Lenovo Bluetooth Mouse: Applying InputClass "Mouse"
[ 7548.101] (II) Using input driver 'libinput' for 'Lenovo Bluetooth Mouse'
[ 7548.102] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 58 paused 0
[ 7548.102] (**) Lenovo Bluetooth Mouse: always reports core events
[ 7548.102] (**) Option "Device" "/dev/input/event16"
[ 7548.103] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 7548.103] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
[ 7548.103] (II) event16 - Lenovo Bluetooth Mouse: device removed
[ 7548.103] (**) Option "AccelSpeed" "0.6"
[ 7548.103] (**) Option "AccelProfile" "flat"
[ 7548.103] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7548.103] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7548.103] (II) libinput: Lenovo Bluetooth Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 7548.103] (**) Option "LeftHanded"
[ 7548.103] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:17EF:60EF.0007/input/input26/event16"
[ 7548.103] (II) XINPUT: Adding extended input device "Lenovo Bluetooth Mouse" (type: MOUSE, id 19)
[ 7548.103] (**) Option "AccelerationScheme" "none"
[ 7548.103] (**) Lenovo Bluetooth Mouse: (accel) selected scheme none/0
[ 7548.103] (**) Lenovo Bluetooth Mouse: (accel) acceleration factor: 2.000
[ 7548.103] (**) Lenovo Bluetooth Mouse: (accel) acceleration threshold: 4
[ 7548.104] (II) event16 - Lenovo Bluetooth Mouse: is tagged by udev as: Mouse
[ 7548.104] (II) event16 - Lenovo Bluetooth Mouse: device is a pointer
Offline
[ 14.588] (II) AMDGPU(0): EDID for output DisplayPort-8
You don't have 8 DP ports on the GPU, do you?
This is most likely MST, but what's more important is that the 2nd xrandr output in the OP is most likely *not* an actual xrandr output, but something your edited together?
Is lists the same outputs as connectes as the first xrandr output, just the modelines are moved around.
Please post two *actual* different xrandr outputs so we're not chasing some goose while in reality you're sometimes using xf86-video-amdgpu and sometimes the modesetting driver (which indeed and unfortunately will lead to different output names, but is a perfectly controllable "problem")
Online
[ 14.588] (II) AMDGPU(0): EDID for output DisplayPort-8
You don't have 8 DP ports on the GPU, do you?
This is most likely MST, but what's more important is that the 2nd xrandr output in the OP is most likely *not* an actual xrandr output, but something your edited together?
Is lists the same outputs as connectes as the first xrandr output, just the modelines are moved around.Please post two *actual* different xrandr outputs so we're not chasing some goose while in reality you're sometimes using xf86-video-amdgpu and sometimes the modesetting driver (which indeed and unfortunately will lead to different output names, but is a perfectly controllable "problem")
I think it is saying 8 DP because 3 monitors have daisy chain ability (6), and my laptop has its own screen and HDMI outputs (2). Not sure why HDMI output is listed as one of the DisplayPorts.
Yes. Second xrandr output is mere editing to show how it is different sometimes. I am not sure, how I can replicate the problem. I am currently using xf86-video-amdgpu, and, yes, xf86-video-amdgpu does change the outputs names.
Offline
I think it is saying 8 DP because 3 monitors have daisy chain ability (6)
Yes, that's colloquial for MST
https://en.wikipedia.org/wiki/DisplayPo … _Transport
Second xrandr output is mere editing to show how it is different sometimes
That's not helpful. You've to wait until the problem occurs again and secure the actual xrandr output at that time.
Online
I think it is saying 8 DP because 3 monitors have daisy chain ability (6)
Yes, that's colloquial for MST
https://en.wikipedia.org/wiki/DisplayPo … _TransportSecond xrandr output is mere editing to show how it is different sometimes
That's not helpful. You've to wait until the problem occurs again and secure the actual xrandr output at that time.
That sucks...
Is there any other ways to organize displays without using xrandr? It is possible to do it using xorg.conf with specifying a monitor section?
Offline
There're plenty of ways to configure the displays, they all end up w/ the randr extension and none will work if your outputs randomly change.
But what sucks is that we don't even know what the problem is because you've posted some random text that's maybe an artistic imagination of the problem, but no data to operate on.
Wait until this actually happens again and then post the *actually* different xrandr output.
Online
Okay. Thanks.
Offline
Well. It happened again. I think the number changed in one of them because I turned off and turned back on one of them.
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.03*+
1680x1050 60.03
1280x1024 60.03
1440x900 60.03
1280x800 60.03
1280x720 60.03
1024x768 60.03
800x600 60.03
640x480 60.03
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-2 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.95
1920x1080 60.00 50.00 59.94
1680x1050 59.88
1600x900 60.00
1280x1024 60.02
1440x900 59.90
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x576 50.00
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-3 disconnected (normal left inverted right x axis y axis)
DisplayPort-4 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-5 disconnected (normal left inverted right x axis y axis)
DisplayPort-6 connected (normal left inverted right x axis y axis)
2560x1440 59.95 +
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 60.02
1440x900 59.89
1280x720 60.00 50.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
720x400 70.08
DisplayPort-7 disconnected (normal left inverted right x axis y axis)
DisplayPort-8 disconnected (normal left inverted right x axis y axis)
Offline
7 became 6 (w/ the xorg log I suspect the "addition" of 8 is a clerical error in the OP where that output was cut) - that's simply the MST.
You could bracket them in your script(s) and treat DisplayPort-[0-2], DisplayPort-[3-5] and DisplayPort-[6-8] as units.
sth. along
OUT1=$(xrandr --current | awk '/DisplayPort-[0-2] connected/{print $1}')
Online
Thanks for this topic OP and all the answers, I just now realized it is a driver issue, not X issue, not xrandr issue and not xfce issue.
I am also running multi monitor setup, with monitor 1 connected to laptop through USB-C and daisy chained with HDMI to monitor 2.
The solution for me is using autoranrd which can match displays based on edid.
So all you need to do is:
`autorandr -s docked` to save the config and
`autorandr -l docked --match-edid` to load the config based on edid and not display output names.
Offline