You are not logged in.

#1 2023-09-24 04:25:40

SlothSpunky77
Member
Registered: 2023-03-03
Posts: 47

Incorrect external monitor resolution/scale

I have a laptop with awesomeWM that I connect my monitor to when I'm at home. The problem is that everything looks scaled up to almost two times. I temporarily fix this by using:

alias xrandr_monitor='xrandr --output eDP-1 --primary --mode 2880x1800 --output HDMI-1 --mode 1920x1080 --scale 1.5x1.5 --right-of eDP-1 && nitrogen --restore'

This usually does the job, but here are the following issues with this command:
1) The mouse pointer starts flickering on certain parts of my laptop screen.
2) When I want to present a powerpoint presentation on the monitor, or a television or the sort, the slideshow option doesn't detect the secondary display as the "secondary display", rather I'm assuming it thinks of it as an extension of my laptop screen (I'll come back to this later). I'm required to reboot my laptop and then the slideshow detects it as a secondary screen (mind you, I do not execute the above command. The command is the problem - the reboot being the reset button for the command).
3) The touch screen on the laptop is messed up. Here's a visualization: split the laptop screen into two equal columns - the first half controls the laptop screen and the second half controls the monitor. The touchscreen becomes useless at this point.

I've tried using autorandr to configure profiles so that when I plug my monitor in, it automatically loads a profile, but that messes the wallpaper up on the monitor.

Is there a way to get xrandr to use a proper screen resolution for the monitor?

Offline

#2 2023-09-24 07:25:38

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,086

Re: Incorrect external monitor resolution/scale

Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and specify what "certain parts" are where the cursor flickers (and what does that look like)
What is the "slideshow option"? What program do you use to annoy your social environment with powerpoint presentations?
What is the "xrandr -q" output after running xrandr_monitor resp. after booting w/ the external output attached?

Here's a visualization

xinput map-to-output <device name here, get it from "xinput list"> all

In general, xrandr behaves better when sequenced

alias xrandr_monitor='xrandr --output eDP-1 --primary --mode 2880x1800; xrandr --output HDMI-1 --mode 1920x1080 --scale 1.5x1.5 --right-of eDP-1; nitrogen --restore'

Online

#3 2023-09-25 09:29:03

SlothSpunky77
Member
Registered: 2023-03-03
Posts: 47

Re: Incorrect external monitor resolution/scale

Xorg.0.log:

[    19.788] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[    19.788] Current Operating System: Linux sloth 6.1.14-1-lts #1 SMP PREEMPT_DYNAMIC Sat, 25 Feb 2023 11:02:38 +0000 x86_64
[    19.788] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=2e49b600-8d6c-43ed-b42b-07cbae1f3e5b rw quiet splash i915.enable_psr=0
[    19.788]  
[    19.788] Current version of pixman: 0.42.2
[    19.788] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.788] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.789] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 11 18:00:45 2023
[    19.790] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.790] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.790] (==) ServerLayout "X.org Configured"
[    19.790] (**) |-->Screen "Screen0" (0)
[    19.790] (**) |   |-->Monitor "Monitor0"
[    19.791] (**) |   |-->Device "Card0"
[    19.791] (**) |   |-->GPUDevice "Intel Graphics"
[    19.791] (**) |-->Input Device "Mouse0"
[    19.791] (**) |-->Input Device "Keyboard0"
[    19.791] (==) Automatically adding devices
[    19.791] (==) Automatically enabling devices
[    19.791] (==) Automatically adding GPU devices
[    19.791] (==) Automatically binding GPU devices
[    19.791] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.791] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    19.791] 	Entry deleted from font path.
[    19.791] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    19.791] 	Entry deleted from font path.
[    19.792] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    19.792] 	Entry deleted from font path.
[    19.792] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    19.792] 	Entry deleted from font path.
[    19.792] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    19.792] (**) ModulePath set to "/usr/lib/xorg/modules"
[    19.792] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    19.792] (WW) Disabling Mouse0
[    19.792] (WW) Disabling Keyboard0
[    19.792] (II) Module ABI versions:
[    19.792] 	X.Org ANSI C Emulation: 0.4
[    19.792] 	X.Org Video Driver: 25.2
[    19.792] 	X.Org XInput driver : 24.4
[    19.792] 	X.Org Server Extension : 10.0
[    19.792] (++) using VT number 1

