You are not logged in.

#1 2022-11-22 14:16:47

lucaguglielmi
Member
Registered: 2022-11-12
Posts: 4

[SOLVED] External display missing in xrandr

I can't see an external monitor connected via HDMI connected. I tried launching a stick with another distro and it works, so I think it's Arch's fault.

I've read several posts about it, but usually the monitor is recognized but black. But I don't even see it with xrandr. Nvidia drivers seem to load correctly (firefox has hardware acceleration enabled).

xrandr --listproviders:
Providers: number : 1
Provider 0: id: 0x47 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 5 associated providers: 0 name:modesetting

prime-run glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2

Thanks

Last edited by lucaguglielmi (2022-11-22 15:49:35)

Offline

#2 2022-11-22 14:27:27

seth
Member
Registered: 2012-09-03
Posts: 50,960

Re: [SOLVED] External display missing in xrandr

Please post your xrog log, https://wiki.archlinux.org/title/Xorg#General
I assume the "stick with another distro" uses nouveau?

Offline

#3 2022-11-22 14:55:49

lucaguglielmi
Member
Registered: 2022-11-12
Posts: 4

Re: [SOLVED] External display missing in xrandr

It was a Kde Neon, basically Ubuntu.

No file in:
~/.local/share/xorg/

With:
cat /var/log/Xorg.0.log | grep -e Log -e tty
[     3.778] (--) Log file renamed from "/var/log/Xorg.pid-599.log" to "/var/log/Xorg.0.log"
[     3.779] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 22 14:37:51 2022
[     3.781] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration

Offline

#4 2022-11-22 14:59:50

seth
Member
Registered: 2012-09-03
Posts: 50,960

Re: [SOLVED] External display missing in xrandr

The grep in the wiki is to inspect the log date.

Post the log, not random greps you copy and pasted from somewhere.
Use "code" tags, https://bbs.archlinux.org/help.php#bbcode or see the 1st link below.

Offline

#5 2022-11-22 15:09:48

lucaguglielmi
Member
Registered: 2022-11-12
Posts: 4

Re: [SOLVED] External display missing in xrandr

Sorry, I misunderstood your message. Here the file

[     3.778] (--) Log file renamed from "/var/log/Xorg.pid-599.log" to "/var/log/Xorg.0.log"
[     3.779] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[     3.779] Current Operating System: Linux luca-coders51 6.0.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 16 Nov 2022 17:01:17 +0000 x86_64
[     3.779] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f0fa5a4b-4462-4a67-adbb-67b24ad5566b rw loglevel=3 nowatchdog nvme_load=YES nvidia-drm.modeset=1 ibt=off
[     3.779]  
[     3.779] Current version of pixman: 0.42.2
[     3.779] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     3.779] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.779] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 22 14:37:51 2022
[     3.780] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.780] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.780] (==) No Layout section.  Using the first Screen section.
[     3.780] (==) No screen section available. Using defaults.
[     3.780] (**) |-->Screen "Default Screen Section" (0)
[     3.780] (**) |   |-->Monitor "<default monitor>"
[     3.780] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     3.780] (**) |   |-->Device "integrated"
[     3.780] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     3.780] (==) Automatically adding devices
[     3.780] (==) Automatically enabling devices
[     3.780] (==) Automatically adding GPU devices
[     3.780] (==) Automatically binding GPU devices
[     3.780] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.780] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     3.780] 	Entry deleted from font path.
[     3.780] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     3.780] 	Entry deleted from font path.
[     3.780] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     3.780] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.780] 	Entry deleted from font path.
[     3.780] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.780] 	Entry deleted from font path.
[     3.780] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     3.781] 	Entry deleted from font path.
[     3.781] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     3.781] 	Entry deleted from font path.
[     3.781] (==) FontPath set to:
	
[     3.781] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.781] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.781] (II) Module ABI versions:
[     3.781] 	X.Org ANSI C Emulation: 0.4
[     3.781] 	X.Org Video Driver: 25.2
[     3.781] 	X.Org XInput driver : 24.4
[     3.781] 	X.Org Server Extension : 10.0
[     3.781] (++) using VT number 1

