You are not logged in.
I'm on a fresh Arch linux installation with xfce. I installed Alacritty to use it as main terminal, but it won't appear on screen. I say only appear because Alacritty is indeed starting.
[leo@LeoLaptop ~]$ ps aux | grep "alacritty"
leo 979 0.3 0.2 793340 63432 ? Sl 02:31 0:03 alacritty
leo 2489 0.4 0.5 790512 127072 ? Sl 02:35 0:02 alacritty
leo 4880 0.0 0.0 10244 6252 pts/0 S+ 02:46 0:00 grep --color=auto alacrittyWhen I run it from the xfce terminal, i get no output, just the process running as if alacritty appeared on the screen.
Last edited by LeonN (2025-02-19 21:48:51)
Offline
What happens if you run
killall alacritty; alacrittyWild guess: output of
echo $DBUS_SESSION_BUS_ADDRESS?
Offline
Funny thing what just happened. I powered on my laptop and alacritty open this time. I don't remember doing anything to fix it. The last thing I did before turning my laptop off yesterday was posting this issue. Now it works. I rebooted quite a few times after the installation. I don't know why it didn't work well there.
Offline
Now, I tried installing bspwm along with xfce. I followed some tutorials and the only thing they did was disabling xfce window manager and desktop manager. I did the same and now I am able login into xfce with bspwm. But Alacritty is running the same issue again. It is not appearing on screen, but it is being executed:
echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/busOffline
Another update. It seems that a poweroff is needed to "solve" whatever was happening. After powering off my laptop and then an hour later, turning it on again, Alacritty now launches. ![]()
Offline
Another update. It seems that it is an inconsistent problem. Now I turned on my laptop, and same behavior: Alacritty won't appear. I'm pretty sure it will fix it again and then break itself again. Any idea on how to debug this?
Offline
And another one. Since I use the propietary visual-studio-code-bin from the AUR, i opened it to see if I can use the terminal from there, but as I configured it to use the integrated terminal, it crashes only 2 seconds after opening it. I think this is due to the same bug that makes alacritty not appear, since vscode only behaves like this when Alacritty won't open.
Offline
Please don't bump, edit your previous posts to mend them if nobody has yet replied.
When alacritty doesn't work:
1. does "killall alacritty; alacritty" remedy that?
2. what's the output of "glxinfo -B" (alacritty as electron are GL sensitive, so if there's an issue on that front they'll fail)
3. because of that also please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Sorry for the edit spam. Answering your questions:
1. does "killall alacritty; alacritty" remedy that?
No, it doesn't. It only "makes alacritty execute with no output in the terminal" as if it was working well.
2.
❯ glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel (0x8086)
Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
Version: 24.3.4
Accelerated: yes
Video memory: 11933MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.3.4-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.3.4-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.3.4-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.203. Content of Xorg.0.log
[ 5.658]
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[ 5.658] Current Operating System: Linux LeoLaptop 6.13.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 02 Feb 2025 01:02:29 +0000 x86_64
[ 5.658] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=db105555-2b74-4c68-9046-cf415173f463 rw loglevel=3 quiet
[ 5.658]
[ 5.658] Current version of pixman: 0.44.2
[ 5.658] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5.658] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.658] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 8 09:39:59 2025
[ 5.659] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 5.659] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.659] (==) No Layout section. Using the first Screen section.
[ 5.659] (==) No screen section available. Using defaults.
[ 5.659] (**) |-->Screen "Default Screen Section" (0)
[ 5.659] (**) | |-->Monitor "<default monitor>"
[ 5.660] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5.660] (**) Allowing byte-swapped clients
[ 5.660] (==) Automatically adding devices
[ 5.660] (==) Automatically enabling devices
[ 5.660] (==) Automatically adding GPU devices
[ 5.660] (==) Automatically binding GPU devices
[ 5.660] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5.660] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 5.660] Entry deleted from font path.
[ 5.661] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 5.661] Entry deleted from font path.
[ 5.661] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 5.661] Entry deleted from font path.
[ 5.661] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 5.661] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5.661] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5.661] (II) Module ABI versions:
[ 5.661] X.Org ANSI C Emulation: 0.4
[ 5.661] X.Org Video Driver: 25.2
[ 5.661] X.Org XInput driver : 24.4
[ 5.661] X.Org Server Extension : 10.0
[ 5.662] (++) using VT number 7
[ 5.662] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 5.662] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5.662] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 5.667] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 5.667] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card2
[ 5.678] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 5.678] (--) PCI:*(0@0:2:0) 8086:3e9b:1025:1331 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 5.679] (--) PCI: (1@0:0:0) 10de:1f91:1025:1332 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 5.679] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5.679] (II) LoadModule: "glx"
[ 5.680] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.686] (II) Module glx: vendor="X.Org Foundation"
[ 5.686] compiled for 1.21.1.15, module version = 1.0.0
[ 5.686] ABI class: X.Org Server Extension, version 10.0
[ 5.686] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 5.686] loading driver: nvidia
[ 5.686] (==) Matched intel as autoconfigured driver 0
[ 5.686] (==) Matched nvidia as autoconfigured driver 1
[ 5.686] (==) Matched nouveau as autoconfigured driver 2
[ 5.686] (==) Matched nv as autoconfigured driver 3
[ 5.686] (==) Matched modesetting as autoconfigured driver 4
[ 5.686] (==) Matched fbdev as autoconfigured driver 5
[ 5.686] (==) Matched vesa as autoconfigured driver 6
[ 5.686] (==) Assigned the driver to the xf86ConfigLayout
[ 5.686] (II) LoadModule: "intel"
[ 5.686] (WW) Warning, couldn't open module intel
[ 5.686] (EE) Failed to load module "intel" (module does not exist, 0)
[ 5.686] (II) LoadModule: "nvidia"
[ 5.686] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5.689] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5.689] compiled for 1.6.99.901, module version = 1.0.0
[ 5.689] Module class: X.Org Video Driver
[ 5.689] (II) LoadModule: "nouveau"
[ 5.689] (WW) Warning, couldn't open module nouveau
[ 5.689] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 5.689] (II) LoadModule: "nv"
[ 5.690] (WW) Warning, couldn't open module nv
[ 5.690] (EE) Failed to load module "nv" (module does not exist, 0)
[ 5.690] (II) LoadModule: "modesetting"
[ 5.690] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5.690] (II) Module modesetting: vendor="X.Org Foundation"
[ 5.690] compiled for 1.21.1.15, module version = 1.21.1
[ 5.690] Module class: X.Org Video Driver
[ 5.690] ABI class: X.Org Video Driver, version 25.2
[ 5.690] (II) LoadModule: "fbdev"
[ 5.691] (WW) Warning, couldn't open module fbdev
[ 5.691] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 5.691] (II) LoadModule: "vesa"
[ 5.691] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 5.691] (II) Module vesa: vendor="X.Org Foundation"
[ 5.691] compiled for 1.21.1.11, module version = 2.6.0
[ 5.691] Module class: X.Org Video Driver
[ 5.691] ABI class: X.Org Video Driver, version 25.2
[ 5.691] (II) NVIDIA dlloader X Driver 570.86.16 Fri Jan 24 20:45:52 UTC 2025
[ 5.691] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5.691] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5.691] (II) VESA: driver for VESA chipsets: vesa
[ 5.710] (II) modeset(0): using drv /dev/dri/card2
[ 5.710] (II) Loading sub module "fb"
[ 5.710] (II) LoadModule: "fb"
[ 5.710] (II) Module "fb" already built-in
[ 5.710] (II) Loading sub module "wfb"
[ 5.710] (II) LoadModule: "wfb"
[ 5.710] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5.711] (II) Module wfb: vendor="X.Org Foundation"
[ 5.711] compiled for 1.21.1.15, module version = 1.0.0
[ 5.711] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.712] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5.712] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 5.712] (==) modeset(0): RGB weight 888
[ 5.712] (==) modeset(0): Default visual is TrueColor
[ 5.712] (II) Loading sub module "glamoregl"
[ 5.712] (II) LoadModule: "glamoregl"
[ 5.712] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 5.716] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5.716] compiled for 1.21.1.15, module version = 1.0.1
[ 5.716] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.942] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 5.942] (II) modeset(0): glamor initialized
[ 5.942] (==) modeset(0): VariableRefresh: disabled
[ 5.942] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 5.943] (II) modeset(0): Output eDP-1 has no monitor section
[ 5.945] (II) modeset(0): EDID for output eDP-1
[ 5.945] (II) modeset(0): Manufacturer: LGD Model: 65a Serial#: 0
[ 5.945] (II) modeset(0): Year: 2019 Week: 0
[ 5.945] (II) modeset(0): EDID Version: 1.4
[ 5.945] (II) modeset(0): Digital Display Input
[ 5.945] (II) modeset(0): 8 bits per channel
[ 5.945] (II) modeset(0): Digital interface is DisplayPort
[ 5.945] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 5.945] (II) modeset(0): Gamma: 2.20
[ 5.945] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 5.945] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 5.945] (II) modeset(0): First detailed timing is preferred mode
[ 5.945] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 5.945] (II) modeset(0): redX: 0.590 redY: 0.370 greenX: 0.350 greenY: 0.555
[ 5.945] (II) modeset(0): blueX: 0.155 blueY: 0.110 whiteX: 0.313 whiteY: 0.329
[ 5.945] (II) modeset(0): Manufacturer's mask: 0
[ 5.945] (II) modeset(0): Supported detailed timing:
[ 5.945] (II) modeset(0): clock: 138.6 MHz Image Size: 344 x 194 mm
[ 5.945] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 5.945] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 5.945] (II) modeset(0): LG Display
[ 5.945] (II) modeset(0): LP156WFC-SPD5
[ 5.945] (II) modeset(0): EDID (in hex):
[ 5.945] (II) modeset(0): 00ffffffffffff0030e45a0600000000
[ 5.945] (II) modeset(0): 001d0104a5221378e238d5975e598e27
[ 5.945] (II) modeset(0): 1c505400000001010101010101010101
[ 5.945] (II) modeset(0): 010101010101243680a070381f403020
[ 5.945] (II) modeset(0): 350058c2100000190000000000000000
[ 5.945] (II) modeset(0): 00000000000000000000000000fe004c
[ 5.945] (II) modeset(0): 4720446973706c61790a2020000000fe
[ 5.945] (II) modeset(0): 004c503135365746432d5350443500e3
[ 5.945] (II) modeset(0): Printing probed modes for output eDP-1
[ 5.945] (II) modeset(0): Modeline "1920x1080"x60.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 5.945] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 5.945] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 5.945] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 5.945] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 5.945] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 5.945] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 5.945] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 5.945] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 5.945] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 5.945] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 5.945] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 5.945] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 5.945] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 5.945] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 5.945] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 5.945] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 5.945] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 5.945] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 5.946] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 5.946] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 5.946] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 5.946] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 5.946] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 5.946] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 5.946] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 5.946] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 5.946] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 5.946] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 5.946] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 5.946] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 5.946] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 5.946] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 5.946] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 5.946] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 5.946] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 5.946] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 5.946] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 5.946] (II) modeset(0): Output eDP-1 connected
[ 5.946] (II) modeset(0): Using exact sizes for initial modes
[ 5.946] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 5.946] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.946] (==) modeset(0): DPI set to (96, 96)
[ 5.946] (II) Loading sub module "fb"
[ 5.946] (II) LoadModule: "fb"
[ 5.946] (II) Module "fb" already built-in
[ 5.946] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 5.946] (==) NVIDIA(G0): RGB weight 888
[ 5.946] (==) NVIDIA(G0): Default visual is TrueColor
[ 5.946] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.946] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 5.946] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 5.946] (**) NVIDIA(G0): Enabling 2D acceleration
[ 5.946] (II) Loading sub module "glxserver_nvidia"
[ 5.946] (II) LoadModule: "glxserver_nvidia"
[ 5.946] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 5.976] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 5.976] compiled for 1.6.99.901, module version = 1.0.0
[ 5.976] Module class: X.Org Server Extension
[ 5.976] (II) NVIDIA GLX Module 570.86.16 Fri Jan 24 20:56:01 UTC 2025
[ 5.976] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 5.979] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 5.979] (--) NVIDIA(0): DFP-0 (boot)
[ 5.989] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU117-A) at PCI:1:0:0
[ 5.989] (II) NVIDIA(G0): (GPU-0)
[ 5.989] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 5.989] (--) NVIDIA(G0): VideoBIOS: 90.17.1b.00.2c
[ 5.989] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 6.069] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 6.069] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 6.069] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 6.069] (--) NVIDIA(GPU-0):
[ 6.097] (II) NVIDIA(G0): Validated MetaModes:
[ 6.097] (II) NVIDIA(G0): "NULL"
[ 6.097] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 6.214] (WW) NVIDIA(G0): Cannot find size of first mode for Samsung C24F390 (DFP-0);
[ 6.214] (WW) NVIDIA(G0): cannot compute DPI from Samsung C24F390 (DFP-0)'s EDID.
[ 6.214] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 6.214] (II) UnloadModule: "vesa"
[ 6.214] (II) Unloading vesa
[ 6.231] (==) modeset(0): Backing store enabled
[ 6.231] (==) modeset(0): Silken mouse enabled
[ 6.311] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 6.311] (==) modeset(0): DPMS enabled
[ 6.311] (II) modeset(0): [DRI2] Setup complete
[ 6.311] (II) modeset(0): [DRI2] DRI driver: iris
[ 6.311] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 6.312] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 6.312] (II) NVIDIA: access.
[ 6.321] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 6.321] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 6.321] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 6.321] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 6.321] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 6.321] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 6.321] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 6.321] (II) NVIDIA(G0): Config Options in the README.
[ 6.359] (II) NVIDIA(G0): Setting mode "NULL"
[ 6.383] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 6.383] (==) NVIDIA(G0): Backing store enabled
[ 6.383] (==) NVIDIA(G0): Silken mouse enabled
[ 6.383] (==) NVIDIA(G0): DPMS enabled
[ 6.383] (II) Loading sub module "dri2"
[ 6.383] (II) LoadModule: "dri2"
[ 6.383] (II) Module "dri2" already built-in
[ 6.383] (II) NVIDIA(G0): [DRI2] Setup complete
[ 6.383] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 6.383] (II) Initializing extension Generic Event Extension
[ 6.384] (II) Initializing extension SHAPE
[ 6.384] (II) Initializing extension MIT-SHM
[ 6.384] (II) Initializing extension XInputExtension
[ 6.384] (II) Initializing extension XTEST
[ 6.384] (II) Initializing extension BIG-REQUESTS
[ 6.384] (II) Initializing extension SYNC
[ 6.384] (II) Initializing extension XKEYBOARD
[ 6.384] (II) Initializing extension XC-MISC
[ 6.384] (II) Initializing extension SECURITY
[ 6.384] (II) Initializing extension XFIXES
[ 6.385] (II) Initializing extension RENDER
[ 6.385] (II) Initializing extension RANDR
[ 6.385] (II) Initializing extension COMPOSITE
[ 6.385] (II) Initializing extension DAMAGE
[ 6.385] (II) Initializing extension MIT-SCREEN-SAVER
[ 6.385] (II) Initializing extension DOUBLE-BUFFER
[ 6.385] (II) Initializing extension RECORD
[ 6.385] (II) Initializing extension DPMS
[ 6.385] (II) Initializing extension Present
[ 6.385] (II) Initializing extension DRI3
[ 6.385] (II) Initializing extension X-Resource
[ 6.385] (II) Initializing extension XVideo
[ 6.385] (II) Initializing extension XVideo-MotionCompensation
[ 6.385] (II) Initializing extension GLX
[ 6.385] (II) Initializing extension GLX
[ 6.385] (II) Indirect GLX disabled.
[ 6.393] (II) AIGLX: Loaded and initialized iris
[ 6.393] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 6.393] (II) Initializing extension XFree86-VidModeExtension
[ 6.393] (II) Initializing extension XFree86-DGA
[ 6.393] (II) Initializing extension XFree86-DRI
[ 6.393] (II) Initializing extension DRI2
[ 6.393] (II) Initializing extension NV-GLX
[ 6.393] (II) Initializing extension NV-CONTROL
[ 6.394] (II) modeset(0): Damage tracking initialized
[ 6.394] (II) modeset(0): Setting screen physical size to 508 x 285
[ 6.463] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[ 6.463] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 6.463] (II) LoadModule: "libinput"
[ 6.463] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 6.467] (II) Module libinput: vendor="X.Org Foundation"
[ 6.467] compiled for 1.21.1.13, module version = 1.5.0
[ 6.467] Module class: X.Org XInput Driver
[ 6.467] ABI class: X.Org XInput driver, version 24.4
[ 6.467] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 6.467] (**) Acer Wireless Radio Control: always reports core events
[ 6.467] (**) Option "Device" "/dev/input/event5"
[ 6.471] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 6.471] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 6.471] (II) event5 - Acer Wireless Radio Control: device removed
[ 6.497] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[ 6.497] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 6.497] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 6.497] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 6.498] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 6.498] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.498] (II) Using input driver 'libinput' for 'Power Button'
[ 6.498] (**) Power Button: always reports core events
[ 6.498] (**) Option "Device" "/dev/input/event3"
[ 6.498] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 6.498] (II) event3 - Power Button: device is a keyboard
[ 6.498] (II) event3 - Power Button: device removed
[ 6.508] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 6.508] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 6.508] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 6.508] (II) event3 - Power Button: device is a keyboard
[ 6.509] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 6.509] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.509] (II) Using input driver 'libinput' for 'Video Bus'
[ 6.509] (**) Video Bus: always reports core events
[ 6.509] (**) Option "Device" "/dev/input/event15"
[ 6.509] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 6.509] (II) event15 - Video Bus: device is a keyboard
[ 6.510] (II) event15 - Video Bus: device removed
[ 6.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event15"
[ 6.530] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 6.531] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 6.531] (II) event15 - Video Bus: device is a keyboard
[ 6.532] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[ 6.532] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 6.532] (II) Using input driver 'libinput' for 'Video Bus'
[ 6.532] (**) Video Bus: always reports core events
[ 6.532] (**) Option "Device" "/dev/input/event14"
[ 6.533] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 6.533] (II) event14 - Video Bus: device is a keyboard
[ 6.534] (II) event14 - Video Bus: device removed
[ 6.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input18/event14"
[ 6.561] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 6.563] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 6.564] (II) event14 - Video Bus: device is a keyboard
[ 6.565] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 6.565] (II) No input driver specified, ignoring this device.
[ 6.565] (II) This device may have been added with another device file.
[ 6.566] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 6.566] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 6.566] (II) Using input driver 'libinput' for 'Power Button'
[ 6.566] (**) Power Button: always reports core events
[ 6.566] (**) Option "Device" "/dev/input/event2"
[ 6.568] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6.568] (II) event2 - Power Button: device is a keyboard
[ 6.568] (II) event2 - Power Button: device removed
[ 6.585] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 6.585] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 6.587] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 6.587] (II) event2 - Power Button: device is a keyboard
[ 6.588] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 6.588] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 6.588] (II) Using input driver 'libinput' for 'Sleep Button'
[ 6.588] (**) Sleep Button: always reports core events
[ 6.588] (**) Option "Device" "/dev/input/event1"
[ 6.590] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 6.590] (II) event1 - Sleep Button: device is a keyboard
[ 6.590] (II) event1 - Sleep Button: device removed
[ 6.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 6.600] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 6.602] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 6.602] (II) event1 - Sleep Button: device is a keyboard
[ 6.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 6.604] (II) No input driver specified, ignoring this device.
[ 6.604] (II) This device may have been added with another device file.
[ 6.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 6.604] (II) No input driver specified, ignoring this device.
[ 6.604] (II) This device may have been added with another device file.
[ 6.605] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 6.605] (II) No input driver specified, ignoring this device.
[ 6.605] (II) This device may have been added with another device file.
[ 6.606] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 6.606] (II) No input driver specified, ignoring this device.
[ 6.606] (II) This device may have been added with another device file.
[ 6.608] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/event8)
[ 6.608] (**) SYNA7DB5:01 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 6.608] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Mouse'
[ 6.608] (**) SYNA7DB5:01 06CB:CD41 Mouse: always reports core events
[ 6.608] (**) Option "Device" "/dev/input/event8"
[ 6.610] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 6.611] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 6.612] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device removed
[ 6.638] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.638] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.638] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.638] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:01/0018:06CB:CD41.0001/input/input11/event8"
[ 6.638] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Mouse" (type: MOUSE, id 12)
[ 6.638] (**) Option "AccelerationScheme" "none"
[ 6.638] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 6.638] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 6.638] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 6.641] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 6.641] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 6.644] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/mouse0)
[ 6.644] (II) No input driver specified, ignoring this device.
[ 6.644] (II) This device may have been added with another device file.
[ 6.646] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/event9)
[ 6.646] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 6.646] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "touchpad"
[ 6.646] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Touchpad'
[ 6.646] (**) SYNA7DB5:01 06CB:CD41 Touchpad: always reports core events
[ 6.646] (**) Option "Device" "/dev/input/event9"
[ 6.648] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 6.651] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 6.652] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device removed
[ 6.676] (**) Option "Tapping" "on"
[ 6.676] (**) Option "TappingButtonMap" "lmr"
[ 6.676] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.676] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.676] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 6.677] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA7DB5:01/0018:06CB:CD41.0001/input/input12/event9"
[ 6.677] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Touchpad" (type: TOUCHPAD, id 13)
[ 6.680] (**) Option "AccelerationScheme" "none"
[ 6.680] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 6.680] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 6.680] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 6.683] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 6.687] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 6.688] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/mouse1)
[ 6.688] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "touchpad"
[ 6.688] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Touchpad'
[ 6.688] (**) SYNA7DB5:01 06CB:CD41 Touchpad: always reports core events
[ 6.688] (**) Option "Device" "/dev/input/mouse1"
[ 6.716] (II) mouse1 - not using input device '/dev/input/mouse1'.
[ 6.716] (EE) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Failed to create a device for /dev/input/mouse1
[ 6.716] (EE) PreInit returned 2 for "SYNA7DB5:01 06CB:CD41 Touchpad"
[ 6.716] (II) UnloadModule: "libinput"
[ 6.717] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 6.717] (II) No input driver specified, ignoring this device.
[ 6.717] (II) This device may have been added with another device file.
[ 6.718] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 6.718] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 6.718] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 6.718] (**) AT Translated Set 2 keyboard: always reports core events
[ 6.718] (**) Option "Device" "/dev/input/event4"
[ 6.720] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6.720] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 6.722] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 6.744] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 6.744] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 6.746] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6.746] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 6.749] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 6.749] (II) No input driver specified, ignoring this device.
[ 6.749] (II) This device may have been added with another device file.
[ 6.755] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event7)
[ 6.755] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 6.755] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 6.755] (**) Acer WMI hotkeys: always reports core events
[ 6.755] (**) Option "Device" "/dev/input/event7"
[ 6.756] (II) event7 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 6.756] (II) event7 - Acer WMI hotkeys: device is a keyboard
[ 6.756] (II) event7 - Acer WMI hotkeys: device removed
[ 6.775] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event7"
[ 6.775] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[ 6.776] (II) event7 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 6.776] (II) event7 - Acer WMI hotkeys: device is a keyboard
[ 20.232] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 20.232] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.232] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 20.250] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 20.250] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.250] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 20.297] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 20.297] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 20.297] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 20.297] (--) NVIDIA(GPU-0):
[ 20.317] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 20.317] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.317] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 20.333] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 20.333] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.333] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 20.379] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 20.379] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 20.379] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 20.379] (--) NVIDIA(GPU-0):
[ 20.400] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[ 20.512] (II) NVIDIA(G0): Setting mode "HDMI-1-0: nvidia-auto-select @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 20.999] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 20.999] (II) modeset(0): Printing DDC gathered Modelines:
[ 20.999] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 21.018] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 21.018] (II) modeset(0): Printing DDC gathered Modelines:
[ 21.018] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 21.067] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 21.067] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 21.067] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 21.067] (--) NVIDIA(GPU-0):
[ 21.100] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 21.100] (II) modeset(0): Printing DDC gathered Modelines:
[ 21.100] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 21.118] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 21.118] (II) modeset(0): Printing DDC gathered Modelines:
[ 21.118] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 21.166] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 21.166] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 21.166] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 21.166] (--) NVIDIA(GPU-0):
[ 22.216] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 22.216] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.216] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 22.233] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 22.233] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.233] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 22.283] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 22.283] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 22.283] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 22.283] (--) NVIDIA(GPU-0):
[ 56.804] (II) config/udev: Adding input device Logitech MX Master 3S (/dev/input/mouse2)
[ 56.805] (II) No input driver specified, ignoring this device.
[ 56.805] (II) This device may have been added with another device file.
[ 56.823] (II) config/udev: Adding input device Logitech MX Master 3S (/dev/input/event17)
[ 56.823] (**) Logitech MX Master 3S: Applying InputClass "libinput pointer catchall"
[ 56.823] (II) Using input driver 'libinput' for 'Logitech MX Master 3S'
[ 56.823] (**) Logitech MX Master 3S: always reports core events
[ 56.823] (**) Option "Device" "/dev/input/event17"
[ 56.824] (II) event17 - Logitech MX Master 3S: is tagged by udev as: Mouse
[ 56.824] (II) event17 - Logitech MX Master 3S: device is a pointer
[ 56.824] (II) event17 - Logitech MX Master 3S: device removed
[ 56.844] (II) libinput: Logitech MX Master 3S: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 56.844] (II) libinput: Logitech MX Master 3S: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 56.844] (II) libinput: Logitech MX Master 3S: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 56.844] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B034.0002/input/input23/event17"
[ 56.844] (II) XINPUT: Adding extended input device "Logitech MX Master 3S" (type: MOUSE, id 16)
[ 56.844] (**) Option "AccelerationScheme" "none"
[ 56.844] (**) Logitech MX Master 3S: (accel) selected scheme none/0
[ 56.844] (**) Logitech MX Master 3S: (accel) acceleration factor: 2.000
[ 56.844] (**) Logitech MX Master 3S: (accel) acceleration threshold: 4
[ 56.845] (II) event17 - Logitech MX Master 3S: is tagged by udev as: Mouse
[ 56.845] (II) event17 - Logitech MX Master 3S: device is a pointer
[ 66.674] (II) config/udev: Adding input device MX MCHNCL M Keyboard (/dev/input/event18)
[ 66.674] (**) MX MCHNCL M Keyboard: Applying InputClass "libinput keyboard catchall"
[ 66.674] (II) Using input driver 'libinput' for 'MX MCHNCL M Keyboard'
[ 66.674] (**) MX MCHNCL M Keyboard: always reports core events
[ 66.674] (**) Option "Device" "/dev/input/event18"
[ 66.675] (II) event18 - MX MCHNCL M Keyboard: is tagged by udev as: Keyboard
[ 66.675] (II) event18 - MX MCHNCL M Keyboard: device is a keyboard
[ 66.675] (II) event18 - MX MCHNCL M Keyboard: device removed
[ 66.691] (II) libinput: MX MCHNCL M Keyboard: needs a virtual subdevice
[ 66.691] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B367.0003/input/input24/event18"
[ 66.691] (II) XINPUT: Adding extended input device "MX MCHNCL M Keyboard" (type: MOUSE, id 17)
[ 66.691] (**) Option "AccelerationScheme" "none"
[ 66.691] (**) MX MCHNCL M Keyboard: (accel) selected scheme none/0
[ 66.691] (**) MX MCHNCL M Keyboard: (accel) acceleration factor: 2.000
[ 66.691] (**) MX MCHNCL M Keyboard: (accel) acceleration threshold: 4
[ 66.691] (II) event18 - MX MCHNCL M Keyboard: is tagged by udev as: Keyboard
[ 66.691] (II) event18 - MX MCHNCL M Keyboard: device is a keyboard
[ 66.691] (**) MX MCHNCL M Keyboard: Applying InputClass "libinput keyboard catchall"
[ 66.691] (II) Using input driver 'libinput' for 'MX MCHNCL M Keyboard'
[ 66.691] (**) MX MCHNCL M Keyboard: always reports core events
[ 66.691] (**) Option "Device" "/dev/input/event18"
[ 66.691] (II) libinput: MX MCHNCL M Keyboard: is a virtual subdevice
[ 66.691] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B367.0003/input/input24/event18"
[ 66.691] (II) XINPUT: Adding extended input device "MX MCHNCL M Keyboard" (type: KEYBOARD, id 18)Content of Xorg.0.log.old
[ 4.963]
X.Org X Server 1.21.1.15
X Protocol Version 11, Revision 0
[ 4.964] Current Operating System: Linux LeoLaptop 6.13.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 02 Feb 2025 01:02:29 +0000 x86_64
[ 4.964] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=db105555-2b74-4c68-9046-cf415173f463 rw loglevel=3 quiet
[ 4.964]
[ 4.964] Current version of pixman: 0.44.2
[ 4.964] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4.964] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4.964] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 8 09:39:07 2025
[ 4.965] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 4.965] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4.965] (==) No Layout section. Using the first Screen section.
[ 4.965] (==) No screen section available. Using defaults.
[ 4.965] (**) |-->Screen "Default Screen Section" (0)
[ 4.965] (**) | |-->Monitor "<default monitor>"
[ 4.965] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 4.965] (**) Allowing byte-swapped clients
[ 4.965] (==) Automatically adding devices
[ 4.965] (==) Automatically enabling devices
[ 4.965] (==) Automatically adding GPU devices
[ 4.965] (==) Automatically binding GPU devices
[ 4.965] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4.966] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 4.966] Entry deleted from font path.
[ 4.966] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 4.966] Entry deleted from font path.
[ 4.966] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 4.966] Entry deleted from font path.
[ 4.967] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 4.967] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4.967] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4.967] (II) Module ABI versions:
[ 4.967] X.Org ANSI C Emulation: 0.4
[ 4.967] X.Org Video Driver: 25.2
[ 4.967] X.Org XInput driver : 24.4
[ 4.967] X.Org Server Extension : 10.0
[ 4.967] (++) using VT number 7
[ 4.967] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 4.967] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 4.967] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card2
[ 4.981] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 4.981] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 4.997] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 4.998] (--) PCI:*(0@0:2:0) 8086:3e9b:1025:1331 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 4.998] (--) PCI: (1@0:0:0) 10de:1f91:1025:1332 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 4.998] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4.998] (II) LoadModule: "glx"
[ 5.000] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.006] (II) Module glx: vendor="X.Org Foundation"
[ 5.006] compiled for 1.21.1.15, module version = 1.0.0
[ 5.006] ABI class: X.Org Server Extension, version 10.0
[ 5.006] (II) Applying OutputClass "nvidia" to /dev/dri/card2
[ 5.006] loading driver: nvidia
[ 5.006] (==) Matched intel as autoconfigured driver 0
[ 5.006] (==) Matched nvidia as autoconfigured driver 1
[ 5.006] (==) Matched nouveau as autoconfigured driver 2
[ 5.006] (==) Matched nv as autoconfigured driver 3
[ 5.006] (==) Matched modesetting as autoconfigured driver 4
[ 5.006] (==) Matched fbdev as autoconfigured driver 5
[ 5.006] (==) Matched vesa as autoconfigured driver 6
[ 5.006] (==) Assigned the driver to the xf86ConfigLayout
[ 5.006] (II) LoadModule: "intel"
[ 5.007] (WW) Warning, couldn't open module intel
[ 5.007] (EE) Failed to load module "intel" (module does not exist, 0)
[ 5.007] (II) LoadModule: "nvidia"
[ 5.007] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5.011] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5.011] compiled for 1.6.99.901, module version = 1.0.0
[ 5.011] Module class: X.Org Video Driver
[ 5.011] (II) LoadModule: "nouveau"
[ 5.011] (WW) Warning, couldn't open module nouveau
[ 5.011] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 5.011] (II) LoadModule: "nv"
[ 5.011] (WW) Warning, couldn't open module nv
[ 5.011] (EE) Failed to load module "nv" (module does not exist, 0)
[ 5.011] (II) LoadModule: "modesetting"
[ 5.011] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5.013] (II) Module modesetting: vendor="X.Org Foundation"
[ 5.013] compiled for 1.21.1.15, module version = 1.21.1
[ 5.013] Module class: X.Org Video Driver
[ 5.013] ABI class: X.Org Video Driver, version 25.2
[ 5.013] (II) LoadModule: "fbdev"
[ 5.013] (WW) Warning, couldn't open module fbdev
[ 5.013] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 5.013] (II) LoadModule: "vesa"
[ 5.013] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 5.013] (II) Module vesa: vendor="X.Org Foundation"
[ 5.013] compiled for 1.21.1.11, module version = 2.6.0
[ 5.013] Module class: X.Org Video Driver
[ 5.013] ABI class: X.Org Video Driver, version 25.2
[ 5.013] (II) NVIDIA dlloader X Driver 570.86.16 Fri Jan 24 20:45:52 UTC 2025
[ 5.013] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5.013] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5.014] (II) VESA: driver for VESA chipsets: vesa
[ 5.046] (II) modeset(0): using drv /dev/dri/card1
[ 5.047] (II) Loading sub module "fb"
[ 5.047] (II) LoadModule: "fb"
[ 5.047] (II) Module "fb" already built-in
[ 5.047] (II) Loading sub module "wfb"
[ 5.047] (II) LoadModule: "wfb"
[ 5.047] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5.048] (II) Module wfb: vendor="X.Org Foundation"
[ 5.048] compiled for 1.21.1.15, module version = 1.0.0
[ 5.048] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.049] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5.049] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 5.049] (==) modeset(0): RGB weight 888
[ 5.049] (==) modeset(0): Default visual is TrueColor
[ 5.049] (II) Loading sub module "glamoregl"
[ 5.049] (II) LoadModule: "glamoregl"
[ 5.049] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 5.058] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5.058] compiled for 1.21.1.15, module version = 1.0.1
[ 5.058] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.294] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 5.294] (II) modeset(0): glamor initialized
[ 5.294] (==) modeset(0): VariableRefresh: disabled
[ 5.294] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 5.296] (II) modeset(0): Output eDP-1 has no monitor section
[ 5.298] (II) modeset(0): EDID for output eDP-1
[ 5.298] (II) modeset(0): Manufacturer: LGD Model: 65a Serial#: 0
[ 5.298] (II) modeset(0): Year: 2019 Week: 0
[ 5.298] (II) modeset(0): EDID Version: 1.4
[ 5.298] (II) modeset(0): Digital Display Input
[ 5.298] (II) modeset(0): 8 bits per channel
[ 5.298] (II) modeset(0): Digital interface is DisplayPort
[ 5.298] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 5.298] (II) modeset(0): Gamma: 2.20
[ 5.298] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 5.298] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 5.298] (II) modeset(0): First detailed timing is preferred mode
[ 5.298] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 5.298] (II) modeset(0): redX: 0.590 redY: 0.370 greenX: 0.350 greenY: 0.555
[ 5.298] (II) modeset(0): blueX: 0.155 blueY: 0.110 whiteX: 0.313 whiteY: 0.329
[ 5.298] (II) modeset(0): Manufacturer's mask: 0
[ 5.298] (II) modeset(0): Supported detailed timing:
[ 5.298] (II) modeset(0): clock: 138.6 MHz Image Size: 344 x 194 mm
[ 5.298] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 5.298] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 5.298] (II) modeset(0): LG Display
[ 5.298] (II) modeset(0): LP156WFC-SPD5
[ 5.298] (II) modeset(0): EDID (in hex):
[ 5.298] (II) modeset(0): 00ffffffffffff0030e45a0600000000
[ 5.298] (II) modeset(0): 001d0104a5221378e238d5975e598e27
[ 5.298] (II) modeset(0): 1c505400000001010101010101010101
[ 5.298] (II) modeset(0): 010101010101243680a070381f403020
[ 5.298] (II) modeset(0): 350058c2100000190000000000000000
[ 5.298] (II) modeset(0): 00000000000000000000000000fe004c
[ 5.298] (II) modeset(0): 4720446973706c61790a2020000000fe
[ 5.298] (II) modeset(0): 004c503135365746432d5350443500e3
[ 5.298] (II) modeset(0): Printing probed modes for output eDP-1
[ 5.298] (II) modeset(0): Modeline "1920x1080"x60.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 5.298] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 5.298] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 5.298] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 5.298] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 5.298] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 5.298] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 5.298] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 5.298] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 5.298] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 5.298] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 5.298] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 5.298] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 5.298] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 5.298] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 5.298] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 5.299] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 5.299] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 5.299] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 5.299] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 5.299] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 5.299] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 5.299] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 5.299] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 5.299] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 5.299] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 5.299] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 5.299] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 5.299] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 5.299] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 5.299] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 5.299] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 5.299] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 5.299] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 5.299] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 5.299] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 5.299] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 5.299] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 5.299] (II) modeset(0): Output eDP-1 connected
[ 5.299] (II) modeset(0): Using exact sizes for initial modes
[ 5.299] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 5.299] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.299] (==) modeset(0): DPI set to (96, 96)
[ 5.299] (II) Loading sub module "fb"
[ 5.299] (II) LoadModule: "fb"
[ 5.299] (II) Module "fb" already built-in
[ 5.299] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 5.299] (==) NVIDIA(G0): RGB weight 888
[ 5.299] (==) NVIDIA(G0): Default visual is TrueColor
[ 5.299] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.299] (II) Applying OutputClass "nvidia" options to /dev/dri/card2
[ 5.299] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 5.299] (**) NVIDIA(G0): Enabling 2D acceleration
[ 5.299] (II) Loading sub module "glxserver_nvidia"
[ 5.299] (II) LoadModule: "glxserver_nvidia"
[ 5.299] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 5.331] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 5.331] compiled for 1.6.99.901, module version = 1.0.0
[ 5.331] Module class: X.Org Server Extension
[ 5.331] (II) NVIDIA GLX Module 570.86.16 Fri Jan 24 20:56:01 UTC 2025
[ 5.331] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 5.334] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 5.334] (--) NVIDIA(0): DFP-0 (boot)
[ 5.352] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU117-A) at PCI:1:0:0
[ 5.352] (II) NVIDIA(G0): (GPU-0)
[ 5.352] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 5.352] (--) NVIDIA(G0): VideoBIOS: 90.17.1b.00.2c
[ 5.352] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 5.432] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 5.432] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 5.432] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 5.432] (--) NVIDIA(GPU-0):
[ 5.461] (II) NVIDIA(G0): Validated MetaModes:
[ 5.461] (II) NVIDIA(G0): "NULL"
[ 5.461] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 5.573] (WW) NVIDIA(G0): Cannot find size of first mode for Samsung C24F390 (DFP-0);
[ 5.573] (WW) NVIDIA(G0): cannot compute DPI from Samsung C24F390 (DFP-0)'s EDID.
[ 5.573] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 5.573] (II) UnloadModule: "vesa"
[ 5.573] (II) Unloading vesa
[ 5.590] (==) modeset(0): Backing store enabled
[ 5.590] (==) modeset(0): Silken mouse enabled
[ 5.663] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 5.663] (==) modeset(0): DPMS enabled
[ 5.663] (II) modeset(0): [DRI2] Setup complete
[ 5.663] (II) modeset(0): [DRI2] DRI driver: iris
[ 5.663] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 5.664] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 5.664] (II) NVIDIA: access.
[ 5.671] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 5.671] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 5.671] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 5.671] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 5.671] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 5.671] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 5.671] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 5.671] (II) NVIDIA(G0): Config Options in the README.
[ 5.694] (II) NVIDIA(G0): Setting mode "NULL"
[ 5.713] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 5.713] (==) NVIDIA(G0): Backing store enabled
[ 5.713] (==) NVIDIA(G0): Silken mouse enabled
[ 5.714] (==) NVIDIA(G0): DPMS enabled
[ 5.714] (II) Loading sub module "dri2"
[ 5.714] (II) LoadModule: "dri2"
[ 5.714] (II) Module "dri2" already built-in
[ 5.714] (II) NVIDIA(G0): [DRI2] Setup complete
[ 5.714] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 5.714] (II) Initializing extension Generic Event Extension
[ 5.714] (II) Initializing extension SHAPE
[ 5.714] (II) Initializing extension MIT-SHM
[ 5.714] (II) Initializing extension XInputExtension
[ 5.714] (II) Initializing extension XTEST
[ 5.714] (II) Initializing extension BIG-REQUESTS
[ 5.715] (II) Initializing extension SYNC
[ 5.715] (II) Initializing extension XKEYBOARD
[ 5.715] (II) Initializing extension XC-MISC
[ 5.715] (II) Initializing extension SECURITY
[ 5.715] (II) Initializing extension XFIXES
[ 5.715] (II) Initializing extension RENDER
[ 5.715] (II) Initializing extension RANDR
[ 5.715] (II) Initializing extension COMPOSITE
[ 5.715] (II) Initializing extension DAMAGE
[ 5.715] (II) Initializing extension MIT-SCREEN-SAVER
[ 5.716] (II) Initializing extension DOUBLE-BUFFER
[ 5.716] (II) Initializing extension RECORD
[ 5.716] (II) Initializing extension DPMS
[ 5.716] (II) Initializing extension Present
[ 5.716] (II) Initializing extension DRI3
[ 5.716] (II) Initializing extension X-Resource
[ 5.716] (II) Initializing extension XVideo
[ 5.716] (II) Initializing extension XVideo-MotionCompensation
[ 5.716] (II) Initializing extension GLX
[ 5.716] (II) Initializing extension GLX
[ 5.716] (II) Indirect GLX disabled.
[ 5.723] (II) AIGLX: Loaded and initialized iris
[ 5.723] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 5.723] (II) Initializing extension XFree86-VidModeExtension
[ 5.723] (II) Initializing extension XFree86-DGA
[ 5.723] (II) Initializing extension XFree86-DRI
[ 5.723] (II) Initializing extension DRI2
[ 5.723] (II) Initializing extension NV-GLX
[ 5.724] (II) Initializing extension NV-CONTROL
[ 5.725] (II) modeset(0): Damage tracking initialized
[ 5.725] (II) modeset(0): Setting screen physical size to 508 x 285
[ 5.798] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[ 5.798] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 5.798] (II) LoadModule: "libinput"
[ 5.798] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 5.801] (II) Module libinput: vendor="X.Org Foundation"
[ 5.801] compiled for 1.21.1.13, module version = 1.5.0
[ 5.801] Module class: X.Org XInput Driver
[ 5.801] ABI class: X.Org XInput driver, version 24.4
[ 5.801] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 5.801] (**) Acer Wireless Radio Control: always reports core events
[ 5.801] (**) Option "Device" "/dev/input/event5"
[ 5.806] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 5.806] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 5.806] (II) event5 - Acer Wireless Radio Control: device removed
[ 5.835] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[ 5.835] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 5.835] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 5.835] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 5.836] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 5.836] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 5.836] (II) Using input driver 'libinput' for 'Power Button'
[ 5.836] (**) Power Button: always reports core events
[ 5.836] (**) Option "Device" "/dev/input/event3"
[ 5.836] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 5.836] (II) event3 - Power Button: device is a keyboard
[ 5.836] (II) event3 - Power Button: device removed
[ 5.843] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 5.843] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 5.843] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 5.843] (II) event3 - Power Button: device is a keyboard
[ 5.844] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 5.844] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.844] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.844] (**) Video Bus: always reports core events
[ 5.844] (**) Option "Device" "/dev/input/event15"
[ 5.844] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 5.844] (II) event15 - Video Bus: device is a keyboard
[ 5.844] (II) event15 - Video Bus: device removed
[ 5.863] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event15"
[ 5.863] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 5.864] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 5.864] (II) event15 - Video Bus: device is a keyboard
[ 5.865] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[ 5.865] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.865] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.865] (**) Video Bus: always reports core events
[ 5.865] (**) Option "Device" "/dev/input/event14"
[ 5.866] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 5.866] (II) event14 - Video Bus: device is a keyboard
[ 5.866] (II) event14 - Video Bus: device removed
[ 5.886] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input18/event14"
[ 5.886] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 5.888] (II) event14 - Video Bus: is tagged by udev as: Keyboard
[ 5.888] (II) event14 - Video Bus: device is a keyboard
[ 5.890] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 5.890] (II) No input driver specified, ignoring this device.
[ 5.890] (II) This device may have been added with another device file.
[ 5.891] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 5.891] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 5.891] (II) Using input driver 'libinput' for 'Power Button'
[ 5.891] (**) Power Button: always reports core events
[ 5.891] (**) Option "Device" "/dev/input/event2"
[ 5.892] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 5.892] (II) event2 - Power Button: device is a keyboard
[ 5.892] (II) event2 - Power Button: device removed
[ 5.906] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[ 5.906] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 5.908] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 5.908] (II) event2 - Power Button: device is a keyboard
[ 5.909] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 5.909] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 5.909] (II) Using input driver 'libinput' for 'Sleep Button'
[ 5.909] (**) Sleep Button: always reports core events
[ 5.909] (**) Option "Device" "/dev/input/event1"
[ 5.911] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 5.911] (II) event1 - Sleep Button: device is a keyboard
[ 5.911] (II) event1 - Sleep Button: device removed
[ 5.921] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 5.921] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 5.921] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 5.921] (II) event1 - Sleep Button: device is a keyboard
[ 5.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 5.922] (II) No input driver specified, ignoring this device.
[ 5.922] (II) This device may have been added with another device file.
[ 5.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 5.922] (II) No input driver specified, ignoring this device.
[ 5.922] (II) This device may have been added with another device file.
[ 5.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 5.922] (II) No input driver specified, ignoring this device.
[ 5.922] (II) This device may have been added with another device file.
[ 5.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 5.922] (II) No input driver specified, ignoring this device.
[ 5.922] (II) This device may have been added with another device file.
[ 5.923] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/event8)
[ 5.923] (**) SYNA7DB5:01 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 5.923] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Mouse'
[ 5.923] (**) SYNA7DB5:01 06CB:CD41 Mouse: always reports core events
[ 5.923] (**) Option "Device" "/dev/input/event8"
[ 5.924] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.924] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 5.924] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device removed
[ 5.945] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.945] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.945] (II) libinput: SYNA7DB5:01 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.945] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD41.0001/input/input11/event8"
[ 5.945] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Mouse" (type: MOUSE, id 12)
[ 5.945] (**) Option "AccelerationScheme" "none"
[ 5.945] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 5.945] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 5.945] (**) SYNA7DB5:01 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 5.946] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 5.946] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device is a pointer
[ 5.948] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Mouse (/dev/input/mouse0)
[ 5.948] (II) No input driver specified, ignoring this device.
[ 5.948] (II) This device may have been added with another device file.
[ 5.948] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/event9)
[ 5.948] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 5.948] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "touchpad"
[ 5.948] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Touchpad'
[ 5.948] (**) SYNA7DB5:01 06CB:CD41 Touchpad: always reports core events
[ 5.948] (**) Option "Device" "/dev/input/event9"
[ 5.949] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 5.951] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 5.951] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device removed
[ 5.974] (**) Option "Tapping" "on"
[ 5.974] (**) Option "TappingButtonMap" "lmr"
[ 5.974] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.974] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.974] (II) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.975] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD41.0001/input/input12/event9"
[ 5.975] (II) XINPUT: Adding extended input device "SYNA7DB5:01 06CB:CD41 Touchpad" (type: TOUCHPAD, id 13)
[ 5.978] (**) Option "AccelerationScheme" "none"
[ 5.978] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 5.978] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 5.978] (**) SYNA7DB5:01 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 5.980] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 5.984] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device is a touchpad
[ 5.986] (II) config/udev: Adding input device SYNA7DB5:01 06CB:CD41 Touchpad (/dev/input/mouse1)
[ 5.986] (**) SYNA7DB5:01 06CB:CD41 Touchpad: Applying InputClass "touchpad"
[ 5.986] (II) Using input driver 'libinput' for 'SYNA7DB5:01 06CB:CD41 Touchpad'
[ 5.986] (**) SYNA7DB5:01 06CB:CD41 Touchpad: always reports core events
[ 5.986] (**) Option "Device" "/dev/input/mouse1"
[ 6.008] (II) mouse1 - not using input device '/dev/input/mouse1'.
[ 6.008] (EE) libinput: SYNA7DB5:01 06CB:CD41 Touchpad: Failed to create a device for /dev/input/mouse1
[ 6.008] (EE) PreInit returned 2 for "SYNA7DB5:01 06CB:CD41 Touchpad"
[ 6.008] (II) UnloadModule: "libinput"
[ 6.009] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[ 6.009] (II) No input driver specified, ignoring this device.
[ 6.009] (II) This device may have been added with another device file.
[ 6.010] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 6.010] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 6.010] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 6.010] (**) AT Translated Set 2 keyboard: always reports core events
[ 6.010] (**) Option "Device" "/dev/input/event4"
[ 6.012] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6.012] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 6.014] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 6.036] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 6.036] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 6.038] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 6.038] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 6.041] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 6.041] (II) No input driver specified, ignoring this device.
[ 6.041] (II) This device may have been added with another device file.
[ 6.046] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event7)
[ 6.046] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 6.046] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 6.046] (**) Acer WMI hotkeys: always reports core events
[ 6.046] (**) Option "Device" "/dev/input/event7"
[ 6.047] (II) event7 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 6.047] (II) event7 - Acer WMI hotkeys: device is a keyboard
[ 6.047] (II) event7 - Acer WMI hotkeys: device removed
[ 6.061] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[ 6.061] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[ 6.062] (II) event7 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 6.062] (II) event7 - Acer WMI hotkeys: device is a keyboard
[ 17.334] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 17.334] (II) modeset(0): Printing DDC gathered Modelines:
[ 17.334] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 17.351] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 17.351] (II) modeset(0): Printing DDC gathered Modelines:
[ 17.351] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 17.399] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 17.399] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 17.399] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 17.399] (--) NVIDIA(GPU-0):
[ 17.418] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 17.418] (II) modeset(0): Printing DDC gathered Modelines:
[ 17.418] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 17.435] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 17.435] (II) modeset(0): Printing DDC gathered Modelines:
[ 17.435] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 17.481] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 17.481] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 17.481] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 17.481] (--) NVIDIA(GPU-0):
[ 17.500] (II) modeset(0): Allocate new frame buffer 3840x1080 stride
[ 17.613] (II) NVIDIA(G0): Setting mode "HDMI-1-0: nvidia-auto-select @1920x1080 +1920+0 {AllowGSYNC=Off, ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}"
[ 18.084] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 18.084] (II) modeset(0): Printing DDC gathered Modelines:
[ 18.084] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 18.101] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 18.101] (II) modeset(0): Printing DDC gathered Modelines:
[ 18.101] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 18.150] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 18.150] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 18.150] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 18.150] (--) NVIDIA(GPU-0):
[ 18.201] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 18.201] (II) modeset(0): Printing DDC gathered Modelines:
[ 18.201] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 18.218] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 18.218] (II) modeset(0): Printing DDC gathered Modelines:
[ 18.218] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 18.267] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 18.267] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 18.267] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 18.267] (--) NVIDIA(GPU-0):
[ 19.318] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 19.318] (II) modeset(0): Printing DDC gathered Modelines:
[ 19.318] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 19.335] (II) modeset(0): EDID vendor "LGD", prod id 1626
[ 19.335] (II) modeset(0): Printing DDC gathered Modelines:
[ 19.335] (II) modeset(0): Modeline "1920x1080"x0.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 19.384] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): connected
[ 19.384] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): Internal TMDS
[ 19.384] (--) NVIDIA(GPU-0): Samsung C24F390 (DFP-0): 600.0 MHz maximum pixel clock
[ 19.384] (--) NVIDIA(GPU-0):
[ 24.802] (II) event5 - Acer Wireless Radio Control: device removed
[ 24.816] (II) event3 - Power Button: device removed
[ 24.823] (II) event15 - Video Bus: device removed
[ 24.835] (II) event14 - Video Bus: device removed
[ 24.849] (II) event2 - Power Button: device removed
[ 24.857] (II) event1 - Sleep Button: device removed
[ 24.870] (II) event8 - SYNA7DB5:01 06CB:CD41 Mouse: device removed
[ 24.892] (II) event9 - SYNA7DB5:01 06CB:CD41 Touchpad: device removed
[ 24.923] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 24.944] (II) event7 - Acer WMI hotkeys: device removed
[ 24.990] (II) UnloadModule: "libinput"
[ 24.990] (II) UnloadModule: "libinput"
[ 24.990] (II) UnloadModule: "libinput"
[ 24.990] (II) UnloadModule: "libinput"
[ 24.990] (II) UnloadModule: "libinput"
[ 24.991] (II) UnloadModule: "libinput"
[ 24.991] (II) UnloadModule: "libinput"
[ 24.991] (II) UnloadModule: "libinput"
[ 24.991] (II) UnloadModule: "libinput"
[ 24.991] (II) UnloadModule: "libinput"
[ 25.236] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 25.288] (II) Server terminated successfully (0). Closing log file.I have to point out that I turn off my laptop for a while and now Alacritty is working, even though I did that a few times at that moment to see if it fixes itself. I'm not sure if the ouput should of the commands will vary on a working and a non-working environment. Also, I'm dual booting with Windows 10. I don't know if that is relevant, but I've been doing it for more than a year and I had no problem with Alacritty untill now.
Last edited by LeonN (2025-02-08 14:53:28)
Offline
I'm dual booting with Windows 10
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
However it would be strange to be the cause for this.
glxinfo is unsupicious, but since this is a hybrid graphics system and electron is on the records (at least on wayland) to lose it over the swapped card order, add "nvidia_drm.modeset=1" to the kernel parameters (it /has/ to be there to block the simplydumb device and this way retain the natural order of cards)
It might also help to add i915 to the initramfs (ifff this is the cause)
Offline
I just disabled fast start on Windows. Note that I had to do it via the batch file provided on the guide, since the GUI setting was not visible. I also added the nvidia command to the kernel parameters and the i915 module to the initramfs. I'll test it for a while and see if the problem does not come back. If that is the case, I'll mark the issue as solved, otherwise, I'll another update. Thanks for the help.
Offline
I'm back. It didn't work. I powered off my laptop a few times, and I'm back in to Arch.
cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux root=UUID=db105555-2b74-4c68-9046-cf415173f463 rw loglevel=3 quiet nvidia_drm.modeset=1I added the kernel parameter, but Alacritty is still broken.
Update
I walked away from my laptop for while and, now that I just "unlock it" (I think the screen just got blank, since the usual screen to enter my password was not shown), the instances of alarcritty that I started appeared on screen. They're fully functional; however, I can not spawn more Alacritty windows.
Last edited by LeonN (2025-02-09 00:20:42)
Offline
xwininfo -root -tree | grep Alacrittywill list all alacritty windows and you can inspect their state w/ eg (fix the window id)
xwininfo -id 0x3400003what should tell you whether the windows are mapped and their present geometry.
Might be an issue w/ the compositor and alacritty being ARGB?
https://wiki.archlinux.org/title/Xfwm#Composite_manager - try to disable it.
Offline
Now Alacritty is working fine. I just disabled the xfce compositor and I'll see if the issue persists. Since Alacritty is currently working fine, I think the output of xwinfo will not show the same output. Before posting this issue I tried using Deepseek to solve it, it asked me to enter the same command and this was the output at the momento (when Alacritty wasn't working).
❯ xwininfo -root -tree | grep -i alacritty
0x5000003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x4400003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x3a00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x3000003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0As it didn't ask me to send xwininfo -id, I don't have its output. If anything changes, I'll post an update.
Offline
Update
I was working fine with my laptop and Alacritty was working. Then I closed the lid for a while. After opening the lid, I plugged my second monitor and when I logged in, Alacritty was no longer working.
xwininfo -root -tree | grep Alacritty
0x4400003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0xbe00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0xb200003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0xa800003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x9c00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x9000003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x8400003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x7800003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x6c00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x6000003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x5400003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x4800003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x2e0003d "Alacritty terminal won't start on xfce fresh install / Newbie Corner / Arch Linux Forums — Mozilla Firefox": ("Navigator" "firefox") 1920x1053+0+0 +0+27
~
❯ xwininfo -id 0x9000003
xwininfo: Window id: 0x9000003 "Alacritty"
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 800
Height: 600
Depth: 32
Visual: 0x664
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x9000002 (not installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsUnMapped
Override Redirect State: no
Corners: +0+0 -3040+0 -3040-480 +0-480
-geometry 800x600+0+0UPDATE 2
It seems that the issue happens when I have my second monitor plugged in, but only when it is configured as main display. If set my laptop monitor as main, alacrity works fine.
Last edited by LeonN (2025-02-10 00:13:27)
Offline
The window you inspected (there're more…) isn't mapped, ie. "minimized" or so -
xdotool windowunmap 0x9000003 should change that
It's at the upper left corner of the root window.
Inspecting it w/ "xprop -id 0x9000003" might tell what the WM thinks about its condition (notably in WINDOW_STATE)
nb. the WIds will change, w/ new instances/reboots, so you'll have to draw that list again first.
Offline
I'm able to pragmatically reproduce the problem. As I said, I only have to connect my second monitor and set it as main display.
Here is the complete set of commands in a recently booted "non-working" environment.
❯ xwininfo -root -tree | grep Alacritty
0x6e00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x6200003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x5600003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x4a00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x3e00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x2a00003 "Alacritty": ("Alacritty" "Alacritty") 800x600+0+0 +0+0
0x320003d "Alacritty terminal won't start on xfce fresh install / Newbie Corner / Arch Linux Forums — Mozilla Firefox": ("Navigator" "firefox") 1920x1053+0+0 +0+27
~
❯ xwininfo -id 0x6e00003
xwininfo: Window id: 0x6e00003 "Alacritty"
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 800
Height: 600
Depth: 32
Visual: 0x678
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x6e00002 (not installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsUnMapped
Override Redirect State: no
Corners: +0+0 -3040+0 -3040-480 +0-480
-geometry 800x600+0+0
~
❯ xdotool windowunmap 0x6e00003
~
❯ xprop -id 0x6e00003
_VARIABLE_REFRESH(CARDINAL) = 1
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, _NET_WM_PING
_NET_WM_ICON(CARDINAL) = Icon (64 x 64):
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
WM_NORMAL_HINTS(WM_SIZE_HINTS):
user specified size: 800 by 600
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
WM_CLIENT_MACHINE(STRING) = "LeoLaptop"
_NET_WM_PID(CARDINAL) = 1792
WM_CLASS(STRING) = "Alacritty", "Alacritty"
XdndAware(ATOM) = BITMAP
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x0, 0x1, 0x0, 0x0
_NET_WM_NAME(UTF8_STRING) = "Alacritty"
WM_NAME(STRING) = "Alacritty"
~ Offline
Does the unmap show the window?
From the props and the missing state, it's likely completely ignored by the WM - seems like an xfwm4 bug. Can you reproduce this w/ eg. openbox?
Offline
Sorry for the late late reply. I've been traveling. It seems that now it is fixed. I updated my system yesterday and now Alacritty opens even though my second monitor is set as primary display. However, there are still other issues with displays. I will post another issue on the forum. Thanks for the help.
Offline