[    19.793] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    19.794] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.794] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    19.794] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    19.795] (--) PCI:*(0@0:2:0) 8086:46a8:17aa:3802 rev 12, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    19.795] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.795] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    19.795] (II) LoadModule: "glx"
[    19.796] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.799] (II) Module glx: vendor="X.Org Foundation"
[    19.799] 	compiled for 1.21.1.7, module version = 1.0.0
[    19.799] 	ABI class: X.Org Server Extension, version 10.0
[    19.799] (==) Matched intel as autoconfigured driver 0
[    19.799] (==) Matched modesetting as autoconfigured driver 1
[    19.799] (==) Matched fbdev as autoconfigured driver 2
[    19.799] (==) Matched vesa as autoconfigured driver 3
[    19.799] (==) Assigned the driver to the xf86ConfigLayout
[    19.799] (II) LoadModule: "intel"
[    19.800] (WW) Warning, couldn't open module intel
[    19.800] (EE) Failed to load module "intel" (module does not exist, 0)
[    19.800] (II) LoadModule: "modesetting"
[    19.800] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.801] (II) Module modesetting: vendor="X.Org Foundation"
[    19.801] 	compiled for 1.21.1.7, module version = 1.21.1
[    19.801] 	Module class: X.Org Video Driver
[    19.801] 	ABI class: X.Org Video Driver, version 25.2
[    19.801] (II) LoadModule: "fbdev"
[    19.801] (WW) Warning, couldn't open module fbdev
[    19.801] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    19.801] (II) LoadModule: "vesa"
[    19.801] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    19.801] (II) Module vesa: vendor="X.Org Foundation"
[    19.801] 	compiled for 1.21.1.4, module version = 2.6.0
[    19.801] 	Module class: X.Org Video Driver
[    19.801] 	ABI class: X.Org Video Driver, version 25.2
[    19.801] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.801] (II) VESA: driver for VESA chipsets: vesa
[    19.801] (II) modeset(0): using drv /dev/dri/card0
[    19.801] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    19.801] (==) modeset(0): RGB weight 888
[    19.801] (==) modeset(0): Default visual is TrueColor
[    19.801] (II) Loading sub module "glamoregl"
[    19.801] (II) LoadModule: "glamoregl"
[    19.801] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.804] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.804] 	compiled for 1.21.1.7, module version = 1.0.1
[    19.804] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.982] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    19.982] (II) modeset(0): glamor initialized
[    19.982] (==) modeset(0): VariableRefresh: disabled
[    19.982] (==) modeset(0): AsyncFlipSecondaries: disabled
[    19.985] (II) modeset(0): Output eDP-1 using monitor section Monitor0
[    19.985] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.985] (II) modeset(0): Output DP-1 has no monitor section
[    19.988] (II) modeset(0): Output DP-2 has no monitor section
[    19.991] (II) modeset(0): EDID for output eDP-1
[    19.991] (II) modeset(0): Manufacturer: SDC  Model: 4152  Serial#: 0
[    19.991] (II) modeset(0): Year: 2020  Week: 35
[    19.991] (II) modeset(0): EDID Version: 1.4
[    19.991] (II) modeset(0): Digital Display Input
[    19.991] (II) modeset(0): 10 bits per channel
[    19.991] (II) modeset(0): Digital interface is DisplayPort
[    19.991] (II) modeset(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[    19.991] (II) modeset(0): Gamma: 2.20
[    19.991] (II) modeset(0): No DPMS capabilities specified
[    19.991] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    19.991] (II) modeset(0): First detailed timing is preferred mode
[    19.991] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.991] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.237 greenY: 0.723
[    19.991] (II) modeset(0): blueX: 0.140 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[    19.991] (II) modeset(0): Manufacturer's mask: 0
[    19.991] (II) modeset(0): Supported detailed timing:
[    19.991] (II) modeset(0): clock: 500.8 MHz   Image Size:  302 x 189 mm
[    19.991] (II) modeset(0): h_active: 2880  h_sync: 2888  h_sync_end 2920 h_blank_end 2960 h_border: 0
[    19.991] (II) modeset(0): v_active: 1800  v_sync: 1808  v_sync_end 1816 v_blanking: 1880 v_border: 0
[    19.991] (II) modeset(0): Supported detailed timing:
[    19.991] (II) modeset(0): clock: 500.8 MHz   Image Size:  302 x 189 mm
[    19.991] (II) modeset(0): h_active: 2880  h_sync: 2888  h_sync_end 2920 h_blank_end 2960 h_border: 0
[    19.991] (II) modeset(0): v_active: 1800  v_sync: 1808  v_sync_end 1816 v_blanking: 2820 v_border: 0
[    19.991] (II) modeset(0): Unknown vendor-specific block f
[    19.991] (II) modeset(0):  ATNA40YK01-1
[    19.991] (II) modeset(0): Number of EDID sections to follow: 1
[    19.991] (II) modeset(0): EDID (in hex):
[    19.991] (II) modeset(0): 	00ffffffffffff004c83524100000000
[    19.991] (II) modeset(0): 	231e0104b51e1378020cf1ae523cb923
[    19.991] (II) modeset(0): 	0c505400000001010101010101010101
[    19.991] (II) modeset(0): 	010101010101a4c34050b00850700820
[    19.991] (II) modeset(0): 	88002ebd1000001ba4c34050b008fc73
[    19.991] (II) modeset(0): 	082088002ebd1000001b0000000f00ff
[    19.991] (II) modeset(0): 	0a5aff0a3c28800000000000000000fe
[    19.991] (II) modeset(0): 	0041544e413430594b30312d312001a7
[    19.991] (II) modeset(0): 	02030f00e3058000e606050174600700
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	00000000000000000000000000000000
[    19.991] (II) modeset(0): 	000000000000000000000000000000b7
[    19.991] (II) modeset(0): Printing probed modes for output eDP-1
[    19.991] (II) modeset(0): Modeline "2880x1800"x90.0  500.84  2880 2888 2920 2960  1800 1808 1816 1880 +hsync -vsync (169.2 kHz eP)
[    19.991] (II) modeset(0): Modeline "2880x1800"x60.0  500.84  2880 2888 2920 2960  1800 1808 1816 2820 +hsync -vsync (169.2 kHz e)
[    19.991] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[    19.991] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    19.991] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    19.991] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    19.991] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    19.991] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    19.991] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.991] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x170.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x150.1  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x768i"x43.5   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    19.991] (II) modeset(0): Modeline "960x720"x170.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    19.991] (II) modeset(0): Modeline "960x720"x150.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    19.991] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.991] (II) modeset(0): Modeline "928x696"x150.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    19.991] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.991] (II) modeset(0): Modeline "896x672"x150.1  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    19.991] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.991] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.991] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.991] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.991] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    19.991] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.991] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.991] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.991] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x170.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x150.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x140.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x130.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.991] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.991] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.991] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.991] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.991] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.991] (II) modeset(0): Modeline "700x525"x149.5   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    19.991] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.991] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.991] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.991] (II) modeset(0): Modeline "640x512"x170.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    19.991] (II) modeset(0): Modeline "640x512"x150.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    19.991] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.991] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.991] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x170.2   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    19.991] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.991] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.991] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.991] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    19.991] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.991] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.991] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.991] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.991] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    19.991] (II) modeset(0): Modeline "576x432"x150.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    19.991] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.991] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.991] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.991] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.991] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    19.991] (II) modeset(0): Modeline "512x384"x170.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    19.991] (II) modeset(0): Modeline "512x384"x150.1   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    19.991] (II) modeset(0): Modeline "512x384"x140.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    19.991] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.991] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    19.991] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.991] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.991] (II) modeset(0): Modeline "416x312"x149.3   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    19.991] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.991] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.991] (II) modeset(0): Modeline "400x300"x170.5   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    19.991] (II) modeset(0): Modeline "400x300"x144.4   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    19.991] (II) modeset(0): Modeline "400x300"x150.2   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    19.991] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.992] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.992] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.992] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.992] (II) modeset(0): Modeline "320x240"x170.4   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    19.992] (II) modeset(0): Modeline "320x240"x145.6   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    19.992] (II) modeset(0): Modeline "320x240"x150.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    19.992] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.992] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.992] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.992] (II) modeset(0): Modeline "360x200"x170.1   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    19.992] (II) modeset(0): Modeline "320x200"x170.5   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    19.992] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.992] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.992] (II) modeset(0): Modeline "320x175"x170.5   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    19.992] (II) modeset(0): EDID for output HDMI-1
[    19.992] (II) modeset(0): EDID for output DP-1
[    19.992] (II) modeset(0): EDID for output DP-2
[    19.992] (II) modeset(0): Output eDP-1 connected
[    19.992] (II) modeset(0): Output HDMI-1 disconnected
[    19.992] (II) modeset(0): Output DP-1 disconnected
[    19.992] (II) modeset(0): Output DP-2 disconnected
[    19.992] (II) modeset(0): Using exact sizes for initial modes
[    19.992] (II) modeset(0): Output eDP-1 using initial mode 2880x1800 +0+0
[    19.992] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.992] (==) modeset(0): DPI set to (96, 96)
[    19.992] (II) Loading sub module "fb"
[    19.992] (II) LoadModule: "fb"
[    19.992] (II) Module "fb" already built-in
[    19.992] (II) UnloadModule: "vesa"
[    19.992] (II) Unloading vesa
[    20.006] (==) modeset(0): Backing store enabled
[    20.006] (==) modeset(0): Silken mouse enabled
[    20.054] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    20.054] (==) modeset(0): DPMS enabled
[    20.054] (WW) modeset(0): Option "RandRRotation" is not used
[    20.054] (II) modeset(0): [DRI2] Setup complete
[    20.054] (II) modeset(0): [DRI2]   DRI driver: iris
[    20.054] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    20.054] (II) Initializing extension Generic Event Extension
[    20.055] (II) Initializing extension SHAPE
[    20.055] (II) Initializing extension MIT-SHM
[    20.055] (II) Initializing extension XInputExtension
[    20.055] (II) Initializing extension XTEST
[    20.056] (II) Initializing extension BIG-REQUESTS
[    20.056] (II) Initializing extension SYNC
[    20.056] (II) Initializing extension XKEYBOARD
[    20.056] (II) Initializing extension XC-MISC
[    20.057] (II) Initializing extension SECURITY
[    20.057] (II) Initializing extension XFIXES
[    20.057] (II) Initializing extension RENDER
[    20.057] (II) Initializing extension RANDR
[    20.058] (II) Initializing extension COMPOSITE
[    20.058] (II) Initializing extension DAMAGE
[    20.058] (II) Initializing extension MIT-SCREEN-SAVER
[    20.058] (II) Initializing extension DOUBLE-BUFFER
[    20.058] (II) Initializing extension RECORD
[    20.058] (II) Initializing extension DPMS
[    20.059] (II) Initializing extension Present
[    20.059] (II) Initializing extension DRI3
[    20.059] (II) Initializing extension X-Resource
[    20.059] (II) Initializing extension XVideo
[    20.059] (II) Initializing extension XVideo-MotionCompensation
[    20.059] (II) Initializing extension GLX
[    20.066] (II) AIGLX: Loaded and initialized iris
[    20.066] (II) GLX: Initialized DRI2 GL provider for screen 0
[    20.066] (II) Initializing extension XFree86-VidModeExtension
[    20.066] (II) Initializing extension XFree86-DGA
[    20.066] (II) Initializing extension XFree86-DRI
[    20.066] (II) Initializing extension DRI2
[    20.067] (II) modeset(0): Damage tracking initialized
[    20.067] (II) modeset(0): Setting screen physical size to 762 x 476
[    20.122] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    20.122] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.122] (**) Power Button: Applying InputClass "touchpad"
[    20.122] (II) LoadModule: "libinput"
[    20.122] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    20.124] (II) Module libinput: vendor="X.Org Foundation"
[    20.124] 	compiled for 1.21.1.3, module version = 1.2.1
[    20.124] 	Module class: X.Org XInput Driver
[    20.124] 	ABI class: X.Org XInput driver, version 24.4
[    20.124] (II) Using input driver 'libinput' for 'Power Button'
[    20.125] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[    20.125] (**) Power Button: always reports core events
[    20.125] (**) Option "Device" "/dev/input/event1"
[    20.127] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    20.127] (II) event1  - Power Button: device is a keyboard
[    20.127] (II) event1  - Power Button: device removed
[    20.127] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    20.127] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.127] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    20.127] (II) event1  - Power Button: device is a keyboard
[    20.127] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    20.127] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.127] (**) Video Bus: Applying InputClass "touchpad"
[    20.127] (II) Using input driver 'libinput' for 'Video Bus'
[    20.128] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[    20.128] (**) Video Bus: always reports core events
[    20.128] (**) Option "Device" "/dev/input/event3"
[    20.128] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    20.128] (II) event3  - Video Bus: device is a keyboard
[    20.128] (II) event3  - Video Bus: device removed
[    20.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    20.128] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    20.129] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    20.129] (II) event3  - Video Bus: device is a keyboard
[    20.129] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    20.129] (**) Lid Switch: Applying InputClass "touchpad"
[    20.129] (II) Using input driver 'libinput' for 'Lid Switch'
[    20.130] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0
[    20.130] (**) Lid Switch: always reports core events
[    20.130] (**) Option "Device" "/dev/input/event0"
[    20.130] (II) event0  - Lid Switch: is tagged by udev as: Switch
[    20.130] (II) event0  - Lid Switch: device is a switch device
[    20.130] (II) event0  - Lid Switch: device removed
[    20.130] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0"
[    20.130] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 8)
[    20.130] (II) event0  - Lid Switch: is tagged by udev as: Switch
[    20.130] (II) event0  - Lid Switch: device is a switch device
[    20.131] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event16)
[    20.131] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    20.131] (**) Integrated Camera: Integrated C: Applying InputClass "touchpad"
[    20.131] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    20.131] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 35 paused 0
[    20.131] (**) Integrated Camera: Integrated C: always reports core events
[    20.131] (**) Option "Device" "/dev/input/event16"
[    20.132] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    20.132] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    20.132] (II) event16 - Integrated Camera: Integrated C: device removed
[    20.132] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input26/event16"
[    20.132] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[    20.132] (II) event16 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    20.132] (II) event16 - Integrated Camera: Integrated C: device is a keyboard
[    20.132] (II) config/udev: Adding input device Wacom HID 52C8 Pen (/dev/input/event14)
[    20.132] (**) Wacom HID 52C8 Pen: Applying InputClass "libinput tablet catchall"
[    20.132] (**) Wacom HID 52C8 Pen: Applying InputClass "Wacom USB tablet class"
[    20.132] (**) Wacom HID 52C8 Pen: Applying InputClass "Wacom tablet class"
[    20.132] (**) Wacom HID 52C8 Pen: Applying InputClass "touchpad"
[    20.132] (II) Using input driver 'libinput' for 'Wacom HID 52C8 Pen'
[    20.133] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 36 paused 0
[    20.133] (**) Wacom HID 52C8 Pen: always reports core events
[    20.133] (**) Option "Device" "/dev/input/event14"
[    20.134] (II) event14 - Wacom HID 52C8 Pen: is tagged by udev as: Tablet
[    20.141] (II) event14 - Wacom HID 52C8 Pen: tablet 'Wacom HID 52C8 Pen' unknown to libwacom
[    20.144] (II) event14 - Wacom HID 52C8 Pen: device is a tablet
[    20.144] (II) event14 - Wacom HID 52C8 Pen: device removed
[    20.144] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-WACF2200:00/0018:056A:52C8.0001/input/input23/event14"
[    20.144] (II) XINPUT: Adding extended input device "Wacom HID 52C8 Pen" (type: TABLET, id 10)
[    20.144] (II) event14 - Wacom HID 52C8 Pen: is tagged by udev as: Tablet
[    20.147] (II) event14 - Wacom HID 52C8 Pen: tablet 'Wacom HID 52C8 Pen' unknown to libwacom
[    20.150] (II) event14 - Wacom HID 52C8 Pen: device is a tablet
[    20.150] (II) config/udev: Adding input device Wacom HID 52C8 Pen (/dev/input/mouse2)
[    20.150] (**) Wacom HID 52C8 Pen: Applying InputClass "touchpad"
[    20.150] (II) Using input driver 'libinput' for 'Wacom HID 52C8 Pen'
[    20.150] (**) Wacom HID 52C8 Pen: always reports core events
[    20.150] (**) Option "Device" "/dev/input/mouse2"
[    20.191] (II) mouse2  - not using input device '/dev/input/mouse2'.
[    20.191] (EE) libinput: Wacom HID 52C8 Pen: Failed to create a device for /dev/input/mouse2
[    20.191] (EE) PreInit returned 2 for "Wacom HID 52C8 Pen"
[    20.191] (II) UnloadModule: "libinput"
[    20.192] (II) config/udev: Adding input device Wacom HID 52C8 Finger (/dev/input/event15)
[    20.192] (**) Wacom HID 52C8 Finger: Applying InputClass "libinput touchscreen catchall"
[    20.192] (**) Wacom HID 52C8 Finger: Applying InputClass "Wacom USB touchscreen class"
[    20.192] (**) Wacom HID 52C8 Finger: Applying InputClass "Wacom touchscreen class"
[    20.192] (**) Wacom HID 52C8 Finger: Applying InputClass "touchpad"
[    20.192] (II) Using input driver 'libinput' for 'Wacom HID 52C8 Finger'
[    20.193] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 38 paused 0
[    20.193] (**) Wacom HID 52C8 Finger: always reports core events
[    20.193] (**) Option "Device" "/dev/input/event15"
[    20.195] (II) event15 - Wacom HID 52C8 Finger: is tagged by udev as: Touchscreen
[    20.195] (II) event15 - Wacom HID 52C8 Finger: device is a touch device
[    20.195] (II) event15 - Wacom HID 52C8 Finger: device removed
[    20.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-WACF2200:00/0018:056A:52C8.0001/input/input24/event15"
[    20.195] (II) XINPUT: Adding extended input device "Wacom HID 52C8 Finger" (type: TOUCHSCREEN, id 11)
[    20.195] (**) Option "AccelerationScheme" "none"
[    20.195] (**) Wacom HID 52C8 Finger: (accel) selected scheme none/0
[    20.196] (**) Wacom HID 52C8 Finger: (accel) acceleration factor: 2.000
[    20.196] (**) Wacom HID 52C8 Finger: (accel) acceleration threshold: 4
[    20.197] (II) event15 - Wacom HID 52C8 Finger: is tagged by udev as: Touchscreen
[    20.197] (II) event15 - Wacom HID 52C8 Finger: device is a touch device
[    20.197] (II) config/udev: Adding input device Wacom HID 52C8 Finger (/dev/input/mouse3)
[    20.197] (**) Wacom HID 52C8 Finger: Applying InputClass "touchpad"
[    20.197] (II) Using input driver 'libinput' for 'Wacom HID 52C8 Finger'
[    20.197] (**) Wacom HID 52C8 Finger: always reports core events
[    20.197] (**) Option "Device" "/dev/input/mouse3"
[    20.234] (II) mouse3  - not using input device '/dev/input/mouse3'.
[    20.234] (EE) libinput: Wacom HID 52C8 Finger: Failed to create a device for /dev/input/mouse3
[    20.234] (EE) PreInit returned 2 for "Wacom HID 52C8 Finger"
[    20.234] (II) UnloadModule: "libinput"
[    20.236] (II) config/udev: Adding input device MSFT0001:00 06CB:CE78 Mouse (/dev/input/event7)
[    20.236] (**) MSFT0001:00 06CB:CE78 Mouse: Applying InputClass "libinput pointer catchall"
[    20.236] (**) MSFT0001:00 06CB:CE78 Mouse: Applying InputClass "touchpad"
[    20.236] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:CE78 Mouse'
[    20.238] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[    20.238] (**) MSFT0001:00 06CB:CE78 Mouse: always reports core events
[    20.238] (**) Option "Device" "/dev/input/event7"
[    20.240] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.240] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: device is a pointer
[    20.241] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: device removed
[    20.241] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-MSFT0001:00/0018:06CB:CE78.0002/input/input15/event7"
[    20.242] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:CE78 Mouse" (type: MOUSE, id 12)
[    20.242] (**) Option "AccelerationScheme" "none"
[    20.242] (**) MSFT0001:00 06CB:CE78 Mouse: (accel) selected scheme none/0
[    20.242] (**) MSFT0001:00 06CB:CE78 Mouse: (accel) acceleration factor: 2.000
[    20.242] (**) MSFT0001:00 06CB:CE78 Mouse: (accel) acceleration threshold: 4
[    20.243] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.243] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: device is a pointer
[    20.245] (II) config/udev: Adding input device MSFT0001:00 06CB:CE78 Mouse (/dev/input/mouse0)
[    20.245] (**) MSFT0001:00 06CB:CE78 Mouse: Applying InputClass "touchpad"
[    20.245] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:CE78 Mouse'
[    20.245] (**) MSFT0001:00 06CB:CE78 Mouse: always reports core events
[    20.245] (**) Option "Device" "/dev/input/mouse0"
[    20.287] (II) mouse0  - not using input device '/dev/input/mouse0'.
[    20.288] (EE) libinput: MSFT0001:00 06CB:CE78 Mouse: Failed to create a device for /dev/input/mouse0
[    20.288] (EE) PreInit returned 2 for "MSFT0001:00 06CB:CE78 Mouse"
[    20.288] (II) UnloadModule: "libinput"
[    20.290] (II) config/udev: Adding input device MSFT0001:00 06CB:CE78 Touchpad (/dev/input/event8)
[    20.290] (**) MSFT0001:00 06CB:CE78 Touchpad: Applying InputClass "libinput touchpad catchall"
[    20.290] (**) MSFT0001:00 06CB:CE78 Touchpad: Applying InputClass "touchpad"
[    20.290] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:CE78 Touchpad'
[    20.292] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 40 paused 0
[    20.292] (**) MSFT0001:00 06CB:CE78 Touchpad: always reports core events
[    20.292] (**) Option "Device" "/dev/input/event8"
[    20.293] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: is tagged by udev as: Touchpad
[    20.296] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: device is a touchpad
[    20.296] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: device removed
[    20.296] (**) Option "Tapping" "on"
[    20.296] (**) Option "TappingButtonMap" "ml"
[    20.296] (EE) libinput: MSFT0001:00 06CB:CE78 Touchpad: Invalid TapButtonMap: ml
[    20.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-MSFT0001:00/0018:06CB:CE78.0002/input/input16/event8"
[    20.296] (II) XINPUT: Adding extended input device "MSFT0001:00 06CB:CE78 Touchpad" (type: TOUCHPAD, id 13)
[    20.298] (**) Option "AccelerationScheme" "none"
[    20.298] (**) MSFT0001:00 06CB:CE78 Touchpad: (accel) selected scheme none/0
[    20.298] (**) MSFT0001:00 06CB:CE78 Touchpad: (accel) acceleration factor: 2.000
[    20.298] (**) MSFT0001:00 06CB:CE78 Touchpad: (accel) acceleration threshold: 4
[    20.299] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: is tagged by udev as: Touchpad
[    20.300] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: device is a touchpad
[    20.301] (II) config/udev: Adding input device MSFT0001:00 06CB:CE78 Touchpad (/dev/input/mouse1)
[    20.301] (**) MSFT0001:00 06CB:CE78 Touchpad: Applying InputClass "touchpad"
[    20.301] (II) Using input driver 'libinput' for 'MSFT0001:00 06CB:CE78 Touchpad'
[    20.301] (**) MSFT0001:00 06CB:CE78 Touchpad: always reports core events
[    20.301] (**) Option "Device" "/dev/input/mouse1"
[    20.344] (II) mouse1  - not using input device '/dev/input/mouse1'.
[    20.344] (EE) libinput: MSFT0001:00 06CB:CE78 Touchpad: Failed to create a device for /dev/input/mouse1
[    20.344] (EE) PreInit returned 2 for "MSFT0001:00 06CB:CE78 Touchpad"
[    20.344] (II) UnloadModule: "libinput"
[    20.346] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[    20.346] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    20.346] (**) Ideapad extra buttons: Applying InputClass "touchpad"
[    20.346] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    20.348] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
[    20.348] (**) Ideapad extra buttons: always reports core events
[    20.348] (**) Option "Device" "/dev/input/event6"
[    20.350] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    20.350] (II) event6  - Ideapad extra buttons: device is a keyboard
[    20.350] (II) event6  - Ideapad extra buttons: device removed
[    20.350] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6/event6"
[    20.350] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 14)
[    20.352] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    20.352] (II) event6  - Ideapad extra buttons: device is a keyboard
[    20.353] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event9)
[    20.353] (**) sof-hda-dsp Mic: Applying InputClass "touchpad"
[    20.353] (II) Using input driver 'libinput' for 'sof-hda-dsp Mic'
[    20.354] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 42 paused 0
[    20.354] (**) sof-hda-dsp Mic: always reports core events
[    20.354] (**) Option "Device" "/dev/input/event9"
[    20.355] (II) event9  - sof-hda-dsp Mic: is tagged by udev as: Switch
[    20.355] (II) event9  - not using input device '/dev/input/event9'.
[    20.355] (EE) libinput: sof-hda-dsp Mic: Failed to create a device for /dev/input/event9
[    20.355] (EE) PreInit returned 2 for "sof-hda-dsp Mic"
[    20.355] (II) UnloadModule: "libinput"
[    20.355] (II) systemd-logind: releasing fd for 13:73
[    20.402] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event12)
[    20.402] (**) sof-hda-dsp Headphone: Applying InputClass "touchpad"
[    20.402] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[    20.404] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 42 paused 0
[    20.404] (**) sof-hda-dsp Headphone: always reports core events
[    20.404] (**) Option "Device" "/dev/input/event12"
[    20.406] (II) event12 - sof-hda-dsp Headphone: is tagged by udev as: Switch
[    20.406] (II) event12 - not using input device '/dev/input/event12'.
[    20.407] (EE) libinput: sof-hda-dsp Headphone: Failed to create a device for /dev/input/event12
[    20.407] (EE) PreInit returned 2 for "sof-hda-dsp Headphone"
[    20.407] (II) UnloadModule: "libinput"
[    20.407] (II) systemd-logind: releasing fd for 13:76
[    20.456] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event13)
[    20.456] (**) sof-hda-dsp HDMI/DP,pcm=3: Applying InputClass "touchpad"
[    20.456] (II) Using input driver 'libinput' for 'sof-hda-dsp HDMI/DP,pcm=3'
[    20.458] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 42 paused 0
[    20.458] (**) sof-hda-dsp HDMI/DP,pcm=3: always reports core events
[    20.458] (**) Option "Device" "/dev/input/event13"
[    20.459] (II) event13 - sof-hda-dsp HDMI/DP,pcm=3: is tagged by udev as: Switch
[    20.460] (II) event13 - not using input device '/dev/input/event13'.
[    20.460] (EE) libinput: sof-hda-dsp HDMI/DP,pcm=3: Failed to create a device for /dev/input/event13
[    20.460] (EE) PreInit returned 2 for "sof-hda-dsp HDMI/DP,pcm=3"
[    20.460] (II) UnloadModule: "libinput"
[    20.460] (II) systemd-logind: releasing fd for 13:77
[    20.499] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event10)
[    20.499] (**) sof-hda-dsp HDMI/DP,pcm=4: Applying InputClass "touchpad"
[    20.499] (II) Using input driver 'libinput' for 'sof-hda-dsp HDMI/DP,pcm=4'
[    20.501] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 42 paused 0
[    20.501] (**) sof-hda-dsp HDMI/DP,pcm=4: always reports core events
[    20.501] (**) Option "Device" "/dev/input/event10"
[    20.502] (II) event10 - sof-hda-dsp HDMI/DP,pcm=4: is tagged by udev as: Switch
[    20.503] (II) event10 - not using input device '/dev/input/event10'.
[    20.503] (EE) libinput: sof-hda-dsp HDMI/DP,pcm=4: Failed to create a device for /dev/input/event10
[    20.503] (EE) PreInit returned 2 for "sof-hda-dsp HDMI/DP,pcm=4"
[    20.503] (II) UnloadModule: "libinput"
[    20.503] (II) systemd-logind: releasing fd for 13:74
[    20.546] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event11)
[    20.546] (**) sof-hda-dsp HDMI/DP,pcm=5: Applying InputClass "touchpad"
[    20.546] (II) Using input driver 'libinput' for 'sof-hda-dsp HDMI/DP,pcm=5'
[    20.548] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 42 paused 0
[    20.548] (**) sof-hda-dsp HDMI/DP,pcm=5: always reports core events
[    20.549] (**) Option "Device" "/dev/input/event11"
[    20.550] (II) event11 - sof-hda-dsp HDMI/DP,pcm=5: is tagged by udev as: Switch
[    20.551] (II) event11 - not using input device '/dev/input/event11'.
[    20.551] (EE) libinput: sof-hda-dsp HDMI/DP,pcm=5: Failed to create a device for /dev/input/event11
[    20.551] (EE) PreInit returned 2 for "sof-hda-dsp HDMI/DP,pcm=5"
[    20.551] (II) UnloadModule: "libinput"
[    20.551] (II) systemd-logind: releasing fd for 13:75
[    20.596] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    20.596] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    20.597] (**) AT Translated Set 2 keyboard: Applying InputClass "touchpad"
[    20.597] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    20.599] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[    20.599] (**) AT Translated Set 2 keyboard: always reports core events
[    20.599] (**) Option "Device" "/dev/input/event2"
[    20.601] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.601] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    20.603] (II) event2  - AT Translated Set 2 keyboard: device removed
[    20.603] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    20.603] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    20.604] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.604] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    20.606] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    20.606] (**) PC Speaker: Applying InputClass "touchpad"
[    20.606] (II) Using input driver 'libinput' for 'PC Speaker'
[    20.607] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[    20.607] (**) PC Speaker: always reports core events
[    20.607] (**) Option "Device" "/dev/input/event5"
[    20.607] (II) event5  - PC Speaker: not tagged as supported input device
[    20.607] (II) event5  - not using input device '/dev/input/event5'.
[    20.607] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event5
[    20.607] (EE) PreInit returned 2 for "PC Speaker"
[    20.607] (II) UnloadModule: "libinput"
[    20.607] (II) systemd-logind: releasing fd for 13:69
[    20.662] (II) config/udev: Adding input device Yoga tablet switch input (/dev/input/event4)
[    20.663] (**) Yoga tablet switch input: Applying InputClass "touchpad"
[    20.663] (II) Using input driver 'libinput' for 'Yoga tablet switch input'
[    20.664] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 43 paused 0
[    20.664] (**) Yoga tablet switch input: always reports core events
[    20.664] (**) Option "Device" "/dev/input/event4"
[    20.665] (II) event4  - Yoga tablet switch input: is tagged by udev as: Switch
[    20.665] (II) event4  - Yoga tablet switch input: device is a switch device
[    20.666] (II) event4  - Yoga tablet switch input: device removed
[    20.666] (**) Option "config_info" "udev:/sys/devices/platform/yoga/input/input4/event4"
[    20.666] (II) XINPUT: Adding extended input device "Yoga tablet switch input" (type: KEYBOARD, id 16)
[    20.667] (II) event4  - Yoga tablet switch input: is tagged by udev as: Switch
[    20.667] (II) event4  - Yoga tablet switch input: device is a switch device
[    28.163] (**) Option "fd" "30"
[    28.163] (II) event1  - Power Button: device removed
[    28.163] (**) Option "fd" "33"
[    28.163] (II) event3  - Video Bus: device removed
[    28.163] (**) Option "fd" "34"
[    28.163] (II) event0  - Lid Switch: device removed
[    28.163] (**) Option "fd" "35"
[    28.163] (II) event16 - Integrated Camera: Integrated C: device removed
[    28.163] (**) Option "fd" "36"
[    28.163] (II) event14 - Wacom HID 52C8 Pen: device removed
[    28.163] (**) Option "fd" "38"
[    28.163] (II) event15 - Wacom HID 52C8 Finger: device removed
[    28.163] (**) Option "fd" "39"
[    28.163] (II) event7  - MSFT0001:00 06CB:CE78 Mouse: device removed
[    28.163] (**) Option "fd" "40"
[    28.163] (II) event8  - MSFT0001:00 06CB:CE78 Touchpad: device removed
[    28.163] (**) Option "fd" "41"
[    28.163] (II) event6  - Ideapad extra buttons: device removed
[    28.163] (**) Option "fd" "42"
[    28.163] (II) event2  - AT Translated Set 2 keyboard: device removed
[    28.163] (**) Option "fd" "43"
[    28.163] (II) event4  - Yoga tablet switch input: device removed
[    28.175] (II) UnloadModule: "libinput"
[    28.175] (II) systemd-logind: releasing fd for 13:68
[    28.747] (II) UnloadModule: "libinput"
[    28.747] (II) systemd-logind: releasing fd for 13:66
[    28.814] (II) UnloadModule: "libinput"
[    28.814] (II) systemd-logind: releasing fd for 13:70
[    28.851] (II) UnloadModule: "libinput"
[    28.851] (II) systemd-logind: releasing fd for 13:72
[    28.894] (II) UnloadModule: "libinput"
[    28.894] (II) systemd-logind: releasing fd for 13:71
[    28.928] (II) UnloadModule: "libinput"
[    28.928] (II) systemd-logind: releasing fd for 13:79
[    28.971] (II) UnloadModule: "libinput"
[    28.971] (II) systemd-logind: releasing fd for 13:78
[    29.024] (II) UnloadModule: "libinput"
[    29.024] (II) systemd-logind: releasing fd for 13:80
[    29.058] (II) UnloadModule: "libinput"
[    29.058] (II) systemd-logind: releasing fd for 13:64
[    29.074] (II) UnloadModule: "libinput"
[    29.074] (II) systemd-logind: releasing fd for 13:67
[    29.110] (II) UnloadModule: "libinput"
[    29.110] (II) systemd-logind: releasing fd for 13:65
[    29.142] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[    29.142] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[    29.142] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[    29.143] (II) Server terminated successfully (0). Closing log file.

