You are not logged in.
i am trying to set up two displays with different resolution / scaling by setting the dpi to that of the higher-dpi display, and then scaling the other display to counter the increased sizes.
as far as i can tell, this command should do that:
xrandr --dpi 192 --fb 8000x4680 --output eDP2 --mode 2880x1800 --output DisplayPort-1-0 --mode 2560x1440 --right-of eDP2 --scale 2x2 --panning 5120x2880+2880+0
this does correctly apply the scaling, but the panning fails with this error, which google has found no matches for
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 29 (RRSetPanning)
Serial number of failed request: 73
Current serial number in output stream: 73
the scaled monitor displays only the top-left quadrant of the area it should be displaying.
attempting to set the panning on either output to any value, seemingly regardless of any other configuration, gives the same result.
random information that could be useful:
> $ xrandr -q
Screen 0: minimum 8 x 8, current 8000 x 4680, maximum 32767 x 32767
eDP2 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 330mm x 210mm
2880x1800 60.00*+
2880x1620 59.97
2560x1600 59.97
2560x1440 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.90 59.91
1920x1200 59.88 60.00 59.95
1920x1080 59.96 59.93
1600x1200 60.00
1680x1050 60.00 59.95 59.88
1400x1050 59.98
1600x900 59.95 59.82
1280x1024 60.02
1440x900 60.00
1400x900 60.00 59.96 59.88
1280x960 60.00
1368x768 59.88 59.85
1280x800 59.81 60.00 59.91
1280x720 59.86 59.74
1024x768 60.00
1024x576 59.90 59.82
960x540 59.63 59.82
800x600 60.32 56.25
864x486 59.92 59.57
640x480 59.94
720x405 59.51 58.99
640x360 59.84 59.32
DP5 disconnected (normal left inverted right x axis y axis)
DP6 disconnected (normal left inverted right x axis y axis)
DP7 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
eDP-1-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-0 connected 5120x2880+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 59.95*+
1920x1200 59.95
1920x1080 60.00 50.00 59.94 24.00 23.98
1600x1200 60.00
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.95
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DisplayPort-1-1 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-2 disconnected (normal left inverted right x axis y axis)
DisplayPort-1-3 disconnected (normal left inverted right x axis y axis)
2560x1440 (0xb6) 241.500MHz +HSync -VSync
h: width 2560 start 2608 end 2640 total 2720 skew 0 clock 88.79KHz
v: height 1440 start 1443 end 1448 total 1481 clock 59.95Hz
1600x1200 (0xbd) 162.000MHz +HSync +VSync
h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.00KHz
v: height 1200 start 1201 end 1204 total 1250 clock 60.00Hz
1680x1050 (0xbe) 119.000MHz +HSync -VSync
h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.67KHz
v: height 1050 start 1053 end 1059 total 1080 clock 59.88Hz
1280x1024 (0xc0) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1280x800 (0xc2) 71.000MHz +HSync -VSync
h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 49.31KHz
v: height 800 start 803 end 809 total 823 clock 59.91Hz
1024x768 (0xc8) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0xca) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
640x480 (0xd0) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
not sure what that DisplayPort-1-3 is supposed to be, as only two monitors are connected.
this is probably insufficient information, but i do not know what else could be useful.
Last edited by chri-k (2025-06-13 18:16:16)
Offline
xrandr --dpi 192--output eDP2 --mode 2880x1800 --output DisplayPort-1-0 --mode 2560x1440 --right-of eDP2 --scale 2x2
should suffice?
In doubt also sequence those
xrandr --dpi 192
xrandr --output eDP2 --mode 2880x1800
xrandr --output DisplayPort-1-0 --mode 2560x1440 --scale 2x2
xrandr --output DisplayPort-1-0 --right-of eDP2
or
xrandr --dpi 192--output DisplayPort-1-0 --mode 2560x1440 --scale 2x2 --output eDP2 --mode 2880x1800 --left-of DisplayPort-1-0
(iirc xrandr had problems w/ multiple simultaneous geometry changes - mode, scale and position, but that might have been fixed over the years)
Why are you oversizing the framebuffer vertically? (4680 = 1800+2*1440, but in reality, they're horizontally lined up and the framebuffer is only 2880px high)
Online
the excessive vertical sizing is just bad math, not sure why exactly i did that. but that has no effect (other than wasting some resources)
xrandr --dpi 192 --output eDP2 --mode 2880x1800 --output DisplayPort-1-0 --mode 2560x1440 --right-of eDP2 --scale 2x2
was what i tried initially. this doubles the size of the area on the framebuffer that the content is rendered to, but the monitor still only receives the original area, so the it only displays the top-left quadrant of what it is supposed to (at 100% scale).
using a 0.5x0.5 scale causes the same effect (it shrinks the render area, but the display now renders outside of that area)
after more experiments, the real issue is that xorg is simply not applying any transform matrices to this output (i have edited the post title to match that)
setting a transform on the other (higher dpi) monitor does work as expected, only the lower-dpi one is affected by this issue.
i still can't find any similar issues from others.
i will test whether this is tied to the GPU rather than to the output (the displays are being driven by different GPUs as this is a laptop). before anyone asks: nvidia is not involved.
Last edited by chri-k (2025-06-13 09:10:49)
Offline
Please post your xorg log.
Do you also run a compositor like picom?
Online
no compositor is running.
xorg log (still running):
the
(EE) AMDGPU(G0): drmmode_do_crtc_dpms cannot get last vblank counter
at the end of the log appear after running an xrandr command
[ 1713.415]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 1713.426] Current Operating System: Linux null 6.14.6-arch1-Watanare-T2-1-t2 #1 SMP PREEMPT_DYNAMIC Thu, 15 May 2025 04:25:38 +0000 x86_64
[ 1713.426] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-t2 root=UUID=f33c5950-b5a4-454f-8c40-ab3452640960 rw acpi=force splash intel_iommu=on iommu=pt pcie_ports=compat cryptdevice=UUID=cc0f6576-3e7c-4061-b96f-a11368696aa8:cryptroot root=/dev/mapper/cryptroot resume=UUID=f33c5950-b5a4-454f-8c40-ab3452640960 resume_offset=7049216 loglevel=3
[ 1713.436]
[ 1713.442] Current version of pixman: 0.46.2
[ 1713.450] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1713.450] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1713.468] (==) Log file: "/home/31a/.local/share/xorg/Xorg.0.log", Time: Fri Jun 13 15:08:07 2025
[ 1713.472] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1713.475] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1713.475] (==) No Layout section. Using the first Screen section.
[ 1713.475] (==) No screen section available. Using defaults.
[ 1713.475] (**) |-->Screen "Default Screen Section" (0)
[ 1713.475] (**) | |-->Monitor "<default monitor>"
[ 1713.476] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 1713.476] (**) | |-->Device "IGPU"
[ 1713.476] (**) | |-->GPUDevice "DGPU"
[ 1713.476] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1713.476] (**) Allowing byte-swapped clients
[ 1713.476] (==) Automatically adding devices
[ 1713.476] (==) Automatically enabling devices
[ 1713.476] (==) Automatically adding GPU devices
[ 1713.476] (==) Automatically binding GPU devices
[ 1713.476] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1713.476] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1713.476] Entry deleted from font path.
[ 1713.476] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 1713.476] Entry deleted from font path.
[ 1713.476] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 1713.476] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 1713.476] Entry deleted from font path.
[ 1713.476] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 1713.476] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1713.476] Entry deleted from font path.
[ 1713.476] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 1713.476] Entry deleted from font path.
[ 1713.476] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1713.476] Entry deleted from font path.
[ 1713.476] (==) FontPath set to:
[ 1713.476] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1713.476] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1713.476] (II) Module ABI versions:
[ 1713.476] X.Org ANSI C Emulation: 0.4
[ 1713.476] X.Org Video Driver: 25.2
[ 1713.476] X.Org XInput driver : 24.4
[ 1713.476] X.Org Server Extension : 10.0
[ 1713.476] (++) using VT number 2
[ 1713.476] (--) controlling tty is VT number 2, auto-enabling KeepTty
[ 1713.477] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 1713.482] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1713.482] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 1713.483] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 1713.483] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 1713.483] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 1713.484] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[ 1713.490] (--) PCI:*(0@0:2:0) 8086:3e9b:106b:0176 rev 0, Mem @ 0x80000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 1713.490] (--) PCI: (1@0:0:0) 1002:67ef:106b:0190 rev 227, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0x81500000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 1713.490] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1713.490] (II) LoadModule: "glx"
[ 1713.490] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1713.492] (II) Module glx: vendor="X.Org Foundation"
[ 1713.492] compiled for 1.21.1.16, module version = 1.0.0
[ 1713.492] ABI class: X.Org Server Extension, version 10.0
[ 1713.492] (II) LoadModule: "intel"
[ 1713.492] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 1713.492] (II) Module intel: vendor="X.Org Foundation"
[ 1713.492] compiled for 1.21.1.16, module version = 2.99.917
[ 1713.492] Module class: X.Org Video Driver
[ 1713.492] ABI class: X.Org Video Driver, version 25.2
[ 1713.492] (II) LoadModule: "amdgpu"
[ 1713.493] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 1713.493] (II) Module amdgpu: vendor="X.Org Foundation"
[ 1713.493] compiled for 1.21.1.11, module version = 23.0.0
[ 1713.493] Module class: X.Org Video Driver
[ 1713.493] ABI class: X.Org Video Driver, version 25.2
[ 1713.493] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 1713.493] (II) intel: Driver for Intel(R) HD Graphics
[ 1713.493] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 1713.493] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 1713.493] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 1713.493] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 1713.493] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 0
[ 1713.493] (II) intel(0): SNA compiled from 2.99.917-939-g4a64400e
[ 1713.494] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1713.494] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[ 1713.494] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 6 threads
[ 1713.494] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1713.494] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 1713.494] (==) intel(0): RGB weight 888
[ 1713.494] (==) intel(0): Default visual is TrueColor
[ 1713.495] (II) intel(0): Output eDP2 has no monitor section
[ 1713.496] (--) intel(0): Found backlight control interface gmux_backlight (type 'platform') for output eDP2
[ 1713.496] (II) intel(0): Enabled output eDP2
[ 1713.496] (II) intel(0): Output DP5 has no monitor section
[ 1713.496] (II) intel(0): Enabled output DP5
[ 1713.496] (II) intel(0): Output HDMI1 has no monitor section
[ 1713.497] (II) intel(0): Enabled output HDMI1
[ 1713.497] (II) intel(0): Output DP6 has no monitor section
[ 1713.497] (II) intel(0): Enabled output DP6
[ 1713.497] (II) intel(0): Output HDMI2 has no monitor section
[ 1713.497] (II) intel(0): Enabled output HDMI2
[ 1713.497] (II) intel(0): Output DP7 has no monitor section
[ 1713.497] (II) intel(0): Enabled output DP7
[ 1713.497] (II) intel(0): Output HDMI3 has no monitor section
[ 1713.497] (II) intel(0): Enabled output HDMI3
[ 1713.497] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 1713.497] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 1713.497] (II) intel(0): Enabled output VIRTUAL1
[ 1713.498] (--) intel(0): Output eDP2 using initial mode 2880x1800 on crtc 0
[ 1713.498] (==) intel(0): TearFree enabled
[ 1713.498] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1713.498] (==) intel(0): DPI set to (96, 96)
[ 1713.498] (II) Loading sub module "dri3"
[ 1713.498] (II) LoadModule: "dri3"
[ 1713.498] (II) Module "dri3" already built-in
[ 1713.498] (II) Loading sub module "dri2"
[ 1713.498] (II) LoadModule: "dri2"
[ 1713.498] (II) Module "dri2" already built-in
[ 1713.498] (II) Loading sub module "present"
[ 1713.498] (II) LoadModule: "present"
[ 1713.498] (II) Module "present" already built-in
[ 1713.498] (II) AMDGPU(G0): AMDGPUPreInit_KMS
[ 1713.498] (==) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[ 1713.498] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1713.498] (==) AMDGPU(G0): Default visual is TrueColor
[ 1713.498] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card1
[ 1713.498] (==) AMDGPU(G0): RGB weight 888
[ 1713.498] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[ 1713.498] (--) AMDGPU(G0): Chipset: "AMD Radeon RX Series" (ChipID = 0x67ef)
[ 1713.498] (II) Loading sub module "fb"
[ 1713.498] (II) LoadModule: "fb"
[ 1713.498] (II) Module "fb" already built-in
[ 1713.498] (II) Loading sub module "dri2"
[ 1713.498] (II) LoadModule: "dri2"
[ 1713.498] (II) Module "dri2" already built-in
[ 1713.540] (II) Loading sub module "glamoregl"
[ 1713.540] (II) LoadModule: "glamoregl"
[ 1713.540] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1713.545] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1713.545] compiled for 1.21.1.16, module version = 1.0.1
[ 1713.545] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1713.559] (II) AMDGPU(G0): glamor X acceleration enabled on AMD Radeon RX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.6-arch1-Watanare-T2-1-t2)
[ 1713.559] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[ 1713.559] (==) AMDGPU(G0): TearFree property default: auto
[ 1713.559] (II) AMDGPU(G0): Initializing outputs ...
[ 1713.559] (II) AMDGPU(G0): Output eDP-1-0 has no monitor section
[ 1713.575] (II) AMDGPU(G0): Output DisplayPort-1-0 has no monitor section
[ 1713.575] (II) AMDGPU(G0): Output DisplayPort-1-1 has no monitor section
[ 1713.575] (II) AMDGPU(G0): Output DisplayPort-1-2 has no monitor section
[ 1713.575] (II) AMDGPU(G0): Output DisplayPort-1-3 has no monitor section
[ 1713.575] (II) AMDGPU(G0): 5 crtcs needed for screen.
[ 1713.575] (II) AMDGPU(G0): Allocated crtc nr. 0 to this screen.
[ 1713.575] (II) AMDGPU(G0): Allocated crtc nr. 1 to this screen.
[ 1713.575] (II) AMDGPU(G0): Allocated crtc nr. 2 to this screen.
[ 1713.575] (II) AMDGPU(G0): Allocated crtc nr. 3 to this screen.
[ 1713.575] (II) AMDGPU(G0): Allocated crtc nr. 4 to this screen.
[ 1713.575] (II) AMDGPU(G0): EDID for output eDP-1-0
[ 1713.590] (II) AMDGPU(G0): EDID for output DisplayPort-1-0
[ 1713.590] (II) AMDGPU(G0): Manufacturer: DEL Model: a091 Serial#: 808867404
[ 1713.590] (II) AMDGPU(G0): Year: 2014 Week: 36
[ 1713.590] (II) AMDGPU(G0): EDID Version: 1.3
[ 1713.590] (II) AMDGPU(G0): Digital Display Input
[ 1713.590] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 1713.590] (II) AMDGPU(G0): Gamma: 2.20
[ 1713.590] (II) AMDGPU(G0): DPMS capabilities: StandBy Suspend Off
[ 1713.590] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1713.590] (II) AMDGPU(G0): First detailed timing is preferred mode
[ 1713.590] (II) AMDGPU(G0): redX: 0.680 redY: 0.310 greenX: 0.210 greenY: 0.700
[ 1713.590] (II) AMDGPU(G0): blueX: 0.147 blueY: 0.054 whiteX: 0.313 whiteY: 0.329
[ 1713.590] (II) AMDGPU(G0): Supported established timings:
[ 1713.590] (II) AMDGPU(G0): 720x400@70Hz
[ 1713.590] (II) AMDGPU(G0): 640x480@60Hz
[ 1713.590] (II) AMDGPU(G0): 640x480@75Hz
[ 1713.590] (II) AMDGPU(G0): 800x600@60Hz
[ 1713.590] (II) AMDGPU(G0): 800x600@75Hz
[ 1713.590] (II) AMDGPU(G0): 1024x768@60Hz
[ 1713.590] (II) AMDGPU(G0): 1024x768@75Hz
[ 1713.590] (II) AMDGPU(G0): 1280x1024@75Hz
[ 1713.590] (II) AMDGPU(G0): Manufacturer's mask: 0
[ 1713.590] (II) AMDGPU(G0): Supported standard timings:
[ 1713.590] (II) AMDGPU(G0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1713.590] (II) AMDGPU(G0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1713.590] (II) AMDGPU(G0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1713.590] (II) AMDGPU(G0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 1713.590] (II) AMDGPU(G0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1713.590] (II) AMDGPU(G0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 1713.590] (II) AMDGPU(G0): Supported detailed timing:
[ 1713.590] (II) AMDGPU(G0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 1713.590] (II) AMDGPU(G0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 1713.590] (II) AMDGPU(G0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 1713.590] (II) AMDGPU(G0): Serial No: C6F0K49206VL
[ 1713.590] (II) AMDGPU(G0): Monitor name: DELL U2713H
[ 1713.590] (II) AMDGPU(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
[ 1713.590] (II) AMDGPU(G0): Supported detailed timing:
[ 1713.590] (II) AMDGPU(G0): clock: 148.5 MHz Image Size: 597 x 336 mm
[ 1713.590] (II) AMDGPU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1713.590] (II) AMDGPU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1713.590] (II) AMDGPU(G0): Supported detailed timing:
[ 1713.590] (II) AMDGPU(G0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 1713.590] (II) AMDGPU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1713.590] (II) AMDGPU(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 1713.590] (II) AMDGPU(G0): Supported detailed timing:
[ 1713.590] (II) AMDGPU(G0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 1713.590] (II) AMDGPU(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 1713.590] (II) AMDGPU(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 1713.590] (II) AMDGPU(G0): Supported detailed timing:
[ 1713.590] (II) AMDGPU(G0): clock: 27.0 MHz Image Size: 597 x 336 mm
[ 1713.590] (II) AMDGPU(G0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 1713.590] (II) AMDGPU(G0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 1713.590] (II) AMDGPU(G0): Number of EDID sections to follow: 1
[ 1713.590] (II) AMDGPU(G0): EDID (in hex):
[ 1713.590] (II) AMDGPU(G0): 00ffffffffffff0010ac91a04c563630
[ 1713.590] (II) AMDGPU(G0): 24180103803c2278ea1df5ae4f35b325
[ 1713.590] (II) AMDGPU(G0): 0d5054a54b008100b300714fa9408180
[ 1713.590] (II) AMDGPU(G0): d1c001010101565e00a0a0a029503020
[ 1713.590] (II) AMDGPU(G0): 350055502100001a000000ff00433646
[ 1713.590] (II) AMDGPU(G0): 304b3439323036564c0a000000fc0044
[ 1713.590] (II) AMDGPU(G0): 454c4c205532373133480a20000000fd
[ 1713.590] (II) AMDGPU(G0): 0031561d711c000a202020202020013b
[ 1713.590] (II) AMDGPU(G0): 020325f1509005040302071601061112
[ 1713.590] (II) AMDGPU(G0): 1513141f2023091f0767030c00100008
[ 1713.590] (II) AMDGPU(G0): 3183010000023a801871382d40582c45
[ 1713.590] (II) AMDGPU(G0): 0055502100001e011d8018711c162058
[ 1713.590] (II) AMDGPU(G0): 2c250055502100009e011d007251d01e
[ 1713.590] (II) AMDGPU(G0): 206e28550055502100001e8c0ad08a20
[ 1713.590] (II) AMDGPU(G0): e02d10103e9600555021000018000000
[ 1713.590] (II) AMDGPU(G0): 000000000000000000000000000000d6
[ 1713.591] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1713.591] (II) AMDGPU(G0): Printing probed modes for output DisplayPort-1-0
[ 1713.591] (II) AMDGPU(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1713.591] (II) AMDGPU(G0): EDID for output DisplayPort-1-1
[ 1713.591] (II) AMDGPU(G0): EDID for output DisplayPort-1-2
[ 1713.591] (II) AMDGPU(G0): EDID for output DisplayPort-1-3
[ 1713.591] (II) AMDGPU(G0): mem size init: gart size :3e7035000 vram size: s:fe4c0000 visible:107ab000
[ 1713.591] (==) AMDGPU(G0): DPI set to (96, 96)
[ 1713.591] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 1713.591] (II) Loading sub module "ramdac"
[ 1713.591] (II) LoadModule: "ramdac"
[ 1713.591] (II) Module "ramdac" already built-in
[ 1713.591] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[ 1713.591] (==) intel(0): Backing store enabled
[ 1713.591] (==) intel(0): Silken mouse enabled
[ 1713.591] (II) intel(0): HW Cursor enabled
[ 1713.592] (==) intel(0): DPMS enabled
[ 1713.592] (==) intel(0): Display hotplug detection enabled
[ 1713.592] (II) intel(0): [DRI2] Setup complete
[ 1713.592] (II) intel(0): [DRI2] DRI driver: i965
[ 1713.592] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 1713.592] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 1713.592] (II) intel(0): hardware support for Present enabled
[ 1713.592] (II) AMDGPU(G0): [DRI2] Setup complete
[ 1713.592] (II) AMDGPU(G0): [DRI2] DRI driver: radeonsi
[ 1713.592] (II) AMDGPU(G0): [DRI2] VDPAU driver: radeonsi
[ 1713.592] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[ 1713.592] (II) AMDGPU(G0): SYNC extension fences enabled
[ 1713.592] (II) AMDGPU(G0): Present extension enabled
[ 1713.592] (==) AMDGPU(G0): DRI3 enabled
[ 1713.592] (==) AMDGPU(G0): Backing store enabled
[ 1713.592] (II) AMDGPU(G0): Direct rendering enabled
[ 1713.592] (II) AMDGPU(G0): Initializing Acceleration
[ 1713.609] (II) AMDGPU(G0): Use GLAMOR acceleration.
[ 1713.609] (II) AMDGPU(G0): Acceleration enabled
[ 1713.609] (II) AMDGPU(G0): Initializing DPMS
[ 1713.610] (==) AMDGPU(G0): DPMS enabled
[ 1713.610] (II) AMDGPU(G0): Initializing Cursor
[ 1713.610] (==) AMDGPU(G0): Silken mouse enabled
[ 1713.610] (II) AMDGPU(G0): Initializing kms color map
[ 1713.614] (WW) AMDGPU(G0): Option "HotplugDriver" is not used
[ 1713.614] (II) AMDGPU(G0): AMDGPUScreenInit finished
[ 1713.614] (II) Initializing extension Generic Event Extension
[ 1713.614] (II) Initializing extension SHAPE
[ 1713.614] (II) Initializing extension MIT-SHM
[ 1713.615] (II) Initializing extension XInputExtension
[ 1713.615] (II) Initializing extension XTEST
[ 1713.615] (II) Initializing extension BIG-REQUESTS
[ 1713.615] (II) Initializing extension SYNC
[ 1713.615] (II) Initializing extension XKEYBOARD
[ 1713.615] (II) Initializing extension XC-MISC
[ 1713.615] (II) Initializing extension SECURITY
[ 1713.615] (II) Initializing extension XFIXES
[ 1713.616] (II) Initializing extension RENDER
[ 1713.616] (II) Initializing extension RANDR
[ 1713.616] (II) Initializing extension COMPOSITE
[ 1713.616] (II) Initializing extension DAMAGE
[ 1713.616] (II) Initializing extension MIT-SCREEN-SAVER
[ 1713.616] (II) Initializing extension DOUBLE-BUFFER
[ 1713.616] (II) Initializing extension RECORD
[ 1713.616] (II) Initializing extension DPMS
[ 1713.617] (II) Initializing extension Present
[ 1713.617] (II) Initializing extension DRI3
[ 1713.617] (II) Initializing extension X-Resource
[ 1713.617] (II) Initializing extension XVideo
[ 1713.617] (II) Initializing extension XVideo-MotionCompensation
[ 1713.617] (II) Initializing extension GLX
[ 1713.617] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[ 1713.617] (EE) AIGLX error: unable to load driver i965
[ 1713.631] (II) IGLX: Loaded and initialized swrast
[ 1713.631] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 1713.631] (II) Initializing extension XFree86-VidModeExtension
[ 1713.631] (II) Initializing extension XFree86-DGA
[ 1713.631] (II) Initializing extension XFree86-DRI
[ 1713.631] (II) Initializing extension DRI2
[ 1713.739] (II) intel(0): switch to mode 2880x1800@60.0 on eDP2 using crtc 0, position (0, 0), rotation normal, reflection none
[ 1713.755] (II) intel(0): Setting screen physical size to 762 x 476
[ 1713.779] (II) XKB: Reusing cached keymap
[ 1713.832] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 1713.832] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1713.832] (II) LoadModule: "libinput"
[ 1713.832] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1713.834] (II) Module libinput: vendor="X.Org Foundation"
[ 1713.834] compiled for 1.21.1.13, module version = 1.5.0
[ 1713.834] Module class: X.Org XInput Driver
[ 1713.834] ABI class: X.Org XInput driver, version 24.4
[ 1713.834] (II) Using input driver 'libinput' for 'Power Button'
[ 1713.835] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0
[ 1713.835] Option "_source" "server/udev"
[ 1713.835] Option "name" "Power Button"
[ 1713.835] Option "path" "/dev/input/event3"
[ 1713.835] Option "device" "/dev/input/event3"
[ 1713.835] Option "major" "13"
[ 1713.835] Option "minor" "67"
[ 1713.835] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1713.835] Option "driver" "libinput"
[ 1713.835] Option "fd" "29"
[ 1713.835] (**) Power Button: always reports core events
[ 1713.835] (**) Option "Device" "/dev/input/event3"
[ 1713.837] (**) Option "Device" "/dev/input/event3"
[ 1713.837] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1713.837] (II) event3 - Power Button: device is a keyboard
[ 1713.838] (II) event3 - Power Button: device removed
[ 1713.838] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1713.838] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1713.838] (II) XKB: Reusing cached keymap
[ 1713.838] (**) Option "Device" "/dev/input/event3"
[ 1713.839] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1713.839] (II) event3 - Power Button: device is a keyboard
[ 1713.840] (II) config/udev: Adding input device Video Bus (/dev/input/event23)
[ 1713.840] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1713.840] (II) Using input driver 'libinput' for 'Video Bus'
[ 1713.840] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 32 paused 0
[ 1713.840] Option "_source" "server/udev"
[ 1713.840] Option "name" "Video Bus"
[ 1713.840] Option "path" "/dev/input/event23"
[ 1713.840] Option "device" "/dev/input/event23"
[ 1713.840] Option "major" "13"
[ 1713.840] Option "minor" "87"
[ 1713.840] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input24/event23"
[ 1713.840] Option "driver" "libinput"
[ 1713.840] Option "fd" "32"
[ 1713.840] (**) Video Bus: always reports core events
[ 1713.840] (**) Option "Device" "/dev/input/event23"
[ 1713.841] (**) Option "Device" "/dev/input/event23"
[ 1713.842] (II) event23 - Video Bus: is tagged by udev as: Keyboard
[ 1713.842] (II) event23 - Video Bus: device is a keyboard
[ 1713.842] (II) event23 - Video Bus: device removed
[ 1713.842] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input24/event23"
[ 1713.842] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1713.842] (II) XKB: Reusing cached keymap
[ 1713.842] (**) Option "Device" "/dev/input/event23"
[ 1713.843] (II) event23 - Video Bus: is tagged by udev as: Keyboard
[ 1713.843] (II) event23 - Video Bus: device is a keyboard
[ 1713.844] (II) config/udev: Adding input device Video Bus (/dev/input/event22)
[ 1713.844] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1713.844] (II) Using input driver 'libinput' for 'Video Bus'
[ 1713.845] (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 33 paused 0
[ 1713.845] Option "_source" "server/udev"
[ 1713.845] Option "name" "Video Bus"
[ 1713.845] Option "path" "/dev/input/event22"
[ 1713.845] Option "device" "/dev/input/event22"
[ 1713.845] Option "major" "13"
[ 1713.845] Option "minor" "86"
[ 1713.845] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input23/event22"
[ 1713.845] Option "driver" "libinput"
[ 1713.845] Option "fd" "33"
[ 1713.845] (**) Video Bus: always reports core events
[ 1713.845] (**) Option "Device" "/dev/input/event22"
[ 1713.845] (**) Option "Device" "/dev/input/event22"
[ 1713.846] (II) event22 - Video Bus: is tagged by udev as: Keyboard
[ 1713.846] (II) event22 - Video Bus: device is a keyboard
[ 1713.847] (II) event22 - Video Bus: device removed
[ 1713.847] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input23/event22"
[ 1713.847] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 1713.847] (II) XKB: Reusing cached keymap
[ 1713.847] (**) Option "Device" "/dev/input/event22"
[ 1713.848] (II) event22 - Video Bus: is tagged by udev as: Keyboard
[ 1713.848] (II) event22 - Video Bus: device is a keyboard
[ 1713.849] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1713.849] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1713.849] (II) Using input driver 'libinput' for 'Power Button'
[ 1713.850] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[ 1713.850] Option "_source" "server/udev"
[ 1713.850] Option "name" "Power Button"
[ 1713.850] Option "path" "/dev/input/event1"
[ 1713.850] Option "device" "/dev/input/event1"
[ 1713.850] Option "major" "13"
[ 1713.850] Option "minor" "65"
[ 1713.850] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1713.850] Option "driver" "libinput"
[ 1713.850] Option "fd" "34"
[ 1713.850] (**) Power Button: always reports core events
[ 1713.850] (**) Option "Device" "/dev/input/event1"
[ 1713.850] (**) Option "Device" "/dev/input/event1"
[ 1713.851] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1713.851] (II) event1 - Power Button: device is a keyboard
[ 1713.851] (II) event1 - Power Button: device removed
[ 1713.851] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1713.851] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 1713.851] (II) XKB: Reusing cached keymap
[ 1713.852] (**) Option "Device" "/dev/input/event1"
[ 1713.852] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1713.852] (II) event1 - Power Button: device is a keyboard
[ 1713.853] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1713.853] (II) No input driver specified, ignoring this device.
[ 1713.853] (II) This device may have been added with another device file.
[ 1713.854] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 1713.854] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1713.854] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1713.855] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0
[ 1713.855] Option "_source" "server/udev"
[ 1713.855] Option "name" "Sleep Button"
[ 1713.855] Option "path" "/dev/input/event2"
[ 1713.855] Option "device" "/dev/input/event2"
[ 1713.855] Option "major" "13"
[ 1713.855] Option "minor" "66"
[ 1713.855] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 1713.855] Option "driver" "libinput"
[ 1713.855] Option "fd" "35"
[ 1713.855] (**) Sleep Button: always reports core events
[ 1713.855] (**) Option "Device" "/dev/input/event2"
[ 1713.855] (**) Option "Device" "/dev/input/event2"
[ 1713.856] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1713.856] (II) event2 - Sleep Button: device is a keyboard
[ 1713.856] (II) event2 - Sleep Button: device removed
[ 1713.856] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 1713.856] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 1713.856] (II) XKB: Reusing cached keymap
[ 1713.856] (**) Option "Device" "/dev/input/event2"
[ 1713.857] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1713.857] (II) event2 - Sleep Button: device is a keyboard
[ 1713.858] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 1713.858] (II) No input driver specified, ignoring this device.
[ 1713.858] (II) This device may have been added with another device file.
[ 1713.859] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 1713.859] (II) No input driver specified, ignoring this device.
[ 1713.859] (II) This device may have been added with another device file.
[ 1713.860] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 1713.860] (II) No input driver specified, ignoring this device.
[ 1713.860] (II) This device may have been added with another device file.
[ 1713.860] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 1713.860] (II) No input driver specified, ignoring this device.
[ 1713.860] (II) This device may have been added with another device file.
[ 1713.861] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[ 1713.861] (II) No input driver specified, ignoring this device.
[ 1713.861] (II) This device may have been added with another device file.
[ 1713.861] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event20)
[ 1713.861] (II) No input driver specified, ignoring this device.
[ 1713.861] (II) This device may have been added with another device file.
[ 1713.863] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event9)
[ 1713.863] (**) Apple, Inc Apple Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1713.863] (II) Using input driver 'libinput' for 'Apple, Inc Apple Keyboard'
[ 1713.864] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 36 paused 0
[ 1713.864] Option "_source" "server/udev"
[ 1713.864] Option "name" "Apple, Inc Apple Keyboard"
[ 1713.864] Option "path" "/dev/input/event9"
[ 1713.864] Option "device" "/dev/input/event9"
[ 1713.864] Option "major" "13"
[ 1713.864] Option "minor" "73"
[ 1713.864] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:05AC:0221.0012/input/input29/event9"
[ 1713.864] Option "driver" "libinput"
[ 1713.864] Option "fd" "36"
[ 1713.864] (**) Apple, Inc Apple Keyboard: always reports core events
[ 1713.864] (**) Option "Device" "/dev/input/event9"
[ 1713.864] (**) Option "Device" "/dev/input/event9"
[ 1713.866] (II) event9 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1713.866] (II) event9 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1713.867] (II) event9 - Apple, Inc Apple Keyboard: device removed
[ 1713.867] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:05AC:0221.0012/input/input29/event9"
[ 1713.867] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 11)
[ 1713.867] (II) XKB: Reusing cached keymap
[ 1713.867] (**) Option "Device" "/dev/input/event9"
[ 1713.869] (II) event9 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1713.869] (II) event9 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1713.871] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event11)
[ 1713.871] (**) Apple, Inc Apple Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1713.871] (II) Using input driver 'libinput' for 'Apple, Inc Apple Keyboard'
[ 1713.871] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[ 1713.871] Option "_source" "server/udev"
[ 1713.871] Option "name" "Apple, Inc Apple Keyboard"
[ 1713.871] Option "path" "/dev/input/event11"
[ 1713.871] Option "device" "/dev/input/event11"
[ 1713.871] Option "major" "13"
[ 1713.871] Option "minor" "75"
[ 1713.871] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:05AC:0221.0013/input/input30/event11"
[ 1713.871] Option "driver" "libinput"
[ 1713.871] Option "fd" "37"
[ 1713.871] (**) Apple, Inc Apple Keyboard: always reports core events
[ 1713.872] (**) Option "Device" "/dev/input/event11"
[ 1713.872] (**) Option "Device" "/dev/input/event11"
[ 1713.874] (II) event11 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1713.874] (II) event11 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1713.874] (II) event11 - Apple, Inc Apple Keyboard: device removed
[ 1713.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:05AC:0221.0013/input/input30/event11"
[ 1713.874] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 12)
[ 1713.874] (II) XKB: Reusing cached keymap
[ 1713.874] (**) Option "Device" "/dev/input/event11"
[ 1713.876] (II) event11 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1713.876] (II) event11 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1713.878] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event5)
[ 1713.878] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput pointer catchall"
[ 1713.878] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1713.879] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[ 1713.879] Option "_source" "server/udev"
[ 1713.879] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1713.879] Option "path" "/dev/input/event5"
[ 1713.879] Option "device" "/dev/input/event5"
[ 1713.879] Option "major" "13"
[ 1713.879] Option "minor" "69"
[ 1713.879] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1038:183A.0001/input/input5/event5"
[ 1713.879] Option "driver" "libinput"
[ 1713.879] Option "fd" "38"
[ 1713.879] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1713.879] (**) Option "Device" "/dev/input/event5"
[ 1713.879] (**) Option "Device" "/dev/input/event5"
[ 1713.881] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Mouse
[ 1713.881] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device is a pointer
[ 1713.881] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1713.881] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.881] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.881] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.881] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1038:183A.0001/input/input5/event5"
[ 1713.881] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: MOUSE, id 13)
[ 1713.881] (**) Option "AccelerationScheme" "none"
[ 1713.881] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) selected scheme none/0
[ 1713.881] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration factor: 2.000
[ 1713.881] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration threshold: 4
[ 1713.882] (**) Option "Device" "/dev/input/event5"
[ 1713.883] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Mouse
[ 1713.883] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device is a pointer
[ 1713.885] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/mouse0)
[ 1713.885] (II) No input driver specified, ignoring this device.
[ 1713.885] (II) This device may have been added with another device file.
[ 1713.886] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event6)
[ 1713.886] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1713.886] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1713.887] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 39 paused 0
[ 1713.887] Option "_source" "server/udev"
[ 1713.887] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1713.887] Option "path" "/dev/input/event6"
[ 1713.887] Option "device" "/dev/input/event6"
[ 1713.887] Option "major" "13"
[ 1713.887] Option "minor" "70"
[ 1713.887] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1038:183A.0002/input/input6/event6"
[ 1713.887] Option "driver" "libinput"
[ 1713.887] Option "fd" "39"
[ 1713.887] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1713.887] (**) Option "Device" "/dev/input/event6"
[ 1713.887] (**) Option "Device" "/dev/input/event6"
[ 1713.889] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1713.889] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1713.889] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1713.889] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1038:183A.0002/input/input6/event6"
[ 1713.889] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: KEYBOARD, id 14)
[ 1713.889] (II) XKB: Reusing cached keymap
[ 1713.890] (**) Option "Device" "/dev/input/event6"
[ 1713.891] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1713.891] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1713.893] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event7)
[ 1713.893] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1713.893] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1713.894] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 40 paused 0
[ 1713.894] Option "_source" "server/udev"
[ 1713.894] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1713.894] Option "path" "/dev/input/event7"
[ 1713.894] Option "device" "/dev/input/event7"
[ 1713.894] Option "major" "13"
[ 1713.894] Option "minor" "71"
[ 1713.894] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0003/input/input7/event7"
[ 1713.894] Option "driver" "libinput"
[ 1713.894] Option "fd" "40"
[ 1713.894] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1713.894] (**) Option "Device" "/dev/input/event7"
[ 1713.894] (**) Option "Device" "/dev/input/event7"
[ 1713.896] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1713.896] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1713.896] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1713.896] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: needs a virtual subdevice
[ 1713.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0003/input/input7/event7"
[ 1713.896] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: MOUSE, id 15)
[ 1713.896] (**) Option "AccelerationScheme" "none"
[ 1713.896] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) selected scheme none/0
[ 1713.896] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration factor: 2.000
[ 1713.896] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration threshold: 4
[ 1713.897] (**) Option "Device" "/dev/input/event7"
[ 1713.898] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1713.898] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1713.900] (II) config/udev: Adding input device Apple Headset (/dev/input/event8)
[ 1713.900] (**) Apple Headset: Applying InputClass "libinput keyboard catchall"
[ 1713.900] (II) Using input driver 'libinput' for 'Apple Headset'
[ 1713.901] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 41 paused 0
[ 1713.901] Option "_source" "server/udev"
[ 1713.901] Option "name" "Apple Headset"
[ 1713.901] Option "path" "/dev/input/event8"
[ 1713.901] Option "device" "/dev/input/event8"
[ 1713.901] Option "major" "13"
[ 1713.901] Option "minor" "72"
[ 1713.901] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-4/7-4:1.0/0003:05AC:8103.0009/input/input8/event8"
[ 1713.901] Option "driver" "libinput"
[ 1713.901] Option "fd" "41"
[ 1713.901] (**) Apple Headset: always reports core events
[ 1713.901] (**) Option "Device" "/dev/input/event8"
[ 1713.901] (**) Option "Device" "/dev/input/event8"
[ 1713.903] (II) event8 - Apple Headset: is tagged by udev as: Keyboard
[ 1713.903] (II) event8 - Apple Headset: device is a keyboard
[ 1713.904] (II) event8 - Apple Headset: device removed
[ 1713.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-4/7-4:1.0/0003:05AC:8103.0009/input/input8/event8"
[ 1713.904] (II) XINPUT: Adding extended input device "Apple Headset" (type: KEYBOARD, id 16)
[ 1713.904] (II) XKB: Reusing cached keymap
[ 1713.904] (**) Option "Device" "/dev/input/event8"
[ 1713.906] (II) event8 - Apple Headset: is tagged by udev as: Keyboard
[ 1713.906] (II) event8 - Apple Headset: device is a keyboard
[ 1713.908] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event12)
[ 1713.908] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[ 1713.908] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[ 1713.909] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 42 paused 0
[ 1713.909] Option "_source" "server/udev"
[ 1713.909] Option "name" "Apple Inc. Apple Internal Keyboard / Trackpad"
[ 1713.909] Option "path" "/dev/input/event12"
[ 1713.909] Option "device" "/dev/input/event12"
[ 1713.909] Option "major" "13"
[ 1713.909] Option "minor" "76"
[ 1713.909] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.1/0003:05AC:027C.000B/input/input12/event12"
[ 1713.909] Option "driver" "libinput"
[ 1713.909] Option "fd" "42"
[ 1713.909] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[ 1713.909] (**) Option "Device" "/dev/input/event12"
[ 1713.909] (**) Option "Device" "/dev/input/event12"
[ 1713.911] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[ 1713.911] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[ 1713.913] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[ 1713.913] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.1/0003:05AC:027C.000B/input/input12/event12"
[ 1713.913] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 17)
[ 1713.913] (II) XKB: Reusing cached keymap
[ 1713.913] (**) Option "Device" "/dev/input/event12"
[ 1713.915] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[ 1713.915] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[ 1713.918] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event13)
[ 1713.918] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput touchpad catchall"
[ 1713.918] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[ 1713.919] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 43 paused 0
[ 1713.919] Option "_source" "server/udev"
[ 1713.919] Option "name" "Apple Inc. Apple Internal Keyboard / Trackpad"
[ 1713.919] Option "path" "/dev/input/event13"
[ 1713.919] Option "device" "/dev/input/event13"
[ 1713.919] Option "major" "13"
[ 1713.919] Option "minor" "77"
[ 1713.919] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.2/0003:05AC:027C.000C/input/input13/event13"
[ 1713.919] Option "driver" "libinput"
[ 1713.919] Option "fd" "43"
[ 1713.919] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[ 1713.919] (**) Option "Device" "/dev/input/event13"
[ 1713.919] (**) Option "Device" "/dev/input/event13"
[ 1713.921] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Touchpad
[ 1713.923] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a touchpad
[ 1713.923] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[ 1713.923] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.923] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.923] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.923] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.2/0003:05AC:027C.000C/input/input13/event13"
[ 1713.923] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: TOUCHPAD, id 18)
[ 1713.925] (**) Option "AccelerationScheme" "none"
[ 1713.925] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) selected scheme none/0
[ 1713.925] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration factor: 2.000
[ 1713.925] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration threshold: 4
[ 1713.925] (**) Option "Device" "/dev/input/event13"
[ 1713.927] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Touchpad
[ 1713.929] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a touchpad
[ 1713.930] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/mouse1)
[ 1713.930] (II) No input driver specified, ignoring this device.
[ 1713.930] (II) This device may have been added with another device file.
[ 1713.932] (II) config/udev: Adding input device Apple T2 Audio Codec Output (/dev/input/event4)
[ 1713.932] (II) No input driver specified, ignoring this device.
[ 1713.932] (II) This device may have been added with another device file.
[ 1713.932] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[ 1713.932] (II) No input driver specified, ignoring this device.
[ 1713.932] (II) This device may have been added with another device file.
[ 1713.936] (II) config/udev: Adding input device Dynamic Function Row Virtual Input Device (/dev/input/event21)
[ 1713.936] (**) Dynamic Function Row Virtual Input Device: Applying InputClass "libinput keyboard catchall"
[ 1713.936] (II) Using input driver 'libinput' for 'Dynamic Function Row Virtual Input Device'
[ 1713.937] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 44 paused 0
[ 1713.937] Option "_source" "server/udev"
[ 1713.937] Option "name" "Dynamic Function Row Virtual Input Device"
[ 1713.937] Option "path" "/dev/input/event21"
[ 1713.937] Option "device" "/dev/input/event21"
[ 1713.937] Option "major" "13"
[ 1713.937] Option "minor" "85"
[ 1713.937] Option "config_info" "udev:/sys/devices/virtual/input/input22/event21"
[ 1713.937] Option "driver" "libinput"
[ 1713.937] Option "fd" "44"
[ 1713.937] (**) Dynamic Function Row Virtual Input Device: always reports core events
[ 1713.937] (**) Option "Device" "/dev/input/event21"
[ 1713.937] (**) Option "Device" "/dev/input/event21"
[ 1713.938] (II) event21 - Dynamic Function Row Virtual Input Device: is tagged by udev as: Keyboard
[ 1713.938] (II) event21 - Dynamic Function Row Virtual Input Device: device is a keyboard
[ 1713.938] (II) event21 - Dynamic Function Row Virtual Input Device: device removed
[ 1713.938] (**) Option "config_info" "udev:/sys/devices/virtual/input/input22/event21"
[ 1713.938] (II) XINPUT: Adding extended input device "Dynamic Function Row Virtual Input Device" (type: KEYBOARD, id 19)
[ 1713.938] (II) XKB: Reusing cached keymap
[ 1713.939] (**) Option "Device" "/dev/input/event21"
[ 1713.939] (II) event21 - Dynamic Function Row Virtual Input Device: is tagged by udev as: Keyboard
[ 1713.939] (II) event21 - Dynamic Function Row Virtual Input Device: device is a keyboard
[ 1713.940] (II) config/udev: Adding input device evremap Virtual input for /dev/input/event12 (/dev/input/event25)
[ 1713.940] (**) evremap Virtual input for /dev/input/event12: Applying InputClass "libinput keyboard catchall"
[ 1713.940] (II) Using input driver 'libinput' for 'evremap Virtual input for /dev/input/event12'
[ 1713.941] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 45 paused 0
[ 1713.941] Option "_source" "server/udev"
[ 1713.941] Option "name" "evremap Virtual input for /dev/input/event12"
[ 1713.941] Option "path" "/dev/input/event25"
[ 1713.941] Option "device" "/dev/input/event25"
[ 1713.941] Option "major" "13"
[ 1713.941] Option "minor" "89"
[ 1713.941] Option "config_info" "udev:/sys/devices/virtual/input/input26/event25"
[ 1713.941] Option "driver" "libinput"
[ 1713.941] Option "fd" "45"
[ 1713.941] (**) evremap Virtual input for /dev/input/event12: always reports core events
[ 1713.941] (**) Option "Device" "/dev/input/event25"
[ 1713.941] (**) Option "Device" "/dev/input/event25"
[ 1713.942] (II) event25 - evremap Virtual input for /dev/input/event12: is tagged by udev as: Keyboard
[ 1713.942] (II) event25 - evremap Virtual input for /dev/input/event12: device is a keyboard
[ 1713.942] (II) event25 - evremap Virtual input for /dev/input/event12: device removed
[ 1713.942] (**) Option "config_info" "udev:/sys/devices/virtual/input/input26/event25"
[ 1713.942] (II) XINPUT: Adding extended input device "evremap Virtual input for /dev/input/event12" (type: KEYBOARD, id 20)
[ 1713.942] (II) XKB: Reusing cached keymap
[ 1713.942] (**) Option "Device" "/dev/input/event25"
[ 1713.943] (II) event25 - evremap Virtual input for /dev/input/event12: is tagged by udev as: Keyboard
[ 1713.943] (II) event25 - evremap Virtual input for /dev/input/event12: device is a keyboard
[ 1713.944] (II) config/udev: Adding input device ckswhkd virtual output (/dev/input/event26)
[ 1713.944] (**) ckswhkd virtual output: Applying InputClass "libinput keyboard catchall"
[ 1713.944] (II) Using input driver 'libinput' for 'ckswhkd virtual output'
[ 1713.945] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 46 paused 0
[ 1713.945] Option "_source" "server/udev"
[ 1713.945] Option "name" "ckswhkd virtual output"
[ 1713.945] Option "path" "/dev/input/event26"
[ 1713.945] Option "device" "/dev/input/event26"
[ 1713.945] Option "major" "13"
[ 1713.945] Option "minor" "90"
[ 1713.945] Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1713.945] Option "driver" "libinput"
[ 1713.945] Option "fd" "46"
[ 1713.945] (**) ckswhkd virtual output: always reports core events
[ 1713.945] (**) Option "Device" "/dev/input/event26"
[ 1713.945] (**) Option "Device" "/dev/input/event26"
[ 1713.946] (II) event26 - ckswhkd virtual output: is tagged by udev as: Keyboard
[ 1713.946] (II) event26 - ckswhkd virtual output: device is a keyboard
[ 1713.946] (II) event26 - ckswhkd virtual output: device removed
[ 1713.946] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.946] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.946] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.946] (II) libinput: ckswhkd virtual output: needs a virtual subdevice
[ 1713.946] (**) Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1713.946] (II) XINPUT: Adding extended input device "ckswhkd virtual output" (type: MOUSE, id 21)
[ 1713.946] (**) Option "AccelerationScheme" "none"
[ 1713.946] (**) ckswhkd virtual output: (accel) selected scheme none/0
[ 1713.946] (**) ckswhkd virtual output: (accel) acceleration factor: 2.000
[ 1713.946] (**) ckswhkd virtual output: (accel) acceleration threshold: 4
[ 1713.946] (**) Option "Device" "/dev/input/event26"
[ 1713.947] (II) event26 - ckswhkd virtual output: is tagged by udev as: Keyboard
[ 1713.947] (II) event26 - ckswhkd virtual output: device is a keyboard
[ 1713.948] (II) config/udev: Adding input device ckswhkd virtual output (/dev/input/mouse3)
[ 1713.948] (II) No input driver specified, ignoring this device.
[ 1713.948] (II) This device may have been added with another device file.
[ 1713.948] (II) config/udev: Adding input device ckswhkd switches virtual output (/dev/input/event27)
[ 1713.948] (II) No input driver specified, ignoring this device.
[ 1713.948] (II) This device may have been added with another device file.
[ 1713.972] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1713.972] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1713.972] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 1713.972] Option "_source" "_driver/libinput"
[ 1713.972] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1713.972] Option "path" "/dev/input/event7"
[ 1713.972] Option "device" "/dev/input/event7"
[ 1713.972] Option "major" "13"
[ 1713.972] Option "minor" "71"
[ 1713.972] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0003/input/input7/event7"
[ 1713.972] Option "driver" "libinput"
[ 1713.972] Option "fd" "28"
[ 1713.972] Option "AccelerationProfile" "-1"
[ 1713.972] Option "AccelerationScheme" "none"
[ 1713.972] Option "_libinput/shared-device" "10"
[ 1713.972] Option "_libinput/cap-keyboard" "True"
[ 1713.972] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1713.972] (**) Option "Device" "/dev/input/event7"
[ 1713.972] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: is a virtual subdevice
[ 1713.972] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0003/input/input7/event7"
[ 1713.972] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: KEYBOARD, id 22)
[ 1713.972] (II) XKB: Reusing cached keymap
[ 1713.972] (**) ckswhkd virtual output: Applying InputClass "libinput keyboard catchall"
[ 1713.972] (II) Using input driver 'libinput' for 'ckswhkd virtual output'
[ 1713.972] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[ 1713.972] Option "_source" "_driver/libinput"
[ 1713.972] Option "name" "ckswhkd virtual output"
[ 1713.972] Option "path" "/dev/input/event26"
[ 1713.972] Option "device" "/dev/input/event26"
[ 1713.972] Option "major" "13"
[ 1713.972] Option "minor" "90"
[ 1713.972] Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1713.972] Option "driver" "libinput"
[ 1713.972] Option "fd" "28"
[ 1713.972] Option "AccelerationProfile" "-1"
[ 1713.972] Option "AccelerationScheme" "none"
[ 1713.972] Option "_libinput/shared-device" "16"
[ 1713.972] Option "_libinput/cap-keyboard" "True"
[ 1713.972] (**) ckswhkd virtual output: always reports core events
[ 1713.972] (**) Option "Device" "/dev/input/event26"
[ 1713.972] (II) libinput: ckswhkd virtual output: is a virtual subdevice
[ 1713.973] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.973] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.973] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1713.973] (**) Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1713.973] (II) XINPUT: Adding extended input device "ckswhkd virtual output" (type: KEYBOARD, id 23)
[ 1713.973] (II) XKB: Reusing cached keymap
[ 1715.594] (II) intel(0): EDID vendor "APP", prod id 41024
[ 1715.594] (II) intel(0): Printing DDC gathered Modelines:
[ 1715.594] (II) intel(0): Modeline "2880x1800"x0.0 328.92 2880 2888 2920 2960 1800 1838 1846 1852 +hsync -vsync (111.1 kHz eP)
[ 1724.585] (II) intel(0): resizing framebuffer to 8000x3600
[ 1724.691] randr: falling back to unsynchronized pixmap sharing
[ 1788.089] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1788.130] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1788.686] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1788.758] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1788.969] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1788.997] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1789.025] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1789.585] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1789.616] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1789.644] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1789.934] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.093] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.246] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.385] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.413] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.441] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1790.881] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1791.516] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1793.062] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1793.345] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1804.751] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1804.793] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1804.973] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1805.157] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1805.294] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1805.518] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1805.573] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1805.814] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1811.781] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1818.671] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1818.872] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1819.452] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1820.365] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1820.662] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1821.015] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1821.742] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1825.646] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1826.150] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1826.325] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1826.629] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1827.086] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1827.341] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1827.518] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1827.773] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1827.814] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1829.672] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1829.789] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1829.968] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1830.320] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1831.425] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1833.550] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1833.830] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1834.110] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1834.421] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1834.598] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1834.706] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1834.941] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1835.416] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1837.424] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1838.193] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1838.468] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1838.686] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1838.861] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1839.366] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1840.310] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1840.468] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1840.630] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1840.774] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1841.358] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1841.894] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1841.957] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1842.294] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1842.567] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1842.703] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1842.879] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1843.382] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1844.030] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1844.762] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1844.991] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1845.334] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1845.605] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1846.853] (--) AMDGPU(G0): HDMI max TMDS frequency 245000KHz
[ 1861.460] (EE) AMDGPU(G0): drmmode_do_crtc_dpms cannot get last vblank counter
[ 1869.925] (EE) AMDGPU(G0): drmmode_do_crtc_dpms cannot get last vblank counter
Last edited by chri-k (2025-06-13 12:25:53)
Offline
[ 1713.631] (II) IGLX: Loaded and initialized swrast
[ 1713.631] (II) GLX: Initialized DRISWRAST GL provider for screen 0
step #1: remove xf86-video-intel, your IGP is way too new for that and absent proper configuration, you end up on software emulation.
Online
thanks for pointing that out! (i wish GPUs and GPU software had a naming convention that actually tells you what corresponds to what)
i actually realized i had missed a clue that was wrong. the names for the outputs are wrong. they should be (and now are) eDP-2 / eDP-1 and DP-1-2 / DP-1-4 / DP-2 (depending on what was connected at what point in time), the same as they are when using correctly configured Wayland.
i fixed both of the device configurations, as a result window content rendering no longer breaks if the external monitor was connected at boot.
but this has absolutely no effect on the scaling issue.
Last edited by chri-k (2025-06-13 14:09:14)
Offline
Updated xorg log?
The next thing would be to remove xf86-video-amdgpu and see whether the modesetting driver performs any better itr.
Online
i already did that too (rather than removing it i just explicitly set the driver to modesetting), and the only effect this had besides fixing the output names is turning the mouse cursor on that monitor into a semitransparent red square if the scale is exactly 1 (1.0001 or 0.9999 works)
updated log (sorry for not including that immediately. the spam at the tail of the log is from messing with transform matrices):
[ 1197.496]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[ 1197.503] Current Operating System: Linux null 6.14.6-arch1-Watanare-T2-1-t2 #1 SMP PREEMPT_DYNAMIC Thu, 15 May 2025 04:25:38 +0000 x86_64
[ 1197.503] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-t2 root=UUID=f33c5950-b5a4-454f-8c40-ab3452640960 rw acpi=force splash intel_iommu=on iommu=pt pcie_ports=compat cryptdevice=UUID=cc0f6576-3e7c-4061-b96f-a11368696aa8:cryptroot root=/dev/mapper/cryptroot resume=UUID=f33c5950-b5a4-454f-8c40-ab3452640960 resume_offset=7049216 loglevel=3
[ 1197.512]
[ 1197.515] Current version of pixman: 0.46.2
[ 1197.524] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1197.524] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1197.537] (==) Log file: "/home/31a/.local/share/xorg/Xorg.0.log", Time: Fri Jun 13 16:57:45 2025
[ 1197.540] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1197.542] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1197.543] (==) No Layout section. Using the first Screen section.
[ 1197.543] (==) No screen section available. Using defaults.
[ 1197.543] (**) |-->Screen "Default Screen Section" (0)
[ 1197.543] (**) | |-->Monitor "<default monitor>"
[ 1197.543] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 1197.543] (**) | |-->Device "IGPU"
[ 1197.543] (**) | |-->GPUDevice "DGPU"
[ 1197.543] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1197.543] (**) Allowing byte-swapped clients
[ 1197.543] (==) Automatically adding devices
[ 1197.543] (==) Automatically enabling devices
[ 1197.543] (==) Automatically adding GPU devices
[ 1197.543] (==) Automatically binding GPU devices
[ 1197.543] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1197.543] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1197.543] Entry deleted from font path.
[ 1197.543] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 1197.543] Entry deleted from font path.
[ 1197.543] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 1197.543] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 1197.543] Entry deleted from font path.
[ 1197.543] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 1197.543] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1197.543] Entry deleted from font path.
[ 1197.543] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 1197.543] Entry deleted from font path.
[ 1197.543] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 1197.543] Entry deleted from font path.
[ 1197.543] (==) FontPath set to:
[ 1197.543] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1197.543] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1197.543] (II) Module ABI versions:
[ 1197.543] X.Org ANSI C Emulation: 0.4
[ 1197.543] X.Org Video Driver: 25.2
[ 1197.543] X.Org XInput driver : 24.4
[ 1197.543] X.Org Server Extension : 10.0
[ 1197.543] (++) using VT number 1
[ 1197.543] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 1197.545] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 1197.549] (II) xfree86: Adding drm device (/dev/dri/card3)
[ 1197.549] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card3
[ 1197.550] (II) systemd-logind: got fd for /dev/dri/card3 226:3 fd 13 paused 0
[ 1197.551] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1197.551] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 1197.551] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 1197.558] (--) PCI:*(0@0:2:0) 8086:3e9b:106b:0176 rev 0, Mem @ 0x80000000/16777216, 0xa0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 1197.558] (--) PCI: (1@0:0:0) 1002:67ef:106b:0190 rev 227, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0x81500000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 1197.558] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1197.558] (II) LoadModule: "glx"
[ 1197.559] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1197.560] (II) Module glx: vendor="X.Org Foundation"
[ 1197.560] compiled for 1.21.1.16, module version = 1.0.0
[ 1197.560] ABI class: X.Org Server Extension, version 10.0
[ 1197.560] (II) LoadModule: "modesetting"
[ 1197.560] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1197.561] (II) Module modesetting: vendor="X.Org Foundation"
[ 1197.561] compiled for 1.21.1.16, module version = 1.21.1
[ 1197.561] Module class: X.Org Video Driver
[ 1197.561] ABI class: X.Org Video Driver, version 25.2
[ 1197.561] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1197.561] (II) modeset(0): using drv /dev/dri/card1
[ 1197.561] (II) modeset(G0): using drv /dev/dri/card3
[ 1197.561] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 1197.561] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1197.561] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 1197.561] (==) modeset(0): RGB weight 888
[ 1197.561] (==) modeset(0): Default visual is TrueColor
[ 1197.561] (II) Loading sub module "glamoregl"
[ 1197.561] (II) LoadModule: "glamoregl"
[ 1197.561] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1197.565] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1197.565] compiled for 1.21.1.16, module version = 1.0.1
[ 1197.565] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1197.616] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 1197.616] (II) modeset(0): glamor initialized
[ 1197.616] (==) modeset(0): VariableRefresh: disabled
[ 1197.616] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 1197.617] (II) modeset(0): Output eDP-1 has no monitor section
[ 1197.622] (II) modeset(0): Output DP-1 has no monitor section
[ 1197.705] (II) modeset(0): Output HDMI-1 has no monitor section
[ 1197.710] (II) modeset(0): Output DP-2 has no monitor section
[ 1197.793] (II) modeset(0): Output HDMI-2 has no monitor section
[ 1197.798] (II) modeset(0): Output DP-3 has no monitor section
[ 1197.881] (II) modeset(0): Output HDMI-3 has no monitor section
[ 1197.881] (II) modeset(0): Up to 7 crtcs needed for screen.
[ 1197.881] (II) modeset(0): Allocated crtc nr. 0 to this screen.
[ 1197.881] (II) modeset(0): Allocated crtc nr. 1 to this screen.
[ 1197.881] (II) modeset(0): Allocated crtc nr. 2 to this screen.
[ 1197.883] (II) modeset(0): EDID for output eDP-1
[ 1197.883] (II) modeset(0): Manufacturer: APP Model: a040 Serial#: 0
[ 1197.883] (II) modeset(0): Year: 2017 Week: 16
[ 1197.883] (II) modeset(0): EDID Version: 1.4
[ 1197.883] (II) modeset(0): Digital Display Input
[ 1197.883] (II) modeset(0): 10 bits per channel
[ 1197.883] (II) modeset(0): Digital interface is DisplayPort
[ 1197.883] (II) modeset(0): Max Image Size [cm]: horiz.: 33 vert.: 21
[ 1197.883] (II) modeset(0): Gamma: 2.20
[ 1197.883] (II) modeset(0): No DPMS capabilities specified
[ 1197.883] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 1197.883] (II) modeset(0): First detailed timing is preferred mode
[ 1197.883] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 1197.883] (II) modeset(0): redX: 0.680 redY: 0.320 greenX: 0.265 greenY: 0.690
[ 1197.883] (II) modeset(0): blueX: 0.150 blueY: 0.051 whiteX: 0.312 whiteY: 0.329
[ 1197.883] (II) modeset(0): Manufacturer's mask: 0
[ 1197.883] (II) modeset(0): Supported detailed timing:
[ 1197.883] (II) modeset(0): clock: 328.9 MHz Image Size: 331 x 207 mm
[ 1197.883] (II) modeset(0): h_active: 2880 h_sync: 2888 h_sync_end 2920 h_blank_end 2960 h_border: 0
[ 1197.883] (II) modeset(0): v_active: 1800 v_sync: 1838 v_sync_end 1846 v_blanking: 1852 v_border: 0
[ 1197.883] (II) modeset(0): Monitor name: Color LCD
[ 1197.883] (II) modeset(0): Number of EDID sections to follow: 1
[ 1197.883] (II) modeset(0): EDID (in hex):
[ 1197.883] (II) modeset(0): 00ffffffffffff00061040a000000000
[ 1197.883] (II) modeset(0): 101b0104b5211578020f81ae5243b026
[ 1197.883] (II) modeset(0): 0d505400000001010101010101010101
[ 1197.883] (II) modeset(0): 0101010101017c804050b00834700820
[ 1197.883] (II) modeset(0): 68084bcf1000001a000000fc00436f6c
[ 1197.883] (II) modeset(0): 6f72204c43440a202020000000100000
[ 1197.883] (II) modeset(0): 00000000000000000000000000000010
[ 1197.883] (II) modeset(0): 000000000000000000000000000001d4
[ 1197.883] (II) modeset(0): 70127903007f813ffa10000301180f28
[ 1197.883] (II) modeset(0): 17000000000000000000000000000000
[ 1197.883] (II) modeset(0): 4c503135345754352d534a41310a2000
[ 1197.883] (II) modeset(0): 44434e39303933303339464a34365241
[ 1197.883] (II) modeset(0): 320a20202020207f8129fa1000020100
[ 1197.883] (II) modeset(0): 110000029003650489061808380b200f
[ 1197.883] (II) modeset(0): 19148a1c00263d345147ae625a8721b9
[ 1197.883] (II) modeset(0): e3fd7100000000000000000000001090
[ 1197.883] (II) modeset(0): Printing probed modes for output eDP-1
[ 1197.883] (II) modeset(0): Modeline "2880x1800"x60.0 328.92 2880 2888 2920 2960 1800 1838 1846 1852 +hsync -vsync (111.1 kHz eP)
[ 1197.883] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 1197.883] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 1197.883] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 1197.883] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 1197.883] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 1197.883] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 1197.884] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 1197.884] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 1197.884] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 1197.884] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 1197.884] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 1197.884] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 1197.884] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 1197.884] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 1197.884] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 1197.884] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 1197.884] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 1197.884] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 1197.884] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 1197.884] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 1197.884] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 1197.884] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 1197.884] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 1197.884] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 1197.884] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 1197.884] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 1197.884] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 1197.889] (II) modeset(0): EDID for output DP-1
[ 1197.972] (II) modeset(0): EDID for output HDMI-1
[ 1197.977] (II) modeset(0): EDID for output DP-2
[ 1198.060] (II) modeset(0): EDID for output HDMI-2
[ 1198.065] (II) modeset(0): EDID for output DP-3
[ 1198.148] (II) modeset(0): EDID for output HDMI-3
[ 1198.148] (II) modeset(0): Output eDP-1 connected
[ 1198.148] (II) modeset(0): Output DP-1 disconnected
[ 1198.148] (II) modeset(0): Output HDMI-1 disconnected
[ 1198.148] (II) modeset(0): Output DP-2 disconnected
[ 1198.148] (II) modeset(0): Output HDMI-2 disconnected
[ 1198.148] (II) modeset(0): Output DP-3 disconnected
[ 1198.148] (II) modeset(0): Output HDMI-3 disconnected
[ 1198.148] (II) modeset(0): Using exact sizes for initial modes
[ 1198.148] (II) modeset(0): Output eDP-1 using initial mode 2880x1800 +0+0
[ 1198.148] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1198.148] (==) modeset(0): DPI set to (96, 96)
[ 1198.148] (II) Loading sub module "fb"
[ 1198.148] (II) LoadModule: "fb"
[ 1198.148] (II) Module "fb" already built-in
[ 1198.148] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 1198.148] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card3
[ 1198.148] (==) modeset(G0): RGB weight 888
[ 1198.148] (==) modeset(G0): Default visual is TrueColor
[ 1198.148] (II) Loading sub module "glamoregl"
[ 1198.148] (II) LoadModule: "glamoregl"
[ 1198.148] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1198.148] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1198.148] compiled for 1.21.1.16, module version = 1.0.1
[ 1198.148] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1198.168] (II) modeset(G0): glamor X acceleration enabled on AMD Radeon RX Series (radeonsi, polaris11, ACO, DRM 3.61, 6.14.6-arch1-Watanare-T2-1-t2)
[ 1198.168] (II) modeset(G0): glamor initialized
[ 1198.168] (II) modeset(G0): Output eDP-1-2 has no monitor section
[ 1198.183] (II) modeset(G0): Output DP-1-4 has no monitor section
[ 1198.184] (II) modeset(G0): Output DP-1-5 has no monitor section
[ 1198.184] (II) modeset(G0): Output DP-1-6 has no monitor section
[ 1198.184] (II) modeset(G0): Output DP-1-7 has no monitor section
[ 1198.184] (II) modeset(G0): Up to 5 crtcs needed for screen.
[ 1198.184] (II) modeset(G0): Allocated crtc nr. 0 to this screen.
[ 1198.184] (II) modeset(G0): Allocated crtc nr. 1 to this screen.
[ 1198.184] (II) modeset(G0): Allocated crtc nr. 2 to this screen.
[ 1198.184] (II) modeset(G0): Allocated crtc nr. 3 to this screen.
[ 1198.184] (II) modeset(G0): Allocated crtc nr. 4 to this screen.
[ 1198.184] (II) modeset(G0): EDID for output eDP-1-2
[ 1198.199] (II) modeset(G0): EDID for output DP-1-4
[ 1198.199] (II) modeset(G0): Manufacturer: DEL Model: a091 Serial#: 808867404
[ 1198.199] (II) modeset(G0): Year: 2014 Week: 36
[ 1198.199] (II) modeset(G0): EDID Version: 1.3
[ 1198.199] (II) modeset(G0): Digital Display Input
[ 1198.199] (II) modeset(G0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 1198.199] (II) modeset(G0): Gamma: 2.20
[ 1198.199] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[ 1198.199] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1198.199] (II) modeset(G0): First detailed timing is preferred mode
[ 1198.199] (II) modeset(G0): redX: 0.680 redY: 0.310 greenX: 0.210 greenY: 0.700
[ 1198.199] (II) modeset(G0): blueX: 0.147 blueY: 0.054 whiteX: 0.313 whiteY: 0.329
[ 1198.199] (II) modeset(G0): Supported established timings:
[ 1198.199] (II) modeset(G0): 720x400@70Hz
[ 1198.199] (II) modeset(G0): 640x480@60Hz
[ 1198.199] (II) modeset(G0): 640x480@75Hz
[ 1198.199] (II) modeset(G0): 800x600@60Hz
[ 1198.199] (II) modeset(G0): 800x600@75Hz
[ 1198.199] (II) modeset(G0): 1024x768@60Hz
[ 1198.199] (II) modeset(G0): 1024x768@75Hz
[ 1198.199] (II) modeset(G0): 1280x1024@75Hz
[ 1198.199] (II) modeset(G0): Manufacturer's mask: 0
[ 1198.199] (II) modeset(G0): Supported standard timings:
[ 1198.199] (II) modeset(G0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1198.199] (II) modeset(G0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1198.199] (II) modeset(G0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1198.199] (II) modeset(G0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 1198.199] (II) modeset(G0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 1198.199] (II) modeset(G0): #5: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 1198.199] (II) modeset(G0): Supported detailed timing:
[ 1198.199] (II) modeset(G0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 1198.199] (II) modeset(G0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 1198.199] (II) modeset(G0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 1198.199] (II) modeset(G0): Serial No: C6F0K49206VL
[ 1198.199] (II) modeset(G0): Monitor name: DELL U2713H
[ 1198.199] (II) modeset(G0): Ranges: V min: 49 V max: 86 Hz, H min: 29 H max: 113 kHz, PixClock max 285 MHz
[ 1198.199] (II) modeset(G0): Supported detailed timing:
[ 1198.199] (II) modeset(G0): clock: 148.5 MHz Image Size: 597 x 336 mm
[ 1198.199] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1198.199] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1198.199] (II) modeset(G0): Supported detailed timing:
[ 1198.199] (II) modeset(G0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 1198.199] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1198.199] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 1198.199] (II) modeset(G0): Supported detailed timing:
[ 1198.199] (II) modeset(G0): clock: 74.2 MHz Image Size: 597 x 336 mm
[ 1198.199] (II) modeset(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 1198.199] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 1198.199] (II) modeset(G0): Supported detailed timing:
[ 1198.199] (II) modeset(G0): clock: 27.0 MHz Image Size: 597 x 336 mm
[ 1198.199] (II) modeset(G0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 1198.199] (II) modeset(G0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 1198.199] (II) modeset(G0): Number of EDID sections to follow: 1
[ 1198.199] (II) modeset(G0): EDID (in hex):
[ 1198.200] (II) modeset(G0): 00ffffffffffff0010ac91a04c563630
[ 1198.200] (II) modeset(G0): 24180103803c2278ea1df5ae4f35b325
[ 1198.200] (II) modeset(G0): 0d5054a54b008100b300714fa9408180
[ 1198.200] (II) modeset(G0): d1c001010101565e00a0a0a029503020
[ 1198.200] (II) modeset(G0): 350055502100001a000000ff00433646
[ 1198.200] (II) modeset(G0): 304b3439323036564c0a000000fc0044
[ 1198.200] (II) modeset(G0): 454c4c205532373133480a20000000fd
[ 1198.200] (II) modeset(G0): 0031561d711c000a202020202020013b
[ 1198.200] (II) modeset(G0): 020325f1509005040302071601061112
[ 1198.200] (II) modeset(G0): 1513141f2023091f0767030c00100008
[ 1198.200] (II) modeset(G0): 3183010000023a801871382d40582c45
[ 1198.200] (II) modeset(G0): 0055502100001e011d8018711c162058
[ 1198.200] (II) modeset(G0): 2c250055502100009e011d007251d01e
[ 1198.200] (II) modeset(G0): 206e28550055502100001e8c0ad08a20
[ 1198.200] (II) modeset(G0): e02d10103e9600555021000018000000
[ 1198.200] (II) modeset(G0): 000000000000000000000000000000d6
[ 1198.200] (--) modeset(G0): HDMI max TMDS frequency 245000KHz
[ 1198.200] (II) modeset(G0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
[ 1198.200] (II) modeset(G0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
[ 1198.200] (II) modeset(G0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 1198.200] (II) modeset(G0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[ 1198.200] (II) modeset(G0): Not using default mode "2048x1152" (bad mode clock/interlace/doublescan)
[ 1198.200] (II) modeset(G0): Printing probed modes for output DP-1-4
[ 1198.200] (II) modeset(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 1198.200] (II) modeset(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1792x1344"x75.0 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x1200"x70.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 1198.200] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 1198.200] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 1198.201] (II) modeset(G0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 1198.201] (II) modeset(G0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 1198.201] (II) modeset(G0): EDID for output DP-1-5
[ 1198.201] (II) modeset(G0): EDID for output DP-1-6
[ 1198.201] (II) modeset(G0): EDID for output DP-1-7
[ 1198.201] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 1198.201] (==) modeset(G0): DPI set to (96, 96)
[ 1198.201] (II) Loading sub module "fb"
[ 1198.201] (II) LoadModule: "fb"
[ 1198.201] (II) Module "fb" already built-in
[ 1198.236] (==) modeset(0): Backing store enabled
[ 1198.236] (==) modeset(0): Silken mouse enabled
[ 1198.312] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 1198.313] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 0
[ 1198.313] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 1
[ 1198.313] (II) modeset(0): Gamma ramp set to 1024 entries on CRTC 2
[ 1198.313] (==) modeset(0): DPMS enabled
[ 1198.313] (WW) modeset(0): Option "Monitor-eDP-2" is not used
[ 1198.313] (II) modeset(0): [DRI2] Setup complete
[ 1198.313] (II) modeset(0): [DRI2] DRI driver: iris
[ 1198.313] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 1198.319] (==) modeset(G0): Backing store enabled
[ 1198.319] (==) modeset(G0): Silken mouse enabled
[ 1198.320] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 1198.320] (II) modeset(G0): Gamma ramp set to 4096 entries on CRTC 0
[ 1198.320] (II) modeset(G0): Gamma ramp set to 4096 entries on CRTC 1
[ 1198.320] (II) modeset(G0): Gamma ramp set to 4096 entries on CRTC 2
[ 1198.320] (II) modeset(G0): Gamma ramp set to 4096 entries on CRTC 3
[ 1198.320] (II) modeset(G0): Gamma ramp set to 4096 entries on CRTC 4
[ 1198.320] (==) modeset(G0): DPMS enabled
[ 1198.320] (WW) modeset(G0): Option "HotplugDriver" is not used
[ 1198.320] (WW) modeset(G0): Option "Monitor-DP-2" is not used
[ 1198.320] (II) modeset(G0): [DRI2] Setup complete
[ 1198.320] (II) modeset(G0): [DRI2] DRI driver: radeonsi
[ 1198.320] (II) modeset(G0): [DRI2] VDPAU driver: radeonsi
[ 1198.320] (II) Initializing extension Generic Event Extension
[ 1198.320] (II) Initializing extension SHAPE
[ 1198.321] (II) Initializing extension MIT-SHM
[ 1198.321] (II) Initializing extension XInputExtension
[ 1198.321] (II) Initializing extension XTEST
[ 1198.321] (II) Initializing extension BIG-REQUESTS
[ 1198.321] (II) Initializing extension SYNC
[ 1198.321] (II) Initializing extension XKEYBOARD
[ 1198.321] (II) Initializing extension XC-MISC
[ 1198.321] (II) Initializing extension SECURITY
[ 1198.322] (II) Initializing extension XFIXES
[ 1198.322] (II) Initializing extension RENDER
[ 1198.322] (II) Initializing extension RANDR
[ 1198.322] (II) Initializing extension COMPOSITE
[ 1198.322] (II) Initializing extension DAMAGE
[ 1198.322] (II) Initializing extension MIT-SCREEN-SAVER
[ 1198.322] (II) Initializing extension DOUBLE-BUFFER
[ 1198.322] (II) Initializing extension RECORD
[ 1198.323] (II) Initializing extension DPMS
[ 1198.323] (II) Initializing extension Present
[ 1198.323] (II) Initializing extension DRI3
[ 1198.323] (II) Initializing extension X-Resource
[ 1198.323] (II) Initializing extension XVideo
[ 1198.323] (II) Initializing extension XVideo-MotionCompensation
[ 1198.323] (II) Initializing extension GLX
[ 1198.336] (II) AIGLX: Loaded and initialized iris
[ 1198.336] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1198.336] (II) Initializing extension XFree86-VidModeExtension
[ 1198.336] (II) Initializing extension XFree86-DGA
[ 1198.336] (II) Initializing extension XFree86-DRI
[ 1198.336] (II) Initializing extension DRI2
[ 1198.437] (II) modeset(G0): Damage tracking initialized
[ 1198.438] (II) modeset(0): Damage tracking initialized
[ 1198.438] (II) modeset(0): Setting screen physical size to 762 x 476
[ 1198.464] (II) XKB: Reusing cached keymap
[ 1198.518] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 1198.518] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1198.518] (II) LoadModule: "libinput"
[ 1198.518] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1198.520] (II) Module libinput: vendor="X.Org Foundation"
[ 1198.520] compiled for 1.21.1.13, module version = 1.5.0
[ 1198.520] Module class: X.Org XInput Driver
[ 1198.520] ABI class: X.Org XInput driver, version 24.4
[ 1198.520] (II) Using input driver 'libinput' for 'Power Button'
[ 1198.521] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[ 1198.521] Option "_source" "server/udev"
[ 1198.521] Option "name" "Power Button"
[ 1198.521] Option "path" "/dev/input/event3"
[ 1198.521] Option "device" "/dev/input/event3"
[ 1198.521] Option "major" "13"
[ 1198.521] Option "minor" "67"
[ 1198.521] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1198.521] Option "driver" "libinput"
[ 1198.521] Option "fd" "30"
[ 1198.521] (**) Power Button: always reports core events
[ 1198.521] (**) Option "Device" "/dev/input/event3"
[ 1198.523] (**) Option "Device" "/dev/input/event3"
[ 1198.523] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1198.523] (II) event3 - Power Button: device is a keyboard
[ 1198.523] (II) event3 - Power Button: device removed
[ 1198.523] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 1198.524] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1198.524] (II) XKB: Reusing cached keymap
[ 1198.524] (**) Option "Device" "/dev/input/event3"
[ 1198.525] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 1198.525] (II) event3 - Power Button: device is a keyboard
[ 1198.526] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 1198.526] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1198.526] (II) Using input driver 'libinput' for 'Video Bus'
[ 1198.526] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[ 1198.526] Option "_source" "server/udev"
[ 1198.526] Option "name" "Video Bus"
[ 1198.526] Option "path" "/dev/input/event16"
[ 1198.526] Option "device" "/dev/input/event16"
[ 1198.526] Option "major" "13"
[ 1198.526] Option "minor" "80"
[ 1198.526] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17/event16"
[ 1198.526] Option "driver" "libinput"
[ 1198.526] Option "fd" "33"
[ 1198.526] (**) Video Bus: always reports core events
[ 1198.526] (**) Option "Device" "/dev/input/event16"
[ 1198.527] (**) Option "Device" "/dev/input/event16"
[ 1198.528] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 1198.528] (II) event16 - Video Bus: device is a keyboard
[ 1198.528] (II) event16 - Video Bus: device removed
[ 1198.528] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17/event16"
[ 1198.528] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1198.528] (II) XKB: Reusing cached keymap
[ 1198.528] (**) Option "Device" "/dev/input/event16"
[ 1198.529] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 1198.529] (II) event16 - Video Bus: device is a keyboard
[ 1198.530] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 1198.530] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1198.530] (II) Using input driver 'libinput' for 'Video Bus'
[ 1198.531] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 34 paused 0
[ 1198.531] Option "_source" "server/udev"
[ 1198.531] Option "name" "Video Bus"
[ 1198.531] Option "path" "/dev/input/event15"
[ 1198.531] Option "device" "/dev/input/event15"
[ 1198.531] Option "major" "13"
[ 1198.531] Option "minor" "79"
[ 1198.531] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input16/event15"
[ 1198.531] Option "driver" "libinput"
[ 1198.531] Option "fd" "34"
[ 1198.531] (**) Video Bus: always reports core events
[ 1198.531] (**) Option "Device" "/dev/input/event15"
[ 1198.531] (**) Option "Device" "/dev/input/event15"
[ 1198.532] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 1198.532] (II) event15 - Video Bus: device is a keyboard
[ 1198.533] (II) event15 - Video Bus: device removed
[ 1198.533] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input16/event15"
[ 1198.533] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 1198.533] (II) XKB: Reusing cached keymap
[ 1198.533] (**) Option "Device" "/dev/input/event15"
[ 1198.534] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 1198.534] (II) event15 - Video Bus: device is a keyboard
[ 1198.535] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1198.535] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1198.535] (II) Using input driver 'libinput' for 'Power Button'
[ 1198.536] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[ 1198.536] Option "_source" "server/udev"
[ 1198.536] Option "name" "Power Button"
[ 1198.536] Option "path" "/dev/input/event1"
[ 1198.536] Option "device" "/dev/input/event1"
[ 1198.536] Option "major" "13"
[ 1198.536] Option "minor" "65"
[ 1198.536] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1198.536] Option "driver" "libinput"
[ 1198.536] Option "fd" "35"
[ 1198.536] (**) Power Button: always reports core events
[ 1198.536] (**) Option "Device" "/dev/input/event1"
[ 1198.536] (**) Option "Device" "/dev/input/event1"
[ 1198.537] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1198.537] (II) event1 - Power Button: device is a keyboard
[ 1198.537] (II) event1 - Power Button: device removed
[ 1198.537] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 1198.537] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 1198.537] (II) XKB: Reusing cached keymap
[ 1198.538] (**) Option "Device" "/dev/input/event1"
[ 1198.538] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 1198.538] (II) event1 - Power Button: device is a keyboard
[ 1198.539] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1198.539] (II) No input driver specified, ignoring this device.
[ 1198.539] (II) This device may have been added with another device file.
[ 1198.540] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 1198.540] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1198.540] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1198.541] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[ 1198.541] Option "_source" "server/udev"
[ 1198.541] Option "name" "Sleep Button"
[ 1198.541] Option "path" "/dev/input/event2"
[ 1198.541] Option "device" "/dev/input/event2"
[ 1198.541] Option "major" "13"
[ 1198.541] Option "minor" "66"
[ 1198.541] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 1198.541] Option "driver" "libinput"
[ 1198.541] Option "fd" "36"
[ 1198.541] (**) Sleep Button: always reports core events
[ 1198.541] (**) Option "Device" "/dev/input/event2"
[ 1198.541] (**) Option "Device" "/dev/input/event2"
[ 1198.542] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1198.542] (II) event2 - Sleep Button: device is a keyboard
[ 1198.542] (II) event2 - Sleep Button: device removed
[ 1198.542] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 1198.542] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 1198.542] (II) XKB: Reusing cached keymap
[ 1198.542] (**) Option "Device" "/dev/input/event2"
[ 1198.543] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 1198.543] (II) event2 - Sleep Button: device is a keyboard
[ 1198.545] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event17)
[ 1198.545] (II) No input driver specified, ignoring this device.
[ 1198.545] (II) This device may have been added with another device file.
[ 1198.545] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event18)
[ 1198.545] (II) No input driver specified, ignoring this device.
[ 1198.545] (II) This device may have been added with another device file.
[ 1198.546] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event19)
[ 1198.546] (II) No input driver specified, ignoring this device.
[ 1198.546] (II) This device may have been added with another device file.
[ 1198.546] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event20)
[ 1198.546] (II) No input driver specified, ignoring this device.
[ 1198.546] (II) This device may have been added with another device file.
[ 1198.547] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event21)
[ 1198.547] (II) No input driver specified, ignoring this device.
[ 1198.547] (II) This device may have been added with another device file.
[ 1198.547] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event22)
[ 1198.547] (II) No input driver specified, ignoring this device.
[ 1198.547] (II) This device may have been added with another device file.
[ 1198.549] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event9)
[ 1198.549] (**) Apple, Inc Apple Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1198.549] (II) Using input driver 'libinput' for 'Apple, Inc Apple Keyboard'
[ 1198.550] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 37 paused 0
[ 1198.550] Option "_source" "server/udev"
[ 1198.550] Option "name" "Apple, Inc Apple Keyboard"
[ 1198.550] Option "path" "/dev/input/event9"
[ 1198.550] Option "device" "/dev/input/event9"
[ 1198.550] Option "major" "13"
[ 1198.550] Option "minor" "73"
[ 1198.550] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:05AC:0221.0006/input/input9/event9"
[ 1198.550] Option "driver" "libinput"
[ 1198.550] Option "fd" "37"
[ 1198.550] (**) Apple, Inc Apple Keyboard: always reports core events
[ 1198.550] (**) Option "Device" "/dev/input/event9"
[ 1198.550] (**) Option "Device" "/dev/input/event9"
[ 1198.552] (II) event9 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1198.552] (II) event9 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1198.553] (II) event9 - Apple, Inc Apple Keyboard: device removed
[ 1198.553] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:05AC:0221.0006/input/input9/event9"
[ 1198.553] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 11)
[ 1198.553] (II) XKB: Reusing cached keymap
[ 1198.553] (**) Option "Device" "/dev/input/event9"
[ 1198.555] (II) event9 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1198.555] (II) event9 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1198.557] (II) config/udev: Adding input device Apple, Inc Apple Keyboard (/dev/input/event11)
[ 1198.557] (**) Apple, Inc Apple Keyboard: Applying InputClass "libinput keyboard catchall"
[ 1198.557] (II) Using input driver 'libinput' for 'Apple, Inc Apple Keyboard'
[ 1198.557] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 38 paused 0
[ 1198.557] Option "_source" "server/udev"
[ 1198.557] Option "name" "Apple, Inc Apple Keyboard"
[ 1198.557] Option "path" "/dev/input/event11"
[ 1198.557] Option "device" "/dev/input/event11"
[ 1198.557] Option "major" "13"
[ 1198.557] Option "minor" "75"
[ 1198.557] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:05AC:0221.0007/input/input11/event11"
[ 1198.557] Option "driver" "libinput"
[ 1198.557] Option "fd" "38"
[ 1198.557] (**) Apple, Inc Apple Keyboard: always reports core events
[ 1198.557] (**) Option "Device" "/dev/input/event11"
[ 1198.558] (**) Option "Device" "/dev/input/event11"
[ 1198.560] (II) event11 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1198.560] (II) event11 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1198.560] (II) event11 - Apple, Inc Apple Keyboard: device removed
[ 1198.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.1/0003:05AC:0221.0007/input/input11/event11"
[ 1198.560] (II) XINPUT: Adding extended input device "Apple, Inc Apple Keyboard" (type: KEYBOARD, id 12)
[ 1198.560] (II) XKB: Reusing cached keymap
[ 1198.560] (**) Option "Device" "/dev/input/event11"
[ 1198.562] (II) event11 - Apple, Inc Apple Keyboard: is tagged by udev as: Keyboard
[ 1198.562] (II) event11 - Apple, Inc Apple Keyboard: device is a keyboard
[ 1198.564] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event5)
[ 1198.564] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput pointer catchall"
[ 1198.564] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1198.565] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 0
[ 1198.565] Option "_source" "server/udev"
[ 1198.565] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1198.565] Option "path" "/dev/input/event5"
[ 1198.565] Option "device" "/dev/input/event5"
[ 1198.565] Option "major" "13"
[ 1198.565] Option "minor" "69"
[ 1198.565] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1038:183A.0021/input/input38/event5"
[ 1198.565] Option "driver" "libinput"
[ 1198.565] Option "fd" "39"
[ 1198.565] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1198.565] (**) Option "Device" "/dev/input/event5"
[ 1198.565] (**) Option "Device" "/dev/input/event5"
[ 1198.567] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Mouse
[ 1198.567] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device is a pointer
[ 1198.567] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1198.567] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.567] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.567] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.567] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1038:183A.0021/input/input38/event5"
[ 1198.567] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: MOUSE, id 13)
[ 1198.567] (**) Option "AccelerationScheme" "none"
[ 1198.567] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) selected scheme none/0
[ 1198.567] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration factor: 2.000
[ 1198.567] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration threshold: 4
[ 1198.567] (**) Option "Device" "/dev/input/event5"
[ 1198.569] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Mouse
[ 1198.569] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: device is a pointer
[ 1198.571] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/mouse0)
[ 1198.571] (II) No input driver specified, ignoring this device.
[ 1198.571] (II) This device may have been added with another device file.
[ 1198.572] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event6)
[ 1198.572] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1198.572] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1198.573] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[ 1198.573] Option "_source" "server/udev"
[ 1198.573] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1198.573] Option "path" "/dev/input/event6"
[ 1198.573] Option "device" "/dev/input/event6"
[ 1198.573] Option "major" "13"
[ 1198.573] Option "minor" "70"
[ 1198.573] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1038:183A.0022/input/input39/event6"
[ 1198.573] Option "driver" "libinput"
[ 1198.573] Option "fd" "40"
[ 1198.573] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1198.573] (**) Option "Device" "/dev/input/event6"
[ 1198.573] (**) Option "Device" "/dev/input/event6"
[ 1198.575] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1198.575] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1198.575] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1198.575] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1038:183A.0022/input/input39/event6"
[ 1198.575] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: KEYBOARD, id 14)
[ 1198.575] (II) XKB: Reusing cached keymap
[ 1198.575] (**) Option "Device" "/dev/input/event6"
[ 1198.577] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1198.577] (II) event6 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1198.579] (II) config/udev: Adding input device SteelSeries SteelSeries Aerox 3 Wireless (/dev/input/event7)
[ 1198.579] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1198.579] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1198.580] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 41 paused 0
[ 1198.580] Option "_source" "server/udev"
[ 1198.580] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1198.580] Option "path" "/dev/input/event7"
[ 1198.580] Option "device" "/dev/input/event7"
[ 1198.580] Option "major" "13"
[ 1198.580] Option "minor" "71"
[ 1198.580] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0023/input/input40/event7"
[ 1198.580] Option "driver" "libinput"
[ 1198.580] Option "fd" "41"
[ 1198.580] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1198.580] (**) Option "Device" "/dev/input/event7"
[ 1198.580] (**) Option "Device" "/dev/input/event7"
[ 1198.582] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1198.582] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1198.582] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device removed
[ 1198.582] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: needs a virtual subdevice
[ 1198.582] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0023/input/input40/event7"
[ 1198.582] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: MOUSE, id 15)
[ 1198.582] (**) Option "AccelerationScheme" "none"
[ 1198.582] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) selected scheme none/0
[ 1198.582] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration factor: 2.000
[ 1198.582] (**) SteelSeries SteelSeries Aerox 3 Wireless: (accel) acceleration threshold: 4
[ 1198.582] (**) Option "Device" "/dev/input/event7"
[ 1198.584] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: is tagged by udev as: Keyboard
[ 1198.584] (II) event7 - SteelSeries SteelSeries Aerox 3 Wireless: device is a keyboard
[ 1198.586] (II) config/udev: Adding input device Apple Headset (/dev/input/event8)
[ 1198.586] (**) Apple Headset: Applying InputClass "libinput keyboard catchall"
[ 1198.586] (II) Using input driver 'libinput' for 'Apple Headset'
[ 1198.587] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 42 paused 0
[ 1198.587] Option "_source" "server/udev"
[ 1198.587] Option "name" "Apple Headset"
[ 1198.587] Option "path" "/dev/input/event8"
[ 1198.587] Option "device" "/dev/input/event8"
[ 1198.587] Option "major" "13"
[ 1198.587] Option "minor" "72"
[ 1198.587] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-4/7-4:1.0/0003:05AC:8103.0009/input/input8/event8"
[ 1198.587] Option "driver" "libinput"
[ 1198.587] Option "fd" "42"
[ 1198.587] (**) Apple Headset: always reports core events
[ 1198.587] (**) Option "Device" "/dev/input/event8"
[ 1198.587] (**) Option "Device" "/dev/input/event8"
[ 1198.589] (II) event8 - Apple Headset: is tagged by udev as: Keyboard
[ 1198.589] (II) event8 - Apple Headset: device is a keyboard
[ 1198.589] (II) event8 - Apple Headset: device removed
[ 1198.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-4/7-4:1.0/0003:05AC:8103.0009/input/input8/event8"
[ 1198.589] (II) XINPUT: Adding extended input device "Apple Headset" (type: KEYBOARD, id 16)
[ 1198.589] (II) XKB: Reusing cached keymap
[ 1198.590] (**) Option "Device" "/dev/input/event8"
[ 1198.592] (II) event8 - Apple Headset: is tagged by udev as: Keyboard
[ 1198.592] (II) event8 - Apple Headset: device is a keyboard
[ 1198.594] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event12)
[ 1198.594] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[ 1198.594] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[ 1198.595] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 43 paused 0
[ 1198.595] Option "_source" "server/udev"
[ 1198.595] Option "name" "Apple Inc. Apple Internal Keyboard / Trackpad"
[ 1198.595] Option "path" "/dev/input/event12"
[ 1198.595] Option "device" "/dev/input/event12"
[ 1198.595] Option "major" "13"
[ 1198.595] Option "minor" "76"
[ 1198.595] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.1/0003:05AC:027C.000B/input/input12/event12"
[ 1198.595] Option "driver" "libinput"
[ 1198.595] Option "fd" "43"
[ 1198.595] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[ 1198.595] (**) Option "Device" "/dev/input/event12"
[ 1198.595] (**) Option "Device" "/dev/input/event12"
[ 1198.597] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[ 1198.597] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[ 1198.598] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[ 1198.598] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.1/0003:05AC:027C.000B/input/input12/event12"
[ 1198.598] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 17)
[ 1198.598] (II) XKB: Reusing cached keymap
[ 1198.599] (**) Option "Device" "/dev/input/event12"
[ 1198.601] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[ 1198.601] (II) event12 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[ 1198.604] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event13)
[ 1198.604] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput touchpad catchall"
[ 1198.604] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[ 1198.604] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 44 paused 0
[ 1198.604] Option "_source" "server/udev"
[ 1198.604] Option "name" "Apple Inc. Apple Internal Keyboard / Trackpad"
[ 1198.604] Option "path" "/dev/input/event13"
[ 1198.604] Option "device" "/dev/input/event13"
[ 1198.604] Option "major" "13"
[ 1198.604] Option "minor" "77"
[ 1198.604] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.2/0003:05AC:027C.000C/input/input13/event13"
[ 1198.604] Option "driver" "libinput"
[ 1198.604] Option "fd" "44"
[ 1198.604] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[ 1198.604] (**) Option "Device" "/dev/input/event13"
[ 1198.605] (**) Option "Device" "/dev/input/event13"
[ 1198.607] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Touchpad
[ 1198.608] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a touchpad
[ 1198.609] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[ 1198.609] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.609] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.609] (II) libinput: Apple Inc. Apple Internal Keyboard / Trackpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1b.0/0000:02:00.1/apple-bce/apple-bce/bce-vhci/usb7/7-5/7-5:1.2/0003:05AC:027C.000C/input/input13/event13"
[ 1198.609] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: TOUCHPAD, id 18)
[ 1198.610] (**) Option "AccelerationScheme" "none"
[ 1198.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) selected scheme none/0
[ 1198.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration factor: 2.000
[ 1198.610] (**) Apple Inc. Apple Internal Keyboard / Trackpad: (accel) acceleration threshold: 4
[ 1198.611] (**) Option "Device" "/dev/input/event13"
[ 1198.613] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Touchpad
[ 1198.614] (II) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a touchpad
[ 1198.616] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/mouse1)
[ 1198.616] (II) No input driver specified, ignoring this device.
[ 1198.616] (II) This device may have been added with another device file.
[ 1198.618] (II) config/udev: Adding input device Apple T2 Audio Codec Output (/dev/input/event4)
[ 1198.618] (II) No input driver specified, ignoring this device.
[ 1198.618] (II) This device may have been added with another device file.
[ 1198.618] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[ 1198.618] (II) No input driver specified, ignoring this device.
[ 1198.618] (II) This device may have been added with another device file.
[ 1198.622] (II) config/udev: Adding input device Dynamic Function Row Virtual Input Device (/dev/input/event23)
[ 1198.622] (**) Dynamic Function Row Virtual Input Device: Applying InputClass "libinput keyboard catchall"
[ 1198.622] (II) Using input driver 'libinput' for 'Dynamic Function Row Virtual Input Device'
[ 1198.623] (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 45 paused 0
[ 1198.623] Option "_source" "server/udev"
[ 1198.623] Option "name" "Dynamic Function Row Virtual Input Device"
[ 1198.623] Option "path" "/dev/input/event23"
[ 1198.623] Option "device" "/dev/input/event23"
[ 1198.623] Option "major" "13"
[ 1198.623] Option "minor" "87"
[ 1198.623] Option "config_info" "udev:/sys/devices/virtual/input/input24/event23"
[ 1198.623] Option "driver" "libinput"
[ 1198.623] Option "fd" "45"
[ 1198.623] (**) Dynamic Function Row Virtual Input Device: always reports core events
[ 1198.623] (**) Option "Device" "/dev/input/event23"
[ 1198.623] (**) Option "Device" "/dev/input/event23"
[ 1198.624] (II) event23 - Dynamic Function Row Virtual Input Device: is tagged by udev as: Keyboard
[ 1198.624] (II) event23 - Dynamic Function Row Virtual Input Device: device is a keyboard
[ 1198.624] (II) event23 - Dynamic Function Row Virtual Input Device: device removed
[ 1198.624] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event23"
[ 1198.624] (II) XINPUT: Adding extended input device "Dynamic Function Row Virtual Input Device" (type: KEYBOARD, id 19)
[ 1198.624] (II) XKB: Reusing cached keymap
[ 1198.624] (**) Option "Device" "/dev/input/event23"
[ 1198.625] (II) event23 - Dynamic Function Row Virtual Input Device: is tagged by udev as: Keyboard
[ 1198.625] (II) event23 - Dynamic Function Row Virtual Input Device: device is a keyboard
[ 1198.626] (II) config/udev: Adding input device evremap Virtual input for /dev/input/event9 (/dev/input/event24)
[ 1198.626] (**) evremap Virtual input for /dev/input/event9: Applying InputClass "libinput keyboard catchall"
[ 1198.626] (II) Using input driver 'libinput' for 'evremap Virtual input for /dev/input/event9'
[ 1198.626] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 46 paused 0
[ 1198.626] Option "_source" "server/udev"
[ 1198.626] Option "name" "evremap Virtual input for /dev/input/event9"
[ 1198.626] Option "path" "/dev/input/event24"
[ 1198.626] Option "device" "/dev/input/event24"
[ 1198.626] Option "major" "13"
[ 1198.626] Option "minor" "88"
[ 1198.626] Option "config_info" "udev:/sys/devices/virtual/input/input25/event24"
[ 1198.626] Option "driver" "libinput"
[ 1198.626] Option "fd" "46"
[ 1198.626] (**) evremap Virtual input for /dev/input/event9: always reports core events
[ 1198.626] (**) Option "Device" "/dev/input/event24"
[ 1198.627] (**) Option "Device" "/dev/input/event24"
[ 1198.627] (II) event24 - evremap Virtual input for /dev/input/event9: is tagged by udev as: Keyboard
[ 1198.627] (II) event24 - evremap Virtual input for /dev/input/event9: device is a keyboard
[ 1198.628] (II) event24 - evremap Virtual input for /dev/input/event9: device removed
[ 1198.628] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event24"
[ 1198.628] (II) XINPUT: Adding extended input device "evremap Virtual input for /dev/input/event9" (type: KEYBOARD, id 20)
[ 1198.628] (II) XKB: Reusing cached keymap
[ 1198.628] (**) Option "Device" "/dev/input/event24"
[ 1198.629] (II) event24 - evremap Virtual input for /dev/input/event9: is tagged by udev as: Keyboard
[ 1198.629] (II) event24 - evremap Virtual input for /dev/input/event9: device is a keyboard
[ 1198.629] (II) config/udev: Adding input device evremap Virtual input for /dev/input/event12 (/dev/input/event25)
[ 1198.629] (**) evremap Virtual input for /dev/input/event12: Applying InputClass "libinput keyboard catchall"
[ 1198.629] (II) Using input driver 'libinput' for 'evremap Virtual input for /dev/input/event12'
[ 1198.630] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 47 paused 0
[ 1198.630] Option "_source" "server/udev"
[ 1198.630] Option "name" "evremap Virtual input for /dev/input/event12"
[ 1198.630] Option "path" "/dev/input/event25"
[ 1198.630] Option "device" "/dev/input/event25"
[ 1198.630] Option "major" "13"
[ 1198.630] Option "minor" "89"
[ 1198.630] Option "config_info" "udev:/sys/devices/virtual/input/input26/event25"
[ 1198.630] Option "driver" "libinput"
[ 1198.630] Option "fd" "47"
[ 1198.630] (**) evremap Virtual input for /dev/input/event12: always reports core events
[ 1198.630] (**) Option "Device" "/dev/input/event25"
[ 1198.630] (**) Option "Device" "/dev/input/event25"
[ 1198.631] (II) event25 - evremap Virtual input for /dev/input/event12: is tagged by udev as: Keyboard
[ 1198.631] (II) event25 - evremap Virtual input for /dev/input/event12: device is a keyboard
[ 1198.631] (II) event25 - evremap Virtual input for /dev/input/event12: device removed
[ 1198.631] (**) Option "config_info" "udev:/sys/devices/virtual/input/input26/event25"
[ 1198.631] (II) XINPUT: Adding extended input device "evremap Virtual input for /dev/input/event12" (type: KEYBOARD, id 21)
[ 1198.631] (II) XKB: Reusing cached keymap
[ 1198.632] (**) Option "Device" "/dev/input/event25"
[ 1198.632] (II) event25 - evremap Virtual input for /dev/input/event12: is tagged by udev as: Keyboard
[ 1198.632] (II) event25 - evremap Virtual input for /dev/input/event12: device is a keyboard
[ 1198.633] (II) config/udev: Adding input device ckswhkd virtual output (/dev/input/event26)
[ 1198.633] (**) ckswhkd virtual output: Applying InputClass "libinput keyboard catchall"
[ 1198.633] (II) Using input driver 'libinput' for 'ckswhkd virtual output'
[ 1198.634] (II) systemd-logind: got fd for /dev/input/event26 13:90 fd 48 paused 0
[ 1198.634] Option "_source" "server/udev"
[ 1198.634] Option "name" "ckswhkd virtual output"
[ 1198.634] Option "path" "/dev/input/event26"
[ 1198.634] Option "device" "/dev/input/event26"
[ 1198.634] Option "major" "13"
[ 1198.634] Option "minor" "90"
[ 1198.634] Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1198.634] Option "driver" "libinput"
[ 1198.634] Option "fd" "48"
[ 1198.634] (**) ckswhkd virtual output: always reports core events
[ 1198.634] (**) Option "Device" "/dev/input/event26"
[ 1198.634] (**) Option "Device" "/dev/input/event26"
[ 1198.635] (II) event26 - ckswhkd virtual output: is tagged by udev as: Keyboard
[ 1198.635] (II) event26 - ckswhkd virtual output: device is a keyboard
[ 1198.635] (II) event26 - ckswhkd virtual output: device removed
[ 1198.635] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.635] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.635] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.635] (II) libinput: ckswhkd virtual output: needs a virtual subdevice
[ 1198.635] (**) Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1198.635] (II) XINPUT: Adding extended input device "ckswhkd virtual output" (type: MOUSE, id 22)
[ 1198.635] (**) Option "AccelerationScheme" "none"
[ 1198.635] (**) ckswhkd virtual output: (accel) selected scheme none/0
[ 1198.635] (**) ckswhkd virtual output: (accel) acceleration factor: 2.000
[ 1198.635] (**) ckswhkd virtual output: (accel) acceleration threshold: 4
[ 1198.636] (**) Option "Device" "/dev/input/event26"
[ 1198.636] (II) event26 - ckswhkd virtual output: is tagged by udev as: Keyboard
[ 1198.636] (II) event26 - ckswhkd virtual output: device is a keyboard
[ 1198.637] (II) config/udev: Adding input device ckswhkd virtual output (/dev/input/mouse3)
[ 1198.637] (II) No input driver specified, ignoring this device.
[ 1198.637] (II) This device may have been added with another device file.
[ 1198.638] (II) config/udev: Adding input device ckswhkd switches virtual output (/dev/input/event27)
[ 1198.638] (II) No input driver specified, ignoring this device.
[ 1198.638] (II) This device may have been added with another device file.
[ 1198.644] (**) SteelSeries SteelSeries Aerox 3 Wireless: Applying InputClass "libinput keyboard catchall"
[ 1198.644] (II) Using input driver 'libinput' for 'SteelSeries SteelSeries Aerox 3 Wireless'
[ 1198.644] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 1198.644] Option "_source" "_driver/libinput"
[ 1198.644] Option "name" "SteelSeries SteelSeries Aerox 3 Wireless"
[ 1198.644] Option "path" "/dev/input/event7"
[ 1198.644] Option "device" "/dev/input/event7"
[ 1198.644] Option "major" "13"
[ 1198.644] Option "minor" "71"
[ 1198.644] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0023/input/input40/event7"
[ 1198.644] Option "driver" "libinput"
[ 1198.644] Option "fd" "29"
[ 1198.644] Option "AccelerationProfile" "-1"
[ 1198.644] Option "AccelerationScheme" "none"
[ 1198.644] Option "_libinput/shared-device" "10"
[ 1198.644] Option "_libinput/cap-keyboard" "True"
[ 1198.644] (**) SteelSeries SteelSeries Aerox 3 Wireless: always reports core events
[ 1198.644] (**) Option "Device" "/dev/input/event7"
[ 1198.644] (II) libinput: SteelSeries SteelSeries Aerox 3 Wireless: is a virtual subdevice
[ 1198.644] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:1038:183A.0023/input/input40/event7"
[ 1198.644] (II) XINPUT: Adding extended input device "SteelSeries SteelSeries Aerox 3 Wireless" (type: KEYBOARD, id 23)
[ 1198.644] (II) XKB: Reusing cached keymap
[ 1198.644] (**) ckswhkd virtual output: Applying InputClass "libinput keyboard catchall"
[ 1198.644] (II) Using input driver 'libinput' for 'ckswhkd virtual output'
[ 1198.644] (II) systemd-logind: returning pre-existing fd for /dev/input/event26 13:90
[ 1198.644] Option "_source" "_driver/libinput"
[ 1198.644] Option "name" "ckswhkd virtual output"
[ 1198.644] Option "path" "/dev/input/event26"
[ 1198.644] Option "device" "/dev/input/event26"
[ 1198.644] Option "major" "13"
[ 1198.644] Option "minor" "90"
[ 1198.644] Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1198.644] Option "driver" "libinput"
[ 1198.644] Option "fd" "29"
[ 1198.644] Option "AccelerationProfile" "-1"
[ 1198.644] Option "AccelerationScheme" "none"
[ 1198.644] Option "_libinput/shared-device" "17"
[ 1198.644] Option "_libinput/cap-keyboard" "True"
[ 1198.644] (**) ckswhkd virtual output: always reports core events
[ 1198.644] (**) Option "Device" "/dev/input/event26"
[ 1198.644] (II) libinput: ckswhkd virtual output: is a virtual subdevice
[ 1198.644] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.644] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.644] (II) libinput: ckswhkd virtual output: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1198.644] (**) Option "config_info" "udev:/sys/devices/virtual/input/input27/event26"
[ 1198.644] (II) XINPUT: Adding extended input device "ckswhkd virtual output" (type: KEYBOARD, id 24)
[ 1198.644] (II) XKB: Reusing cached keymap
[ 1219.466] (II) modeset(0): Allocate new frame buffer 8000x2880 stride
[ 1229.585] randr: falling back to unsynchronized pixmap sharing
[ 1229.585] (II) modeset(G0): Allocate new frame buffer 2560x1440 stride
[ 1229.679] (II) modeset(G0): Disabling kernel dirty updates, not required.
[ 1523.753] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
[ 1607.675] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
[ 1847.167] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
[ 1885.409] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
[ 1947.342] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
[ 1947.342] (EE) event13 - Apple Inc. Apple Internal Keyboard / Trackpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 2009.857] (II) event5 - SteelSeries SteelSeries Aerox 3 Wireless: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.28.1/button-debouncing.html for details
[ 2240.457] (II) modeset(0): Allocate new frame buffer 5440x1800 stride
[ 2249.567] (II) modeset(0): Allocate new frame buffer 5440x1801 stride
[ 2272.135] (II) modeset(0): Allocate new frame buffer 8000x2880 stride
[ 2280.309] (II) modeset(0): Allocate new frame buffer 3601x1800 stride
[ 2280.360] (II) modeset(0): Allocate new frame buffer 5440x1800 stride
[ 2292.233] (II) modeset(0): Allocate new frame buffer 8000x2880 stride
[ 2498.394] (II) modeset(0): Allocate new frame buffer 2880x1800 stride
[ 2498.442] (II) modeset(0): Allocate new frame buffer 5440x1800 stride
[ 2601.683] (II) modeset(0): Allocate new frame buffer 8000x2880 stride
[ 2608.659] (II) modeset(0): Allocate new frame buffer 7560x3600 stride
[ 2703.835] (II) modeset(0): Allocate new frame buffer 7560x3601 stride
[ 2714.329] (II) modeset(0): Allocate new frame buffer 7560x6480 stride
[ 2753.765] (II) modeset(0): Allocate new frame buffer 7560x3600 stride
[ 2827.141] (II) modeset(0): Allocate new frame buffer 7561x3600 stride
[ 2842.613] (II) modeset(0): Allocate new frame buffer 5440x1440 stride
[ 2863.541] (II) modeset(0): Allocate new frame buffer 5760x1440 stride
[ 2880.667] (II) modeset(0): Allocate new frame buffer 5760x3600 stride
[ 2888.087] (II) modeset(0): Allocate new frame buffer 5760x3601 stride
[ 2914.451] (II) modeset(0): Allocate new frame buffer 5760x3610 stride
[ 2924.405] (II) modeset(0): Allocate new frame buffer 5860x3610 stride
[ 2947.221] (II) modeset(0): Allocate new frame buffer 5440x1800 stride
Last edited by chri-k (2025-06-13 14:46:43)
Offline
6.14.6-arch1-Watanare-T2-1-t2
Do you get the same w/ the main or lts kernel?
Is it still an issue when downscaling or cloning the output? Also sequence the calls,
xrandr --dpi 192
xrandr --output eDP-1 --mode 2880x1800
xrandr --output DP-1-4 --mode 2560x1440
xrandr --output DP-1-4 --scale 0.5x0.5 # still glitches? And you cannot move the cursor into the dead space either?
xrandr -q # what's going on here…
Online
the issue still occurs while downscaling, and mouse cannot move into dead space (and correspondingly can move off-screen when upscaling)
the issue still occurs with --same-as (if that is what you meant by cloning)
changing the scale to any value other than 1 without also manually setting the framebuffer size causes an error.
the operation does not actually fail despite the error.
afaict this did not occur with the amdgpu driver.
there is no other difference between sequencing the xrandr calls and doing it in one command
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Value in failed request: 0x0
-q with scale 1:
Screen 0: minimum 320 x 200, current 8000 x 2880, maximum 16384 x 16384
eDP-1 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
2880x1800 60.00*+
2880x1620 59.96 59.97
2560x1600 59.99 59.97
2560x1440 59.99 59.99 59.96 59.95
2048x1536 60.00
1920x1440 60.00
1856x1392 60.01
1792x1344 60.01
2048x1152 59.99 59.98 59.90 59.91
1920x1200 59.88 59.95
1920x1080 60.01 59.97 59.96 59.93
1600x1200 60.00
1680x1050 59.95 59.88
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 59.98
800x450 59.95 59.82
640x512 60.02
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
640x400 59.88 59.98
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
eDP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-4 connected 2560x1440+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 59.95*+
1920x1440 60.00
1856x1392 60.01
1792x1344 75.00 60.01
2048x1152 59.90 59.91
1920x1200 59.95 59.88 59.95
1920x1080 59.97 59.96 60.00 50.00 59.94 59.93 24.00 23.98
1600x1200 75.00 70.00 65.00 60.00
1680x1050 59.95 59.88
1400x1050 74.76 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 75.02 60.02
1440x900 59.95
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1152x864 75.00
1280x720 60.00 59.99 59.86 60.00 50.00 59.94 59.74
1024x768 75.05 60.04 75.03 70.07 60.00
960x720 75.00 60.00
928x696 75.00 60.05
896x672 75.05 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
832x624 74.55
960x540 59.96 59.99 59.63 59.82
800x600 75.00 70.00 65.00 60.00 72.19 75.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
720x576 50.00
700x525 74.76 59.98
800x450 59.95 59.82
720x480 60.00 59.94
640x512 75.02 60.02
700x450 59.96 59.88
640x480 60.00 75.00 72.81 75.00 60.00 59.94
720x405 59.51 58.99
720x400 70.08
684x384 59.88 59.85
640x400 59.88 59.98
576x432 75.00
640x360 59.86 59.83 59.84 59.32
512x384 75.03 70.07 60.00
512x288 60.00 59.92
416x312 74.66
480x270 59.63 59.82
400x300 72.19 75.12 60.32 56.34
432x243 59.92 59.57
320x240 72.81 75.00 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1-5 disconnected (normal left inverted right x axis y axis)
DP-1-6 disconnected (normal left inverted right x axis y axis)
DP-1-7 disconnected (normal left inverted right x axis y axis)
2560x1440 (0x51) 241.500MHz +HSync -VSync
h: width 2560 start 2608 end 2640 total 2720 skew 0 clock 88.79KHz
v: height 1440 start 1443 end 1448 total 1481 clock 59.95Hz
1920x1440 (0x53) 234.000MHz -HSync +VSync
h: width 1920 start 2048 end 2256 total 2600 skew 0 clock 90.00KHz
v: height 1440 start 1441 end 1444 total 1500 clock 60.00Hz
1856x1392 (0x54) 218.300MHz -HSync +VSync
h: width 1856 start 1952 end 2176 total 2528 skew 0 clock 86.35KHz
v: height 1392 start 1393 end 1396 total 1439 clock 60.01Hz
1792x1344 (0x55) 204.800MHz -HSync +VSync
h: width 1792 start 1920 end 2120 total 2448 skew 0 clock 83.66KHz
v: height 1344 start 1345 end 1348 total 1394 clock 60.01Hz
2048x1152 (0x58) 197.000MHz -HSync +VSync
h: width 2048 start 2184 end 2400 total 2752 skew 0 clock 71.58KHz
v: height 1152 start 1155 end 1160 total 1195 clock 59.90Hz
2048x1152 (0x59) 156.750MHz +HSync -VSync
h: width 2048 start 2096 end 2128 total 2208 skew 0 clock 70.99KHz
v: height 1152 start 1155 end 1160 total 1185 clock 59.91Hz
1920x1200 (0x5a) 193.250MHz -HSync +VSync
h: width 1920 start 2056 end 2256 total 2592 skew 0 clock 74.56KHz
v: height 1200 start 1203 end 1209 total 1245 clock 59.88Hz
1920x1200 (0x5b) 154.000MHz +HSync -VSync
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 74.04KHz
v: height 1200 start 1203 end 1209 total 1235 clock 59.95Hz
1920x1080 (0x5d) 266.500MHz +HSync -VSync DoubleScan
h: width 1920 start 1944 end 1960 total 2000 skew 0 clock 133.25KHz
v: height 1080 start 1081 end 1084 total 1111 clock 59.97Hz
1920x1080 (0x5e) 173.000MHz -HSync +VSync
h: width 1920 start 2048 end 2248 total 2576 skew 0 clock 67.16KHz
v: height 1080 start 1083 end 1088 total 1120 clock 59.96Hz
1920x1080 (0x5f) 138.500MHz +HSync -VSync
h: width 1920 start 1968 end 2000 total 2080 skew 0 clock 66.59KHz
v: height 1080 start 1083 end 1088 total 1111 clock 59.93Hz
1600x1200 (0x60) 162.000MHz +HSync +VSync
h: width 1600 start 1664 end 1856 total 2160 skew 0 clock 75.00KHz
v: height 1200 start 1201 end 1204 total 1250 clock 60.00Hz
1680x1050 (0x61) 146.250MHz -HSync +VSync
h: width 1680 start 1784 end 1960 total 2240 skew 0 clock 65.29KHz
v: height 1050 start 1053 end 1059 total 1089 clock 59.95Hz
1680x1050 (0x62) 119.000MHz +HSync -VSync
h: width 1680 start 1728 end 1760 total 1840 skew 0 clock 64.67KHz
v: height 1050 start 1053 end 1059 total 1080 clock 59.88Hz
1400x1050 (0x63) 122.000MHz +HSync +VSync
h: width 1400 start 1488 end 1640 total 1880 skew 0 clock 64.89KHz
v: height 1050 start 1052 end 1064 total 1082 clock 59.98Hz
1600x900 (0x64) 246.000MHz -HSync +VSync DoubleScan
h: width 1600 start 1728 end 1900 total 2200 skew 0 clock 111.82KHz
v: height 900 start 901 end 904 total 932 clock 59.99Hz
1600x900 (0x65) 186.500MHz +HSync -VSync DoubleScan
h: width 1600 start 1624 end 1640 total 1680 skew 0 clock 111.01KHz
v: height 900 start 901 end 904 total 926 clock 59.94Hz
1600x900 (0x66) 118.250MHz -HSync +VSync
h: width 1600 start 1696 end 1856 total 2112 skew 0 clock 55.99KHz
v: height 900 start 903 end 908 total 934 clock 59.95Hz
1600x900 (0x67) 97.500MHz +HSync -VSync
h: width 1600 start 1648 end 1680 total 1760 skew 0 clock 55.40KHz
v: height 900 start 903 end 908 total 926 clock 59.82Hz
1280x1024 (0x68) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1400x900 (0x69) 103.500MHz -HSync +VSync
h: width 1400 start 1480 end 1624 total 1848 skew 0 clock 56.01KHz
v: height 900 start 903 end 913 total 934 clock 59.96Hz
1400x900 (0x6a) 86.500MHz +HSync -VSync
h: width 1400 start 1448 end 1480 total 1560 skew 0 clock 55.45KHz
v: height 900 start 903 end 913 total 926 clock 59.88Hz
1280x960 (0x6b) 108.000MHz +HSync +VSync
h: width 1280 start 1376 end 1488 total 1800 skew 0 clock 60.00KHz
v: height 960 start 961 end 964 total 1000 clock 60.00Hz
1440x810 (0x6c) 198.125MHz -HSync +VSync DoubleScan
h: width 1440 start 1548 end 1704 total 1968 skew 0 clock 100.67KHz
v: height 810 start 811 end 814 total 839 clock 60.00Hz
1440x810 (0x6d) 151.875MHz +HSync -VSync DoubleScan
h: width 1440 start 1464 end 1480 total 1520 skew 0 clock 99.92KHz
v: height 810 start 811 end 814 total 833 clock 59.97Hz
1368x768 (0x6e) 85.250MHz -HSync +VSync
h: width 1368 start 1440 end 1576 total 1784 skew 0 clock 47.79KHz
v: height 768 start 771 end 781 total 798 clock 59.88Hz
1368x768 (0x6f) 72.250MHz +HSync -VSync
h: width 1368 start 1416 end 1448 total 1528 skew 0 clock 47.28KHz
v: height 768 start 771 end 781 total 790 clock 59.85Hz
1280x800 (0x70) 174.250MHz -HSync +VSync DoubleScan
h: width 1280 start 1380 end 1516 total 1752 skew 0 clock 99.46KHz
v: height 800 start 801 end 804 total 829 clock 59.99Hz
1280x800 (0x71) 134.250MHz +HSync -VSync DoubleScan
h: width 1280 start 1304 end 1320 total 1360 skew 0 clock 98.71KHz
v: height 800 start 801 end 804 total 823 clock 59.97Hz
1280x800 (0x72) 83.500MHz -HSync +VSync
h: width 1280 start 1352 end 1480 total 1680 skew 0 clock 49.70KHz
v: height 800 start 803 end 809 total 831 clock 59.81Hz
1280x800 (0x73) 71.000MHz +HSync -VSync
h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 49.31KHz
v: height 800 start 803 end 809 total 823 clock 59.91Hz
1280x720 (0x74) 156.125MHz -HSync +VSync DoubleScan
h: width 1280 start 1376 end 1512 total 1744 skew 0 clock 89.52KHz
v: height 720 start 721 end 724 total 746 clock 60.00Hz
1280x720 (0x75) 120.750MHz +HSync -VSync DoubleScan
h: width 1280 start 1304 end 1320 total 1360 skew 0 clock 88.79KHz
v: height 720 start 721 end 724 total 740 clock 59.99Hz
1280x720 (0x76) 74.500MHz -HSync +VSync
h: width 1280 start 1344 end 1472 total 1664 skew 0 clock 44.77KHz
v: height 720 start 723 end 728 total 748 clock 59.86Hz
1280x720 (0x77) 63.750MHz +HSync -VSync
h: width 1280 start 1328 end 1360 total 1440 skew 0 clock 44.27KHz
v: height 720 start 723 end 728 total 741 clock 59.74Hz
1024x768 (0x78) 133.475MHz -HSync +VSync DoubleScan
h: width 1024 start 1100 end 1212 total 1400 skew 0 clock 95.34KHz
v: height 768 start 768 end 770 total 794 clock 60.04Hz
1024x768 (0x79) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
960x720 (0x7a) 117.000MHz -HSync +VSync DoubleScan
h: width 960 start 1024 end 1128 total 1300 skew 0 clock 90.00KHz
v: height 720 start 720 end 722 total 750 clock 60.00Hz
928x696 (0x7b) 109.150MHz -HSync +VSync DoubleScan
h: width 928 start 976 end 1088 total 1264 skew 0 clock 86.35KHz
v: height 696 start 696 end 698 total 719 clock 60.05Hz
896x672 (0x7c) 102.400MHz -HSync +VSync DoubleScan
h: width 896 start 960 end 1060 total 1224 skew 0 clock 83.66KHz
v: height 672 start 672 end 674 total 697 clock 60.01Hz
1024x576 (0x7d) 98.500MHz -HSync +VSync DoubleScan
h: width 1024 start 1092 end 1200 total 1376 skew 0 clock 71.58KHz
v: height 576 start 577 end 580 total 597 clock 59.95Hz
1024x576 (0x7e) 78.375MHz +HSync -VSync DoubleScan
h: width 1024 start 1048 end 1064 total 1104 skew 0 clock 70.99KHz
v: height 576 start 577 end 580 total 592 clock 59.96Hz
1024x576 (0x7f) 46.500MHz -HSync +VSync
h: width 1024 start 1064 end 1160 total 1296 skew 0 clock 35.88KHz
v: height 576 start 579 end 584 total 599 clock 59.90Hz
1024x576 (0x80) 42.000MHz +HSync -VSync
h: width 1024 start 1072 end 1104 total 1184 skew 0 clock 35.47KHz
v: height 576 start 579 end 584 total 593 clock 59.82Hz
960x600 (0x81) 96.625MHz -HSync +VSync DoubleScan
h: width 960 start 1028 end 1128 total 1296 skew 0 clock 74.56KHz
v: height 600 start 601 end 604 total 622 clock 59.93Hz
960x600 (0x82) 77.000MHz +HSync -VSync DoubleScan
h: width 960 start 984 end 1000 total 1040 skew 0 clock 74.04KHz
v: height 600 start 601 end 604 total 617 clock 60.00Hz
960x540 (0x83) 86.500MHz -HSync +VSync DoubleScan
h: width 960 start 1024 end 1124 total 1288 skew 0 clock 67.16KHz
v: height 540 start 541 end 544 total 560 clock 59.96Hz
960x540 (0x84) 69.250MHz +HSync -VSync DoubleScan
h: width 960 start 984 end 1000 total 1040 skew 0 clock 66.59KHz
v: height 540 start 541 end 544 total 555 clock 59.99Hz
960x540 (0x85) 40.750MHz -HSync +VSync
h: width 960 start 992 end 1088 total 1216 skew 0 clock 33.51KHz
v: height 540 start 543 end 548 total 562 clock 59.63Hz
960x540 (0x86) 37.250MHz +HSync -VSync
h: width 960 start 1008 end 1040 total 1120 skew 0 clock 33.26KHz
v: height 540 start 543 end 548 total 556 clock 59.82Hz
800x600 (0x87) 81.000MHz +HSync +VSync DoubleScan
h: width 800 start 832 end 928 total 1080 skew 0 clock 75.00KHz
v: height 600 start 600 end 602 total 625 clock 60.00Hz
800x600 (0x88) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
800x600 (0x89) 36.000MHz +HSync +VSync
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.16KHz
v: height 600 start 601 end 603 total 625 clock 56.25Hz
840x525 (0x8a) 73.125MHz -HSync +VSync DoubleScan
h: width 840 start 892 end 980 total 1120 skew 0 clock 65.29KHz
v: height 525 start 526 end 529 total 544 clock 60.01Hz
840x525 (0x8b) 59.500MHz +HSync -VSync DoubleScan
h: width 840 start 864 end 880 total 920 skew 0 clock 64.67KHz
v: height 525 start 526 end 529 total 540 clock 59.88Hz
864x486 (0x8c) 32.500MHz -HSync +VSync
h: width 864 start 888 end 968 total 1072 skew 0 clock 30.32KHz
v: height 486 start 489 end 494 total 506 clock 59.92Hz
864x486 (0x8d) 30.500MHz +HSync -VSync
h: width 864 start 912 end 944 total 1024 skew 0 clock 29.79KHz
v: height 486 start 489 end 494 total 500 clock 59.57Hz
700x525 (0x8e) 61.000MHz +HSync +VSync DoubleScan
h: width 700 start 744 end 820 total 940 skew 0 clock 64.89KHz
v: height 525 start 526 end 532 total 541 clock 59.98Hz
800x450 (0x8f) 59.125MHz -HSync +VSync DoubleScan
h: width 800 start 848 end 928 total 1056 skew 0 clock 55.99KHz
v: height 450 start 451 end 454 total 467 clock 59.95Hz
800x450 (0x90) 48.750MHz +HSync -VSync DoubleScan
h: width 800 start 824 end 840 total 880 skew 0 clock 55.40KHz
v: height 450 start 451 end 454 total 463 clock 59.82Hz
640x512 (0x91) 54.000MHz +HSync +VSync DoubleScan
h: width 640 start 664 end 720 total 844 skew 0 clock 63.98KHz
v: height 512 start 512 end 514 total 533 clock 60.02Hz
700x450 (0x92) 51.750MHz -HSync +VSync DoubleScan
h: width 700 start 740 end 812 total 924 skew 0 clock 56.01KHz
v: height 450 start 451 end 456 total 467 clock 59.96Hz
700x450 (0x93) 43.250MHz +HSync -VSync DoubleScan
h: width 700 start 724 end 740 total 780 skew 0 clock 55.45KHz
v: height 450 start 451 end 456 total 463 clock 59.88Hz
640x480 (0x94) 54.000MHz +HSync +VSync DoubleScan
h: width 640 start 688 end 744 total 900 skew 0 clock 60.00KHz
v: height 480 start 480 end 482 total 500 clock 60.00Hz
640x480 (0x95) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
720x405 (0x96) 22.500MHz -HSync +VSync
h: width 720 start 744 end 808 total 896 skew 0 clock 25.11KHz
v: height 405 start 408 end 413 total 422 clock 59.51Hz
720x405 (0x97) 21.750MHz +HSync -VSync
h: width 720 start 768 end 800 total 880 skew 0 clock 24.72KHz
v: height 405 start 408 end 413 total 419 clock 58.99Hz
684x384 (0x98) 42.625MHz -HSync +VSync DoubleScan
h: width 684 start 720 end 788 total 892 skew 0 clock 47.79KHz
v: height 384 start 385 end 390 total 399 clock 59.88Hz
684x384 (0x99) 36.125MHz +HSync -VSync DoubleScan
h: width 684 start 708 end 724 total 764 skew 0 clock 47.28KHz
v: height 384 start 385 end 390 total 395 clock 59.85Hz
640x400 (0x9a) 41.750MHz -HSync +VSync DoubleScan
h: width 640 start 676 end 740 total 840 skew 0 clock 49.70KHz
v: height 400 start 401 end 404 total 415 clock 59.88Hz
640x400 (0x9b) 35.500MHz +HSync -VSync DoubleScan
h: width 640 start 664 end 680 total 720 skew 0 clock 49.31KHz
v: height 400 start 401 end 404 total 411 clock 59.98Hz
640x360 (0x9c) 37.250MHz -HSync +VSync DoubleScan
h: width 640 start 672 end 736 total 832 skew 0 clock 44.77KHz
v: height 360 start 361 end 364 total 374 clock 59.86Hz
640x360 (0x9d) 31.875MHz +HSync -VSync DoubleScan
h: width 640 start 664 end 680 total 720 skew 0 clock 44.27KHz
v: height 360 start 361 end 364 total 370 clock 59.83Hz
640x360 (0x9e) 18.000MHz -HSync +VSync
h: width 640 start 664 end 720 total 800 skew 0 clock 22.50KHz
v: height 360 start 363 end 368 total 376 clock 59.84Hz
640x360 (0x9f) 17.750MHz +HSync -VSync
h: width 640 start 688 end 720 total 800 skew 0 clock 22.19KHz
v: height 360 start 363 end 368 total 374 clock 59.32Hz
512x384 (0xa0) 32.500MHz -HSync -VSync DoubleScan
h: width 512 start 524 end 592 total 672 skew 0 clock 48.36KHz
v: height 384 start 385 end 388 total 403 clock 60.00Hz
512x288 (0xa1) 23.250MHz -HSync +VSync DoubleScan
h: width 512 start 532 end 580 total 648 skew 0 clock 35.88KHz
v: height 288 start 289 end 292 total 299 clock 60.00Hz
512x288 (0xa2) 21.000MHz +HSync -VSync DoubleScan
h: width 512 start 536 end 552 total 592 skew 0 clock 35.47KHz
v: height 288 start 289 end 292 total 296 clock 59.92Hz
480x270 (0xa3) 20.375MHz -HSync +VSync DoubleScan
h: width 480 start 496 end 544 total 608 skew 0 clock 33.51KHz
v: height 270 start 271 end 274 total 281 clock 59.63Hz
480x270 (0xa4) 18.625MHz +HSync -VSync DoubleScan
h: width 480 start 504 end 520 total 560 skew 0 clock 33.26KHz
v: height 270 start 271 end 274 total 278 clock 59.82Hz
400x300 (0xa5) 20.000MHz +HSync +VSync DoubleScan
h: width 400 start 420 end 484 total 528 skew 0 clock 37.88KHz
v: height 300 start 300 end 302 total 314 clock 60.32Hz
400x300 (0xa6) 18.000MHz +HSync +VSync DoubleScan
h: width 400 start 412 end 448 total 512 skew 0 clock 35.16KHz
v: height 300 start 300 end 301 total 312 clock 56.34Hz
432x243 (0xa7) 16.250MHz -HSync +VSync DoubleScan
h: width 432 start 444 end 484 total 536 skew 0 clock 30.32KHz
v: height 243 start 244 end 247 total 253 clock 59.92Hz
432x243 (0xa8) 15.250MHz +HSync -VSync DoubleScan
h: width 432 start 456 end 472 total 512 skew 0 clock 29.79KHz
v: height 243 start 244 end 247 total 250 clock 59.57Hz
320x240 (0xa9) 12.587MHz -HSync -VSync DoubleScan
h: width 320 start 328 end 376 total 400 skew 0 clock 31.47KHz
v: height 240 start 245 end 246 total 262 clock 60.05Hz
360x202 (0xaa) 11.250MHz -HSync +VSync DoubleScan
h: width 360 start 372 end 404 total 448 skew 0 clock 25.11KHz
v: height 202 start 204 end 206 total 211 clock 59.51Hz
360x202 (0xab) 10.875MHz +HSync -VSync DoubleScan
h: width 360 start 384 end 400 total 440 skew 0 clock 24.72KHz
v: height 202 start 204 end 206 total 209 clock 59.13Hz
320x180 (0xac) 9.000MHz -HSync +VSync DoubleScan
h: width 320 start 332 end 360 total 400 skew 0 clock 22.50KHz
v: height 180 start 181 end 184 total 188 clock 59.84Hz
320x180 (0xad) 8.875MHz +HSync -VSync DoubleScan
h: width 320 start 344 end 360 total 400 skew 0 clock 22.19KHz
v: height 180 start 181 end 184 total 187 clock 59.32Hz
-q with scale 2 differs only in this:
< DP-1-4 connected 2560x1440+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
> DP-1-4 connected 5120x2880+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
-q with scale 0.5 similarly differs only in this:
< DP-1-4 connected 2560x1440+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
> DP-1-4 connected 1280x720+2880+0 (normal left inverted right x axis y axis) 597mm x 336mm
Last edited by chri-k (2025-06-13 15:59:45)
Offline
main kernel produces the exact same result (and while at that, i did do a full upgrade somewhere in the middle of this, which changed nothing)
Last edited by chri-k (2025-06-13 16:03:03)
Offline
differs only in this
err… the framebuffer is still 8000 x 2880 (and is apparently w/ x1, too)??
My concern here was that the poor little IGP might be out of its league, here, so I wanted to make sure that the signal doesn't get above 2880x1800 (nb the absence of any "--right-of" in the commands I posted.
The next suggestion would then also have been to try to run the server on the AMD GPU, 1st because it might be less troubled by the framebuffer demands, 2nd because the IGP might handle the indirect output access better.
Online
i have tried switching to the dGPU before, but that didn't work.
apparently that does not work only with amdgpu driver
i didn't want this to be the solution, since now putting the dGPU into low-power mode requires restarting X, or worse, if i also want to avoid the visual lag caused by PRIME when going in the DIS -> IGD direciton, requires a complete reboot.
but a solution is better than no solution. hopefully someone else finds this useful in the future.
(the real solution is to use Wayland, which is designed to actually support this type of setup, but i don't want to)
Last edited by chri-k (2025-06-13 18:11:53)
Offline
(the real solution is to use Wayland, which is designed to actually support this type of setup, but i don't want to)
Fwwi, https://wok.oblomov.eu/tecnologia/mixed-dpi-x11/ - there's no guarantee that wayland client implementations will behave any more "correctly" here, notably when moved across outputs.
Back on topic: Afaiu running on the AMD GPU works?
Have you tried the smaller framebuffer on the intel chip?
Last edited by seth (2025-06-13 20:37:20)
Online
running on the amd gpu works (only with modesetting), but it's moderately annoying.
using a framebuffer equal to in size to or smaller than the default by downscaling the monitor also does the same thing (as does upscaling slightly but repositioning it to to fit inside the buffer with overlap).
there might not be a guarantee that things work more correctly on Wayland, but in my experience they do.
no scaling is necessary to demonstrate the issue, i've also tried setting a transform matrix that rotates by 180 degrees, and it works correctly when applied to eDP-2, but when applied to DP-1-4 (with amdgpu or when running on iGPU) it has absolutely no effect
Last edited by chri-k (2025-06-13 20:52:55)
Offline
Does it help to explicitly set the provider output source, https://wiki.archlinux.org/title/PRIME#Configuration ?
Kinda stretch, but do you get proper video when actually running a compositor?
Online
explicitly doing
xrandr --setrpovideroutputsource 1 0
(where 1 is the AMD GPU) doesn't change anything
using a compositor doesn't change anything either, as probably expected (the compositor itself does work)
Last edited by chri-k (2025-06-14 11:57:27)
Offline
i have since done more experimentation, and transforms only work for the output that is directly
driven by the primary GPU, regardless of which GPU that is.
on the other monitor the only thing they affect is what area the mouse pointer is allowed to move in and the size of the area the wm will draw to.
so, this is not tied to a specific GPU or a specific monitor.
Last edited by chri-k (2025-06-14 11:59:30)
Offline