[     3.781] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.781] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.781] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     3.785] (--) PCI:*(0@0:2:0) 8086:9a60:1558:65f1 rev 1, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     3.785] (--) PCI: (1@0:0:0) 10de:2520:1558:65f1 rev 161, Mem @ 0x83000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     3.785] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.785] (II) LoadModule: "glx"
[     3.785] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.787] (II) Module glx: vendor="X.Org Foundation"
[     3.787] 	compiled for 1.21.1.4, module version = 1.0.0
[     3.787] 	ABI class: X.Org Server Extension, version 10.0
[     3.787] (II) LoadModule: "modesetting"
[     3.787] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.788] (II) Module modesetting: vendor="X.Org Foundation"
[     3.788] 	compiled for 1.21.1.4, module version = 1.21.1
[     3.788] 	Module class: X.Org Video Driver
[     3.788] 	ABI class: X.Org Video Driver, version 25.2
[     3.788] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.790] (II) modeset(0): using drv /dev/dri/card0
[     3.790] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     3.790] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     3.790] (==) modeset(0): RGB weight 888
[     3.790] (==) modeset(0): Default visual is TrueColor
[     3.790] (II) Loading sub module "glamoregl"
[     3.790] (II) LoadModule: "glamoregl"
[     3.790] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.792] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.792] 	compiled for 1.21.1.4, module version = 1.0.1
[     3.792] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.027] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
[     6.027] (II) modeset(0): glamor initialized
[     6.027] (==) modeset(0): VariableRefresh: disabled
[     6.027] (==) modeset(0): AsyncFlipSecondaries: disabled
[     6.029] (II) modeset(0): Output eDP-1 has no monitor section
[     6.029] (II) modeset(0): Output DP-1 has no monitor section
[     6.029] (II) modeset(0): Output DP-2 has no monitor section
[     6.029] (II) modeset(0): Output DP-3 has no monitor section
[     6.030] (II) modeset(0): Output DP-4 has no monitor section
[     6.033] (II) modeset(0): EDID for output eDP-1
[     6.033] (II) modeset(0): Manufacturer: BOE  Model: 9c2  Serial#: 0
[     6.033] (II) modeset(0): Year: 2020  Week: 44
[     6.033] (II) modeset(0): EDID Version: 1.4
[     6.033] (II) modeset(0): Digital Display Input
[     6.033] (II) modeset(0): 8 bits per channel
[     6.033] (II) modeset(0): Digital interface is DisplayPort
[     6.033] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     6.033] (II) modeset(0): Gamma: 2.20
[     6.033] (II) modeset(0): No DPMS capabilities specified
[     6.033] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.033] (II) modeset(0): First detailed timing is preferred mode
[     6.033] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.033] (II) modeset(0): Display is continuous-frequency
[     6.033] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.265 greenY: 0.690
[     6.033] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     6.033] (II) modeset(0): Manufacturer's mask: 0
[     6.033] (II) modeset(0): Supported detailed timing:
[     6.033] (II) modeset(0): clock: 256.1 MHz   Image Size:  344 x 194 mm
[     6.033] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2736 h_border: 0
[     6.033] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1449 v_blanking: 1560 v_border: 0
[     6.033] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 257 H max: 257 kHz, PixClock max 705 MHz
[     6.033] (II) modeset(0):  BOE CQ
[     6.033] (II) modeset(0):  NE156QHM-NY1
[     6.033] (II) modeset(0): Number of EDID sections to follow: 1
[     6.033] (II) modeset(0): EDID (in hex):
[     6.033] (II) modeset(0): 	00ffffffffffff0009e5c20900000000
[     6.033] (II) modeset(0): 	2c1e0104a5221378030f95ae5243b026
[     6.033] (II) modeset(0): 	0f505400000001010101010101010101
[     6.033] (II) modeset(0): 	010101010101096400b0a0a078503020
[     6.033] (II) modeset(0): 	360058c210000018000000fd0c30a502
[     6.033] (II) modeset(0): 	0246010a202020202020000000fe0042
[     6.033] (II) modeset(0): 	4f452043510a202020202020000000fe
[     6.033] (II) modeset(0): 	004e4531353651484d2d4e59310a01d4
[     6.033] (II) modeset(0): 	701379000003011419130184ff09af00
[     6.033] (II) modeset(0): 	2f001f009f0577000200050000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000000000
[     6.033] (II) modeset(0): 	00000000000000000000000000008490
[     6.033] (II) modeset(0): Printing probed modes for output eDP-1
[     6.033] (II) modeset(0): Modeline "2560x1440"x165.0  704.26  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (257.4 kHz eP)
[     6.033] (II) modeset(0): Modeline "2560x1440"x60.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[     6.033] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[     6.033] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[     6.033] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[     6.033] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[     6.033] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[     6.033] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[     6.033] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[     6.033] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[     6.033] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.033] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.033] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     6.033] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     6.033] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.033] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.033] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     6.033] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.033] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     6.033] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.033] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.033] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.033] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.033] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     6.033] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.033] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.033] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.033] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.033] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.033] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.033] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.033] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.033] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     6.033] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.033] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.033] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.033] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     6.033] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     6.033] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.033] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.033] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     6.033] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.033] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.033] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.033] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.033] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.033] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.033] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.033] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     6.033] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.033] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.033] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.033] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.033] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     6.033] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     6.033] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     6.033] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.033] (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)
[     6.033] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.033] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.033] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     6.033] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.033] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.033] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     6.033] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     6.033] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     6.033] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.033] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.033] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.033] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     6.033] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     6.033] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.033] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.033] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.033] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     6.033] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.033] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.033] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     6.033] (II) modeset(0): EDID for output DP-1
[     6.034] (II) modeset(0): EDID for output DP-2
[     6.034] (II) modeset(0): EDID for output DP-3
[     6.034] (II) modeset(0): EDID for output DP-4
[     6.034] (II) modeset(0): Output eDP-1 connected
[     6.034] (II) modeset(0): Output DP-1 disconnected
[     6.034] (II) modeset(0): Output DP-2 disconnected
[     6.034] (II) modeset(0): Output DP-3 disconnected
[     6.034] (II) modeset(0): Output DP-4 disconnected
[     6.034] (II) modeset(0): Using exact sizes for initial modes
[     6.034] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[     6.034] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.034] (==) modeset(0): DPI set to (96, 96)
[     6.034] (II) Loading sub module "fb"
[     6.034] (II) LoadModule: "fb"
[     6.034] (II) Module "fb" already built-in
[     6.044] (==) modeset(0): Backing store enabled
[     6.044] (==) modeset(0): Silken mouse enabled
[     6.070] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.070] (==) modeset(0): DPMS enabled
[     6.070] (WW) modeset(0): Option "DRI" is not used
[     6.070] (II) modeset(0): [DRI2] Setup complete
[     6.070] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.070] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.070] (II) Initializing extension Generic Event Extension
[     6.070] (II) Initializing extension SHAPE
[     6.070] (II) Initializing extension MIT-SHM
[     6.070] (II) Initializing extension XInputExtension
[     6.071] (II) Initializing extension XTEST
[     6.071] (II) Initializing extension BIG-REQUESTS
[     6.071] (II) Initializing extension SYNC
[     6.071] (II) Initializing extension XKEYBOARD
[     6.071] (II) Initializing extension XC-MISC
[     6.071] (II) Initializing extension SECURITY
[     6.072] (II) Initializing extension XFIXES
[     6.072] (II) Initializing extension RENDER
[     6.072] (II) Initializing extension RANDR
[     6.072] (II) Initializing extension COMPOSITE
[     6.072] (II) Initializing extension DAMAGE
[     6.073] (II) Initializing extension MIT-SCREEN-SAVER
[     6.073] (II) Initializing extension DOUBLE-BUFFER
[     6.073] (II) Initializing extension RECORD
[     6.073] (II) Initializing extension DPMS
[     6.073] (II) Initializing extension Present
[     6.073] (II) Initializing extension DRI3
[     6.073] (II) Initializing extension X-Resource
[     6.074] (II) Initializing extension XVideo
[     6.074] (II) Initializing extension XVideo-MotionCompensation
[     6.074] (II) Initializing extension GLX
[     6.078] (II) AIGLX: Loaded and initialized iris
[     6.078] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.078] (II) Initializing extension XFree86-VidModeExtension
[     6.078] (II) Initializing extension XFree86-DGA
[     6.078] (II) Initializing extension XFree86-DRI
[     6.078] (II) Initializing extension DRI2
[     6.078] (II) modeset(0): Damage tracking initialized
[     6.078] (II) modeset(0): Setting screen physical size to 677 x 381
[     6.122] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.122] (**) Power Button: Applying InputClass "devname"
[     6.122] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.122] (**) Power Button: Applying InputClass "system-keyboard"
[     6.122] (II) LoadModule: "libinput"
[     6.122] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.124] (II) Module libinput: vendor="X.Org Foundation"
[     6.124] 	compiled for 1.21.1.3, module version = 1.2.1
[     6.124] 	Module class: X.Org XInput Driver
[     6.124] 	ABI class: X.Org XInput driver, version 24.4
[     6.124] (II) Using input driver 'libinput' for 'Power Button'
[     6.124] (**) Power Button: always reports core events
[     6.124] (**) Option "Device" "/dev/input/event3"
[     6.128] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.128] (II) event3  - Power Button: device is a keyboard
[     6.128] (II) event3  - Power Button: device removed
[     6.153] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.153] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.153] (**) Option "xkb_layout" "us"
[     6.154] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.154] (II) event3  - Power Button: device is a keyboard
[     6.155] (II) config/udev: Adding input device Video Bus (/dev/input/event17)
[     6.155] (**) Video Bus: Applying InputClass "devname"
[     6.155] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.155] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.155] (II) Using input driver 'libinput' for 'Video Bus'
[     6.155] (**) Video Bus: always reports core events
[     6.155] (**) Option "Device" "/dev/input/event17"
[     6.156] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[     6.156] (II) event17 - Video Bus: device is a keyboard
[     6.157] (II) event17 - Video Bus: device removed
[     6.206] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input23/event17"
[     6.206] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.206] (**) Option "xkb_layout" "us"
[     6.208] (II) event17 - Video Bus: is tagged by udev as: Keyboard
[     6.208] (II) event17 - Video Bus: device is a keyboard
[     6.209] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[     6.209] (**) Video Bus: Applying InputClass "devname"
[     6.209] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.209] (**) Video Bus: Applying InputClass "system-keyboard"
[     6.209] (II) Using input driver 'libinput' for 'Video Bus'
[     6.209] (**) Video Bus: always reports core events
[     6.209] (**) Option "Device" "/dev/input/event16"
[     6.210] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[     6.211] (II) event16 - Video Bus: device is a keyboard
[     6.211] (II) event16 - Video Bus: device removed
[     6.260] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input22/event16"
[     6.260] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     6.260] (**) Option "xkb_layout" "us"
[     6.262] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[     6.262] (II) event16 - Video Bus: device is a keyboard
[     6.263] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     6.263] (**) Power Button: Applying InputClass "devname"
[     6.263] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.263] (**) Power Button: Applying InputClass "system-keyboard"
[     6.263] (II) Using input driver 'libinput' for 'Power Button'
[     6.263] (**) Power Button: always reports core events
[     6.263] (**) Option "Device" "/dev/input/event0"
[     6.264] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.264] (II) event0  - Power Button: device is a keyboard
[     6.264] (II) event0  - Power Button: device removed
[     6.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     6.290] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[     6.290] (**) Option "xkb_layout" "us"
[     6.291] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     6.291] (II) event0  - Power Button: device is a keyboard
[     6.292] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[     6.292] (**) Lid Switch: Applying InputClass "devname"
[     6.292] (II) Using input driver 'libinput' for 'Lid Switch'
[     6.292] (**) Lid Switch: always reports core events
[     6.292] (**) Option "Device" "/dev/input/event2"
[     6.293] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     6.293] (II) event2  - Lid Switch: device is a switch device
[     6.294] (II) event2  - Lid Switch: device removed
[     6.323] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event2"
[     6.323] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 10)
[     6.324] (II) event2  - Lid Switch: is tagged by udev as: Switch
[     6.324] (II) event2  - Lid Switch: device is a switch device
[     6.325] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     6.325] (**) Sleep Button: Applying InputClass "devname"
[     6.325] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.325] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.325] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.325] (**) Sleep Button: always reports core events
[     6.325] (**) Option "Device" "/dev/input/event1"
[     6.326] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.327] (II) event1  - Sleep Button: device is a keyboard
[     6.327] (II) event1  - Sleep Button: device removed
[     6.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     6.356] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[     6.356] (**) Option "xkb_layout" "us"
[     6.358] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.358] (II) event1  - Sleep Button: device is a keyboard
[     6.359] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[     6.359] (**) HDA NVidia HDMI/DP,pcm=3: Applying InputClass "devname"
[     6.359] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=3'
[     6.359] (**) HDA NVidia HDMI/DP,pcm=3: always reports core events
[     6.359] (**) Option "Device" "/dev/input/event9"
[     6.360] (II) event9  - HDA NVidia HDMI/DP,pcm=3: is tagged by udev as: Switch
[     6.410] (II) event9  - not using input device '/dev/input/event9'.
[     6.410] (EE) libinput: HDA NVidia HDMI/DP,pcm=3: Failed to create a device for /dev/input/event9
[     6.410] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=3"
[     6.410] (II) UnloadModule: "libinput"
[     6.410] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[     6.410] (**) HDA NVidia HDMI/DP,pcm=7: Applying InputClass "devname"
[     6.410] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=7'
[     6.410] (**) HDA NVidia HDMI/DP,pcm=7: always reports core events
[     6.410] (**) Option "Device" "/dev/input/event10"
[     6.412] (II) event10 - HDA NVidia HDMI/DP,pcm=7: is tagged by udev as: Switch
[     6.443] (II) event10 - not using input device '/dev/input/event10'.
[     6.443] (EE) libinput: HDA NVidia HDMI/DP,pcm=7: Failed to create a device for /dev/input/event10
[     6.443] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=7"
[     6.443] (II) UnloadModule: "libinput"
[     6.444] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[     6.444] (**) HDA NVidia HDMI/DP,pcm=8: Applying InputClass "devname"
[     6.444] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=8'
[     6.444] (**) HDA NVidia HDMI/DP,pcm=8: always reports core events
[     6.444] (**) Option "Device" "/dev/input/event11"
[     6.445] (II) event11 - HDA NVidia HDMI/DP,pcm=8: is tagged by udev as: Switch
[     6.480] (II) event11 - not using input device '/dev/input/event11'.
[     6.480] (EE) libinput: HDA NVidia HDMI/DP,pcm=8: Failed to create a device for /dev/input/event11
[     6.480] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=8"
[     6.480] (II) UnloadModule: "libinput"
[     6.480] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[     6.480] (**) HDA NVidia HDMI/DP,pcm=9: Applying InputClass "devname"
[     6.480] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=9'
[     6.480] (**) HDA NVidia HDMI/DP,pcm=9: always reports core events
[     6.480] (**) Option "Device" "/dev/input/event12"
[     6.482] (II) event12 - HDA NVidia HDMI/DP,pcm=9: is tagged by udev as: Switch
[     6.516] (II) event12 - not using input device '/dev/input/event12'.
[     6.516] (EE) libinput: HDA NVidia HDMI/DP,pcm=9: Failed to create a device for /dev/input/event12
[     6.516] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=9"
[     6.516] (II) UnloadModule: "libinput"
[     6.517] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event13)
[     6.517] (**) HDA NVidia HDMI/DP,pcm=10: Applying InputClass "devname"
[     6.517] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=10'
[     6.517] (**) HDA NVidia HDMI/DP,pcm=10: always reports core events
[     6.517] (**) Option "Device" "/dev/input/event13"
[     6.518] (II) event13 - HDA NVidia HDMI/DP,pcm=10: is tagged by udev as: Switch
[     6.563] (II) event13 - not using input device '/dev/input/event13'.
[     6.563] (EE) libinput: HDA NVidia HDMI/DP,pcm=10: Failed to create a device for /dev/input/event13
[     6.563] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=10"
[     6.563] (II) UnloadModule: "libinput"
[     6.564] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event14)
[     6.564] (**) HDA NVidia HDMI/DP,pcm=11: Applying InputClass "devname"
[     6.564] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=11'
[     6.564] (**) HDA NVidia HDMI/DP,pcm=11: always reports core events
[     6.564] (**) Option "Device" "/dev/input/event14"
[     6.565] (II) event14 - HDA NVidia HDMI/DP,pcm=11: is tagged by udev as: Switch
[     6.600] (II) event14 - not using input device '/dev/input/event14'.
[     6.600] (EE) libinput: HDA NVidia HDMI/DP,pcm=11: Failed to create a device for /dev/input/event14
[     6.600] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=11"
[     6.600] (II) UnloadModule: "libinput"
[     6.601] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event15)
[     6.601] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "devname"
[     6.601] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[     6.601] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[     6.601] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[     6.601] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[     6.602] (**) Option "Device" "/dev/input/event15"
[     6.603] (II) event15 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     6.603] (II) event15 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     6.604] (II) event15 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[     6.653] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input18/event15"
[     6.653] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 12)
[     6.653] (**) Option "xkb_layout" "us"
[     6.655] (II) event15 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[     6.655] (II) event15 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[     6.657] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/event7)
[     6.657] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "devname"
[     6.657] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "libinput pointer catchall"
[     6.657] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Mouse'
[     6.657] (**) SYNA1202:00 06CB:CD79 Mouse: always reports core events
[     6.657] (**) Option "Device" "/dev/input/event7"
[     6.658] (II) event7  - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.659] (II) event7  - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     6.660] (II) event7  - SYNA1202:00 06CB:CD79 Mouse: device removed
[     6.710] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input19/event7"
[     6.710] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Mouse" (type: MOUSE, id 13)
[     6.710] (**) Option "AccelerationScheme" "none"
[     6.710] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) selected scheme none/0
[     6.710] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration factor: 2.000
[     6.710] (**) SYNA1202:00 06CB:CD79 Mouse: (accel) acceleration threshold: 4
[     6.712] (II) event7  - SYNA1202:00 06CB:CD79 Mouse: is tagged by udev as: Mouse Pointingstick
[     6.712] (II) event7  - SYNA1202:00 06CB:CD79 Mouse: device is a pointer
[     6.715] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Mouse (/dev/input/mouse0)
[     6.715] (**) SYNA1202:00 06CB:CD79 Mouse: Applying InputClass "devname"
[     6.715] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Mouse'
[     6.715] (**) SYNA1202:00 06CB:CD79 Mouse: always reports core events
[     6.715] (**) Option "Device" "/dev/input/mouse0"
[     6.760] (II) mouse0  - not using input device '/dev/input/mouse0'.
[     6.760] (EE) libinput: SYNA1202:00 06CB:CD79 Mouse: Failed to create a device for /dev/input/mouse0
[     6.760] (EE) PreInit returned 2 for "SYNA1202:00 06CB:CD79 Mouse"
[     6.760] (II) UnloadModule: "libinput"
[     6.761] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/event8)
[     6.761] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "devname"
[     6.761] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.761] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Touchpad'
[     6.761] (**) SYNA1202:00 06CB:CD79 Touchpad: always reports core events
[     6.761] (**) Option "Device" "/dev/input/event8"
[     6.762] (II) event8  - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     6.765] (II) event8  - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[     6.765] (II) event8  - SYNA1202:00 06CB:CD79 Touchpad: device removed
[     6.810] (**) Option "Tapping" "on"
[     6.810] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA1202:00/0018:06CB:CD79.0001/input/input20/event8"
[     6.810] (II) XINPUT: Adding extended input device "SYNA1202:00 06CB:CD79 Touchpad" (type: TOUCHPAD, id 14)
[     6.812] (**) Option "AccelerationScheme" "none"
[     6.812] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) selected scheme none/0
[     6.812] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration factor: 2.000
[     6.812] (**) SYNA1202:00 06CB:CD79 Touchpad: (accel) acceleration threshold: 4
[     6.813] (II) event8  - SYNA1202:00 06CB:CD79 Touchpad: is tagged by udev as: Touchpad
[     6.815] (II) event8  - SYNA1202:00 06CB:CD79 Touchpad: device is a touchpad
[     6.816] (II) config/udev: Adding input device SYNA1202:00 06CB:CD79 Touchpad (/dev/input/mouse1)
[     6.816] (**) SYNA1202:00 06CB:CD79 Touchpad: Applying InputClass "devname"
[     6.816] (II) Using input driver 'libinput' for 'SYNA1202:00 06CB:CD79 Touchpad'
[     6.816] (**) SYNA1202:00 06CB:CD79 Touchpad: always reports core events
[     6.816] (**) Option "Device" "/dev/input/mouse1"
[     6.860] (II) mouse1  - not using input device '/dev/input/mouse1'.
[     6.860] (EE) libinput: SYNA1202:00 06CB:CD79 Touchpad: Failed to create a device for /dev/input/mouse1
[     6.860] (EE) PreInit returned 2 for "SYNA1202:00 06CB:CD79 Touchpad"
[     6.860] (II) UnloadModule: "libinput"
[     6.860] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
[     6.860] (**) HDA Intel PCH Mic: Applying InputClass "devname"
[     6.860] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[     6.860] (**) HDA Intel PCH Mic: always reports core events
[     6.860] (**) Option "Device" "/dev/input/event18"
[     6.862] (II) event18 - HDA Intel PCH Mic: is tagged by udev as: Switch
[     6.893] (II) event18 - not using input device '/dev/input/event18'.
[     6.893] (EE) libinput: HDA Intel PCH Mic: Failed to create a device for /dev/input/event18
[     6.893] (EE) PreInit returned 2 for "HDA Intel PCH Mic"
[     6.893] (II) UnloadModule: "libinput"
[     6.894] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
[     6.894] (**) HDA Intel PCH Headphone: Applying InputClass "devname"
[     6.894] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[     6.894] (**) HDA Intel PCH Headphone: always reports core events
[     6.894] (**) Option "Device" "/dev/input/event19"
[     6.895] (II) event19 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[     6.930] (II) event19 - not using input device '/dev/input/event19'.
[     6.930] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event19
[     6.930] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[     6.930] (II) UnloadModule: "libinput"
[     6.930] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[     6.930] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "devname"
[     6.930] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[     6.930] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[     6.930] (**) Option "Device" "/dev/input/event20"
[     6.932] (II) event20 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[     6.976] (II) event20 - not using input device '/dev/input/event20'.
[     6.976] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event20
[     6.976] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[     6.976] (II) UnloadModule: "libinput"
[     6.977] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[     6.977] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "devname"
[     6.977] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[     6.977] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[     6.977] (**) Option "Device" "/dev/input/event21"
[     6.978] (II) event21 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[     7.023] (II) event21 - not using input device '/dev/input/event21'.
[     7.023] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event21
[     7.023] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[     7.023] (II) UnloadModule: "libinput"
[     7.024] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[     7.024] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "devname"
[     7.024] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[     7.024] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[     7.024] (**) Option "Device" "/dev/input/event22"
[     7.025] (II) event22 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[     7.070] (II) event22 - not using input device '/dev/input/event22'.
[     7.070] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event22
[     7.070] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[     7.070] (II) UnloadModule: "libinput"
[     7.070] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
[     7.070] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "devname"
[     7.070] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[     7.070] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[     7.070] (**) Option "Device" "/dev/input/event23"
[     7.072] (II) event23 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[     7.110] (II) event23 - not using input device '/dev/input/event23'.
[     7.110] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=9: Failed to create a device for /dev/input/event23
[     7.110] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=9"
[     7.110] (II) UnloadModule: "libinput"
[     7.110] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
[     7.110] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "devname"
[     7.110] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=10'
[     7.110] (**) HDA Intel PCH HDMI/DP,pcm=10: always reports core events
[     7.110] (**) Option "Device" "/dev/input/event24"
[     7.112] (II) event24 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[     7.153] (II) event24 - not using input device '/dev/input/event24'.
[     7.153] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=10: Failed to create a device for /dev/input/event24
[     7.153] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=10"
[     7.153] (II) UnloadModule: "libinput"
[     7.153] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event25)
[     7.153] (**) HDA Intel PCH HDMI/DP,pcm=11: Applying InputClass "devname"
[     7.153] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=11'
[     7.153] (**) HDA Intel PCH HDMI/DP,pcm=11: always reports core events
[     7.153] (**) Option "Device" "/dev/input/event25"
[     7.153] (II) event25 - HDA Intel PCH HDMI/DP,pcm=11: is tagged by udev as: Switch
[     7.220] (II) event25 - not using input device '/dev/input/event25'.
[     7.220] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=11: Failed to create a device for /dev/input/event25
[     7.220] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=11"
[     7.220] (II) UnloadModule: "libinput"
[     7.220] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event26)
[     7.220] (**) HDA Intel PCH HDMI/DP,pcm=12: Applying InputClass "devname"
[     7.220] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=12'
[     7.220] (**) HDA Intel PCH HDMI/DP,pcm=12: always reports core events
[     7.220] (**) Option "Device" "/dev/input/event26"
[     7.222] (II) event26 - HDA Intel PCH HDMI/DP,pcm=12: is tagged by udev as: Switch
[     7.276] (II) event26 - not using input device '/dev/input/event26'.
[     7.276] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=12: Failed to create a device for /dev/input/event26
[     7.276] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=12"
[     7.276] (II) UnloadModule: "libinput"
[     7.277] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event27)
[     7.277] (**) HDA Intel PCH HDMI/DP,pcm=13: Applying InputClass "devname"
[     7.277] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=13'
[     7.277] (**) HDA Intel PCH HDMI/DP,pcm=13: always reports core events
[     7.277] (**) Option "Device" "/dev/input/event27"
[     7.278] (II) event27 - HDA Intel PCH HDMI/DP,pcm=13: is tagged by udev as: Switch
[     7.336] (II) event27 - not using input device '/dev/input/event27'.
[     7.336] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=13: Failed to create a device for /dev/input/event27
[     7.336] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=13"
[     7.336] (II) UnloadModule: "libinput"
[     7.337] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event28)
[     7.337] (**) HDA Intel PCH HDMI/DP,pcm=14: Applying InputClass "devname"
[     7.337] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=14'
[     7.337] (**) HDA Intel PCH HDMI/DP,pcm=14: always reports core events
[     7.337] (**) Option "Device" "/dev/input/event28"
[     7.338] (II) event28 - HDA Intel PCH HDMI/DP,pcm=14: is tagged by udev as: Switch
[     7.370] (II) event28 - not using input device '/dev/input/event28'.
[     7.370] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=14: Failed to create a device for /dev/input/event28
[     7.370] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=14"
[     7.370] (II) UnloadModule: "libinput"
[     7.370] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event29)
[     7.370] (**) HDA Intel PCH HDMI/DP,pcm=15: Applying InputClass "devname"
[     7.370] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=15'
[     7.370] (**) HDA Intel PCH HDMI/DP,pcm=15: always reports core events
[     7.370] (**) Option "Device" "/dev/input/event29"
[     7.372] (II) event29 - HDA Intel PCH HDMI/DP,pcm=15: is tagged by udev as: Switch
[     7.406] (II) event29 - not using input device '/dev/input/event29'.
[     7.406] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=15: Failed to create a device for /dev/input/event29
[     7.406] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=15"
[     7.406] (II) UnloadModule: "libinput"
[     7.407] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event30)
[     7.407] (**) HDA Intel PCH HDMI/DP,pcm=16: Applying InputClass "devname"
[     7.407] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=16'
[     7.407] (**) HDA Intel PCH HDMI/DP,pcm=16: always reports core events
[     7.407] (**) Option "Device" "/dev/input/event30"
[     7.408] (II) event30 - HDA Intel PCH HDMI/DP,pcm=16: is tagged by udev as: Switch
[     7.453] (II) event30 - not using input device '/dev/input/event30'.
[     7.453] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=16: Failed to create a device for /dev/input/event30
[     7.453] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=16"
[     7.453] (II) UnloadModule: "libinput"
[     7.454] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event31)
[     7.454] (**) HDA Intel PCH HDMI/DP,pcm=17: Applying InputClass "devname"
[     7.454] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=17'
[     7.454] (**) HDA Intel PCH HDMI/DP,pcm=17: always reports core events
[     7.454] (**) Option "Device" "/dev/input/event31"
[     7.455] (II) event31 - HDA Intel PCH HDMI/DP,pcm=17: is tagged by udev as: Switch
[     7.520] (II) event31 - not using input device '/dev/input/event31'.
[     7.520] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=17: Failed to create a device for /dev/input/event31
[     7.520] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=17"
[     7.520] (II) UnloadModule: "libinput"
[     7.520] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[     7.520] (**) Intel HID events: Applying InputClass "devname"
[     7.521] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[     7.521] (**) Intel HID events: Applying InputClass "system-keyboard"
[     7.521] (II) Using input driver 'libinput' for 'Intel HID events'
[     7.521] (**) Intel HID events: always reports core events
[     7.521] (**) Option "Device" "/dev/input/event5"
[     7.522] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.522] (II) event5  - Intel HID events: device is a keyboard
[     7.522] (II) event5  - Intel HID events: device removed
[     7.540] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input6/event5"
[     7.540] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[     7.540] (**) Option "xkb_layout" "us"
[     7.541] (II) event5  - Intel HID events: is tagged by udev as: Keyboard
[     7.541] (II) event5  - Intel HID events: device is a keyboard
[     7.542] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     7.542] (**) AT Translated Set 2 keyboard: Applying InputClass "devname"
[     7.542] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.542] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     7.542] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.542] (**) AT Translated Set 2 keyboard: always reports core events
[     7.542] (**) Option "Device" "/dev/input/event4"
[     7.543] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.543] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.545] (II) event4  - AT Translated Set 2 keyboard: device removed
[     7.570] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     7.570] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[     7.570] (**) Option "xkb_layout" "us"
[     7.571] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.572] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     7.574] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     7.574] (**) PC Speaker: Applying InputClass "devname"
[     7.574] (II) Using input driver 'libinput' for 'PC Speaker'
[     7.574] (**) PC Speaker: always reports core events
[     7.574] (**) Option "Device" "/dev/input/event6"
[     7.575] (II) event6  - PC Speaker: not tagged as supported input device
[     7.640] (II) event6  - not using input device '/dev/input/event6'.
[     7.640] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event6
[     7.640] (EE) PreInit returned 2 for "PC Speaker"
[     7.640] (II) UnloadModule: "libinput"
[     7.683] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=13 (/dev/input/event27)
[     7.683] (**) HDA Intel PCH HDMI/DP,pcm=13: Applying InputClass "devname"
[     7.683] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=13'
[     7.683] (**) HDA Intel PCH HDMI/DP,pcm=13: always reports core events
[     7.683] (**) Option "Device" "/dev/input/event27"
[     7.684] (II) event27 - HDA Intel PCH HDMI/DP,pcm=13: is tagged by udev as: Switch
[     7.730] (II) event27 - not using input device '/dev/input/event27'.
[     7.730] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=13: Failed to create a device for /dev/input/event27
[     7.730] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=13"
[     7.730] (II) UnloadModule: "libinput"
[     7.730] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event20)
[     7.730] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "devname"
[     7.730] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[     7.730] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[     7.730] (**) Option "Device" "/dev/input/event20"
[     7.731] (II) event20 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[     7.766] (II) event20 - not using input device '/dev/input/event20'.
[     7.766] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event20
[     7.766] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[     7.766] (II) UnloadModule: "libinput"
[     7.767] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[     7.767] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "devname"
[     7.767] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[     7.767] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[     7.767] (**) Option "Device" "/dev/input/event21"
[     7.768] (II) event21 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[     7.806] (II) event21 - not using input device '/dev/input/event21'.
[     7.806] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event21
[     7.806] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[     7.806] (II) UnloadModule: "libinput"
[     7.807] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
[     7.807] (**) HDA Intel PCH Mic: Applying InputClass "devname"
[     7.807] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[     7.807] (**) HDA Intel PCH Mic: always reports core events
[     7.807] (**) Option "Device" "/dev/input/event18"
[     7.808] (II) event18 - HDA Intel PCH Mic: is tagged by udev as: Switch
[     7.840] (II) event18 - not using input device '/dev/input/event18'.
[     7.840] (EE) libinput: HDA Intel PCH Mic: Failed to create a device for /dev/input/event18
[     7.840] (EE) PreInit returned 2 for "HDA Intel PCH Mic"
[     7.840] (II) UnloadModule: "libinput"
[     7.840] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
[     7.840] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "devname"
[     7.840] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[     7.840] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[     7.840] (**) Option "Device" "/dev/input/event23"
[     7.842] (II) event23 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[     7.880] (II) event23 - not using input device '/dev/input/event23'.
[     7.880] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=9: Failed to create a device for /dev/input/event23
[     7.880] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=9"
[     7.880] (II) UnloadModule: "libinput"
[     7.880] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19)
[     7.880] (**) HDA Intel PCH Headphone: Applying InputClass "devname"
[     7.880] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[     7.880] (**) HDA Intel PCH Headphone: always reports core events
[     7.880] (**) Option "Device" "/dev/input/event19"
[     7.881] (II) event19 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[     7.916] (II) event19 - not using input device '/dev/input/event19'.
[     7.916] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event19
[     7.916] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[     7.916] (II) UnloadModule: "libinput"
[     7.917] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=17 (/dev/input/event31)
[     7.917] (**) HDA Intel PCH HDMI/DP,pcm=17: Applying InputClass "devname"
[     7.917] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=17'
[     7.917] (**) HDA Intel PCH HDMI/DP,pcm=17: always reports core events
[     7.917] (**) Option "Device" "/dev/input/event31"
[     7.918] (II) event31 - HDA Intel PCH HDMI/DP,pcm=17: is tagged by udev as: Switch
[     7.953] (II) event31 - not using input device '/dev/input/event31'.
[     7.953] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=17: Failed to create a device for /dev/input/event31
[     7.953] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=17"
[     7.953] (II) UnloadModule: "libinput"
[     7.954] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[     7.954] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "devname"
[     7.954] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[     7.954] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[     7.954] (**) Option "Device" "/dev/input/event22"
[     7.955] (II) event22 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[     8.016] (II) event22 - not using input device '/dev/input/event22'.
[     8.016] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event22
[     8.016] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[     8.016] (II) UnloadModule: "libinput"
[     8.017] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=14 (/dev/input/event28)
[     8.017] (**) HDA Intel PCH HDMI/DP,pcm=14: Applying InputClass "devname"
[     8.017] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=14'
[     8.017] (**) HDA Intel PCH HDMI/DP,pcm=14: always reports core events
[     8.017] (**) Option "Device" "/dev/input/event28"
[     8.018] (II) event28 - HDA Intel PCH HDMI/DP,pcm=14: is tagged by udev as: Switch
[     8.050] (II) event28 - not using input device '/dev/input/event28'.
[     8.050] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=14: Failed to create a device for /dev/input/event28
[     8.050] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=14"
[     8.050] (II) UnloadModule: "libinput"
[     8.050] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event25)
[     8.050] (**) HDA Intel PCH HDMI/DP,pcm=11: Applying InputClass "devname"
[     8.050] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=11'
[     8.050] (**) HDA Intel PCH HDMI/DP,pcm=11: always reports core events
[     8.050] (**) Option "Device" "/dev/input/event25"
[     8.051] (II) event25 - HDA Intel PCH HDMI/DP,pcm=11: is tagged by udev as: Switch
[     8.086] (II) event25 - not using input device '/dev/input/event25'.
[     8.086] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=11: Failed to create a device for /dev/input/event25
[     8.086] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=11"
[     8.086] (II) UnloadModule: "libinput"
[     8.087] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=15 (/dev/input/event29)
[     8.087] (**) HDA Intel PCH HDMI/DP,pcm=15: Applying InputClass "devname"
[     8.087] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=15'
[     8.087] (**) HDA Intel PCH HDMI/DP,pcm=15: always reports core events
[     8.087] (**) Option "Device" "/dev/input/event29"
[     8.089] (II) event29 - HDA Intel PCH HDMI/DP,pcm=15: is tagged by udev as: Switch
[     8.123] (II) event29 - not using input device '/dev/input/event29'.
[     8.123] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=15: Failed to create a device for /dev/input/event29
[     8.123] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=15"
[     8.123] (II) UnloadModule: "libinput"
[     8.124] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=16 (/dev/input/event30)
[     8.124] (**) HDA Intel PCH HDMI/DP,pcm=16: Applying InputClass "devname"
[     8.124] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=16'
[     8.124] (**) HDA Intel PCH HDMI/DP,pcm=16: always reports core events
[     8.124] (**) Option "Device" "/dev/input/event30"
[     8.125] (II) event30 - HDA Intel PCH HDMI/DP,pcm=16: is tagged by udev as: Switch
[     8.160] (II) event30 - not using input device '/dev/input/event30'.
[     8.160] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=16: Failed to create a device for /dev/input/event30
[     8.160] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=16"
[     8.160] (II) UnloadModule: "libinput"
[     8.160] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
[     8.160] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "devname"
[     8.160] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=10'
[     8.160] (**) HDA Intel PCH HDMI/DP,pcm=10: always reports core events
[     8.160] (**) Option "Device" "/dev/input/event24"
[     8.162] (II) event24 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[     8.196] (II) event24 - not using input device '/dev/input/event24'.
[     8.196] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=10: Failed to create a device for /dev/input/event24
[     8.196] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=10"
[     8.196] (II) UnloadModule: "libinput"
[     8.197] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event26)
[     8.197] (**) HDA Intel PCH HDMI/DP,pcm=12: Applying InputClass "devname"
[     8.197] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=12'
[     8.197] (**) HDA Intel PCH HDMI/DP,pcm=12: always reports core events
[     8.197] (**) Option "Device" "/dev/input/event26"
[     8.198] (II) event26 - HDA Intel PCH HDMI/DP,pcm=12: is tagged by udev as: Switch
[     8.240] (II) event26 - not using input device '/dev/input/event26'.
[     8.240] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=12: Failed to create a device for /dev/input/event26
[     8.240] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=12"
[     8.240] (II) UnloadModule: "libinput"
[    16.493] (II) modeset(0): EDID vendor "BOE", prod id 2498
[    16.493] (II) modeset(0): Using EDID range info for horizontal sync
[    16.493] (II) modeset(0): Using EDID range info for vertical refresh
[    16.493] (II) modeset(0): Printing DDC gathered Modelines:
[    16.493] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    17.070] (II) modeset(0): EDID vendor "BOE", prod id 2498
[    17.070] (II) modeset(0): Using hsync ranges from config file
[    17.070] (II) modeset(0): Using vrefresh ranges from config file
[    17.070] (II) modeset(0): Printing DDC gathered Modelines:
[    17.070] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    21.399] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse2)
[    21.399] (**) PS/2 Generic Mouse: Applying InputClass "devname"
[    21.399] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    21.399] (**) PS/2 Generic Mouse: always reports core events
[    21.399] (**) Option "Device" "/dev/input/mouse2"
[    21.436] (II) mouse2  - not using input device '/dev/input/mouse2'.
[    21.436] (EE) libinput: PS/2 Generic Mouse: Failed to create a device for /dev/input/mouse2
[    21.436] (EE) PreInit returned 2 for "PS/2 Generic Mouse"
[    21.436] (II) UnloadModule: "libinput"
[    21.462] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event256)
[    21.462] (**) PS/2 Generic Mouse: Applying InputClass "devname"
[    21.462] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[    21.462] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[    21.462] (**) PS/2 Generic Mouse: always reports core events
[    21.462] (**) Option "Device" "/dev/input/event256"
[    21.464] (II) event256 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.464] (II) event256 - PS/2 Generic Mouse: device is a pointer
[    21.464] (II) event256 - PS/2 Generic Mouse: device removed
[    21.520] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event256"
[    21.520] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 17)
[    21.520] (**) Option "AccelerationScheme" "none"
[    21.521] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[    21.521] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[    21.521] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[    21.522] (II) event256 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[    21.522] (II) event256 - PS/2 Generic Mouse: device is a pointer
[    23.247] (II) config/udev: Adding input device [AV] T4-Series  (AVRCP) (/dev/input/event257)
[    23.247] (**) [AV] T4-Series  (AVRCP): Applying InputClass "devname"
[    23.247] (**) [AV] T4-Series  (AVRCP): Applying InputClass "libinput keyboard catchall"
[    23.247] (**) [AV] T4-Series  (AVRCP): Applying InputClass "system-keyboard"
[    23.247] (II) Using input driver 'libinput' for '[AV] T4-Series  (AVRCP)'
[    23.247] (**) [AV] T4-Series  (AVRCP): always reports core events
[    23.247] (**) Option "Device" "/dev/input/event257"
[    23.247] (II) event257 - [AV] T4-Series  (AVRCP): is tagged by udev as: Keyboard
[    23.247] (II) event257 - [AV] T4-Series  (AVRCP): device is a keyboard
[    23.248] (II) event257 - [AV] T4-Series  (AVRCP): device removed
[    23.293] (**) Option "config_info" "udev:/sys/devices/virtual/input/input38/event257"
[    23.293] (II) XINPUT: Adding extended input device "[AV] T4-Series  (AVRCP)" (type: KEYBOARD, id 18)
[    23.293] (**) Option "xkb_layout" "us"
[    23.294] (II) event257 - [AV] T4-Series  (AVRCP): is tagged by udev as: Keyboard
[    23.295] (II) event257 - [AV] T4-Series  (AVRCP): device is a keyboard
[    52.090] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.22.0/touchpad-jumping-cursors.html for details
[   681.673] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.22.0/touchpad-jumping-cursors.html for details
[   800.864] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.22.0/touchpad-jumping-cursors.html for details
[   805.657] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.22.0/touchpad-jumping-cursors.html for details
[   898.918] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.22.0/touchpad-jumping-cursors.html for details
[   898.918] (EE) event8  - SYNA1202:00 06CB:CD79 Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[  1557.194] (II) modeset(0): EDID vendor "BOE", prod id 2498
[  1557.194] (II) modeset(0): Using hsync ranges from config file
[  1557.194] (II) modeset(0): Using vrefresh ranges from config file
[  1557.194] (II) modeset(0): Printing DDC gathered Modelines:
[  1557.194] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[  1569.640] (II) modeset(0): EDID vendor "BOE", prod id 2498
[  1569.640] (II) modeset(0): Using hsync ranges from config file
[  1569.640] (II) modeset(0): Using vrefresh ranges from config file
[  1569.640] (II) modeset(0): Printing DDC gathered Modelines:
[  1569.640] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[  1569.661] (II) modeset(0): EDID vendor "BOE", prod id 2498
[  1569.661] (II) modeset(0): Using hsync ranges from config file
[  1569.661] (II) modeset(0): Using vrefresh ranges from config file
[  1569.661] (II) modeset(0): Printing DDC gathered Modelines:
[  1569.661] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[  2173.285] (II) modeset(0): EDID vendor "BOE", prod id 2498
[  2173.285] (II) modeset(0): Using hsync ranges from config file
[  2173.285] (II) modeset(0): Using vrefresh ranges from config file
[  2173.285] (II) modeset(0): Printing DDC gathered Modelines:
[  2173.285] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[  2173.301] (II) modeset(0): EDID vendor "BOE", prod id 2498
[  2173.301] (II) modeset(0): Using hsync ranges from config file
[  2173.301] (II) modeset(0): Using vrefresh ranges from config file
[  2173.301] (II) modeset(0): Printing DDC gathered Modelines:
[  2173.301] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)

Offline

#6 2022-11-22 15:22:55

seth
Member
Registered: 2012-09-03
Posts: 50,960

Re: [SOLVED] External display missing in xrandr

[     3.785] (--) PCI:*(0@0:2:0) 8086:9a60:1558:65f1 rev 1, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     3.785] (--) PCI: (1@0:0:0) 10de:2520:1558:65f1 rev 161, Mem @ 0x83000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288

optimus system.

[     3.780] (**) |   |-->Device "integrated"

Are you using optimus-manager? The nvidia chip isn't active in this log.

[     6.027] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (TGL GT1)
…
[     6.033] (II) modeset(0): Printing probed modes for output eDP-1

You're running on the IGP, the eDP is attached there - the HDMI is not.
https://wiki.archlinux.org/title/PRIME#Reverse_PRIME

Offline

#7 2022-11-22 15:46:46

lucaguglielmi
Member
Registered: 2022-11-12
Posts: 4

Re: [SOLVED] External display missing in xrandr

YESSS!! I was usign Optimus Manager for forcing nvidia drivers, but it's wasn't working. I removed it and now it works perfectly!!!!

Thank you so much!!

Offline

Board footer

Powered by FluxBB