Xorg.2.log:

[  1328.395] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  1328.395] Current Operating System: Linux ArchSloth 6.1.14-1-lts #1 SMP PREEMPT_DYNAMIC Sat, 25 Feb 2023 11:02:38 +0000 x86_64
[  1328.395] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=9081d853-3c3c-4ec0-88c9-44b8887be122 rw loglevel=3 quiet
[  1328.395]  
[  1328.395] Current version of pixman: 0.42.2
[  1328.395] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1328.395] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1328.395] (==) Log file: "/var/log/Xorg.2.log", Time: Fri Mar  3 23:18:18 2023
[  1328.395] (II) Module ABI versions:
[  1328.395] 	X.Org ANSI C Emulation: 0.4
[  1328.395] 	X.Org Video Driver: 25.2
[  1328.395] 	X.Org XInput driver : 24.4
[  1328.395] 	X.Org Server Extension : 10.0
[  1328.395] (--) using VT number 2

[  1328.395] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1328.396] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1328.396] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1328.397] (--) PCI:*(0@0:2:0) 8086:46a8:17aa:3802 rev 12, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[  1328.397] List of video drivers:
[  1328.397] 	intel
[  1328.397] 	modesetting
[  1328.397] 	vesa
[  1328.397] (II) LoadModule: "intel"
[  1328.397] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1328.397] (II) Module intel: vendor="X.Org Foundation"
[  1328.397] 	compiled for 1.21.1.6, module version = 2.99.917
[  1328.397] 	Module class: X.Org Video Driver
[  1328.397] 	ABI class: X.Org Video Driver, version 25.2
[  1328.397] (II) LoadModule: "modesetting"
[  1328.397] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1328.400] (II) Module modesetting: vendor="X.Org Foundation"
[  1328.400] 	compiled for 1.21.1.7, module version = 1.21.1
[  1328.400] 	Module class: X.Org Video Driver
[  1328.400] 	ABI class: X.Org Video Driver, version 25.2
[  1328.400] (II) LoadModule: "vesa"
[  1328.400] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1328.400] (II) Module vesa: vendor="X.Org Foundation"
[  1328.400] 	compiled for 1.21.1.4, module version = 2.6.0
[  1328.400] 	Module class: X.Org Video Driver
[  1328.400] 	ABI class: X.Org Video Driver, version 25.2
[  1328.400] (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
[  1328.400] (II) intel: Driver for Intel(R) HD Graphics
[  1328.400] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  1328.400] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  1328.400] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1328.400] (II) VESA: driver for VESA chipsets: vesa
[  1328.538] (++) Using config file: "/root/xorg.conf.new"
[  1328.538] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1328.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1328.539] (==) ServerLayout "X.org Configured"
[  1328.539] (**) |-->Screen "Screen0" (0)
[  1328.539] (**) |   |-->Monitor "Monitor0"
[  1328.540] (**) |   |-->Device "Card0"
[  1328.540] (**) |   |-->GPUDevice "Intel Graphics"
[  1328.540] (**) |-->Input Device "Mouse0"
[  1328.540] (**) |-->Input Device "Keyboard0"
[  1328.540] (==) Automatically adding devices
[  1328.540] (==) Automatically enabling devices
[  1328.540] (==) Automatically adding GPU devices
[  1328.540] (==) Automatically binding GPU devices
[  1328.540] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1328.540] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1328.540] 	Entry deleted from font path.
[  1328.540] (**) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/misc,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1328.540] (**) ModulePath set to "/usr/lib/xorg/modules"
[  1328.540] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1328.540] (WW) Disabling Mouse0
[  1328.540] (WW) Disabling Keyboard0
[  1328.540] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[  1328.541] (II) intel(0): SNA compiled from 2.99.917-923-gb74b67f0
[  1328.542] 
[  1328.542] 
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
[  1328.542] 
Your xorg.conf file is /root/xorg.conf.new

