You are not logged in.
Hi, I'm running a laptop with a 12th gen Intel CPU, I'm using modesetting driver for graphics.
After some time of using the laptop, xorg stutters and creates a second cursor, this cursor stays in place and changes glyph to whatever the real cursor currently is.
When this happens, the screen on which the secondary cursor is cannot be turned off using xrandr (this actually causes all screens to go dark)
Any idea what I could do to fix this?
Side-note - "TearFree" option doesn't work for me, but right now that's the least of my concerns.
Last edited by zvon (2023-07-06 19:10:20)
Offline
Fishing for more information. What Desktop Environment / Window Manager are you using?
Are you using a compositor?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Also: is this a hybrid graphics system? What is "the screen on which the secondary cursor is"?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Also: is this a hybrid graphics system? What is "the screen on which the secondary cursor is"?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
It's an intel-only system.
I meant the monitor on which the cursor is, sorry I forgot that in xorg monitor and screen are 2 completely different things.
[ 21.823] (--) Log file renamed from "/home/user/.local/share/xorg/Xorg.pid-1269.log" to "/home/user/.local/share/xorg/Xorg.0.log"
[ 21.824]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 21.824] Current Operating System: Linux hostname 6.4.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 01 Jul 2023 16:17:21 +0000 x86_64
[ 21.824] Kernel command line: loglevel=3 nowatchdog nvme_load=YES root=/dev/mapper/root cryptdevice=UUID=uuid quiet splash initrd=\initramfs-linux.img
[ 21.824]
[ 21.824] Current version of pixman: 0.42.2
[ 21.824] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.824] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.824] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Mon Jul 3 23:38:06 2023
[ 21.824] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 21.824] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21.825] (==) No Layout section. Using the first Screen section.
[ 21.825] (==) No screen section available. Using defaults.
[ 21.825] (**) |-->Screen "Default Screen Section" (0)
[ 21.825] (**) | |-->Monitor "<default monitor>"
[ 21.825] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 21.825] (**) | |-->Device "modesetting"
[ 21.825] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 21.825] (==) Automatically adding devices
[ 21.825] (==) Automatically enabling devices
[ 21.825] (==) Automatically adding GPU devices
[ 21.825] (==) Automatically binding GPU devices
[ 21.825] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 21.825] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 21.825] Entry deleted from font path.
[ 21.825] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 21.825] Entry deleted from font path.
[ 21.825] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 21.825] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 21.825] Entry deleted from font path.
[ 21.825] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 21.825] Entry deleted from font path.
[ 21.825] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 21.825] Entry deleted from font path.
[ 21.825] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 21.825] Entry deleted from font path.
[ 21.825] (==) FontPath set to:
[ 21.825] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21.825] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 21.825] (II) Module ABI versions:
[ 21.825] X.Org ANSI C Emulation: 0.4
[ 21.825] X.Org Video Driver: 25.2
[ 21.825] X.Org XInput driver : 24.4
[ 21.825] X.Org Server Extension : 10.0
[ 21.826] (++) using VT number 2
[ 21.827] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 21.827] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21.827] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 21.828] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 21.830] (--) PCI:*(0@0:2:0) 8086:4628:17aa:50ac rev 12, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 21.830] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 21.830] (II) LoadModule: "glx"
[ 21.832] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 21.834] (II) Module glx: vendor="X.Org Foundation"
[ 21.834] compiled for 1.21.1.8, module version = 1.0.0
[ 21.834] ABI class: X.Org Server Extension, version 10.0
[ 21.834] (II) LoadModule: "modesetting"
[ 21.834] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 21.835] (II) Module modesetting: vendor="X.Org Foundation"
[ 21.835] compiled for 1.21.1.8, module version = 1.21.1
[ 21.835] Module class: X.Org Video Driver
[ 21.835] ABI class: X.Org Video Driver, version 25.2
[ 21.835] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 21.835] (II) modeset(0): using drv /dev/dri/card0
[ 21.835] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 21.835] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 21.835] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 21.835] (==) modeset(0): RGB weight 888
[ 21.835] (==) modeset(0): Default visual is TrueColor
[ 21.835] (II) Loading sub module "glamoregl"
[ 21.835] (II) LoadModule: "glamoregl"
[ 21.835] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 21.837] (II) Module glamoregl: vendor="X.Org Foundation"
[ 21.837] compiled for 1.21.1.8, module version = 1.0.1
[ 21.837] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.854] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[ 21.854] (II) modeset(0): glamor initialized
[ 21.854] (==) modeset(0): VariableRefresh: disabled
[ 21.854] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 21.856] (II) modeset(0): Output eDP-1 has no monitor section
[ 21.856] (II) modeset(0): Output HDMI-1 has no monitor section
[ 21.857] (II) modeset(0): Output DP-1 has no monitor section
[ 21.857] (II) modeset(0): Output DP-2 has no monitor section
[ 21.857] (II) modeset(0): Output DP-3 has no monitor section
[ 21.857] (II) modeset(0): Output DP-4 has no monitor section
[ 21.859] (II) modeset(0): EDID for output eDP-1
[ 21.859] (II) modeset(0): Manufacturer: CMN Model: 1512 Serial#: 0
[ 21.859] (II) modeset(0): Year: 2019 Week: 48
[ 21.859] (II) modeset(0): EDID Version: 1.4
[ 21.859] (II) modeset(0): Digital Display Input
[ 21.859] (II) modeset(0): 8 bits per channel
[ 21.859] (II) modeset(0): Digital interface is DisplayPort
[ 21.859] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 21.859] (II) modeset(0): Gamma: 2.20
[ 21.859] (II) modeset(0): No DPMS capabilities specified
[ 21.859] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 21.859] (II) modeset(0): First detailed timing is preferred mode
[ 21.859] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 21.859] (II) modeset(0): Display is continuous-frequency
[ 21.859] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 21.859] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 21.859] (II) modeset(0): Manufacturer's mask: 0
[ 21.859] (II) modeset(0): Supported detailed timing:
[ 21.859] (II) modeset(0): clock: 138.8 MHz Image Size: 344 x 193 mm
[ 21.859] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 21.859] (II) modeset(0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1112 v_border: 0
[ 21.859] (II) modeset(0): N156HCA-E5B
[ 21.859] (II) modeset(0): CMN
[ 21.859] (II) modeset(0): N156HCA-E5B
[ 21.859] (II) modeset(0): EDID (in hex):
[ 21.859] (II) modeset(0): 00ffffffffffff000dae121500000000
[ 21.859] (II) modeset(0): 301d0104a52213780328659759548e27
[ 21.859] (II) modeset(0): 1e505400000001010101010101010101
[ 21.859] (II) modeset(0): 010101010101363680a0703820403020
[ 21.859] (II) modeset(0): a50058c110000018000000fe004e3135
[ 21.859] (II) modeset(0): 364843412d4535420a20000000fe0043
[ 21.859] (II) modeset(0): 4d4e0a202020202020202020000000fe
[ 21.859] (II) modeset(0): 004e3135364843412d4535420a2000c7
[ 21.859] (II) modeset(0): Printing probed modes for output eDP-1
[ 21.859] (II) modeset(0): Modeline "1920x1080"x60.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 21.859] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 21.859] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 21.859] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 21.859] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 21.859] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 21.859] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 21.859] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 21.859] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 21.859] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 21.859] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 21.859] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 21.859] (II) modeset(0): EDID for output HDMI-1
[ 21.859] (II) modeset(0): EDID for output DP-1
[ 21.859] (II) modeset(0): EDID for output DP-2
[ 21.859] (II) modeset(0): EDID for output DP-3
[ 21.859] (II) modeset(0): EDID for output DP-4
[ 21.859] (II) modeset(0): Output eDP-1 connected
[ 21.859] (II) modeset(0): Output HDMI-1 disconnected
[ 21.859] (II) modeset(0): Output DP-1 disconnected
[ 21.859] (II) modeset(0): Output DP-2 disconnected
[ 21.859] (II) modeset(0): Output DP-3 disconnected
[ 21.859] (II) modeset(0): Output DP-4 disconnected
[ 21.859] (II) modeset(0): Using exact sizes for initial modes
[ 21.859] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 21.859] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.859] (==) modeset(0): DPI set to (96, 96)
[ 21.859] (II) Loading sub module "fb"
[ 21.859] (II) LoadModule: "fb"
[ 21.859] (II) Module "fb" already built-in
[ 21.875] (==) modeset(0): Backing store enabled
[ 21.875] (==) modeset(0): Silken mouse enabled
[ 21.949] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 21.950] (==) modeset(0): DPMS enabled
[ 21.950] (WW) modeset(0): Option "TearFree" is not used
[ 21.950] (II) modeset(0): [DRI2] Setup complete
[ 21.950] (II) modeset(0): [DRI2] DRI driver: iris
[ 21.950] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 21.950] (II) Initializing extension Generic Event Extension
[ 21.950] (II) Initializing extension SHAPE
[ 21.951] (II) Initializing extension MIT-SHM
[ 21.951] (II) Initializing extension XInputExtension
[ 21.951] (II) Initializing extension XTEST
[ 21.952] (II) Initializing extension BIG-REQUESTS
[ 21.952] (II) Initializing extension SYNC
[ 21.952] (II) Initializing extension XKEYBOARD
[ 21.952] (II) Initializing extension XC-MISC
[ 21.953] (II) Initializing extension SECURITY
[ 21.953] (II) Initializing extension XFIXES
[ 21.953] (II) Initializing extension RENDER
[ 21.953] (II) Initializing extension RANDR
[ 21.954] (II) Initializing extension COMPOSITE
[ 21.954] (II) Initializing extension DAMAGE
[ 21.954] (II) Initializing extension MIT-SCREEN-SAVER
[ 21.954] (II) Initializing extension DOUBLE-BUFFER
[ 21.954] (II) Initializing extension RECORD
[ 21.955] (II) Initializing extension DPMS
[ 21.955] (II) Initializing extension Present
[ 21.955] (II) Initializing extension DRI3
[ 21.955] (II) Initializing extension X-Resource
[ 21.955] (II) Initializing extension XVideo
[ 21.955] (II) Initializing extension XVideo-MotionCompensation
[ 21.955] (II) Initializing extension GLX
[ 21.962] (II) AIGLX: Loaded and initialized iris
[ 21.962] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 21.962] (II) Initializing extension XFree86-VidModeExtension
[ 21.962] (II) Initializing extension XFree86-DGA
[ 21.962] (II) Initializing extension XFree86-DRI
[ 21.962] (II) Initializing extension DRI2
[ 21.963] (II) modeset(0): Damage tracking initialized
[ 21.963] (II) modeset(0): Setting screen physical size to 508 x 285
[ 21.985] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 21.985] (**) Power Button: Applying InputClass "devname"
[ 21.985] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 21.985] (**) Power Button: Applying InputClass "system-keyboard"
[ 21.985] (II) LoadModule: "libinput"
[ 21.986] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 21.987] (II) Module libinput: vendor="X.Org Foundation"
[ 21.987] compiled for 1.21.1.8, module version = 1.3.0
[ 21.987] Module class: X.Org XInput Driver
[ 21.987] ABI class: X.Org XInput driver, version 24.4
[ 21.987] (II) Using input driver 'libinput' for 'Power Button'
[ 21.988] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 28 paused 0
[ 21.988] (**) Power Button: always reports core events
[ 21.988] (**) Option "Device" "/dev/input/event2"
[ 21.988] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.989] (II) event2 - Power Button: device is a keyboard
[ 21.989] (II) event2 - Power Button: device removed
[ 21.989] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 21.989] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 21.989] (**) Option "xkb_layout" "us"
[ 21.989] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.989] (II) event2 - Power Button: device is a keyboard
[ 21.989] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 21.989] (**) Video Bus: Applying InputClass "devname"
[ 21.989] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 21.989] (**) Video Bus: Applying InputClass "system-keyboard"
[ 21.989] (II) Using input driver 'libinput' for 'Video Bus'
[ 21.989] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 31 paused 0
[ 21.989] (**) Video Bus: always reports core events
[ 21.989] (**) Option "Device" "/dev/input/event10"
[ 21.990] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 21.990] (II) event10 - Video Bus: device is a keyboard
[ 21.990] (II) event10 - Video Bus: device removed
[ 21.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input23/event10"
[ 21.990] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 21.990] (**) Option "xkb_layout" "us"
[ 21.990] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 21.990] (II) event10 - Video Bus: device is a keyboard
[ 21.990] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 21.990] (**) Lid Switch: Applying InputClass "devname"
[ 21.990] (II) Using input driver 'libinput' for 'Lid Switch'
[ 21.991] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 21.991] (**) Lid Switch: always reports core events
[ 21.991] (**) Option "Device" "/dev/input/event1"
[ 21.991] (II) event1 - Lid Switch: is tagged by udev as: Switch
[ 21.991] (II) event1 - Lid Switch: device is a switch device
[ 21.991] (II) event1 - Lid Switch: device removed
[ 21.991] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1"
[ 21.991] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 8)
[ 21.992] (II) event1 - Lid Switch: is tagged by udev as: Switch
[ 21.992] (II) event1 - Lid Switch: device is a switch device
[ 21.992] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 21.992] (**) Sleep Button: Applying InputClass "devname"
[ 21.992] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 21.992] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 21.992] (II) Using input driver 'libinput' for 'Sleep Button'
[ 21.992] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 33 paused 0
[ 21.992] (**) Sleep Button: always reports core events
[ 21.992] (**) Option "Device" "/dev/input/event0"
[ 21.992] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.993] (II) event0 - Sleep Button: device is a keyboard
[ 21.993] (II) event0 - Sleep Button: device removed
[ 21.993] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 21.993] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 21.993] (**) Option "xkb_layout" "us"
[ 21.993] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.993] (II) event0 - Sleep Button: device is a keyboard
[ 21.993] (II) config/udev: Adding input device ELAN067D:00 04F3:3209 Mouse (/dev/input/event7)
[ 21.993] (**) ELAN067D:00 04F3:3209 Mouse: Applying InputClass "devname"
[ 21.993] (**) ELAN067D:00 04F3:3209 Mouse: Applying InputClass "libinput pointer catchall"
[ 21.993] (II) Using input driver 'libinput' for 'ELAN067D:00 04F3:3209 Mouse'
[ 21.994] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 21.994] (**) ELAN067D:00 04F3:3209 Mouse: always reports core events
[ 21.994] (**) Option "Device" "/dev/input/event7"
[ 21.994] (II) event7 - ELAN067D:00 04F3:3209 Mouse: is tagged by udev as: Mouse Pointingstick
[ 21.994] (II) event7 - ELAN067D:00 04F3:3209 Mouse: device is a pointer
[ 21.995] (II) event7 - ELAN067D:00 04F3:3209 Mouse: device removed
[ 21.995] (II) libinput: ELAN067D:00 04F3:3209 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.995] (II) libinput: ELAN067D:00 04F3:3209 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.995] (II) libinput: ELAN067D:00 04F3:3209 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.995] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:19.1/i2c_designware.1/i2c-2/i2c-ELAN067D:00/0018:04F3:3209.0001/input/input20/event7"
[ 21.995] (II) XINPUT: Adding extended input device "ELAN067D:00 04F3:3209 Mouse" (type: MOUSE, id 10)
[ 21.995] (**) Option "AccelerationScheme" "none"
[ 21.995] (**) ELAN067D:00 04F3:3209 Mouse: (accel) selected scheme none/0
[ 21.995] (**) ELAN067D:00 04F3:3209 Mouse: (accel) acceleration factor: 2.000
[ 21.995] (**) ELAN067D:00 04F3:3209 Mouse: (accel) acceleration threshold: 4
[ 21.995] (II) event7 - ELAN067D:00 04F3:3209 Mouse: is tagged by udev as: Mouse Pointingstick
[ 21.995] (II) event7 - ELAN067D:00 04F3:3209 Mouse: device is a pointer
[ 21.996] (II) config/udev: Adding input device ELAN067D:00 04F3:3209 Mouse (/dev/input/mouse0)
[ 21.996] (**) ELAN067D:00 04F3:3209 Mouse: Applying InputClass "devname"
[ 21.996] (II) Using input driver 'libinput' for 'ELAN067D:00 04F3:3209 Mouse'
[ 21.996] (**) ELAN067D:00 04F3:3209 Mouse: always reports core events
[ 21.996] (**) Option "Device" "/dev/input/mouse0"
[ 22.040] (II) mouse0 - not using input device '/dev/input/mouse0'.
[ 22.040] (EE) libinput: ELAN067D:00 04F3:3209 Mouse: Failed to create a device for /dev/input/mouse0
[ 22.040] (EE) PreInit returned 2 for "ELAN067D:00 04F3:3209 Mouse"
[ 22.040] (II) UnloadModule: "libinput"
[ 22.040] (II) config/udev: Adding input device ELAN067D:00 04F3:3209 Touchpad (/dev/input/event8)
[ 22.040] (**) ELAN067D:00 04F3:3209 Touchpad: Applying InputClass "devname"
[ 22.040] (**) ELAN067D:00 04F3:3209 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 22.040] (II) Using input driver 'libinput' for 'ELAN067D:00 04F3:3209 Touchpad'
[ 22.041] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 35 paused 0
[ 22.041] (**) ELAN067D:00 04F3:3209 Touchpad: always reports core events
[ 22.041] (**) Option "Device" "/dev/input/event8"
[ 22.042] (II) event8 - ELAN067D:00 04F3:3209 Touchpad: is tagged by udev as: Touchpad
[ 22.045] (II) event8 - ELAN067D:00 04F3:3209 Touchpad: device is a touchpad
[ 22.045] (II) event8 - ELAN067D:00 04F3:3209 Touchpad: device removed
[ 22.045] (**) Option "Tapping" "on"
[ 22.045] (II) libinput: ELAN067D:00 04F3:3209 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.045] (II) libinput: ELAN067D:00 04F3:3209 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.045] (II) libinput: ELAN067D:00 04F3:3209 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.046] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:19.1/i2c_designware.1/i2c-2/i2c-ELAN067D:00/0018:04F3:3209.0001/input/input22/event8"
[ 22.046] (II) XINPUT: Adding extended input device "ELAN067D:00 04F3:3209 Touchpad" (type: TOUCHPAD, id 11)
[ 22.048] (**) Option "AccelerationScheme" "none"
[ 22.048] (**) ELAN067D:00 04F3:3209 Touchpad: (accel) selected scheme none/0
[ 22.048] (**) ELAN067D:00 04F3:3209 Touchpad: (accel) acceleration factor: 2.000
[ 22.048] (**) ELAN067D:00 04F3:3209 Touchpad: (accel) acceleration threshold: 4
[ 22.049] (II) event8 - ELAN067D:00 04F3:3209 Touchpad: is tagged by udev as: Touchpad
[ 22.050] (II) event8 - ELAN067D:00 04F3:3209 Touchpad: device is a touchpad
[ 22.050] (II) config/udev: Adding input device ELAN067D:00 04F3:3209 Touchpad (/dev/input/mouse1)
[ 22.050] (**) ELAN067D:00 04F3:3209 Touchpad: Applying InputClass "devname"
[ 22.050] (II) Using input driver 'libinput' for 'ELAN067D:00 04F3:3209 Touchpad'
[ 22.050] (**) ELAN067D:00 04F3:3209 Touchpad: always reports core events
[ 22.050] (**) Option "Device" "/dev/input/mouse1"
[ 22.093] (II) mouse1 - not using input device '/dev/input/mouse1'.
[ 22.093] (EE) libinput: ELAN067D:00 04F3:3209 Touchpad: Failed to create a device for /dev/input/mouse1
[ 22.093] (EE) PreInit returned 2 for "ELAN067D:00 04F3:3209 Touchpad"
[ 22.093] (II) UnloadModule: "libinput"
[ 22.094] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 22.094] (**) HDA Intel PCH Mic: Applying InputClass "devname"
[ 22.094] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[ 22.095] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 36 paused 0
[ 22.095] (**) HDA Intel PCH Mic: always reports core events
[ 22.095] (**) Option "Device" "/dev/input/event11"
[ 22.096] (II) event11 - HDA Intel PCH Mic: is tagged by udev as: Switch
[ 22.096] (II) event11 - not using input device '/dev/input/event11'.
[ 22.096] (EE) libinput: HDA Intel PCH Mic: Failed to create a device for /dev/input/event11
[ 22.096] (EE) PreInit returned 2 for "HDA Intel PCH Mic"
[ 22.096] (II) UnloadModule: "libinput"
[ 22.096] (II) systemd-logind: releasing fd for 13:75
[ 22.171] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 22.171] (**) HDA Intel PCH Headphone: Applying InputClass "devname"
[ 22.171] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[ 22.173] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 36 paused 0
[ 22.173] (**) HDA Intel PCH Headphone: always reports core events
[ 22.173] (**) Option "Device" "/dev/input/event12"
[ 22.175] (II) event12 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[ 22.175] (II) event12 - not using input device '/dev/input/event12'.
[ 22.175] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event12
[ 22.175] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[ 22.175] (II) UnloadModule: "libinput"
[ 22.175] (II) systemd-logind: releasing fd for 13:76
[ 22.244] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 22.244] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "devname"
[ 22.244] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[ 22.247] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[ 22.247] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[ 22.247] (**) Option "Device" "/dev/input/event13"
[ 22.248] (II) event13 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[ 22.249] (II) event13 - not using input device '/dev/input/event13'.
[ 22.249] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event13
[ 22.249] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[ 22.249] (II) UnloadModule: "libinput"
[ 22.249] (II) systemd-logind: releasing fd for 13:77
[ 22.308] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[ 22.309] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "devname"
[ 22.309] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[ 22.311] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 36 paused 0
[ 22.311] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[ 22.311] (**) Option "Device" "/dev/input/event14"
[ 22.313] (II) event14 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[ 22.313] (II) event14 - not using input device '/dev/input/event14'.
[ 22.313] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event14
[ 22.313] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[ 22.313] (II) UnloadModule: "libinput"
[ 22.313] (II) systemd-logind: releasing fd for 13:78
[ 22.412] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[ 22.412] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "devname"
[ 22.412] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[ 22.414] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 36 paused 0
[ 22.414] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[ 22.414] (**) Option "Device" "/dev/input/event15"
[ 22.416] (II) event15 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[ 22.417] (II) event15 - not using input device '/dev/input/event15'.
[ 22.417] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event15
[ 22.417] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[ 22.417] (II) UnloadModule: "libinput"
[ 22.417] (II) systemd-logind: releasing fd for 13:79
[ 22.501] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[ 22.501] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "devname"
[ 22.501] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=9'
[ 22.503] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 36 paused 0
[ 22.503] (**) HDA Intel PCH HDMI/DP,pcm=9: always reports core events
[ 22.503] (**) Option "Device" "/dev/input/event16"
[ 22.505] (II) event16 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[ 22.505] (II) event16 - not using input device '/dev/input/event16'.
[ 22.505] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=9: Failed to create a device for /dev/input/event16
[ 22.505] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=9"
[ 22.505] (II) UnloadModule: "libinput"
[ 22.505] (II) systemd-logind: releasing fd for 13:80
[ 22.568] (II) config/udev: Adding input device Intel HID events (/dev/input/event4)
[ 22.569] (**) Intel HID events: Applying InputClass "devname"
[ 22.569] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 22.569] (**) Intel HID events: Applying InputClass "system-keyboard"
[ 22.569] (II) Using input driver 'libinput' for 'Intel HID events'
[ 22.571] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 36 paused 0
[ 22.571] (**) Intel HID events: always reports core events
[ 22.571] (**) Option "Device" "/dev/input/event4"
[ 22.572] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 22.573] (II) event4 - Intel HID events: device is a keyboard
[ 22.573] (II) event4 - Intel HID events: device removed
[ 22.573] (**) Option "config_info" "udev:/sys/devices/platform/INTC1070:00/input/input13/event4"
[ 22.573] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 12)
[ 22.573] (**) Option "xkb_layout" "us"
[ 22.574] (II) event4 - Intel HID events: is tagged by udev as: Keyboard
[ 22.575] (II) event4 - Intel HID events: device is a keyboard
[ 22.575] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 22.575] (**) AT Translated Set 2 keyboard: Applying InputClass "devname"
[ 22.575] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 22.575] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 22.575] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 22.576] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[ 22.576] (**) AT Translated Set 2 keyboard: always reports core events
[ 22.576] (**) Option "Device" "/dev/input/event3"
[ 22.578] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 22.578] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 22.580] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 22.580] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 22.580] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 22.580] (**) Option "xkb_layout" "us"
[ 22.581] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 22.582] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 22.583] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event9)
[ 22.583] (**) TPPS/2 Elan TrackPoint: Applying InputClass "devname"
[ 22.583] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 22.583] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 22.583] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[ 22.583] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 22.583] (**) Option "Device" "/dev/input/event9"
[ 22.584] (II) event9 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22.584] (II) event9 - TPPS/2 Elan TrackPoint: device is a pointer
[ 22.585] (II) event9 - TPPS/2 Elan TrackPoint: device removed
[ 22.585] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.585] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.585] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.585] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event9"
[ 22.585] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 14)
[ 22.585] (**) Option "AccelerationScheme" "none"
[ 22.585] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 22.585] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 22.585] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 22.586] (II) event9 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22.586] (II) event9 - TPPS/2 Elan TrackPoint: device is a pointer
[ 22.587] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse2)
[ 22.587] (**) TPPS/2 Elan TrackPoint: Applying InputClass "devname"
[ 22.587] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 22.587] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 22.587] (**) Option "Device" "/dev/input/mouse2"
[ 22.653] (II) mouse2 - not using input device '/dev/input/mouse2'.
[ 22.653] (EE) libinput: TPPS/2 Elan TrackPoint: Failed to create a device for /dev/input/mouse2
[ 22.653] (EE) PreInit returned 2 for "TPPS/2 Elan TrackPoint"
[ 22.653] (II) UnloadModule: "libinput"
[ 22.655] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 22.655] (**) PC Speaker: Applying InputClass "devname"
[ 22.655] (II) Using input driver 'libinput' for 'PC Speaker'
[ 22.658] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 39 paused 0
[ 22.658] (**) PC Speaker: always reports core events
[ 22.658] (**) Option "Device" "/dev/input/event5"
[ 22.660] (II) event5 - PC Speaker: not tagged as supported input device
[ 22.660] (II) event5 - not using input device '/dev/input/event5'.
[ 22.660] (EE) libinput: PC Speaker: Failed to create a device for /dev/input/event5
[ 22.660] (EE) PreInit returned 2 for "PC Speaker"
[ 22.660] (II) UnloadModule: "libinput"
[ 22.660] (II) systemd-logind: releasing fd for 13:69
[ 22.766] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 22.766] (**) ThinkPad Extra Buttons: Applying InputClass "devname"
[ 22.766] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 22.766] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[ 22.766] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 22.766] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 39 paused 0
[ 22.766] (**) ThinkPad Extra Buttons: always reports core events
[ 22.767] (**) Option "Device" "/dev/input/event6"
[ 22.768] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 22.768] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 22.768] (II) event6 - ThinkPad Extra Buttons: device is a switch device
[ 22.769] (II) event6 - ThinkPad Extra Buttons: device removed
[ 22.769] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input16/event6"
[ 22.769] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 22.770] (**) Option "xkb_layout" "us"
[ 22.771] (II) event6 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 22.771] (II) event6 - ThinkPad Extra Buttons: device is a keyboard
[ 22.771] (II) event6 - ThinkPad Extra Buttons: device is a switch device
[ 22.772] (II) config/udev: Adding input device LogiOps Virtual Input (/dev/input/event17)
[ 22.772] (**) LogiOps Virtual Input: Applying InputClass "devname"
[ 22.772] (**) LogiOps Virtual Input: Applying InputClass "libinput keyboard catchall"
[ 22.772] (**) LogiOps Virtual Input: Applying InputClass "system-keyboard"
[ 22.772] (II) Using input driver 'libinput' for 'LogiOps Virtual Input'
[ 22.773] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 40 paused 0
[ 22.773] (**) LogiOps Virtual Input: always reports core events
[ 22.773] (**) Option "Device" "/dev/input/event17"
[ 22.774] (II) event17 - LogiOps Virtual Input: is tagged by udev as: Keyboard
[ 22.774] (II) event17 - LogiOps Virtual Input: device is a keyboard
[ 22.775] (II) event17 - LogiOps Virtual Input: device removed
[ 22.775] (**) Option "config_info" "udev:/sys/devices/virtual/input/input30/event17"
[ 22.775] (II) XINPUT: Adding extended input device "LogiOps Virtual Input" (type: KEYBOARD, id 16)
[ 22.775] (**) Option "xkb_layout" "us"
[ 22.776] (II) event17 - LogiOps Virtual Input: is tagged by udev as: Keyboard
[ 22.776] (II) event17 - LogiOps Virtual Input: device is a keyboard
[ 22.898] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 22.898] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.898] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 22.914] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 22.914] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.914] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 22.931] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 22.931] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.931] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 23.147] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 23.147] (II) modeset(0): Printing DDC gathered Modelines:
[ 23.147] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 23.164] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 23.164] (II) modeset(0): Printing DDC gathered Modelines:
[ 23.164] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.344] (EE) modeset(0): Failed to set CTM property: -13
[ 194.344] (EE) modeset(0): Failed to set CTM property: -13
[ 194.344] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.344] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.344] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.351] (EE) modeset(0): Failed to set CTM property: -13
[ 194.351] (EE) modeset(0): Failed to set CTM property: -13
[ 194.351] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.351] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.351] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.356] (EE) modeset(0): Failed to set CTM property: -13
[ 194.356] (EE) modeset(0): Failed to set CTM property: -13
[ 194.356] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.356] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.356] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.361] (EE) modeset(0): Failed to set CTM property: -13
[ 194.361] (EE) modeset(0): Failed to set CTM property: -13
[ 194.361] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.361] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.361] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.366] (EE) modeset(0): Failed to set CTM property: -13
[ 194.366] (EE) modeset(0): Failed to set CTM property: -13
[ 194.366] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.366] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.366] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.372] (EE) modeset(0): Failed to set CTM property: -13
[ 194.372] (EE) modeset(0): Failed to set CTM property: -13
[ 194.372] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.372] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.372] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)
[ 194.376] (EE) modeset(0): Failed to set CTM property: -13
[ 194.376] (EE) modeset(0): Failed to set CTM property: -13
[ 194.376] (II) modeset(0): EDID vendor "CMN", prod id 5394
[ 194.376] (II) modeset(0): Printing DDC gathered Modelines:
[ 194.376] (II) modeset(0): Modeline "1920x1080"x0.0 138.78 1920 1968 2000 2080 1080 1090 1095 1112 -hsync -vsync (66.7 kHz eP)Offline
Fishing for more information. What Desktop Environment / Window Manager are you using?
Are you using a compositor?
I'm running bspwm, I tried with and without compositor (picom) and the results were the same. I also tried booting into Gnome on Wayland and there after a few minutes the screen froze.
Offline
I got the "screen" thing, but the xorg log shows only the internal output eDP-1 and I wondered whether the problematic output was maybe sth. like https://wiki.archlinux.org/title/DisplayLink
I suspect
[ 21.859] (II) modeset(0): Display is continuous-frequencyis a problem…
[ 194.372] (EE) modeset(0): Failed to set CTM property: -13Output of
xrandr --props?
Offline
Sorry, the xorg log I posted was on a single display as I didn't have access to the monitors anymore. The problem persisted on single display, so I thought the log is good enough
xrandr --propsshows this for the built-in display:
eDP-1 connected 1920x1080+0+840 (normal left inverted right x axis y axis) 344mm x 193mm
EDID:
00ffffffffffff000dae121500000000
301d0104a52213780328659759548e27
1e505400000001010101010101010101
010101010101363680a0703820403020
a50058c110000018000000fe004e3135
364843412d4535420a20000000fe0043
4d4e0a202020202020202020000000fe
004e3135364843412d4535420a2000c7
vrr_capable: 0
range: (0, 1)
Colorspace: Default
supported: Default, RGB_Wide_Gamut_Fixed_Point, RGB_Wide_Gamut_Floating_Point, opRGB, DCI-P3_RGB_D65, BT2020_RGB, BT601_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, BT2020_CYCC, BT2020_YCC
max bpc: 12
range: (6, 12)
Broadcast RGB: Automatic
supported: Automatic, Full, Limited 16:235
panel orientation: Normal
supported: Normal, Upside Down, Left Side Up, Right Side Up
scaling mode: Full aspect
supported: Full, Center, Full aspect
link-status: Good
supported: Good, Bad
CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0
0 1
CONNECTOR_ID: 236
supported: 236
non-desktop: 0
range: (0, 1)
1920x1080 60.00*+ 59.97 59.96 59.93
1680x1050 59.95 59.88
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 59.98
800x450 59.95 59.82
640x512 60.02
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
640x400 59.88 59.98
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32 However, I think I fixed the issue
I switched from gdm to sddm. This caused the x server to start with root privileges (gdm launched xserver using the user that logged in) and the problem disappeared!
Offline
The problem persisted on single display, so I thought the log is good enough
Yes, but the second part would have been relevant information.
I switched from gdm to sddm. This caused the x server to start with root privileges (gdm launched xserver using the user that logged in) and the problem disappeared!
Not sure whether the root condition is relevant, but certainly see https://wiki.archlinux.org/title/GDM#Use_Xorg_backend
Offline