You are not logged in.
Pages: 1
About a year ago I setup the following script to automate connecting my laptop to an external monitor:
xrandr --output HDMI-1 --auto --right-of eDP-1This has worked completely fine until today (for more context this is the first time I have tried using an HDMI connection in around two months), where I am getting this error:
output HDMI-1 not found; ignoringNow running a plain
xrandrI get (abridged):
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
1920x1080 60.05*+ 59.93
...
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)Okay, so it appears that the display port names have mysteriously gotten rid of the hyphen (e.g. eDP-1 -> eDP1). But still, even after modifying the names of the display ports in the above command, nothing happens. I have looked in my system logs using journalctl, but no logs are written when plugging/unplugging the HDMI cord or when running the actual xrandr commands. So I'm not sure where (if anywhere) I would find the logs for this.
I suspect then that xrandr is not detecting any input into HDMI1 (since it says "disconnected" above), but I know for a fact that the cable works as everything operates fine when using it with the same monitor and a different laptop running Windows.
Any help troubleshooting this is appreciated; let me know if any more information about my system, besides the below, is needed.
Laptop: Lenovo Thinkpad X1 Carbon Gen 7 laptop
Kernel Version: 6.1.65-1-lts
Video Driver: xf86-video-intel
Last edited by aneeshdg16 (2023-12-11 22:16:38)
Offline
Remove xf86-video-intel and reboot, the names will change but hopefully things will generally end up better. xf86-video-intel is unmaintained and basically broken for GPUs newer than 2011ish
FWIW as for logs you can check your Xorg log: https://wiki.archlinux.org/title/Xorg#General
Is that the only card in the system or should there be e.g. an nvidia card for an Optimus setup?
Last edited by V1del (2023-12-07 00:19:33)
Offline
Thanks for the response.
Removing xf86-video-intel and rebooting did indeed change the names back to normal. But the issue still persists.
And on the graphics cards, running
lspci | grep VGAgives
00:02.0 VGA compatible controller: Intel Corporation Comet Lake UHD Graphics (rev 04)Should xorg logs have anything useful? I don't see anything in mine that mentions xrandr or HDMI.
Last edited by aneeshdg16 (2023-12-07 01:42:53)
Offline
Post the xorg log. Maybe also test the normal kernel instead of LTS
Offline
After running the xrandr command the only relevant xorg log messages I see after running:
tail -f ~/.local/share/xorg/Xorg.0.log | tsare these:
Dec 07 01:35:33 [ 1959.978] (II) modeset(0): EDID vendor "AUO", prod id 9021
Dec 07 01:35:33 [ 1959.978] (II) modeset(0): Printing DDC gathered Modelines:
Dec 07 01:35:33 [ 1959.978] (II) modeset(0): Modeline "1920x1080"x0.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)I also booted into the normal kernel and the problem is still there.
Offline
the only relevant xorg log messages I see
Post the xorg log. Maybe also test the normal kernel instead of LTS
What makes you believe your random selection is any relevant to the problem?
Also
for OUT in /sys/class/drm/card*; do echo $OUT; edid-decode $OUT/edid; echo "================="; doneYou'll need https://aur.archlinux.org/packages/edid-decode-git
Online
Here is what I get after running the edid-decode command:
/sys/class/drm/card0
/sys/class/drm/card0/edid: No such file or directory
=================
/sys/class/drm/card0-DP-1
EDID of '/sys/class/drm/card0-DP-1/edid' was empty.
=================
/sys/class/drm/card0-DP-2
EDID of '/sys/class/drm/card0-DP-2/edid' was empty.
=================
/sys/class/drm/card0-eDP-1
edid-decode (hex):
00 ff ff ff ff ff ff 00 06 af 3d 23 00 00 00 00
00 1b 01 04 95 1f 11 78 02 ae 95 a4 55 4e a0 27
0c 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 14 37 80 b8 70 38 24 40 10 10
3e 00 35 ae 10 00 00 18 00 00 00 0f 00 00 00 00
00 00 00 00 00 00 00 00 00 20 00 00 00 fe 00 41
55 4f 0a 20 20 20 20 20 20 20 20 20 00 00 00 fe
00 42 31 34 30 48 41 4b 30 32 2e 33 20 0a 00 b7
----------------
Block 0, Base EDID:
EDID Structure Version & Revision: 1.4
Vendor & Product Identification:
Manufacturer: AUO
Model: 9021
Made in: 2017
Basic Display Parameters & Features:
Digital display
Bits per primary color channel: 6
DisplayPort interface
Maximum image size: 31 cm x 17 cm
Gamma: 2.20
Supported color formats: RGB 4:4:4
First detailed timing includes the native pixel format and preferred refresh rate
Color Characteristics:
Red : 0.6425, 0.3339
Green: 0.3076, 0.6269
Blue : 0.1542, 0.0478
White: 0.3134, 0.3291
Established Timings I & II: none
Standard Timings: none
Detailed Timing Descriptors:
DTD 1: 1920x1080 60.049471 Hz 16:9 67.015 kHz 141.000000 MHz (309 mm x 174 mm)
Hfront 16 Hsync 16 Hback 152 Hpol N
Vfront 3 Vsync 14 Vback 19 Vpol N
Manufacturer-Specified Display Descriptor (0x0f): 00 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 20 '............... '
Alphanumeric Data String: 'AUO'
Alphanumeric Data String: 'B140HAK02.3 '
Checksum: 0xb7
=================
/sys/class/drm/card0-HDMI-A-1
EDID of '/sys/class/drm/card0-HDMI-A-1/edid' was empty.
=================Here is the full contents of my /var/log/Xorg.0.log:
[ 1626.603]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 1626.603] Current Operating System: Linux Marchant 6.1.27-1-lts #1 SMP PREEMPT_DYNAMIC Mon, 01 May 2023 18:18:27 +0000 x86_64
[ 1626.603] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=c5d365cb-ba59-491b-8d1b-48b92a47b6c4 rw loglevel=3 quiet
[ 1626.603]
[ 1626.603] Current version of pixman: 0.42.2
[ 1626.603] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1626.603] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1626.603] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 10 16:38:49 2023
[ 1626.603] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1626.603] (==) No Layout section. Using the first Screen section.
[ 1626.603] (==) No screen section available. Using defaults.
[ 1626.603] (**) |-->Screen "Default Screen Section" (0)
[ 1626.603] (**) | |-->Monitor "<default monitor>"
[ 1626.603] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1626.603] (==) Automatically adding devices
[ 1626.603] (==) Automatically enabling devices
[ 1626.603] (==) Automatically adding GPU devices
[ 1626.603] (==) Automatically binding GPU devices
[ 1626.603] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1626.603] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 1626.603] Entry deleted from font path.
[ 1626.603] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 1626.603] Entry deleted from font path.
[ 1626.603] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 1626.603] Entry deleted from font path.
[ 1626.603] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 1626.603] Entry deleted from font path.
[ 1626.603] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 1626.603] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1626.603] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1626.603] (II) Module ABI versions:
[ 1626.603] X.Org ANSI C Emulation: 0.4
[ 1626.603] X.Org Video Driver: 25.2
[ 1626.603] X.Org XInput driver : 24.4
[ 1626.603] X.Org Server Extension : 10.0
[ 1626.604] (++) using VT number 1
[ 1626.605] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 1626.605] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1626.605] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 1626.605] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 1626.607] (--) PCI:*(0@0:2:0) 8086:9bca:17aa:2292 rev 4, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[ 1626.607] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1626.607] (II) LoadModule: "glx"
[ 1626.607] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1626.608] (II) Module glx: vendor="X.Org Foundation"
[ 1626.608] compiled for 1.21.1.8, module version = 1.0.0
[ 1626.608] ABI class: X.Org Server Extension, version 10.0
[ 1626.608] (==) Matched intel as autoconfigured driver 0
[ 1626.608] (==) Matched modesetting as autoconfigured driver 1
[ 1626.608] (==) Matched fbdev as autoconfigured driver 2
[ 1626.608] (==) Matched vesa as autoconfigured driver 3
[ 1626.608] (==) Assigned the driver to the xf86ConfigLayout
[ 1626.608] (II) LoadModule: "intel"
[ 1626.608] (WW) Warning, couldn't open module intel
[ 1626.608] (EE) Failed to load module "intel" (module does not exist, 0)
[ 1626.608] (II) LoadModule: "modesetting"
[ 1626.608] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 1626.609] (II) Module modesetting: vendor="X.Org Foundation"
[ 1626.609] compiled for 1.21.1.8, module version = 1.21.1
[ 1626.609] Module class: X.Org Video Driver
[ 1626.609] ABI class: X.Org Video Driver, version 25.2
[ 1626.609] (II) LoadModule: "fbdev"
[ 1626.609] (WW) Warning, couldn't open module fbdev
[ 1626.609] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1626.609] (II) LoadModule: "vesa"
[ 1626.609] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 1626.609] (II) Module vesa: vendor="X.Org Foundation"
[ 1626.609] compiled for 1.21.1.4, module version = 2.6.0
[ 1626.609] Module class: X.Org Video Driver
[ 1626.609] ABI class: X.Org Video Driver, version 25.2
[ 1626.609] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1626.609] (II) VESA: driver for VESA chipsets: vesa
[ 1626.609] (II) modeset(0): using drv /dev/dri/card0
[ 1626.609] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1626.609] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 1626.609] (==) modeset(0): RGB weight 888
[ 1626.609] (==) modeset(0): Default visual is TrueColor
[ 1626.609] (II) Loading sub module "glamoregl"
[ 1626.609] (II) LoadModule: "glamoregl"
[ 1626.609] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 1626.611] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1626.611] compiled for 1.21.1.8, module version = 1.0.1
[ 1626.611] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1626.635] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[ 1626.635] (II) modeset(0): glamor initialized
[ 1626.635] (==) modeset(0): VariableRefresh: disabled
[ 1626.635] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 1626.636] (II) modeset(0): Output eDP-1 has no monitor section
[ 1626.636] (II) modeset(0): Output DP-1 has no monitor section
[ 1626.645] (II) modeset(0): Output HDMI-1 has no monitor section
[ 1626.645] (II) modeset(0): Output DP-2 has no monitor section
[ 1626.646] (II) modeset(0): EDID for output eDP-1
[ 1626.646] (II) modeset(0): Manufacturer: AUO Model: 233d Serial#: 0
[ 1626.646] (II) modeset(0): Year: 2017 Week: 0
[ 1626.646] (II) modeset(0): EDID Version: 1.4
[ 1626.646] (II) modeset(0): Digital Display Input
[ 1626.646] (II) modeset(0): 6 bits per channel
[ 1626.646] (II) modeset(0): Digital interface is DisplayPort
[ 1626.646] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 1626.646] (II) modeset(0): Gamma: 2.20
[ 1626.646] (II) modeset(0): No DPMS capabilities specified
[ 1626.646] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 1626.646] (II) modeset(0): First detailed timing is preferred mode
[ 1626.646] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 1626.646] (II) modeset(0): redX: 0.643 redY: 0.334 greenX: 0.308 greenY: 0.627
[ 1626.646] (II) modeset(0): blueX: 0.154 blueY: 0.048 whiteX: 0.313 whiteY: 0.329
[ 1626.646] (II) modeset(0): Manufacturer's mask: 0
[ 1626.646] (II) modeset(0): Supported detailed timing:
[ 1626.646] (II) modeset(0): clock: 141.0 MHz Image Size: 309 x 174 mm
[ 1626.646] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 1626.646] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 1626.646] (II) modeset(0): Unknown vendor-specific block f
[ 1626.646] (II) modeset(0): AUO
[ 1626.646] (II) modeset(0): B140HAK02.3
[ 1626.646] (II) modeset(0): EDID (in hex):
[ 1626.646] (II) modeset(0): 00ffffffffffff0006af3d2300000000
[ 1626.646] (II) modeset(0): 001b0104951f117802ae95a4554ea027
[ 1626.646] (II) modeset(0): 0c505400000001010101010101010101
[ 1626.647] (II) modeset(0): 010101010101143780b8703824401010
[ 1626.647] (II) modeset(0): 3e0035ae100000180000000f00000000
[ 1626.647] (II) modeset(0): 00000000000000000020000000fe0041
[ 1626.647] (II) modeset(0): 554f0a202020202020202020000000fe
[ 1626.647] (II) modeset(0): 004231343048414b30322e33200a00b7
[ 1626.647] (II) modeset(0): Printing probed modes for output eDP-1
[ 1626.647] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 1626.647] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 1626.647] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 1626.647] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 1626.647] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 1626.647] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 1626.647] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 1626.647] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 1626.647] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 1626.647] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 1626.647] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 1626.647] (II) modeset(0): EDID for output DP-1
[ 1626.656] (II) modeset(0): EDID for output HDMI-1
[ 1626.656] (II) modeset(0): EDID for output DP-2
[ 1626.656] (II) modeset(0): Output eDP-1 connected
[ 1626.656] (II) modeset(0): Output DP-1 disconnected
[ 1626.656] (II) modeset(0): Output HDMI-1 disconnected
[ 1626.656] (II) modeset(0): Output DP-2 disconnected
[ 1626.656] (II) modeset(0): Using exact sizes for initial modes
[ 1626.656] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 1626.656] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1626.656] (==) modeset(0): DPI set to (96, 96)
[ 1626.656] (II) Loading sub module "fb"
[ 1626.656] (II) LoadModule: "fb"
[ 1626.656] (II) Module "fb" already built-in
[ 1626.656] (II) UnloadModule: "vesa"
[ 1626.656] (II) Unloading vesa
[ 1626.663] (==) modeset(0): Backing store enabled
[ 1626.663] (==) modeset(0): Silken mouse enabled
[ 1626.732] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 1626.732] (==) modeset(0): DPMS enabled
[ 1626.732] (II) modeset(0): [DRI2] Setup complete
[ 1626.732] (II) modeset(0): [DRI2] DRI driver: iris
[ 1626.732] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 1626.732] (II) Initializing extension Generic Event Extension
[ 1626.733] (II) Initializing extension SHAPE
[ 1626.733] (II) Initializing extension MIT-SHM
[ 1626.733] (II) Initializing extension XInputExtension
[ 1626.733] (II) Initializing extension XTEST
[ 1626.733] (II) Initializing extension BIG-REQUESTS
[ 1626.733] (II) Initializing extension SYNC
[ 1626.733] (II) Initializing extension XKEYBOARD
[ 1626.733] (II) Initializing extension XC-MISC
[ 1626.733] (II) Initializing extension SECURITY
[ 1626.733] (II) Initializing extension XFIXES
[ 1626.733] (II) Initializing extension RENDER
[ 1626.733] (II) Initializing extension RANDR
[ 1626.734] (II) Initializing extension COMPOSITE
[ 1626.734] (II) Initializing extension DAMAGE
[ 1626.734] (II) Initializing extension MIT-SCREEN-SAVER
[ 1626.734] (II) Initializing extension DOUBLE-BUFFER
[ 1626.734] (II) Initializing extension RECORD
[ 1626.734] (II) Initializing extension DPMS
[ 1626.734] (II) Initializing extension Present
[ 1626.734] (II) Initializing extension DRI3
[ 1626.734] (II) Initializing extension X-Resource
[ 1626.734] (II) Initializing extension XVideo
[ 1626.734] (II) Initializing extension XVideo-MotionCompensation
[ 1626.734] (II) Initializing extension GLX
[ 1626.740] (II) AIGLX: Loaded and initialized iris
[ 1626.740] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1626.740] (II) Initializing extension XFree86-VidModeExtension
[ 1626.740] (II) Initializing extension XFree86-DGA
[ 1626.740] (II) Initializing extension XFree86-DRI
[ 1626.740] (II) Initializing extension DRI2
[ 1626.741] (II) modeset(0): Damage tracking initialized
[ 1626.741] (II) modeset(0): Setting screen physical size to 508 x 285
[ 1626.793] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1626.793] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1626.793] (II) LoadModule: "libinput"
[ 1626.793] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 1626.794] (II) Module libinput: vendor="X.Org Foundation"
[ 1626.794] compiled for 1.21.1.8, module version = 1.3.0
[ 1626.794] Module class: X.Org XInput Driver
[ 1626.794] ABI class: X.Org XInput driver, version 24.4
[ 1626.794] (II) Using input driver 'libinput' for 'Power Button'
[ 1626.795] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[ 1626.795] (**) Power Button: always reports core events
[ 1626.795] (**) Option "Device" "/dev/input/event2"
[ 1626.796] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1626.796] (II) event2 - Power Button: device is a keyboard
[ 1626.796] (II) event2 - Power Button: device removed
[ 1626.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 1626.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1626.797] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1626.797] (II) event2 - Power Button: device is a keyboard
[ 1626.797] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 1626.797] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1626.797] (II) Using input driver 'libinput' for 'Video Bus'
[ 1626.797] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[ 1626.797] (**) Video Bus: always reports core events
[ 1626.797] (**) Option "Device" "/dev/input/event5"
[ 1626.798] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 1626.798] (II) event5 - Video Bus: device is a keyboard
[ 1626.798] (II) event5 - Video Bus: device removed
[ 1626.798] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5"
[ 1626.798] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 1626.798] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 1626.799] (II) event5 - Video Bus: device is a keyboard
[ 1626.799] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 1626.799] (II) No input driver specified, ignoring this device.
[ 1626.799] (II) This device may have been added with another device file.
[ 1626.799] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 1626.799] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1626.799] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1626.800] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0
[ 1626.800] (**) Sleep Button: always reports core events
[ 1626.800] (**) Option "Device" "/dev/input/event0"
[ 1626.800] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1626.800] (II) event0 - Sleep Button: device is a keyboard
[ 1626.800] (II) event0 - Sleep Button: device removed
[ 1626.800] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 1626.800] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 1626.801] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 1626.801] (II) event0 - Sleep Button: device is a keyboard
[ 1626.801] (II) config/udev: Adding input device Logitech M510 (/dev/input/event7)
[ 1626.801] (**) Logitech M510: Applying InputClass "libinput pointer catchall"
[ 1626.801] (II) Using input driver 'libinput' for 'Logitech M510'
[ 1626.802] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 35 paused 0
[ 1626.802] (**) Logitech M510: always reports core events
[ 1626.802] (**) Option "Device" "/dev/input/event7"
[ 1626.803] (II) event7 - Logitech M510: is tagged by udev as: Mouse
[ 1626.803] (II) event7 - Logitech M510: device is a pointer
[ 1626.803] (II) event7 - Logitech M510: device removed
[ 1626.803] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.803] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.803] (II) libinput: Logitech M510: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.803] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4051.0005/input/input20/event7"
[ 1626.803] (II) XINPUT: Adding extended input device "Logitech M510" (type: MOUSE, id 9)
[ 1626.803] (**) Option "AccelerationScheme" "none"
[ 1626.803] (**) Logitech M510: (accel) selected scheme none/0
[ 1626.803] (**) Logitech M510: (accel) acceleration factor: 2.000
[ 1626.803] (**) Logitech M510: (accel) acceleration threshold: 4
[ 1626.804] (II) event7 - Logitech M510: is tagged by udev as: Mouse
[ 1626.804] (II) event7 - Logitech M510: device is a pointer
[ 1626.804] (II) config/udev: Adding input device Logitech M510 (/dev/input/mouse1)
[ 1626.804] (II) No input driver specified, ignoring this device.
[ 1626.804] (II) This device may have been added with another device file.
[ 1626.805] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/event6)
[ 1626.805] (**) Raydium Corporation Raydium Touch System: Applying InputClass "libinput touchscreen catchall"
[ 1626.805] (II) Using input driver 'libinput' for 'Raydium Corporation Raydium Touch System'
[ 1626.862] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 36 paused 0
[ 1626.862] (**) Raydium Corporation Raydium Touch System: always reports core events
[ 1626.862] (**) Option "Device" "/dev/input/event6"
[ 1626.863] (II) event6 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[ 1626.863] (II) event6 - Raydium Corporation Raydium Touch System: device is a touch device
[ 1626.863] (II) event6 - Raydium Corporation Raydium Touch System: device removed
[ 1626.863] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:2386:4328.0004/input/input15/event6"
[ 1626.863] (II) XINPUT: Adding extended input device "Raydium Corporation Raydium Touch System" (type: TOUCHSCREEN, id 10)
[ 1626.863] (**) Option "AccelerationScheme" "none"
[ 1626.863] (**) Raydium Corporation Raydium Touch System: (accel) selected scheme none/0
[ 1626.863] (**) Raydium Corporation Raydium Touch System: (accel) acceleration factor: 2.000
[ 1626.863] (**) Raydium Corporation Raydium Touch System: (accel) acceleration threshold: 4
[ 1626.864] (II) event6 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[ 1626.864] (II) event6 - Raydium Corporation Raydium Touch System: device is a touch device
[ 1626.865] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/mouse0)
[ 1626.865] (II) No input driver specified, ignoring this device.
[ 1626.865] (II) This device may have been added with another device file.
[ 1626.866] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event11)
[ 1626.866] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 1626.866] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 1626.866] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 37 paused 0
[ 1626.866] (**) Integrated Camera: Integrated C: always reports core events
[ 1626.866] (**) Option "Device" "/dev/input/event11"
[ 1626.867] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 1626.867] (II) event11 - Integrated Camera: Integrated C: device is a keyboard
[ 1626.868] (II) event11 - Integrated Camera: Integrated C: device removed
[ 1626.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input26/event11"
[ 1626.868] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 11)
[ 1626.869] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 1626.869] (II) event11 - Integrated Camera: Integrated C: device is a keyboard
[ 1626.870] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/event9)
[ 1626.870] (**) SYNA8004:00 06CB:CD8B Mouse: Applying InputClass "libinput pointer catchall"
[ 1626.870] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Mouse'
[ 1626.870] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 38 paused 0
[ 1626.870] (**) SYNA8004:00 06CB:CD8B Mouse: always reports core events
[ 1626.870] (**) Option "Device" "/dev/input/event9"
[ 1626.871] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[ 1626.872] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[ 1626.873] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: device removed
[ 1626.873] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.873] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.873] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-SYNA8004:00/0018:06CB:CD8B.0006/input/input23/event9"
[ 1626.873] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Mouse" (type: MOUSE, id 12)
[ 1626.873] (**) Option "AccelerationScheme" "none"
[ 1626.873] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) selected scheme none/0
[ 1626.873] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration factor: 2.000
[ 1626.873] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration threshold: 4
[ 1626.874] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[ 1626.874] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[ 1626.876] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/mouse2)
[ 1626.876] (II) No input driver specified, ignoring this device.
[ 1626.876] (II) This device may have been added with another device file.
[ 1626.876] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/event10)
[ 1626.876] (**) SYNA8004:00 06CB:CD8B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 1626.876] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Touchpad'
[ 1626.877] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 39 paused 0
[ 1626.877] (**) SYNA8004:00 06CB:CD8B Touchpad: always reports core events
[ 1626.877] (**) Option "Device" "/dev/input/event10"
[ 1626.878] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[ 1626.880] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[ 1626.880] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: device removed
[ 1626.880] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.880] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.880] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.880] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-SYNA8004:00/0018:06CB:CD8B.0006/input/input24/event10"
[ 1626.881] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Touchpad" (type: TOUCHPAD, id 13)
[ 1626.882] (**) Option "AccelerationScheme" "none"
[ 1626.882] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) selected scheme none/0
[ 1626.882] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration factor: 2.000
[ 1626.882] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration threshold: 4
[ 1626.883] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[ 1626.885] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[ 1626.886] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/mouse3)
[ 1626.886] (II) No input driver specified, ignoring this device.
[ 1626.886] (II) This device may have been added with another device file.
[ 1626.887] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 1626.887] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 1626.887] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 1626.887] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 40 paused 0
[ 1626.887] (**) AT Translated Set 2 keyboard: always reports core events
[ 1626.887] (**) Option "Device" "/dev/input/event3"
[ 1626.888] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1626.888] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1626.889] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 1626.889] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 1626.889] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 1626.890] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1626.890] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1626.892] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event12)
[ 1626.892] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 1626.892] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 1626.893] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 41 paused 0
[ 1626.893] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 1626.893] (**) Option "Device" "/dev/input/event12"
[ 1626.893] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 1626.894] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[ 1626.895] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[ 1626.895] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.895] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.895] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 1626.895] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input22/event12"
[ 1626.895] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[ 1626.895] (**) Option "AccelerationScheme" "none"
[ 1626.895] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 1626.895] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 1626.895] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 1626.896] (II) event12 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 1626.896] (II) event12 - TPPS/2 Elan TrackPoint: device is a pointer
[ 1626.898] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse4)
[ 1626.898] (II) No input driver specified, ignoring this device.
[ 1626.898] (II) This device may have been added with another device file.
[ 1626.898] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 1626.898] (II) No input driver specified, ignoring this device.
[ 1626.898] (II) This device may have been added with another device file.
[ 1626.900] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[ 1626.900] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 1626.900] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 1626.900] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[ 1626.900] (**) ThinkPad Extra Buttons: always reports core events
[ 1626.900] (**) Option "Device" "/dev/input/event4"
[ 1626.901] (II) event4 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 1626.901] (II) event4 - ThinkPad Extra Buttons: device is a keyboard
[ 1626.902] (II) event4 - ThinkPad Extra Buttons: device removed
[ 1626.902] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event4"
[ 1626.902] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[ 1626.902] (II) event4 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 1626.902] (II) event4 - ThinkPad Extra Buttons: device is a keyboard
[ 1626.992] (**) Option "fd" "30"
[ 1626.992] (II) event2 - Power Button: device removed
[ 1626.992] (**) Option "fd" "33"
[ 1626.992] (II) event5 - Video Bus: device removed
[ 1626.992] (**) Option "fd" "34"
[ 1626.992] (II) event0 - Sleep Button: device removed
[ 1626.992] (**) Option "fd" "35"
[ 1626.992] (II) event7 - Logitech M510: device removed
[ 1626.992] (**) Option "fd" "36"
[ 1626.992] (II) event6 - Raydium Corporation Raydium Touch System: device removed
[ 1626.992] (**) Option "fd" "37"
[ 1626.992] (II) event11 - Integrated Camera: Integrated C: device removed
[ 1626.992] (**) Option "fd" "38"
[ 1626.992] (II) event9 - SYNA8004:00 06CB:CD8B Mouse: device removed
[ 1626.992] (**) Option "fd" "39"
[ 1626.992] (II) event10 - SYNA8004:00 06CB:CD8B Touchpad: device removed
[ 1626.992] (**) Option "fd" "40"
[ 1626.992] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 1626.992] (**) Option "fd" "41"
[ 1626.993] (II) event12 - TPPS/2 Elan TrackPoint: device removed
[ 1626.993] (**) Option "fd" "42"
[ 1626.993] (II) event4 - ThinkPad Extra Buttons: device removed
[ 1626.998] (II) UnloadModule: "libinput"
[ 1626.998] (II) systemd-logind: releasing fd for 13:68
[ 1627.021] (II) UnloadModule: "libinput"
[ 1627.021] (II) systemd-logind: releasing fd for 13:76
[ 1627.071] (II) UnloadModule: "libinput"
[ 1627.071] (II) systemd-logind: releasing fd for 13:67
[ 1627.088] (II) UnloadModule: "libinput"
[ 1627.088] (II) systemd-logind: releasing fd for 13:74
[ 1627.121] (II) UnloadModule: "libinput"
[ 1627.121] (II) systemd-logind: releasing fd for 13:73
[ 1627.161] (II) UnloadModule: "libinput"
[ 1627.161] (II) systemd-logind: releasing fd for 13:75
[ 1627.198] (II) UnloadModule: "libinput"
[ 1627.198] (II) systemd-logind: releasing fd for 13:70
[ 1627.234] (II) UnloadModule: "libinput"
[ 1627.234] (II) systemd-logind: releasing fd for 13:71
[ 1627.274] (II) UnloadModule: "libinput"
[ 1627.275] (II) systemd-logind: releasing fd for 13:64
[ 1627.298] (II) UnloadModule: "libinput"
[ 1627.298] (II) systemd-logind: releasing fd for 13:69
[ 1627.333] (II) UnloadModule: "libinput"
[ 1627.333] (II) systemd-logind: releasing fd for 13:66
[ 1627.387] (II) Server terminated successfully (0). Closing log file.Offline
The xorg log is from may?
Can you attach the monitor via displayport?
Does it show up if you re-attach it?
Do you have another hdmi cable?
Online
The "SMP PREEMPT_DYNAMIC Mon, 01 May 2023" refers to when the kernel was built, I think. Maybe the relevant xorg log is the one that is stored in ~/.local/share/xorg/Xorg.0.log, which I have pasted here:
[ 23.200]
X.Org X Server 1.21.1.9
X Protocol Version 11, Revision 0
[ 23.201] Current Operating System: Linux Marchant 6.1.65-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 03 Dec 2023 12:06:12 +0000 x86_64
[ 23.201] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=c5d365cb-ba59-491b-8d1b-48b92a47b6c4 rw loglevel=3 quiet
[ 23.201]
[ 23.201] Current version of pixman: 0.42.2
[ 23.201] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 23.201] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.201] (==) Log file: "/home/my-name-redacted/.local/share/xorg/Xorg.0.log", Time: Thu Dec 7 13:03:15 2023
[ 23.203] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.203] (==) No Layout section. Using the first Screen section.
[ 23.203] (==) No screen section available. Using defaults.
[ 23.203] (**) |-->Screen "Default Screen Section" (0)
[ 23.203] (**) | |-->Monitor "<default monitor>"
[ 23.203] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 23.203] (==) Automatically adding devices
[ 23.203] (==) Automatically enabling devices
[ 23.203] (==) Automatically adding GPU devices
[ 23.203] (==) Automatically binding GPU devices
[ 23.203] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 23.203] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 23.203] Entry deleted from font path.
[ 23.203] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 23.203] Entry deleted from font path.
[ 23.203] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 23.203] Entry deleted from font path.
[ 23.203] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 23.203] Entry deleted from font path.
[ 23.205] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 23.205] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 23.205] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 23.205] (II) Module ABI versions:
[ 23.205] X.Org ANSI C Emulation: 0.4
[ 23.205] X.Org Video Driver: 25.2
[ 23.205] X.Org XInput driver : 24.4
[ 23.205] X.Org Server Extension : 10.0
[ 23.205] (++) using VT number 1
[ 23.206] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 23.206] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 23.206] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 23.207] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 23.208] (--) PCI:*(0@0:2:0) 8086:9bca:17aa:2292 rev 4, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[ 23.208] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 23.208] (II) LoadModule: "glx"
[ 23.208] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 23.213] (II) Module glx: vendor="X.Org Foundation"
[ 23.213] compiled for 1.21.1.9, module version = 1.0.0
[ 23.213] ABI class: X.Org Server Extension, version 10.0
[ 23.213] (==) Matched intel as autoconfigured driver 0
[ 23.213] (==) Matched modesetting as autoconfigured driver 1
[ 23.213] (==) Matched fbdev as autoconfigured driver 2
[ 23.213] (==) Matched vesa as autoconfigured driver 3
[ 23.213] (==) Assigned the driver to the xf86ConfigLayout
[ 23.213] (II) LoadModule: "intel"
[ 23.213] (WW) Warning, couldn't open module intel
[ 23.213] (EE) Failed to load module "intel" (module does not exist, 0)
[ 23.213] (II) LoadModule: "modesetting"
[ 23.213] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 23.215] (II) Module modesetting: vendor="X.Org Foundation"
[ 23.215] compiled for 1.21.1.9, module version = 1.21.1
[ 23.215] Module class: X.Org Video Driver
[ 23.215] ABI class: X.Org Video Driver, version 25.2
[ 23.215] (II) LoadModule: "fbdev"
[ 23.216] (WW) Warning, couldn't open module fbdev
[ 23.216] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 23.216] (II) LoadModule: "vesa"
[ 23.216] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 23.216] (II) Module vesa: vendor="X.Org Foundation"
[ 23.216] compiled for 1.21.1.4, module version = 2.6.0
[ 23.216] Module class: X.Org Video Driver
[ 23.216] ABI class: X.Org Video Driver, version 25.2
[ 23.216] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 23.216] (II) VESA: driver for VESA chipsets: vesa
[ 23.216] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 23.216] (II) modeset(0): using drv /dev/dri/card0
[ 23.216] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 23.216] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 23.216] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 23.216] (==) modeset(0): RGB weight 888
[ 23.216] (==) modeset(0): Default visual is TrueColor
[ 23.216] (II) Loading sub module "glamoregl"
[ 23.216] (II) LoadModule: "glamoregl"
[ 23.216] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 23.220] (II) Module glamoregl: vendor="X.Org Foundation"
[ 23.220] compiled for 1.21.1.9, module version = 1.0.1
[ 23.220] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.323] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[ 23.323] (II) modeset(0): glamor initialized
[ 23.323] (==) modeset(0): VariableRefresh: disabled
[ 23.323] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 23.325] (II) modeset(0): Output eDP-1 has no monitor section
[ 23.325] (II) modeset(0): Output DP-1 has no monitor section
[ 23.333] (II) modeset(0): Output HDMI-1 has no monitor section
[ 23.333] (II) modeset(0): Output DP-2 has no monitor section
[ 23.334] (II) modeset(0): EDID for output eDP-1
[ 23.334] (II) modeset(0): Manufacturer: AUO Model: 233d Serial#: 0
[ 23.334] (II) modeset(0): Year: 2017 Week: 0
[ 23.334] (II) modeset(0): EDID Version: 1.4
[ 23.334] (II) modeset(0): Digital Display Input
[ 23.334] (II) modeset(0): 6 bits per channel
[ 23.334] (II) modeset(0): Digital interface is DisplayPort
[ 23.334] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 23.334] (II) modeset(0): Gamma: 2.20
[ 23.334] (II) modeset(0): No DPMS capabilities specified
[ 23.334] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 23.334] (II) modeset(0): First detailed timing is preferred mode
[ 23.334] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 23.334] (II) modeset(0): redX: 0.643 redY: 0.334 greenX: 0.308 greenY: 0.627
[ 23.334] (II) modeset(0): blueX: 0.154 blueY: 0.048 whiteX: 0.313 whiteY: 0.329
[ 23.334] (II) modeset(0): Manufacturer's mask: 0
[ 23.334] (II) modeset(0): Supported detailed timing:
[ 23.334] (II) modeset(0): clock: 141.0 MHz Image Size: 309 x 174 mm
[ 23.334] (II) modeset(0): h_active: 1920 h_sync: 1936 h_sync_end 1952 h_blank_end 2104 h_border: 0
[ 23.334] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1097 v_blanking: 1116 v_border: 0
[ 23.334] (II) modeset(0): Unknown vendor-specific block f
[ 23.334] (II) modeset(0): AUO
[ 23.334] (II) modeset(0): B140HAK02.3
[ 23.334] (II) modeset(0): EDID (in hex):
[ 23.334] (II) modeset(0): 00ffffffffffff0006af3d2300000000
[ 23.334] (II) modeset(0): 001b0104951f117802ae95a4554ea027
[ 23.334] (II) modeset(0): 0c505400000001010101010101010101
[ 23.334] (II) modeset(0): 010101010101143780b8703824401010
[ 23.334] (II) modeset(0): 3e0035ae100000180000000f00000000
[ 23.334] (II) modeset(0): 00000000000000000020000000fe0041
[ 23.334] (II) modeset(0): 554f0a202020202020202020000000fe
[ 23.334] (II) modeset(0): 004231343048414b30322e33200a00b7
[ 23.335] (II) modeset(0): Printing probed modes for output eDP-1
[ 23.335] (II) modeset(0): Modeline "1920x1080"x60.0 141.00 1920 1936 1952 2104 1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[ 23.335] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 23.335] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 23.335] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 23.335] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 23.335] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 23.335] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 23.335] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 23.335] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 23.335] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 23.335] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 23.335] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 23.335] (II) modeset(0): EDID for output DP-1
[ 23.343] (II) modeset(0): EDID for output HDMI-1
[ 23.343] (II) modeset(0): EDID for output DP-2
[ 23.343] (II) modeset(0): Output eDP-1 connected
[ 23.343] (II) modeset(0): Output DP-1 disconnected
[ 23.343] (II) modeset(0): Output HDMI-1 disconnected
[ 23.343] (II) modeset(0): Output DP-2 disconnected
[ 23.343] (II) modeset(0): Using exact sizes for initial modes
[ 23.343] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 23.343] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 23.343] (==) modeset(0): DPI set to (96, 96)
[ 23.343] (II) Loading sub module "fb"
[ 23.343] (II) LoadModule: "fb"
[ 23.343] (II) Module "fb" already built-in
[ 23.343] (II) UnloadModule: "vesa"
[ 23.343] (II) Unloading vesa
[ 23.361] (==) modeset(0): Backing store enabled
[ 23.362] (==) modeset(0): Silken mouse enabled
[ 23.439] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 23.439] (==) modeset(0): DPMS enabled
[ 23.439] (II) modeset(0): [DRI2] Setup complete
[ 23.439] (II) modeset(0): [DRI2] DRI driver: iris
[ 23.439] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 23.439] (II) Initializing extension Generic Event Extension
[ 23.439] (II) Initializing extension SHAPE
[ 23.439] (II) Initializing extension MIT-SHM
[ 23.439] (II) Initializing extension XInputExtension
[ 23.439] (II) Initializing extension XTEST
[ 23.439] (II) Initializing extension BIG-REQUESTS
[ 23.440] (II) Initializing extension SYNC
[ 23.440] (II) Initializing extension XKEYBOARD
[ 23.440] (II) Initializing extension XC-MISC
[ 23.440] (II) Initializing extension SECURITY
[ 23.440] (II) Initializing extension XFIXES
[ 23.440] (II) Initializing extension RENDER
[ 23.440] (II) Initializing extension RANDR
[ 23.440] (II) Initializing extension COMPOSITE
[ 23.440] (II) Initializing extension DAMAGE
[ 23.440] (II) Initializing extension MIT-SCREEN-SAVER
[ 23.440] (II) Initializing extension DOUBLE-BUFFER
[ 23.440] (II) Initializing extension RECORD
[ 23.440] (II) Initializing extension DPMS
[ 23.440] (II) Initializing extension Present
[ 23.441] (II) Initializing extension DRI3
[ 23.441] (II) Initializing extension X-Resource
[ 23.441] (II) Initializing extension XVideo
[ 23.441] (II) Initializing extension XVideo-MotionCompensation
[ 23.441] (II) Initializing extension GLX
[ 23.446] (II) AIGLX: Loaded and initialized iris
[ 23.446] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 23.446] (II) Initializing extension XFree86-VidModeExtension
[ 23.446] (II) Initializing extension XFree86-DGA
[ 23.446] (II) Initializing extension XFree86-DRI
[ 23.446] (II) Initializing extension DRI2
[ 23.446] (II) modeset(0): Damage tracking initialized
[ 23.446] (II) modeset(0): Setting screen physical size to 508 x 285
[ 23.503] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 23.503] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 23.503] (II) LoadModule: "libinput"
[ 23.503] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 23.506] (II) Module libinput: vendor="X.Org Foundation"
[ 23.506] compiled for 1.21.1.8, module version = 1.4.0
[ 23.506] Module class: X.Org XInput Driver
[ 23.506] ABI class: X.Org XInput driver, version 24.4
[ 23.506] (II) Using input driver 'libinput' for 'Power Button'
[ 23.507] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[ 23.507] (**) Power Button: always reports core events
[ 23.507] (**) Option "Device" "/dev/input/event2"
[ 23.511] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 23.511] (II) event2 - Power Button: device is a keyboard
[ 23.512] (II) event2 - Power Button: device removed
[ 23.512] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 23.512] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 23.512] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 23.512] (II) event2 - Power Button: device is a keyboard
[ 23.512] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 23.512] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 23.512] (II) Using input driver 'libinput' for 'Video Bus'
[ 23.513] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[ 23.513] (**) Video Bus: always reports core events
[ 23.513] (**) Option "Device" "/dev/input/event4"
[ 23.513] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 23.513] (II) event4 - Video Bus: device is a keyboard
[ 23.514] (II) event4 - Video Bus: device removed
[ 23.514] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event4"
[ 23.514] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 23.514] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 23.514] (II) event4 - Video Bus: device is a keyboard
[ 23.515] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 23.515] (II) No input driver specified, ignoring this device.
[ 23.515] (II) This device may have been added with another device file.
[ 23.515] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 23.515] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 23.515] (II) Using input driver 'libinput' for 'Sleep Button'
[ 23.515] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[ 23.515] (**) Sleep Button: always reports core events
[ 23.515] (**) Option "Device" "/dev/input/event0"
[ 23.516] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 23.516] (II) event0 - Sleep Button: device is a keyboard
[ 23.516] (II) event0 - Sleep Button: device removed
[ 23.516] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 23.516] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 23.516] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 23.516] (II) event0 - Sleep Button: device is a keyboard
[ 23.517] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/event5)
[ 23.517] (**) Raydium Corporation Raydium Touch System: Applying InputClass "libinput touchscreen catchall"
[ 23.517] (II) Using input driver 'libinput' for 'Raydium Corporation Raydium Touch System'
[ 23.573] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
[ 23.573] (**) Raydium Corporation Raydium Touch System: always reports core events
[ 23.573] (**) Option "Device" "/dev/input/event5"
[ 23.574] (II) event5 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[ 23.574] (II) event5 - Raydium Corporation Raydium Touch System: device is a touch device
[ 23.574] (II) event5 - Raydium Corporation Raydium Touch System: device removed
[ 23.574] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:2386:4328.0001/input/input9/event5"
[ 23.574] (II) XINPUT: Adding extended input device "Raydium Corporation Raydium Touch System" (type: TOUCHSCREEN, id 9)
[ 23.574] (**) Option "AccelerationScheme" "none"
[ 23.574] (**) Raydium Corporation Raydium Touch System: (accel) selected scheme none/0
[ 23.574] (**) Raydium Corporation Raydium Touch System: (accel) acceleration factor: 2.000
[ 23.574] (**) Raydium Corporation Raydium Touch System: (accel) acceleration threshold: 4
[ 23.575] (II) event5 - Raydium Corporation Raydium Touch System: is tagged by udev as: Touchscreen
[ 23.575] (II) event5 - Raydium Corporation Raydium Touch System: device is a touch device
[ 23.576] (II) config/udev: Adding input device Raydium Corporation Raydium Touch System (/dev/input/mouse0)
[ 23.576] (II) No input driver specified, ignoring this device.
[ 23.576] (II) This device may have been added with another device file.
[ 23.576] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event10)
[ 23.576] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 23.576] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 23.576] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 33 paused 0
[ 23.577] (**) Integrated Camera: Integrated C: always reports core events
[ 23.577] (**) Option "Device" "/dev/input/event10"
[ 23.577] (II) event10 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 23.577] (II) event10 - Integrated Camera: Integrated C: device is a keyboard
[ 23.577] (II) event10 - Integrated Camera: Integrated C: device removed
[ 23.577] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input16/event10"
[ 23.577] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10)
[ 23.578] (II) event10 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 23.578] (II) event10 - Integrated Camera: Integrated C: device is a keyboard
[ 23.579] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/event8)
[ 23.579] (**) SYNA8004:00 06CB:CD8B Mouse: Applying InputClass "libinput pointer catchall"
[ 23.579] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Mouse'
[ 23.579] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 34 paused 0
[ 23.579] (**) SYNA8004:00 06CB:CD8B Mouse: always reports core events
[ 23.579] (**) Option "Device" "/dev/input/event8"
[ 23.580] (II) event8 - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[ 23.580] (II) event8 - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[ 23.580] (II) event8 - SYNA8004:00 06CB:CD8B Mouse: device removed
[ 23.580] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.580] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.580] (II) libinput: SYNA8004:00 06CB:CD8B Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.580] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-SYNA8004:00/0018:06CB:CD8B.0002/input/input13/event8"
[ 23.580] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Mouse" (type: MOUSE, id 11)
[ 23.581] (**) Option "AccelerationScheme" "none"
[ 23.581] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) selected scheme none/0
[ 23.581] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration factor: 2.000
[ 23.581] (**) SYNA8004:00 06CB:CD8B Mouse: (accel) acceleration threshold: 4
[ 23.581] (II) event8 - SYNA8004:00 06CB:CD8B Mouse: is tagged by udev as: Mouse Pointingstick
[ 23.581] (II) event8 - SYNA8004:00 06CB:CD8B Mouse: device is a pointer
[ 23.582] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Mouse (/dev/input/mouse1)
[ 23.582] (II) No input driver specified, ignoring this device.
[ 23.582] (II) This device may have been added with another device file.
[ 23.583] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/event9)
[ 23.583] (**) SYNA8004:00 06CB:CD8B Touchpad: Applying InputClass "libinput touchpad catchall"
[ 23.583] (II) Using input driver 'libinput' for 'SYNA8004:00 06CB:CD8B Touchpad'
[ 23.583] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 35 paused 0
[ 23.583] (**) SYNA8004:00 06CB:CD8B Touchpad: always reports core events
[ 23.583] (**) Option "Device" "/dev/input/event9"
[ 23.584] (II) event9 - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[ 23.585] (II) event9 - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[ 23.585] (II) event9 - SYNA8004:00 06CB:CD8B Touchpad: device removed
[ 23.585] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.585] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.585] (II) libinput: SYNA8004:00 06CB:CD8B Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.585] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-9/i2c-SYNA8004:00/0018:06CB:CD8B.0002/input/input14/event9"
[ 23.585] (II) XINPUT: Adding extended input device "SYNA8004:00 06CB:CD8B Touchpad" (type: TOUCHPAD, id 12)
[ 23.586] (**) Option "AccelerationScheme" "none"
[ 23.587] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) selected scheme none/0
[ 23.587] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration factor: 2.000
[ 23.587] (**) SYNA8004:00 06CB:CD8B Touchpad: (accel) acceleration threshold: 4
[ 23.587] (II) event9 - SYNA8004:00 06CB:CD8B Touchpad: is tagged by udev as: Touchpad
[ 23.588] (II) event9 - SYNA8004:00 06CB:CD8B Touchpad: device is a touchpad
[ 23.589] (II) config/udev: Adding input device SYNA8004:00 06CB:CD8B Touchpad (/dev/input/mouse2)
[ 23.589] (II) No input driver specified, ignoring this device.
[ 23.589] (II) This device may have been added with another device file.
[ 23.589] (II) config/udev: Adding input device sof-hda-dsp Mic (/dev/input/event12)
[ 23.589] (II) No input driver specified, ignoring this device.
[ 23.589] (II) This device may have been added with another device file.
[ 23.589] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event13)
[ 23.589] (**) sof-hda-dsp Headphone: Applying InputClass "libinput keyboard catchall"
[ 23.589] (II) Using input driver 'libinput' for 'sof-hda-dsp Headphone'
[ 23.590] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[ 23.590] (**) sof-hda-dsp Headphone: always reports core events
[ 23.590] (**) Option "Device" "/dev/input/event13"
[ 23.590] (II) event13 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[ 23.591] (II) event13 - sof-hda-dsp Headphone: device is a keyboard
[ 23.591] (II) event13 - sof-hda-dsp Headphone: device removed
[ 23.591] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/event13"
[ 23.591] (II) XINPUT: Adding extended input device "sof-hda-dsp Headphone" (type: KEYBOARD, id 13)
[ 23.591] (II) event13 - sof-hda-dsp Headphone: is tagged by udev as: Keyboard Switch
[ 23.591] (II) event13 - sof-hda-dsp Headphone: device is a keyboard
[ 23.592] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event14)
[ 23.592] (II) No input driver specified, ignoring this device.
[ 23.592] (II) This device may have been added with another device file.
[ 23.592] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event15)
[ 23.592] (II) No input driver specified, ignoring this device.
[ 23.592] (II) This device may have been added with another device file.
[ 23.592] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event16)
[ 23.592] (II) No input driver specified, ignoring this device.
[ 23.592] (II) This device may have been added with another device file.
[ 23.592] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 23.592] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 23.592] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 23.593] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[ 23.593] (**) AT Translated Set 2 keyboard: always reports core events
[ 23.593] (**) Option "Device" "/dev/input/event3"
[ 23.593] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.593] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.594] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 23.594] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 23.594] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 23.595] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.595] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.596] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event11)
[ 23.596] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 23.596] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[ 23.596] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 38 paused 0
[ 23.596] (**) TPPS/2 Elan TrackPoint: always reports core events
[ 23.596] (**) Option "Device" "/dev/input/event11"
[ 23.596] (II) event11 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 23.597] (II) event11 - TPPS/2 Elan TrackPoint: device is a pointer
[ 23.597] (II) event11 - TPPS/2 Elan TrackPoint: device removed
[ 23.597] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.597] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.597] (II) libinput: TPPS/2 Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 23.597] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
[ 23.597] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[ 23.597] (**) Option "AccelerationScheme" "none"
[ 23.597] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[ 23.597] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[ 23.597] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[ 23.598] (II) event11 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 23.598] (II) event11 - TPPS/2 Elan TrackPoint: device is a pointer
[ 23.599] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse3)
[ 23.599] (II) No input driver specified, ignoring this device.
[ 23.599] (II) This device may have been added with another device file.
[ 23.599] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 23.599] (II) No input driver specified, ignoring this device.
[ 23.599] (II) This device may have been added with another device file.
[ 23.601] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[ 23.601] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 23.601] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 23.601] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[ 23.601] (**) ThinkPad Extra Buttons: always reports core events
[ 23.601] (**) Option "Device" "/dev/input/event7"
[ 23.602] (II) event7 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 23.602] (II) event7 - ThinkPad Extra Buttons: device is a keyboard
[ 23.602] (II) event7 - ThinkPad Extra Buttons: device removed
[ 23.602] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input12/event7"
[ 23.602] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[ 23.603] (II) event7 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 23.603] (II) event7 - ThinkPad Extra Buttons: device is a keyboard
[ 34.867] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html[/url] for details
[ 38.380] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html[/url] for details
[ 56.261] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html[/url] for details
[ 71.309] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html[/url] for details
[ 83.202] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: kernel bug: Touch jump detected and discarded.
See [url]https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html[/url] for details
[ 83.202] (EE) event9 - SYNA8004:00 06CB:CD8B Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.Yes, in addition to my HDMI male to HDMI male HDMI cable, I have an HDMI female to USB-C male converter, so I should be able to connect to my monitor using DisplayPort via the USB-C port on my laptop. But still nothing happens nor shows up as connected.
The problem is there on both my external monitor and my TV, both of which I use different HDMI cables for. And the HDMI connection on them works fine with other laptops running Windows.
Last edited by aneeshdg16 (2023-12-07 18:18:34)
Offline
The relevant line is
[ 1626.603] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 10 16:38:49 2023And the HDMI connection on them works fine with other laptops running Windows.
So far there's no trace of the output (also no hint in the correct xorg log)
Does it show up if you re-attach it?
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stAn alternative test would be to boot some live distro on the problematic notebook and see whether the HDMI outputs respond there.
Online
Sorry, what I meant was that I have two separate HDMI cords and two separate monitors, so then when I use my existing Arch Linux machine with any combination of the cords and monitors, HDMI never works. But if I use a different laptop (which happens to run Windows) with any combination, HDMI works fine.
I'm not sure where I would find the correct xorg log then. To my understanding, they are located in /var/log/ (Post 7) and ~/.local/share/xorg/ (and Post 9).
Here is my complete system journal for boot: https://0x0.st/H3Np.txt
Offline
I understood that, but the critical part is "a different laptop", the relevant HW might simply be fused for all we know at this point.
/.local/share/xorg is the correct location for your current setup, https://wiki.archlinux.org/title/Xorg#General
There're no obvious errors from the kernel module, on a limb you could try "i915.dmc_firmware_path=", https://wiki.archlinux.org/title/Kernel_parameters
Online
This is so strange. So I took your advice and booted into the original Windows OS my Thinkpad came with, and the HDMI connection worked fine. And then to my surprise, after rebooting back into Arch Linux, HDMI works fine... definitely not complaining!
Not sure if I should mark this as solved since it isn't clear why booting into Windows fixed the issue.
Offline
booted into the original Windows OS my Thinkpad came with
So there's a parallel windows installation?
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Online
Sorry for the late reply. When I originally bought my Thinkpad it came with Windows; later I partitioned my hard drive and installed Arch Linux, and now the default boot order has GRUB before Windows, as Arch is my main driver now. I disabled Fast Startup like you said, but why do you think that was the issue? My problem is solved now, so I'm just asking out of curiosity.
Offline
Windows fast start is disguised hibernation what means you've essentially twe OS trying to control the hardware at the same time what inevitably causes "some" issues, often it's the radio chips, in your case apparently HDMI.
There's a reason why this is in the wiki and my signature ![]()
Online
I see, that is interesting. Thank you so much for your help!
Offline
Pages: 1