[  1328.542] To test the server, run 'X -config /root/xorg.conf.new'

[  1328.542] (EE) Server terminated with error (2). Closing log file.

By slideshow, I meant LibreOffice and google slides on the browser and the sort. Doesn't matter what it is, if I want to present something, then it goes fullscreen on my laptop and not the external monitor.

xrandr -q:

Screen 0: minimum 320 x 200, current 5760 x 1800, maximum 16384 x 16384
eDP-1 connected primary 2880x1800+0+0 (normal left inverted right x axis y axis) 302mm x 189mm
   2880x1800     90.00*+  60.00  
   2880x1620     59.96    59.97  
   2560x1600     59.99    59.97  
   2560x1440     59.99    59.99    59.96    59.95  
   2048x1536     85.00    75.00    60.00  
   1920x1440     85.00    75.00    60.00  
   1856x1392     75.00    60.01  
   1792x1344     75.00    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     85.00    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     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    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    59.74  
   1024x768      85.00    75.05    60.04    85.00    75.03    70.07    60.00  
   1024x768i     86.96  
   960x720       85.00    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       85.00    75.00    70.00    65.00    60.00    85.14    72.19    75.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       74.76    59.98  
   800x450       59.95    59.82  
   640x512       85.02    75.02    60.02  
   700x450       59.96    59.88  
   640x480       85.09    60.00    85.01    72.81    75.00    59.94  
   720x405       59.51    58.99  
   720x400       85.04  
   684x384       59.88    59.85  
   640x400       59.88    59.98    85.08  
   576x432       75.00  
   640x360       59.86    59.83    59.84    59.32  
   640x350       85.08  
   512x384       85.00    75.03    70.07    60.00  
   512x384i      87.06  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       85.27    72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       85.18    72.81    75.00    60.05  
   360x202       59.51    59.13  
   360x200       85.04  
   320x200       85.27  
   320x180       59.84    59.32  
   320x175       85.27  
HDMI-1 connected 2880x1620+2880+0 (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080     60.00*+  50.00    59.94  
   1600x1200     60.00  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      74.98    59.90  
   1280x960      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)

The flashing of the pointer happens on the top half of my laptop screen only after executing xrandr_monitor.

Your code works better, in the sense the flashing of the pointer is a lot lesser now. Issue still persists. xrandr doesn't save its configuration or anything and neither does it persist across reboots. This is one of those problems where the fastest solution is to get a desktop environment.

Offline

#4 2023-09-25 14:03:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,086

Re: Incorrect external monitor resolution/scale

xrandr doesn't save its configuration or anything and neither does it persist across reboots

Instead of the pointless

[    19.790] (==) ServerLayout "X.org Configured"
[    19.790] (**) |-->Screen "Screen0" (0)
[    19.790] (**) |   |-->Monitor "Monitor0"
[    19.791] (**) |   |-->Device "Card0"
[    19.791] (**) |   |-->GPUDevice "Intel Graphics"
[    19.791] (**) |-->Input Device "Mouse0"
[    19.791] (**) |-->Input Device "Keyboard0"

static config somewhere in /etc/X11/xorg.conf.d use
https://wiki.archlinux.org/title/Multih … _xorg.conf
You can configure the outputs there regardless of whether they're attached, but only the present will be auto-enabled when the server starts.
https://aur.archlinux.org/packages/x-on-resize can do the rest for you.

Doesn't matter what it is, if I want to present something, then it goes fullscreen on my laptop and not the external monitor.

This is largely down to the WM and some extent the client (iirc impress allows you to configure the target output, see eg. https://ask.libreoffice.org/t/i-have-3- … work/36968 )
You'll stand a better chance if you configure the external output as --primary and most of the time an output will just go fullscreen on the output its currently on.

I suspect that the cursor flicker is just a result of the scale, you may try https://man.archlinux.org/man/modesetting.4#Option

Sidebar: your output  config exceeds 4096px horizontally - if you don't care, I'd try to stack the outputs vertically

Online

#5 2023-10-10 16:37:52

SlothSpunky77
Member
Registered: 2023-03-03
Posts: 47

Re: Incorrect external monitor resolution/scale

I'll just leave my 10-monitor.conf here, I struggled a little bit to get the parameters in:

Section "Monitor"
	Identifier	"eDP-1"	
	Modeline	"2880x1800_60.00"  442.00  2880 3104 3416 3952  1800 1803 1809 1865 -hsync +vsync
	Option		"PreferredMode" "2880x1800_60.00"	
	Option		"Primary" "true"
EndSection

Section "Monitor"
	Identifier	"HDMI-1"
	Modeline	"1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
	Option		"PreferredMode" "1920x1080_60.00"	
	Option		"RightOf" "eDP-1"	
EndSection

This makes it a little better, but the scale is messed up.
The mouse flicker doesn't bother me, but the laptop touchscreen splitting in two to control both the screens and the magnified external screen (which follows monitor boundaries, for example when I open a program, it gets drawn along the edges of the monitor like its supposed to) is pretty troublesome. Its really annoying how this isn't a straightforward fix, and how there's not much on the internet regarding this issue. Maybe I've done something wrong in the past?

Offline

#6 2023-10-10 20:01:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,086

Online

Board footer

Powered by FluxBB