You are not logged in.

#26 2024-01-12 08:13:03

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

I was referring to the cable that connects the internal display.

From the symptoms it's either that or the backlight or the eDP can't handle DPMS.
Can you trigger the problem w/ "xset dpms force off"?
In general, revisit the backlight article and inspect the actual ACPI interface.
xBaCkLiGhT DoEsN'T WoRk doesn't really mean a lot, 1st because actual xbacklight won't work for most people anymore, 2nd because we'd be dealing w/ a corrupted backlight situation anyway.

Offline

#27 2024-01-12 12:24:36

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

I was referring to the cable that connects the internal display.

From the symptoms it's either that or the backlight or the eDP can't handle DPMS.
Can you trigger the problem w/ "xset dpms force off"?
In general, revisit the backlight article and inspect the actual ACPI interface.
xBaCkLiGhT DoEsN'T WoRk doesn't really mean a lot, 1st because actual xbacklight won't work for most people anymore, 2nd because we'd be dealing w/ a corrupted backlight situation anyway.

`xset dpms force off` Turns off the screen completely, in my problem it is still on but with a black color.
I was able to fix backlight ( https://bbs.archlinux.org/viewtopic.php?id=291785 ) but the problem is still occurring.

[yaiko@yaiko ~]$ ls /sys/class/backlight/
intel_backlight
[yaiko@yaiko ~]$ optimus-manager --status
Optimus Manager (Client) version 1.5

Current GPU mode : hybrid
GPU mode requested for next login : no change
GPU at startup : hybrid
Temporary config path: no

Offline

#28 2024-01-12 13:41:25

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

`xset dpms force off` Turns off the screen completely,

Yes of course, the question is whether that "kills" the internal display or it comes back when you wiggle the mouse.

And please post an updated xorg log…

Edit: https://bbs.archlinux.org/viewtopic.php?id=291820
Does it help to add "acpi=off" to the kernel parameters (this will break a bunch of stuff including proper shutdown - that's normal)

Last edited by seth (2024-01-13 10:01:25)

Offline

#29 2024-01-13 21:09:06

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

`xset dpms force off` Turns off the screen completely,

Yes of course, the question is whether that "kills" the internal display or it comes back when you wiggle the mouse.

And please post an updated xorg log…

Edit: https://bbs.archlinux.org/viewtopic.php?id=291820
Does it help to add "acpi=off" to the kernel parameters (this will break a bunch of stuff including proper shutdown - that's normal)

For what I understand, `acpi=off` turns off some peripherals. I wasn't able to use even the keyboard, so I had to remove it.

My updated xorg log:

[    32.690] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    32.690] Current Operating System: Linux yaiko 6.6.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jan 2024 16:20:41 +0000 x86_64
[    32.691] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1 nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1
[    32.691]  
[    32.691] Current version of pixman: 0.43.0
[    32.691] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    32.691] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.691] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Sat Jan 13 17:58:47 2024
[    32.698] (==) Using config arch default /etc/default/grubfile: "/etc/X11/xorg.conf"
[    32.698] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    32.698] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.701] (==) ServerLayout "layout"
[    32.701] (**) |-->Screen "integrated" (0)
[    32.701] (**) |   |-->Monitor "<default monitor>"
[    32.702] (**) |   |-->Device "integrated"
[    32.702] (**) |   |-->GPUDevice "nvidia"
[    32.702] (**) |   |-->GPUDevice "NVIDIA Card"
[    32.702] (**) |   |-->GPUDevice "integrated"
[    32.702] (==) No monitor specified for screen "integrated".
	Using a default monitor configuration.
[    32.702] (**) |-->Inactive Device "nvidia"
[    32.702] (**) Option "DontZap" "false"
[    32.702] (==) Automatically adding devices
[    32.702] (==) Automatically enabling devices
[    32.702] (==) Automatically adding GPU devices
[    32.702] (==) Automatically binding GPU devices
[    32.702] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    32.705] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    32.705] 	Entry deleted from font path.
[    32.705] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    32.705] 	Entry deleted from font path.
[    32.705] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    32.705] 	Entry deleted from font path.
[    32.705] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    32.705] 	Entry deleted from font path.
[    32.705] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    32.705] 	Entry deleted from font path.
[    32.705] (==) FontPath set to:
	/usr/share/fonts/misc
[    32.705] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    32.705] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    32.705] (II) Module ABI versions:
[    32.705] 	X.Org ANSI C Emulation: 0.4
[    32.705] 	X.Org Video Driver: 25.2
[    32.705] 	X.Org XInput driver : 24.4
[    32.705] 	X.Org Server Extension : 10.0
[    32.706] (++) using VT number 1

[    32.708] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    32.710] (II) xfree86: Adding drm device (/dev/dri/card1)
[    32.710] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    32.711] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    32.711] (II) xfree86: Adding drm device (/dev/dri/card0)
[    32.711] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    32.712] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    32.716] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    32.719] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    32.719] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    32.719] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    32.719] (II) LoadModule: "glx"
[    32.723] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    32.741] (II) Module glx: vendor="X.Org Foundation"
[    32.741] 	compiled for 1.21.1.10, module version = 1.0.0
[    32.741] 	ABI class: X.Org Server Extension, version 10.0
[    32.741] (II) LoadModule: "modesetting"
[    32.742] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    32.749] (II) Module modesetting: vendor="X.Org Foundation"
[    32.749] 	compiled for 1.21.1.10, module version = 1.21.1
[    32.749] 	Module class: X.Org Video Driver
[    32.749] 	ABI class: X.Org Video Driver, version 25.2
[    32.749] (II) LoadModule: "nvidia"
[    32.749] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    32.761] (II) Module nvidia: vendor="NVIDIA Corporation"
[    32.761] 	compiled for 1.6.99.901, module version = 1.0.0
[    32.761] 	Module class: X.Org Video Driver
[    32.762] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    32.762] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    32.762] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    32.763] (II) modeset(0): using drv /dev/dri/card0
[    32.763] (II) systemd-logind: releasing fd for 226:1
[    32.765] (II) Loading sub module "fb"
[    32.765] (II) LoadModule: "fb"
[    32.765] (II) Module "fb" already built-in
[    32.765] (II) Loading sub module "wfb"
[    32.765] (II) LoadModule: "wfb"
[    32.765] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    32.767] (II) Module wfb: vendor="X.Org Foundation"
[    32.767] 	compiled for 1.21.1.10, module version = 1.0.0
[    32.767] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.775] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    32.775] (II) modeset(0): Creating default Display subsection in Screen section
	"integrated" for depth/fbbpp 24/32
[    32.775] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    32.775] (==) modeset(0): RGB weight 888
[    32.775] (==) modeset(0): Default visual is TrueColor
[    32.775] (II) Loading sub module "glamoregl"
[    32.775] (II) LoadModule: "glamoregl"
[    32.775] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    32.791] (II) Module glamoregl: vendor="X.Org Foundation"
[    32.791] 	compiled for 1.21.1.10, module version = 1.0.1
[    32.791] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    33.646] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    33.647] (II) modeset(0): glamor initialized
[    33.647] (==) modeset(0): VariableRefresh: disabled
[    33.647] (==) modeset(0): AsyncFlipSecondaries: disabled
[    33.649] (II) modeset(0): Output eDP-1 has no monitor section
[    33.654] (II) modeset(0): Output HDMI-1 has no monitor section
[    33.657] (II) modeset(0): EDID for output eDP-1
[    33.657] (II) modeset(0): Manufacturer: NCP  Model: 29  Serial#: 0
[    33.657] (II) modeset(0): Year: 2017  Week: 0
[    33.657] (II) modeset(0): EDID Version: 1.4
[    33.657] (II) modeset(0): Digital Display Input
[    33.657] (II) modeset(0): 8 bits per channel
[    33.657] (II) modeset(0): Digital interface is DisplayPort
[    33.657] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    33.657] (II) modeset(0): Gamma: 2.20
[    33.657] (II) modeset(0): No DPMS capabilities specified
[    33.657] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    33.657] (II) modeset(0): Default color space is primary color space
[    33.657] (II) modeset(0): First detailed timing is preferred mode
[    33.657] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    33.657] (II) modeset(0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[    33.657] (II) modeset(0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[    33.657] (II) modeset(0): Manufacturer's mask: 0
[    33.657] (II) modeset(0): Supported detailed timing:
[    33.657] (II) modeset(0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[    33.657] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    33.657] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    33.657] (II) modeset(0): Supported detailed timing:
[    33.657] (II) modeset(0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[    33.657] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    33.657] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    33.657] (II) modeset(0):  LM156LF1L06
[    33.657] (II) modeset(0): EDID (in hex):
[    33.657] (II) modeset(0): 	00ffffffffffff003870290000000000
[    33.657] (II) modeset(0): 	001b0104a5221378069a85975c578e28
[    33.657] (II) modeset(0): 	1c505400000001010101010101010101
[    33.657] (II) modeset(0): 	010101010101993680a0703828403020
[    33.657] (II) modeset(0): 	360058c210000018ae2b80a070382840
[    33.657] (II) modeset(0): 	3020360058c210000018000000100000
[    33.657] (II) modeset(0): 	000000000000000000000000000000fe
[    33.657] (II) modeset(0): 	004c4d3135364c46314c30360a200054
[    33.658] (II) modeset(0): Printing probed modes for output eDP-1
[    33.658] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    33.658] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    33.658] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    33.658] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    33.658] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    33.658] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    33.658] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    33.658] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    33.658] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    33.658] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    33.658] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    33.658] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    33.658] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    33.658] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    33.658] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    33.658] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    33.658] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    33.658] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    33.658] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    33.658] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    33.659] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    33.659] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    33.659] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    33.659] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    33.659] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    33.659] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    33.659] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    33.659] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    33.659] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    33.659] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    33.659] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    33.659] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    33.659] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    33.659] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    33.659] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    33.659] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    33.659] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    33.659] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    33.659] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    33.659] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    33.659] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    33.659] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    33.659] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    33.659] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    33.659] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    33.659] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    33.659] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    33.659] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    33.659] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    33.659] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    33.659] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    33.659] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    33.659] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    33.659] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    33.659] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    33.659] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    33.659] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    33.659] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    33.659] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    33.659] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    33.659] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    33.659] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    33.659] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    33.665] (II) modeset(0): EDID for output HDMI-1
[    33.665] (II) modeset(0): Output eDP-1 connected
[    33.665] (II) modeset(0): Output HDMI-1 disconnected
[    33.665] (II) modeset(0): Using exact sizes for initial modes
[    33.665] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    33.665] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    33.665] (==) modeset(0): DPI set to (96, 96)
[    33.665] (II) Loading sub module "fb"
[    33.665] (II) LoadModule: "fb"
[    33.665] (II) Module "fb" already built-in
[    33.665] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    33.665] (==) NVIDIA(G0): RGB weight 888
[    33.665] (==) NVIDIA(G0): Default visual is TrueColor
[    33.665] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    33.666] (**) Option "AllowNVIDIAGpuScreens"
[    33.666] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    33.666] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    33.666] (**) NVIDIA(G0): Option "Coolbits" "28"
[    33.666] (**) NVIDIA(G0): Enabling 2D acceleration
[    33.666] (II) Loading sub module "glxserver_nvidia"
[    33.666] (II) LoadModule: "glxserver_nvidia"
[    33.666] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    33.833] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    33.833] 	compiled for 1.6.99.901, module version = 1.0.0
[    33.833] 	Module class: X.Org Server Extension
[    33.833] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    33.835] (II) NVIDIA: The X server supports PRIME Render Offload.
[    33.843] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    33.843] (II) NVIDIA(G0):     (GPU-0)
[    33.843] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    33.843] (--) NVIDIA(G0): VideoBIOS: 86.07.50.00.59
[    33.843] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    33.843] (II) NVIDIA(G0): Validated MetaModes:
[    33.843] (II) NVIDIA(G0):     "NULL"
[    33.843] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    33.843] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    33.844] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    33.911] (==) modeset(0): Backing store enabled
[    33.911] (==) modeset(0): Silken mouse enabled
[    33.990] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    33.990] (==) modeset(0): DPMS enabled
[    33.990] (WW) modeset(0): Option "DRI" is not used
[    33.990] (II) modeset(0): [DRI2] Setup complete
[    33.990] (II) modeset(0): [DRI2]   DRI driver: iris
[    33.990] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    33.991] (WW) NVIDIA: Failed to bind sideband socket to
[    33.991] (WW) NVIDIA:     '/var/run/nvidia-xdriver-7fc08655' Permission denied
[    33.991] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    33.991] (II) NVIDIA:     access.
[    33.998] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    33.998] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    33.998] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    33.998] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    33.998] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    33.998] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    33.998] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    33.998] (II) NVIDIA(G0):     Config Options in the README.
[    34.037] (II) NVIDIA(G0): Setting mode "NULL"
[    34.042] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    34.042] (==) NVIDIA(G0): Backing store enabled
[    34.042] (==) NVIDIA(G0): Silken mouse enabled
[    34.042] (==) NVIDIA(G0): DPMS enabled
[    34.042] (II) Loading sub module "dri2"
[    34.042] (II) LoadModule: "dri2"
[    34.042] (II) Module "dri2" already built-in
[    34.042] (II) NVIDIA(G0): [DRI2] Setup complete
[    34.042] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    34.042] (II) Initializing extension Generic Event Extension
[    34.042] (II) Initializing extension SHAPE
[    34.042] (II) Initializing extension MIT-SHM
[    34.042] (II) Initializing extension XInputExtension
[    34.042] (II) Initializing extension XTEST
[    34.042] (II) Initializing extension BIG-REQUESTS
[    34.043] (II) Initializing extension SYNC
[    34.043] (II) Initializing extension XKEYBOARD
[    34.043] (II) Initializing extension XC-MISC
[    34.043] (II) Initializing extension SECURITY
[    34.043] (II) Initializing extension XFIXES
[    34.043] (II) Initializing extension RENDER
[    34.043] (II) Initializing extension RANDR
[    34.043] (II) Initializing extension COMPOSITE
[    34.043] (II) Initializing extension DAMAGE
[    34.043] (II) Initializing extension MIT-SCREEN-SAVER
[    34.043] (II) Initializing extension DOUBLE-BUFFER
[    34.044] (II) Initializing extension RECORD
[    34.044] (II) Initializing extension DPMS
[    34.044] (II) Initializing extension Present
[    34.044] (II) Initializing extension DRI3
[    34.044] (II) Initializing extension X-Resource
[    34.044] (II) Initializing extension XVideo
[    34.044] (II) Initializing extension XVideo-MotionCompensation
[    34.044] (II) Initializing extension GLX
[    34.044] (II) Initializing extension GLX
[    34.044] (II) Indirect GLX disabled.
[    34.050] (II) AIGLX: Loaded and initialized iris
[    34.050] (II) GLX: Initialized DRI2 GL provider for screen 0
[    34.050] (II) Initializing extension XFree86-VidModeExtension
[    34.050] (II) Initializing extension XFree86-DGA
[    34.050] (II) Initializing extension XFree86-DRI
[    34.050] (II) Initializing extension DRI2
[    34.050] (II) Initializing extension NV-GLX
[    34.050] (II) Initializing extension NV-CONTROL
[    34.051] (II) modeset(0): Damage tracking initialized
[    34.051] (II) modeset(0): Setting screen physical size to 508 x 285
[    34.185] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    34.186] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    34.186] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    34.186] (**) Power Button: Applying InputClass "system-keyboard"
[    34.186] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    34.186] (**) Power Button: Applying InputClass "system-keyboard"
[    34.186] (II) LoadModule: "libinput"
[    34.186] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    34.235] (II) Module libinput: vendor="X.Org Foundation"
[    34.235] 	compiled for 1.21.1.8, module version = 1.4.0
[    34.235] 	Module class: X.Org XInput Driver
[    34.235] 	ABI class: X.Org XInput driver, version 24.4
[    34.235] (II) Using input driver 'libinput' for 'Power Button'
[    34.237] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[    34.237] (**) Power Button: always reports core events
[    34.237] (**) Option "Device" "/dev/input/event3"
[    34.250] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    34.251] (II) event3  - Power Button: device is a keyboard
[    34.251] (II) event3  - Power Button: device removed
[    34.251] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    34.251] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    34.251] (**) Option "xkb_layout" "us"
[    34.251] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.348] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    34.348] (II) event3  - Power Button: device is a keyboard
[    34.350] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event7)
[    34.350] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    34.350] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    34.350] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    34.350] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    34.350] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    34.350] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    34.351] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 46 paused 0
[    34.352] (**) Asus Wireless Radio Control: always reports core events
[    34.352] (**) Option "Device" "/dev/input/event7"
[    34.354] (II) event7  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    34.354] (II) event7  - Asus Wireless Radio Control: device is a keyboard
[    34.354] (II) event7  - Asus Wireless Radio Control: device removed
[    34.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input7/event7"
[    34.355] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    34.355] (**) Option "xkb_layout" "us"
[    34.355] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.357] (II) event7  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    34.357] (II) event7  - Asus Wireless Radio Control: device is a keyboard
[    34.359] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    34.359] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    34.359] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    34.359] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.359] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    34.359] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.359] (II) Using input driver 'libinput' for 'Video Bus'
[    34.361] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 47 paused 0
[    34.361] (**) Video Bus: always reports core events
[    34.361] (**) Option "Device" "/dev/input/event12"
[    34.364] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    34.364] (II) event12 - Video Bus: device is a keyboard
[    34.364] (II) event12 - Video Bus: device removed
[    34.364] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event12"
[    34.364] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    34.364] (**) Option "xkb_layout" "us"
[    34.364] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.367] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    34.367] (II) event12 - Video Bus: device is a keyboard
[    34.370] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    34.370] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    34.370] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    34.370] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.370] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    34.370] (**) Video Bus: Applying InputClass "system-keyboard"
[    34.370] (II) Using input driver 'libinput' for 'Video Bus'
[    34.371] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 48 paused 0
[    34.371] (**) Video Bus: always reports core events
[    34.371] (**) Option "Device" "/dev/input/event13"
[    34.374] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    34.374] (II) event13 - Video Bus: device is a keyboard
[    34.375] (II) event13 - Video Bus: device removed
[    34.375] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input15/event13"
[    34.375] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    34.375] (**) Option "xkb_layout" "us"
[    34.375] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.379] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    34.379] (II) event13 - Video Bus: device is a keyboard
[    34.381] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    34.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    34.381] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    34.381] (**) Power Button: Applying InputClass "system-keyboard"
[    34.381] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    34.381] (**) Power Button: Applying InputClass "system-keyboard"
[    34.381] (II) Using input driver 'libinput' for 'Power Button'
[    34.382] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    34.382] (**) Power Button: always reports core events
[    34.382] (**) Option "Device" "/dev/input/event1"
[    34.384] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    34.384] (II) event1  - Power Button: device is a keyboard
[    34.384] (II) event1  - Power Button: device removed
[    34.384] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    34.384] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    34.384] (**) Option "xkb_layout" "us"
[    34.384] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.386] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    34.386] (II) event1  - Power Button: device is a keyboard
[    34.388] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    34.388] (II) No input driver specified, ignoring this device.
[    34.388] (II) This device may have been added with another device file.
[    34.388] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    34.388] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    34.388] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    34.388] (**) Sleep Button: Applying InputClass "system-keyboard"
[    34.388] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    34.388] (**) Sleep Button: Applying InputClass "system-keyboard"
[    34.388] (II) Using input driver 'libinput' for 'Sleep Button'
[    34.389] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[    34.389] (**) Sleep Button: always reports core events
[    34.389] (**) Option "Device" "/dev/input/event0"
[    34.391] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    34.391] (II) event0  - Sleep Button: device is a keyboard
[    34.391] (II) event0  - Sleep Button: device removed
[    34.391] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    34.391] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    34.391] (**) Option "xkb_layout" "us"
[    34.391] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.392] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    34.392] (II) event0  - Sleep Button: device is a keyboard
[    34.394] (II) config/udev: Adding input device SHANWAN PS3 GamePad (/dev/input/event6)
[    34.394] (II) No input driver specified, ignoring this device.
[    34.394] (II) This device may have been added with another device file.
[    34.395] (II) config/udev: Adding input device SHANWAN PS3 GamePad (/dev/input/js0)
[    34.395] (II) No input driver specified, ignoring this device.
[    34.395] (II) This device may have been added with another device file.
[    34.397] (II) config/udev: Adding input device SHANWAN PS3 GamePad Motion Sensors (/dev/input/event5)
[    34.397] (II) No input driver specified, ignoring this device.
[    34.397] (II) This device may have been added with another device file.
[    34.397] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event10)
[    34.397] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    34.398] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    34.398] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 51 paused 0
[    34.398] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    34.398] (**) Option "Device" "/dev/input/event10"
[    34.400] (II) event10 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    34.400] (II) event10 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    34.401] (II) event10 - ELAN1200:00 04F3:3090 Mouse: device removed
[    34.401] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.401] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.401] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.401] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0002/input/input12/event10"
[    34.401] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 12)
[    34.401] (**) Option "AccelerationScheme" "none"
[    34.401] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    34.401] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    34.401] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    34.402] (II) event10 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    34.403] (II) event10 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    34.404] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse0)
[    34.404] (II) No input driver specified, ignoring this device.
[    34.404] (II) This device may have been added with another device file.
[    34.405] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event11)
[    34.405] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    34.405] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    34.405] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 52 paused 0
[    34.405] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    34.405] (**) Option "Device" "/dev/input/event11"
[    34.407] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    34.408] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    34.408] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: device removed
[    34.408] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.408] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.408] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    34.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0002/input/input13/event11"
[    34.409] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 13)
[    34.410] (**) Option "AccelerationScheme" "none"
[    34.410] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    34.410] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    34.410] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    34.411] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    34.413] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    34.414] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse1)
[    34.414] (II) No input driver specified, ignoring this device.
[    34.414] (II) This device may have been added with another device file.
[    34.414] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    34.414] (II) No input driver specified, ignoring this device.
[    34.414] (II) This device may have been added with another device file.
[    34.414] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    34.414] (II) No input driver specified, ignoring this device.
[    34.414] (II) This device may have been added with another device file.
[    34.415] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    34.415] (II) No input driver specified, ignoring this device.
[    34.415] (II) This device may have been added with another device file.
[    34.415] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    34.415] (II) No input driver specified, ignoring this device.
[    34.415] (II) This device may have been added with another device file.
[    34.415] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[    34.415] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    34.415] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    34.415] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    34.415] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    34.415] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    34.415] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    34.416] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[    34.416] (**) Asus WMI hotkeys: always reports core events
[    34.416] (**) Option "Device" "/dev/input/event9"
[    34.416] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    34.416] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    34.417] (II) event9  - Asus WMI hotkeys: device removed
[    34.417] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event9"
[    34.417] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    34.417] (**) Option "xkb_layout" "us"
[    34.417] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.417] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    34.417] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    34.418] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    34.418] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    34.418] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    34.418] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    34.418] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    34.418] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    34.418] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    34.418] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[    34.418] (**) AT Translated Set 2 keyboard: always reports core events
[    34.418] (**) Option "Device" "/dev/input/event4"
[    34.419] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    34.419] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    34.420] (II) event4  - AT Translated Set 2 keyboard: device removed
[    34.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    34.420] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    34.420] (**) Option "xkb_layout" "us"
[    34.420] (**) Option "xkb_options" "grp:win_space_toggle"
[    34.421] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    34.421] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    34.422] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    34.422] (II) No input driver specified, ignoring this device.
[    34.422] (II) This device may have been added with another device file.
[    40.331] (**) Option "fd" "43"
[    40.331] (II) event3  - Power Button: device removed
[    40.332] (**) Option "fd" "46"
[    40.332] (II) event7  - Asus Wireless Radio Control: device removed
[    40.332] (**) Option "fd" "47"
[    40.332] (II) event12 - Video Bus: device removed
[    40.332] (**) Option "fd" "48"
[    40.332] (II) event13 - Video Bus: device removed
[    40.332] (**) Option "fd" "49"
[    40.332] (II) event1  - Power Button: device removed
[    40.332] (**) Option "fd" "50"
[    40.332] (II) event0  - Sleep Button: device removed
[    40.332] (**) Option "fd" "51"
[    40.332] (II) event10 - ELAN1200:00 04F3:3090 Mouse: device removed
[    40.332] (**) Option "fd" "52"
[    40.332] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: device removed
[    40.333] (**) Option "fd" "53"
[    40.333] (II) event9  - Asus WMI hotkeys: device removed
[    40.333] (**) Option "fd" "54"
[    40.333] (II) event4  - AT Translated Set 2 keyboard: device removed
[    40.333] (II) AIGLX: Suspending AIGLX clients for VT switch
[    40.418] (II) systemd-logind: got pause for 13:75
[    40.418] (II) systemd-logind: got pause for 13:65
[    40.418] (II) systemd-logind: got pause for 13:71
[    40.418] (II) systemd-logind: got pause for 13:77
[    40.418] (II) systemd-logind: got pause for 13:74
[    40.418] (II) systemd-logind: got pause for 13:68
[    40.418] (II) systemd-logind: got pause for 13:67
[    40.418] (II) systemd-logind: got pause for 13:64
[    40.418] (II) systemd-logind: got pause for 13:73
[    40.419] (II) systemd-logind: got pause for 13:76
[    43.010] (II) systemd-logind: got resume for 13:75
[    43.040] (II) systemd-logind: got resume for 13:65
[    43.066] (II) systemd-logind: got resume for 13:71
[    43.083] (II) systemd-logind: got resume for 13:77
[    43.083] (II) systemd-logind: got resume for 226:0
[    43.083] (II) AIGLX: Resuming AIGLX clients after VT switch
[    43.114] (II) modeset(0): EDID vendor "NCP", prod id 41
[    43.114] (II) modeset(0): Printing DDC gathered Modelines:
[    43.114] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    43.114] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    43.214] (II) modeset(0): EDID vendor "NCP", prod id 41
[    43.214] (II) modeset(0): Printing DDC gathered Modelines:
[    43.214] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    43.214] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    43.241] (II) NVIDIA(G0): Setting mode "NULL"
[    43.242] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    43.242] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    43.242] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    43.242] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    43.242] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    43.242] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    43.242] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    43.242] (II) NVIDIA(G0):     Config Options in the README.
[    43.248] (II) event7  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    43.248] (II) event7  - Asus Wireless Radio Control: device is a keyboard
[    43.249] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    43.249] (II) event13 - Video Bus: device is a keyboard
[    43.250] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.250] (II) event1  - Power Button: device is a keyboard
[    43.251] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    43.253] (II) event11 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    43.253] (II) systemd-logind: got resume for 13:74
[    43.254] (II) event10 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    43.254] (II) event10 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    43.255] (II) systemd-logind: got resume for 13:68
[    43.256] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.256] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    43.256] (II) systemd-logind: got resume for 13:67
[    43.257] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    43.257] (II) event3  - Power Button: device is a keyboard
[    43.257] (II) systemd-logind: got resume for 13:64
[    43.258] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    43.258] (II) event0  - Sleep Button: device is a keyboard
[    43.258] (II) systemd-logind: got resume for 13:73
[    43.259] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    43.259] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    43.259] (II) systemd-logind: got resume for 13:76
[    43.260] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    43.260] (II) event12 - Video Bus: device is a keyboard

Offline

#30 2024-01-13 22:34:37

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

You've not commented on the dpms situation.

nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1

Why is tha there?

[    32.698] (==) Using config arch default /etc/default/grubfile: "/etc/X11/xorg.conf"

What is that and why is that there?

The internal display and the HDMI output are connected to the intel chip, there seems not CRTC on the nvidia chip
/etc/X11/xorg.conf looks bogus and I really don't understand how "default /etc/default/grub" makes it into the log, but I'd rather bet on "nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1" being the culprit here. What backlight do you want to control with that?

Offline

#31 2024-01-13 23:59:44

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

You've not commented on the dpms situation.

nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1

Why is tha there?

[    32.698] (==) Using config arch default /etc/default/grubfile: "/etc/X11/xorg.conf"

What is that and why is that there?

The internal display and the HDMI output are connected to the intel chip, there seems not CRTC on the nvidia chip
/etc/X11/xorg.conf looks bogus and I really don't understand how "default /etc/default/grub" makes it into the log, but I'd rather bet on "nvidia.NVreg_RegistryDwords=EnableBrightnessControl=1" being the culprit here. What backlight do you want to control with that?

Sorry, I mistakenly pasted that text there from my Google search.

I don't think is that kernel param since the error is happening before I've added that parameter.
My kernel params now are:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia-drm.fbdev=1 nvidia-drm.modeset=1"

Offline

#32 2024-01-14 08:35:25

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

Remove "nvidia-drm.fbdev=1" and the xorg.conf and then please post a status update (along an updated xorg log)

Offline

#33 2024-01-16 00:46:39

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Remove "nvidia-drm.fbdev=1" and the xorg.conf and then please post a status update (along an updated xorg log)

Problem is still happening sad!!
Updated xorg log:

[    31.051] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    31.051] Current Operating System: Linux yaiko 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[    31.051] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[    31.051]  
[    31.051] Current version of pixman: 0.43.0
[    31.051] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    31.051] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    31.052] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Mon Jan 15 21:42:27 2024
[    31.056] (==) Using config file: "/etc/X11/xorg.conf"
[    31.056] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    31.056] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    31.059] (==) ServerLayout "layout"
[    31.059] (**) |-->Screen "integrated" (0)
[    31.059] (**) |   |-->Monitor "<default monitor>"
[    31.060] (**) |   |-->Device "integrated"
[    31.060] (**) |   |-->GPUDevice "nvidia"
[    31.060] (**) |   |-->GPUDevice "NVIDIA Card"
[    31.060] (**) |   |-->GPUDevice "integrated"
[    31.060] (==) No monitor specified for screen "integrated".
	Using a default monitor configuration.
[    31.060] (**) |-->Inactive Device "nvidia"
[    31.060] (**) Option "DontZap" "false"
[    31.060] (==) Automatically adding devices
[    31.060] (==) Automatically enabling devices
[    31.060] (==) Automatically adding GPU devices
[    31.060] (==) Automatically binding GPU devices
[    31.060] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    31.064] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    31.064] 	Entry deleted from font path.
[    31.064] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    31.064] 	Entry deleted from font path.
[    31.064] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    31.064] 	Entry deleted from font path.
[    31.064] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    31.064] 	Entry deleted from font path.
[    31.064] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    31.064] 	Entry deleted from font path.
[    31.064] (==) FontPath set to:
	/usr/share/fonts/misc
[    31.064] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    31.064] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    31.064] (II) Module ABI versions:
[    31.064] 	X.Org ANSI C Emulation: 0.4
[    31.064] 	X.Org Video Driver: 25.2
[    31.064] 	X.Org XInput driver : 24.4
[    31.064] 	X.Org Server Extension : 10.0
[    31.064] (++) using VT number 1

[    31.065] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    31.066] (II) xfree86: Adding drm device (/dev/dri/card1)
[    31.066] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    31.067] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    31.067] (II) xfree86: Adding drm device (/dev/dri/card0)
[    31.067] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    31.067] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    31.069] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    31.070] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    31.070] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    31.070] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    31.070] (II) LoadModule: "glx"
[    31.076] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    31.097] (II) Module glx: vendor="X.Org Foundation"
[    31.097] 	compiled for 1.21.1.10, module version = 1.0.0
[    31.097] 	ABI class: X.Org Server Extension, version 10.0
[    31.097] (II) LoadModule: "modesetting"
[    31.098] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    31.108] (II) Module modesetting: vendor="X.Org Foundation"
[    31.108] 	compiled for 1.21.1.10, module version = 1.21.1
[    31.108] 	Module class: X.Org Video Driver
[    31.108] 	ABI class: X.Org Video Driver, version 25.2
[    31.108] (II) LoadModule: "nvidia"
[    31.109] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    31.120] (II) Module nvidia: vendor="NVIDIA Corporation"
[    31.120] 	compiled for 1.6.99.901, module version = 1.0.0
[    31.120] 	Module class: X.Org Video Driver
[    31.121] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    31.121] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    31.121] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    31.121] (II) modeset(0): using drv /dev/dri/card0
[    31.121] (II) systemd-logind: releasing fd for 226:1
[    31.123] (II) Loading sub module "fb"
[    31.123] (II) LoadModule: "fb"
[    31.123] (II) Module "fb" already built-in
[    31.123] (II) Loading sub module "wfb"
[    31.123] (II) LoadModule: "wfb"
[    31.123] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    31.125] (II) Module wfb: vendor="X.Org Foundation"
[    31.125] 	compiled for 1.21.1.10, module version = 1.0.0
[    31.125] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    31.133] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    31.134] (II) modeset(0): Creating default Display subsection in Screen section
	"integrated" for depth/fbbpp 24/32
[    31.134] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    31.134] (==) modeset(0): RGB weight 888
[    31.134] (==) modeset(0): Default visual is TrueColor
[    31.134] (II) Loading sub module "glamoregl"
[    31.134] (II) LoadModule: "glamoregl"
[    31.134] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    31.150] (II) Module glamoregl: vendor="X.Org Foundation"
[    31.150] 	compiled for 1.21.1.10, module version = 1.0.1
[    31.150] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    32.036] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    32.036] (II) modeset(0): glamor initialized
[    32.036] (==) modeset(0): VariableRefresh: disabled
[    32.036] (==) modeset(0): AsyncFlipSecondaries: disabled
[    32.038] (II) modeset(0): Output eDP-1 has no monitor section
[    32.044] (II) modeset(0): Output HDMI-1 has no monitor section
[    32.047] (II) modeset(0): EDID for output eDP-1
[    32.047] (II) modeset(0): Manufacturer: NCP  Model: 29  Serial#: 0
[    32.047] (II) modeset(0): Year: 2017  Week: 0
[    32.047] (II) modeset(0): EDID Version: 1.4
[    32.047] (II) modeset(0): Digital Display Input
[    32.047] (II) modeset(0): 8 bits per channel
[    32.047] (II) modeset(0): Digital interface is DisplayPort
[    32.047] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    32.047] (II) modeset(0): Gamma: 2.20
[    32.047] (II) modeset(0): No DPMS capabilities specified
[    32.047] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    32.047] (II) modeset(0): Default color space is primary color space
[    32.047] (II) modeset(0): First detailed timing is preferred mode
[    32.047] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    32.047] (II) modeset(0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[    32.047] (II) modeset(0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[    32.047] (II) modeset(0): Manufacturer's mask: 0
[    32.047] (II) modeset(0): Supported detailed timing:
[    32.047] (II) modeset(0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[    32.047] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    32.047] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    32.047] (II) modeset(0): Supported detailed timing:
[    32.047] (II) modeset(0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[    32.047] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    32.047] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    32.047] (II) modeset(0):  LM156LF1L06
[    32.047] (II) modeset(0): EDID (in hex):
[    32.047] (II) modeset(0): 	00ffffffffffff003870290000000000
[    32.047] (II) modeset(0): 	001b0104a5221378069a85975c578e28
[    32.047] (II) modeset(0): 	1c505400000001010101010101010101
[    32.047] (II) modeset(0): 	010101010101993680a0703828403020
[    32.047] (II) modeset(0): 	360058c210000018ae2b80a070382840
[    32.047] (II) modeset(0): 	3020360058c210000018000000100000
[    32.047] (II) modeset(0): 	000000000000000000000000000000fe
[    32.047] (II) modeset(0): 	004c4d3135364c46314c30360a200054
[    32.048] (II) modeset(0): Printing probed modes for output eDP-1
[    32.048] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    32.048] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    32.048] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    32.048] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    32.048] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    32.048] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    32.048] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    32.048] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    32.048] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    32.048] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    32.048] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    32.048] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    32.048] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    32.048] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    32.048] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    32.048] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    32.048] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    32.048] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    32.048] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    32.048] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    32.048] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    32.048] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    32.048] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    32.048] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    32.049] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    32.049] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    32.049] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    32.049] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    32.049] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    32.049] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    32.049] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    32.049] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    32.049] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    32.049] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    32.049] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    32.049] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    32.049] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    32.049] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    32.049] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    32.049] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    32.049] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    32.049] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    32.049] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    32.049] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    32.049] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    32.049] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    32.049] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    32.049] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    32.049] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    32.049] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    32.049] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    32.049] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    32.049] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    32.049] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    32.049] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    32.049] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    32.049] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    32.049] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    32.049] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    32.049] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    32.049] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    32.049] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    32.049] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    32.054] (II) modeset(0): EDID for output HDMI-1
[    32.055] (II) modeset(0): Output eDP-1 connected
[    32.055] (II) modeset(0): Output HDMI-1 disconnected
[    32.055] (II) modeset(0): Using exact sizes for initial modes
[    32.055] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    32.055] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    32.055] (==) modeset(0): DPI set to (96, 96)
[    32.055] (II) Loading sub module "fb"
[    32.055] (II) LoadModule: "fb"
[    32.055] (II) Module "fb" already built-in
[    32.055] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    32.055] (==) NVIDIA(G0): RGB weight 888
[    32.055] (==) NVIDIA(G0): Default visual is TrueColor
[    32.055] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    32.056] (**) Option "AllowNVIDIAGpuScreens"
[    32.057] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    32.057] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    32.057] (**) NVIDIA(G0): Option "Coolbits" "28"
[    32.057] (**) NVIDIA(G0): Enabling 2D acceleration
[    32.057] (II) Loading sub module "glxserver_nvidia"
[    32.057] (II) LoadModule: "glxserver_nvidia"
[    32.057] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    32.270] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    32.270] 	compiled for 1.6.99.901, module version = 1.0.0
[    32.270] 	Module class: X.Org Server Extension
[    32.270] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    32.274] (II) NVIDIA: The X server supports PRIME Render Offload.
[    32.284] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    32.284] (II) NVIDIA(G0):     (GPU-0)
[    32.285] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    32.285] (--) NVIDIA(G0): VideoBIOS: 86.07.50.00.59
[    32.285] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    32.285] (II) NVIDIA(G0): Validated MetaModes:
[    32.285] (II) NVIDIA(G0):     "NULL"
[    32.285] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    32.285] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    32.285] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    32.373] (==) modeset(0): Backing store enabled
[    32.373] (==) modeset(0): Silken mouse enabled
[    32.451] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    32.451] (==) modeset(0): DPMS enabled
[    32.451] (WW) modeset(0): Option "DRI" is not used
[    32.451] (II) modeset(0): [DRI2] Setup complete
[    32.451] (II) modeset(0): [DRI2]   DRI driver: iris
[    32.451] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    32.451] (WW) NVIDIA: Failed to bind sideband socket to
[    32.451] (WW) NVIDIA:     '/var/run/nvidia-xdriver-7d72aa77' Permission denied
[    32.451] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    32.451] (II) NVIDIA:     access.
[    32.456] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    32.456] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    32.456] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    32.456] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    32.456] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    32.456] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    32.456] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    32.456] (II) NVIDIA(G0):     Config Options in the README.
[    32.517] (II) NVIDIA(G0): Setting mode "NULL"
[    32.522] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    32.522] (==) NVIDIA(G0): Backing store enabled
[    32.522] (==) NVIDIA(G0): Silken mouse enabled
[    32.522] (==) NVIDIA(G0): DPMS enabled
[    32.522] (II) Loading sub module "dri2"
[    32.522] (II) LoadModule: "dri2"
[    32.522] (II) Module "dri2" already built-in
[    32.522] (II) NVIDIA(G0): [DRI2] Setup complete
[    32.522] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    32.522] (II) Initializing extension Generic Event Extension
[    32.522] (II) Initializing extension SHAPE
[    32.522] (II) Initializing extension MIT-SHM
[    32.522] (II) Initializing extension XInputExtension
[    32.523] (II) Initializing extension XTEST
[    32.523] (II) Initializing extension BIG-REQUESTS
[    32.523] (II) Initializing extension SYNC
[    32.523] (II) Initializing extension XKEYBOARD
[    32.523] (II) Initializing extension XC-MISC
[    32.523] (II) Initializing extension SECURITY
[    32.523] (II) Initializing extension XFIXES
[    32.523] (II) Initializing extension RENDER
[    32.523] (II) Initializing extension RANDR
[    32.523] (II) Initializing extension COMPOSITE
[    32.523] (II) Initializing extension DAMAGE
[    32.523] (II) Initializing extension MIT-SCREEN-SAVER
[    32.523] (II) Initializing extension DOUBLE-BUFFER
[    32.524] (II) Initializing extension RECORD
[    32.524] (II) Initializing extension DPMS
[    32.524] (II) Initializing extension Present
[    32.524] (II) Initializing extension DRI3
[    32.524] (II) Initializing extension X-Resource
[    32.524] (II) Initializing extension XVideo
[    32.524] (II) Initializing extension XVideo-MotionCompensation
[    32.524] (II) Initializing extension GLX
[    32.524] (II) Initializing extension GLX
[    32.524] (II) Indirect GLX disabled.
[    32.529] (II) AIGLX: Loaded and initialized iris
[    32.529] (II) GLX: Initialized DRI2 GL provider for screen 0
[    32.529] (II) Initializing extension XFree86-VidModeExtension
[    32.529] (II) Initializing extension XFree86-DGA
[    32.530] (II) Initializing extension XFree86-DRI
[    32.530] (II) Initializing extension DRI2
[    32.530] (II) Initializing extension NV-GLX
[    32.530] (II) Initializing extension NV-CONTROL
[    32.530] (II) modeset(0): Damage tracking initialized
[    32.530] (II) modeset(0): Setting screen physical size to 508 x 285
[    32.653] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    32.653] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    32.653] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    32.653] (**) Power Button: Applying InputClass "system-keyboard"
[    32.653] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    32.653] (**) Power Button: Applying InputClass "system-keyboard"
[    32.653] (II) LoadModule: "libinput"
[    32.653] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    32.674] (II) Module libinput: vendor="X.Org Foundation"
[    32.674] 	compiled for 1.21.1.8, module version = 1.4.0
[    32.674] 	Module class: X.Org XInput Driver
[    32.674] 	ABI class: X.Org XInput driver, version 24.4
[    32.674] (II) Using input driver 'libinput' for 'Power Button'
[    32.692] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[    32.692] (**) Power Button: always reports core events
[    32.692] (**) Option "Device" "/dev/input/event3"
[    32.711] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    32.712] (II) event3  - Power Button: device is a keyboard
[    32.712] (II) event3  - Power Button: device removed
[    32.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    32.712] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    32.712] (**) Option "xkb_layout" "us"
[    32.712] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.810] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    32.810] (II) event3  - Power Button: device is a keyboard
[    32.811] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    32.811] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    32.811] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    32.811] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    32.811] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    32.811] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    32.811] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    32.812] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[    32.812] (**) Asus Wireless Radio Control: always reports core events
[    32.812] (**) Option "Device" "/dev/input/event5"
[    32.813] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    32.813] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    32.813] (II) event5  - Asus Wireless Radio Control: device removed
[    32.813] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[    32.813] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    32.813] (**) Option "xkb_layout" "us"
[    32.813] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.815] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    32.815] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    32.816] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    32.816] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.816] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    32.816] (**) Video Bus: Applying InputClass "system-keyboard"
[    32.816] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    32.816] (**) Video Bus: Applying InputClass "system-keyboard"
[    32.816] (II) Using input driver 'libinput' for 'Video Bus'
[    32.817] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 47 paused 0
[    32.817] (**) Video Bus: always reports core events
[    32.817] (**) Option "Device" "/dev/input/event10"
[    32.819] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    32.819] (II) event10 - Video Bus: device is a keyboard
[    32.819] (II) event10 - Video Bus: device removed
[    32.819] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[    32.819] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    32.819] (**) Option "xkb_layout" "us"
[    32.819] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.821] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    32.821] (II) event10 - Video Bus: device is a keyboard
[    32.822] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    32.822] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    32.822] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    32.822] (**) Video Bus: Applying InputClass "system-keyboard"
[    32.822] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    32.822] (**) Video Bus: Applying InputClass "system-keyboard"
[    32.822] (II) Using input driver 'libinput' for 'Video Bus'
[    32.823] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 48 paused 0
[    32.823] (**) Video Bus: always reports core events
[    32.823] (**) Option "Device" "/dev/input/event11"
[    32.825] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    32.825] (II) event11 - Video Bus: device is a keyboard
[    32.825] (II) event11 - Video Bus: device removed
[    32.825] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input13/event11"
[    32.825] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    32.825] (**) Option "xkb_layout" "us"
[    32.825] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.827] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    32.827] (II) event11 - Video Bus: device is a keyboard
[    32.828] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    32.828] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    32.828] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    32.828] (**) Power Button: Applying InputClass "system-keyboard"
[    32.828] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    32.828] (**) Power Button: Applying InputClass "system-keyboard"
[    32.828] (II) Using input driver 'libinput' for 'Power Button'
[    32.829] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    32.829] (**) Power Button: always reports core events
[    32.829] (**) Option "Device" "/dev/input/event1"
[    32.831] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    32.831] (II) event1  - Power Button: device is a keyboard
[    32.831] (II) event1  - Power Button: device removed
[    32.831] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    32.831] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    32.831] (**) Option "xkb_layout" "us"
[    32.831] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.833] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    32.833] (II) event1  - Power Button: device is a keyboard
[    32.834] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    32.834] (II) No input driver specified, ignoring this device.
[    32.834] (II) This device may have been added with another device file.
[    32.835] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    32.835] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    32.835] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    32.835] (**) Sleep Button: Applying InputClass "system-keyboard"
[    32.835] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    32.835] (**) Sleep Button: Applying InputClass "system-keyboard"
[    32.835] (II) Using input driver 'libinput' for 'Sleep Button'
[    32.836] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[    32.836] (**) Sleep Button: always reports core events
[    32.836] (**) Option "Device" "/dev/input/event0"
[    32.837] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    32.837] (II) event0  - Sleep Button: device is a keyboard
[    32.837] (II) event0  - Sleep Button: device removed
[    32.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    32.837] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    32.838] (**) Option "xkb_layout" "us"
[    32.838] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.839] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    32.839] (II) event0  - Sleep Button: device is a keyboard
[    32.841] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event8)
[    32.841] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    32.841] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    32.842] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 51 paused 0
[    32.842] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    32.842] (**) Option "Device" "/dev/input/event8"
[    32.844] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    32.847] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    32.847] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    32.847] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.847] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.847] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.848] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input10/event8"
[    32.848] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 12)
[    32.850] (**) Option "AccelerationScheme" "none"
[    32.850] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    32.850] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    32.850] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    32.852] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    32.854] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    32.855] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse1)
[    32.855] (II) No input driver specified, ignoring this device.
[    32.855] (II) This device may have been added with another device file.
[    32.856] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event7)
[    32.856] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    32.856] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    32.856] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[    32.856] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    32.856] (**) Option "Device" "/dev/input/event7"
[    32.857] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    32.858] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    32.859] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    32.859] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.859] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.859] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    32.859] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input9/event7"
[    32.859] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 13)
[    32.859] (**) Option "AccelerationScheme" "none"
[    32.859] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    32.859] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    32.859] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    32.860] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    32.860] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    32.862] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse0)
[    32.862] (II) No input driver specified, ignoring this device.
[    32.862] (II) This device may have been added with another device file.
[    32.862] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    32.862] (II) No input driver specified, ignoring this device.
[    32.862] (II) This device may have been added with another device file.
[    32.862] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    32.862] (II) No input driver specified, ignoring this device.
[    32.862] (II) This device may have been added with another device file.
[    32.863] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    32.863] (II) No input driver specified, ignoring this device.
[    32.863] (II) This device may have been added with another device file.
[    32.863] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    32.863] (II) No input driver specified, ignoring this device.
[    32.863] (II) This device may have been added with another device file.
[    32.863] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[    32.863] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    32.863] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    32.863] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    32.863] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    32.863] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    32.863] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    32.864] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[    32.864] (**) Asus WMI hotkeys: always reports core events
[    32.864] (**) Option "Device" "/dev/input/event9"
[    32.865] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    32.865] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    32.865] (II) event9  - Asus WMI hotkeys: device removed
[    32.865] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event9"
[    32.865] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    32.865] (**) Option "xkb_layout" "us"
[    32.865] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.866] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    32.866] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    32.866] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    32.866] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    32.866] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    32.866] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    32.866] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    32.866] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    32.866] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    32.867] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[    32.867] (**) AT Translated Set 2 keyboard: always reports core events
[    32.867] (**) Option "Device" "/dev/input/event4"
[    32.868] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    32.868] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    32.868] (II) event4  - AT Translated Set 2 keyboard: device removed
[    32.868] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    32.868] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    32.868] (**) Option "xkb_layout" "us"
[    32.868] (**) Option "xkb_options" "grp:win_space_toggle"
[    32.869] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    32.869] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    32.870] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    32.870] (II) No input driver specified, ignoring this device.
[    32.870] (II) This device may have been added with another device file.
[    40.638] (**) Option "fd" "43"
[    40.638] (II) event3  - Power Button: device removed
[    40.638] (**) Option "fd" "46"
[    40.638] (II) event5  - Asus Wireless Radio Control: device removed
[    40.638] (**) Option "fd" "47"
[    40.638] (II) event10 - Video Bus: device removed
[    40.638] (**) Option "fd" "48"
[    40.638] (II) event11 - Video Bus: device removed
[    40.638] (**) Option "fd" "49"
[    40.638] (II) event1  - Power Button: device removed
[    40.638] (**) Option "fd" "50"
[    40.638] (II) event0  - Sleep Button: device removed
[    40.638] (**) Option "fd" "51"
[    40.638] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    40.638] (**) Option "fd" "52"
[    40.638] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    40.639] (**) Option "fd" "53"
[    40.639] (II) event9  - Asus WMI hotkeys: device removed
[    40.639] (**) Option "fd" "54"
[    40.639] (II) event4  - AT Translated Set 2 keyboard: device removed
[    40.639] (II) AIGLX: Suspending AIGLX clients for VT switch
[    40.718] (II) systemd-logind: got pause for 13:64
[    40.718] (II) systemd-logind: got pause for 13:71
[    40.718] (II) systemd-logind: got pause for 13:68
[    40.719] (II) systemd-logind: got pause for 13:74
[    40.719] (II) systemd-logind: got pause for 13:65
[    40.719] (II) systemd-logind: got pause for 13:69
[    40.719] (II) systemd-logind: got pause for 13:67
[    40.719] (II) systemd-logind: got pause for 13:73
[    40.719] (II) systemd-logind: got pause for 13:72
[    40.719] (II) systemd-logind: got pause for 13:75
[    43.286] (II) systemd-logind: got resume for 13:64
[    43.310] (II) systemd-logind: got resume for 13:71
[    43.310] (II) systemd-logind: got resume for 226:0
[    43.310] (II) AIGLX: Resuming AIGLX clients after VT switch
[    43.335] (II) modeset(0): EDID vendor "NCP", prod id 41
[    43.335] (II) modeset(0): Printing DDC gathered Modelines:
[    43.335] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    43.335] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    43.435] (II) modeset(0): EDID vendor "NCP", prod id 41
[    43.435] (II) modeset(0): Printing DDC gathered Modelines:
[    43.435] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    43.435] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    43.472] (II) NVIDIA(G0): Setting mode "NULL"
[    43.473] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    43.473] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    43.473] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    43.473] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    43.473] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    43.473] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    43.473] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    43.473] (II) NVIDIA(G0):     Config Options in the README.
[    43.486] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    43.486] (II) event0  - Sleep Button: device is a keyboard
[    43.487] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    43.487] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    43.488] (II) systemd-logind: got resume for 13:68
[    43.488] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    43.488] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    43.489] (II) systemd-logind: got resume for 13:74
[    43.490] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    43.490] (II) event10 - Video Bus: device is a keyboard
[    43.490] (II) systemd-logind: got resume for 13:65
[    43.491] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    43.491] (II) event1  - Power Button: device is a keyboard
[    43.491] (II) systemd-logind: got resume for 13:69
[    43.492] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    43.492] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    43.492] (II) systemd-logind: got resume for 13:67
[    43.493] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    43.493] (II) event3  - Power Button: device is a keyboard
[    43.493] (II) systemd-logind: got resume for 13:73
[    43.494] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    43.494] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    43.494] (II) systemd-logind: got resume for 13:72
[    43.495] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    43.496] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    43.500] (II) systemd-logind: got resume for 13:75
[    43.501] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    43.501] (II) event11 - Video Bus: device is a keyboard

Offline

#34 2024-01-16 09:10:41

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

[    31.056] (==) Using config file: "/etc/X11/xorg.conf"
[    31.056] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    31.056] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    31.059] (==) ServerLayout "layout"
[    31.059] (**) |-->Screen "integrated" (0)
[    31.059] (**) |   |-->Monitor "<default monitor>"
[    31.060] (**) |   |-->Device "integrated"
[    31.060] (**) |   |-->GPUDevice "nvidia"
[    31.060] (**) |   |-->GPUDevice "NVIDIA Card"
[    31.060] (**) |   |-->GPUDevice "integrated"
seth wrote:

Remove … the xorg.conf

Offline

#35 2024-01-16 12:13:01

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:
[    31.056] (==) Using config file: "/etc/X11/xorg.conf"
[    31.056] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    31.056] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    31.059] (==) ServerLayout "layout"
[    31.059] (**) |-->Screen "integrated" (0)
[    31.059] (**) |   |-->Monitor "<default monitor>"
[    31.060] (**) |   |-->Device "integrated"
[    31.060] (**) |   |-->GPUDevice "nvidia"
[    31.060] (**) |   |-->GPUDevice "NVIDIA Card"
[    31.060] (**) |   |-->GPUDevice "integrated"
seth wrote:

Remove … the xorg.conf

Updated xorg log:

[    14.646] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    14.647] Current Operating System: Linux yaiko 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[    14.647] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[    14.647]  
[    14.647] Current version of pixman: 0.43.0
[    14.647] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.647] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.647] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Tue Jan 16 09:10:22 2024
[    14.653] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    14.653] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.656] (==) ServerLayout "layout"
[    14.656] (**) |-->Screen "integrated" (0)
[    14.656] (**) |   |-->Monitor "<default monitor>"
[    14.656] (**) |   |-->Device "integrated"
[    14.656] (**) |   |-->GPUDevice "nvidia"
[    14.656] (**) |   |-->GPUDevice "NVIDIA Card"
[    14.656] (==) No monitor specified for screen "integrated".
	Using a default monitor configuration.
[    14.656] (**) |-->Inactive Device "nvidia"
[    14.656] (**) Option "DontZap" "false"
[    14.656] (==) Automatically adding devices
[    14.656] (==) Automatically enabling devices
[    14.656] (==) Automatically adding GPU devices
[    14.656] (==) Automatically binding GPU devices
[    14.656] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    14.660] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    14.661] 	Entry deleted from font path.
[    14.661] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    14.661] 	Entry deleted from font path.
[    14.661] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    14.661] 	Entry deleted from font path.
[    14.661] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    14.661] 	Entry deleted from font path.
[    14.661] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    14.661] 	Entry deleted from font path.
[    14.661] (==) FontPath set to:
	/usr/share/fonts/misc
[    14.661] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    14.661] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.661] (II) Module ABI versions:
[    14.661] 	X.Org ANSI C Emulation: 0.4
[    14.661] 	X.Org Video Driver: 25.2
[    14.661] 	X.Org XInput driver : 24.4
[    14.661] 	X.Org Server Extension : 10.0
[    14.662] (++) using VT number 1

[    14.664] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    14.667] (II) xfree86: Adding drm device (/dev/dri/card1)
[    14.667] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    14.668] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    14.668] (II) xfree86: Adding drm device (/dev/dri/card0)
[    14.668] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    14.669] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    14.672] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    14.674] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    14.674] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    14.674] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    14.674] (II) LoadModule: "glx"
[    14.677] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.690] (II) Module glx: vendor="X.Org Foundation"
[    14.690] 	compiled for 1.21.1.10, module version = 1.0.0
[    14.690] 	ABI class: X.Org Server Extension, version 10.0
[    14.690] (II) LoadModule: "modesetting"
[    14.691] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    14.697] (II) Module modesetting: vendor="X.Org Foundation"
[    14.697] 	compiled for 1.21.1.10, module version = 1.21.1
[    14.697] 	Module class: X.Org Video Driver
[    14.697] 	ABI class: X.Org Video Driver, version 25.2
[    14.697] (II) LoadModule: "nvidia"
[    14.697] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    14.710] (II) Module nvidia: vendor="NVIDIA Corporation"
[    14.710] 	compiled for 1.6.99.901, module version = 1.0.0
[    14.710] 	Module class: X.Org Video Driver
[    14.711] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    14.711] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    14.711] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    14.712] (II) modeset(0): using drv /dev/dri/card0
[    14.712] (II) systemd-logind: releasing fd for 226:1
[    14.714] (II) Loading sub module "fb"
[    14.714] (II) LoadModule: "fb"
[    14.714] (II) Module "fb" already built-in
[    14.714] (II) Loading sub module "wfb"
[    14.714] (II) LoadModule: "wfb"
[    14.714] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    14.717] (II) Module wfb: vendor="X.Org Foundation"
[    14.717] 	compiled for 1.21.1.10, module version = 1.0.0
[    14.717] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.721] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    14.721] (II) modeset(0): Creating default Display subsection in Screen section
	"integrated" for depth/fbbpp 24/32
[    14.721] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    14.721] (==) modeset(0): RGB weight 888
[    14.721] (==) modeset(0): Default visual is TrueColor
[    14.721] (II) Loading sub module "glamoregl"
[    14.721] (II) LoadModule: "glamoregl"
[    14.721] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.732] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.732] 	compiled for 1.21.1.10, module version = 1.0.1
[    14.732] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.613] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    15.613] (II) modeset(0): glamor initialized
[    15.613] (==) modeset(0): VariableRefresh: disabled
[    15.613] (==) modeset(0): AsyncFlipSecondaries: disabled
[    15.615] (II) modeset(0): Output eDP-1 has no monitor section
[    15.621] (II) modeset(0): Output HDMI-1 has no monitor section
[    15.622] (II) modeset(0): EDID for output eDP-1
[    15.622] (II) modeset(0): Manufacturer: NCP  Model: 29  Serial#: 0
[    15.622] (II) modeset(0): Year: 2017  Week: 0
[    15.622] (II) modeset(0): EDID Version: 1.4
[    15.622] (II) modeset(0): Digital Display Input
[    15.622] (II) modeset(0): 8 bits per channel
[    15.622] (II) modeset(0): Digital interface is DisplayPort
[    15.622] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    15.622] (II) modeset(0): Gamma: 2.20
[    15.622] (II) modeset(0): No DPMS capabilities specified
[    15.622] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    15.622] (II) modeset(0): Default color space is primary color space
[    15.622] (II) modeset(0): First detailed timing is preferred mode
[    15.622] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    15.622] (II) modeset(0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[    15.622] (II) modeset(0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[    15.622] (II) modeset(0): Manufacturer's mask: 0
[    15.622] (II) modeset(0): Supported detailed timing:
[    15.622] (II) modeset(0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[    15.622] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    15.622] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    15.622] (II) modeset(0): Supported detailed timing:
[    15.622] (II) modeset(0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[    15.622] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    15.622] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    15.622] (II) modeset(0):  LM156LF1L06
[    15.622] (II) modeset(0): EDID (in hex):
[    15.622] (II) modeset(0): 	00ffffffffffff003870290000000000
[    15.622] (II) modeset(0): 	001b0104a5221378069a85975c578e28
[    15.622] (II) modeset(0): 	1c505400000001010101010101010101
[    15.622] (II) modeset(0): 	010101010101993680a0703828403020
[    15.622] (II) modeset(0): 	360058c210000018ae2b80a070382840
[    15.622] (II) modeset(0): 	3020360058c210000018000000100000
[    15.622] (II) modeset(0): 	000000000000000000000000000000fe
[    15.622] (II) modeset(0): 	004c4d3135364c46314c30360a200054
[    15.623] (II) modeset(0): Printing probed modes for output eDP-1
[    15.623] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    15.623] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    15.623] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    15.623] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    15.623] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    15.623] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    15.623] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    15.623] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    15.623] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    15.623] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    15.623] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    15.623] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    15.623] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    15.623] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    15.623] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    15.623] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    15.623] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    15.623] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    15.623] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    15.623] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    15.623] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    15.623] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    15.623] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    15.623] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    15.623] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    15.623] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    15.623] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    15.623] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    15.623] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    15.623] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    15.623] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    15.623] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    15.623] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.623] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.623] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    15.623] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    15.623] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    15.623] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    15.623] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    15.623] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    15.623] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    15.623] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    15.623] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    15.623] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    15.623] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    15.623] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    15.623] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    15.623] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    15.623] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    15.623] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    15.623] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    15.623] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    15.623] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    15.623] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    15.623] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    15.623] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    15.623] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    15.623] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    15.623] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    15.623] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    15.623] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    15.623] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    15.623] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    15.629] (II) modeset(0): EDID for output HDMI-1
[    15.629] (II) modeset(0): Output eDP-1 connected
[    15.629] (II) modeset(0): Output HDMI-1 disconnected
[    15.629] (II) modeset(0): Using exact sizes for initial modes
[    15.629] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    15.629] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.629] (==) modeset(0): DPI set to (96, 96)
[    15.629] (II) Loading sub module "fb"
[    15.629] (II) LoadModule: "fb"
[    15.629] (II) Module "fb" already built-in
[    15.629] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    15.629] (==) NVIDIA(G0): RGB weight 888
[    15.629] (==) NVIDIA(G0): Default visual is TrueColor
[    15.629] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    15.630] (**) Option "AllowNVIDIAGpuScreens"
[    15.630] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    15.630] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    15.630] (**) NVIDIA(G0): Option "Coolbits" "28"
[    15.630] (**) NVIDIA(G0): Enabling 2D acceleration
[    15.630] (II) Loading sub module "glxserver_nvidia"
[    15.630] (II) LoadModule: "glxserver_nvidia"
[    15.630] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    15.817] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    15.818] 	compiled for 1.6.99.901, module version = 1.0.0
[    15.818] 	Module class: X.Org Server Extension
[    15.818] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    15.821] (II) NVIDIA: The X server supports PRIME Render Offload.
[    15.832] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    15.832] (II) NVIDIA(G0):     (GPU-0)
[    15.832] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    15.832] (--) NVIDIA(G0): VideoBIOS: 86.07.50.00.59
[    15.832] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    15.832] (II) NVIDIA(G0): Validated MetaModes:
[    15.832] (II) NVIDIA(G0):     "NULL"
[    15.832] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    15.832] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    15.832] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    15.914] (==) modeset(0): Backing store enabled
[    15.914] (==) modeset(0): Silken mouse enabled
[    15.987] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    15.987] (==) modeset(0): DPMS enabled
[    15.987] (WW) modeset(0): Option "DRI" is not used
[    15.987] (II) modeset(0): [DRI2] Setup complete
[    15.987] (II) modeset(0): [DRI2]   DRI driver: iris
[    15.987] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    15.988] (WW) NVIDIA: Failed to bind sideband socket to
[    15.988] (WW) NVIDIA:     '/var/run/nvidia-xdriver-366e7f0a' Permission denied
[    15.988] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    15.988] (II) NVIDIA:     access.
[    15.997] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    15.997] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    15.997] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    15.997] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    15.997] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    15.998] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    15.998] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    15.998] (II) NVIDIA(G0):     Config Options in the README.
[    16.085] (II) NVIDIA(G0): Setting mode "NULL"
[    16.092] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    16.092] (==) NVIDIA(G0): Backing store enabled
[    16.092] (==) NVIDIA(G0): Silken mouse enabled
[    16.092] (==) NVIDIA(G0): DPMS enabled
[    16.092] (II) Loading sub module "dri2"
[    16.092] (II) LoadModule: "dri2"
[    16.092] (II) Module "dri2" already built-in
[    16.092] (II) NVIDIA(G0): [DRI2] Setup complete
[    16.092] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    16.092] (II) Initializing extension Generic Event Extension
[    16.093] (II) Initializing extension SHAPE
[    16.093] (II) Initializing extension MIT-SHM
[    16.093] (II) Initializing extension XInputExtension
[    16.093] (II) Initializing extension XTEST
[    16.093] (II) Initializing extension BIG-REQUESTS
[    16.093] (II) Initializing extension SYNC
[    16.093] (II) Initializing extension XKEYBOARD
[    16.094] (II) Initializing extension XC-MISC
[    16.094] (II) Initializing extension SECURITY
[    16.094] (II) Initializing extension XFIXES
[    16.094] (II) Initializing extension RENDER
[    16.094] (II) Initializing extension RANDR
[    16.094] (II) Initializing extension COMPOSITE
[    16.094] (II) Initializing extension DAMAGE
[    16.094] (II) Initializing extension MIT-SCREEN-SAVER
[    16.095] (II) Initializing extension DOUBLE-BUFFER
[    16.095] (II) Initializing extension RECORD
[    16.095] (II) Initializing extension DPMS
[    16.095] (II) Initializing extension Present
[    16.095] (II) Initializing extension DRI3
[    16.095] (II) Initializing extension X-Resource
[    16.095] (II) Initializing extension XVideo
[    16.095] (II) Initializing extension XVideo-MotionCompensation
[    16.095] (II) Initializing extension GLX
[    16.095] (II) Initializing extension GLX
[    16.095] (II) Indirect GLX disabled.
[    16.102] (II) AIGLX: Loaded and initialized iris
[    16.102] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.102] (II) Initializing extension XFree86-VidModeExtension
[    16.102] (II) Initializing extension XFree86-DGA
[    16.103] (II) Initializing extension XFree86-DRI
[    16.103] (II) Initializing extension DRI2
[    16.103] (II) Initializing extension NV-GLX
[    16.103] (II) Initializing extension NV-CONTROL
[    16.103] (II) modeset(0): Damage tracking initialized
[    16.103] (II) modeset(0): Setting screen physical size to 508 x 285
[    16.192] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    16.192] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.192] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    16.192] (**) Power Button: Applying InputClass "system-keyboard"
[    16.192] (II) LoadModule: "libinput"
[    16.192] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.200] (II) Module libinput: vendor="X.Org Foundation"
[    16.200] 	compiled for 1.21.1.8, module version = 1.4.0
[    16.200] 	Module class: X.Org XInput Driver
[    16.200] 	ABI class: X.Org XInput driver, version 24.4
[    16.200] (II) Using input driver 'libinput' for 'Power Button'
[    16.201] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[    16.201] (**) Power Button: always reports core events
[    16.201] (**) Option "Device" "/dev/input/event3"
[    16.232] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    16.232] (II) event3  - Power Button: device is a keyboard
[    16.232] (II) event3  - Power Button: device removed
[    16.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    16.232] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.232] (**) Option "xkb_layout" "us"
[    16.232] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.251] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    16.251] (II) event3  - Power Button: device is a keyboard
[    16.251] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    16.252] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    16.252] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    16.252] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    16.252] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    16.252] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[    16.252] (**) Asus Wireless Radio Control: always reports core events
[    16.252] (**) Option "Device" "/dev/input/event5"
[    16.253] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    16.253] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    16.253] (II) event5  - Asus Wireless Radio Control: device removed
[    16.253] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[    16.253] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    16.253] (**) Option "xkb_layout" "us"
[    16.253] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.254] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    16.254] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    16.254] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    16.254] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.254] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    16.254] (**) Video Bus: Applying InputClass "system-keyboard"
[    16.254] (II) Using input driver 'libinput' for 'Video Bus'
[    16.255] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 47 paused 0
[    16.255] (**) Video Bus: always reports core events
[    16.255] (**) Option "Device" "/dev/input/event10"
[    16.256] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    16.256] (II) event10 - Video Bus: device is a keyboard
[    16.256] (II) event10 - Video Bus: device removed
[    16.256] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[    16.256] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    16.256] (**) Option "xkb_layout" "us"
[    16.256] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.257] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    16.257] (II) event10 - Video Bus: device is a keyboard
[    16.257] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    16.257] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.257] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    16.257] (**) Video Bus: Applying InputClass "system-keyboard"
[    16.257] (II) Using input driver 'libinput' for 'Video Bus'
[    16.258] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 48 paused 0
[    16.258] (**) Video Bus: always reports core events
[    16.258] (**) Option "Device" "/dev/input/event11"
[    16.259] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    16.259] (II) event11 - Video Bus: device is a keyboard
[    16.259] (II) event11 - Video Bus: device removed
[    16.259] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input13/event11"
[    16.259] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    16.259] (**) Option "xkb_layout" "us"
[    16.259] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.260] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    16.260] (II) event11 - Video Bus: device is a keyboard
[    16.261] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.261] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.261] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    16.261] (**) Power Button: Applying InputClass "system-keyboard"
[    16.261] (II) Using input driver 'libinput' for 'Power Button'
[    16.261] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    16.261] (**) Power Button: always reports core events
[    16.261] (**) Option "Device" "/dev/input/event1"
[    16.262] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.262] (II) event1  - Power Button: device is a keyboard
[    16.262] (II) event1  - Power Button: device removed
[    16.262] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    16.262] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    16.262] (**) Option "xkb_layout" "us"
[    16.262] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.263] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.263] (II) event1  - Power Button: device is a keyboard
[    16.263] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    16.263] (II) No input driver specified, ignoring this device.
[    16.263] (II) This device may have been added with another device file.
[    16.264] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    16.264] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.264] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    16.264] (**) Sleep Button: Applying InputClass "system-keyboard"
[    16.264] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.264] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[    16.264] (**) Sleep Button: always reports core events
[    16.264] (**) Option "Device" "/dev/input/event0"
[    16.265] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    16.265] (II) event0  - Sleep Button: device is a keyboard
[    16.265] (II) event0  - Sleep Button: device removed
[    16.265] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    16.265] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    16.265] (**) Option "xkb_layout" "us"
[    16.265] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.266] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    16.266] (II) event0  - Sleep Button: device is a keyboard
[    16.267] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event8)
[    16.267] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    16.267] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    16.268] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 51 paused 0
[    16.268] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    16.268] (**) Option "Device" "/dev/input/event8"
[    16.269] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    16.270] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    16.270] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    16.270] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.270] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.270] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.270] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input10/event8"
[    16.270] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 12)
[    16.272] (**) Option "AccelerationScheme" "none"
[    16.272] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    16.272] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    16.272] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    16.273] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    16.274] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    16.275] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse1)
[    16.275] (II) No input driver specified, ignoring this device.
[    16.275] (II) This device may have been added with another device file.
[    16.275] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event7)
[    16.275] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    16.275] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    16.276] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[    16.276] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    16.276] (**) Option "Device" "/dev/input/event7"
[    16.277] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    16.277] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    16.278] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    16.278] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.278] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.278] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    16.278] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input9/event7"
[    16.278] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 13)
[    16.278] (**) Option "AccelerationScheme" "none"
[    16.278] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    16.278] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    16.278] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    16.279] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    16.279] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    16.280] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse0)
[    16.280] (II) No input driver specified, ignoring this device.
[    16.280] (II) This device may have been added with another device file.
[    16.281] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    16.281] (II) No input driver specified, ignoring this device.
[    16.281] (II) This device may have been added with another device file.
[    16.281] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    16.281] (II) No input driver specified, ignoring this device.
[    16.281] (II) This device may have been added with another device file.
[    16.281] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    16.281] (II) No input driver specified, ignoring this device.
[    16.281] (II) This device may have been added with another device file.
[    16.282] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    16.282] (II) No input driver specified, ignoring this device.
[    16.282] (II) This device may have been added with another device file.
[    16.282] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[    16.282] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    16.282] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    16.282] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    16.282] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    16.282] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[    16.282] (**) Asus WMI hotkeys: always reports core events
[    16.282] (**) Option "Device" "/dev/input/event9"
[    16.283] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    16.283] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    16.283] (II) event9  - Asus WMI hotkeys: device removed
[    16.283] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event9"
[    16.283] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    16.283] (**) Option "xkb_layout" "us"
[    16.283] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.284] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    16.284] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    16.285] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    16.285] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    16.285] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    16.285] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    16.285] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    16.285] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[    16.285] (**) AT Translated Set 2 keyboard: always reports core events
[    16.285] (**) Option "Device" "/dev/input/event4"
[    16.286] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.286] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    16.287] (II) event4  - AT Translated Set 2 keyboard: device removed
[    16.287] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    16.287] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    16.287] (**) Option "xkb_layout" "us"
[    16.287] (**) Option "xkb_options" "grp:win_space_toggle"
[    16.288] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.288] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    16.289] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    16.289] (II) No input driver specified, ignoring this device.
[    16.289] (II) This device may have been added with another device file.

Offline

#36 2024-01-16 14:24:35

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

[    14.656] (==) ServerLayout "layout"
[    14.656] (**) |-->Screen "integrated" (0)
[    14.656] (**) |   |-->Monitor "<default monitor>"
[    14.656] (**) |   |-->Device "integrated"
[    14.656] (**) |   |-->GPUDevice "nvidia"
[    14.656] (**) |   |-->GPUDevice "NVIDIA Card"

Wherever that's coming from, it's apparently not the xorg.conf and still there.

grep -E 'integrated|nvidia' /{etc,usr/share}/X11/xorg.conf*

Offline

#37 2024-01-16 15:23:46

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:
[    14.656] (==) ServerLayout "layout"
[    14.656] (**) |-->Screen "integrated" (0)
[    14.656] (**) |   |-->Monitor "<default monitor>"
[    14.656] (**) |   |-->Device "integrated"
[    14.656] (**) |   |-->GPUDevice "nvidia"
[    14.656] (**) |   |-->GPUDevice "NVIDIA Card"

Wherever that's coming from, it's apparently not the xorg.conf and still there.

grep -E 'integrated|nvidia' /{etc,usr/share}/X11/xorg.conf*

It is an auto-generated file by `optimus-manager`:
/etc/X11/xorg.conf.d/10-optimus-manager.conf

Section "Files"
        ModulePath "/usr/lib/nvidia"
        ModulePath "/usr/lib32/nvidia"
        ModulePath "/usr/lib32/nvidia/xorg/modules"
        ModulePath "/usr/lib32/xorg/modules"
        ModulePath "/usr/lib64/nvidia/xorg/modules"
        ModulePath "/usr/lib64/nvidia/xorg"
        ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerLayout"
        Identifier "layout"
        Screen 0 "integrated"
        Inactive "nvidia"
        Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
        Identifier "integrated"
        Driver "modesetting"
        BusID "PCI:0:2:0"
        Option "DRI" "3"
EndSection

Section "Screen"
        Identifier "integrated"
        Device "integrated"
EndSection

Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
        BusID "PCI:1:0:0"
        Option "Coolbits" "28"
EndSection

Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
EndSection

Updated xorg (This entry is always auto-generated even if i remove it):

[    15.533] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    15.533] Current Operating System: Linux yaiko 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[    15.533] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[    15.533]  
[    15.533] Current version of pixman: 0.43.0
[    15.533] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.533] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.533] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Tue Jan 16 12:11:46 2024
[    15.538] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.541] (==) ServerLayout "layout"
[    15.541] (**) |-->Screen "integrated" (0)
[    15.541] (**) |   |-->Monitor "<default monitor>"
[    15.541] (**) |   |-->Device "integrated"
[    15.541] (**) |   |-->GPUDevice "nvidia"
[    15.541] (==) No monitor specified for screen "integrated".
	Using a default monitor configuration.
[    15.541] (**) |-->Inactive Device "nvidia"
[    15.541] (**) Option "DontZap" "false"
[    15.541] (==) Automatically adding devices
[    15.541] (==) Automatically enabling devices
[    15.541] (==) Automatically adding GPU devices
[    15.541] (==) Automatically binding GPU devices
[    15.541] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.547] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    15.547] 	Entry deleted from font path.
[    15.547] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.547] 	Entry deleted from font path.
[    15.547] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.547] 	Entry deleted from font path.
[    15.547] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    15.547] 	Entry deleted from font path.
[    15.547] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    15.547] 	Entry deleted from font path.
[    15.547] (==) FontPath set to:
	/usr/share/fonts/misc
[    15.547] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    15.547] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.547] (II) Module ABI versions:
[    15.547] 	X.Org ANSI C Emulation: 0.4
[    15.547] 	X.Org Video Driver: 25.2
[    15.547] 	X.Org XInput driver : 24.4
[    15.547] 	X.Org Server Extension : 10.0
[    15.548] (++) using VT number 1

[    15.548] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.549] (II) xfree86: Adding drm device (/dev/dri/card1)
[    15.549] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    15.550] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    15.550] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.550] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    15.550] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    15.551] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[    15.552] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    15.552] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    15.552] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.552] (II) LoadModule: "glx"
[    15.557] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.575] (II) Module glx: vendor="X.Org Foundation"
[    15.575] 	compiled for 1.21.1.10, module version = 1.0.0
[    15.575] 	ABI class: X.Org Server Extension, version 10.0
[    15.575] (II) LoadModule: "modesetting"
[    15.577] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.587] (II) Module modesetting: vendor="X.Org Foundation"
[    15.587] 	compiled for 1.21.1.10, module version = 1.21.1
[    15.587] 	Module class: X.Org Video Driver
[    15.587] 	ABI class: X.Org Video Driver, version 25.2
[    15.587] (II) LoadModule: "nvidia"
[    15.587] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    15.604] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.604] 	compiled for 1.6.99.901, module version = 1.0.0
[    15.604] 	Module class: X.Org Video Driver
[    15.605] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.605] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    15.605] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    15.606] (II) modeset(0): using drv /dev/dri/card0
[    15.606] (II) systemd-logind: releasing fd for 226:1
[    15.608] (II) Loading sub module "fb"
[    15.608] (II) LoadModule: "fb"
[    15.608] (II) Module "fb" already built-in
[    15.608] (II) Loading sub module "wfb"
[    15.608] (II) LoadModule: "wfb"
[    15.608] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.610] (II) Module wfb: vendor="X.Org Foundation"
[    15.610] 	compiled for 1.21.1.10, module version = 1.0.0
[    15.610] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.617] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.618] (II) modeset(0): Creating default Display subsection in Screen section
	"integrated" for depth/fbbpp 24/32
[    15.618] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    15.618] (==) modeset(0): RGB weight 888
[    15.618] (==) modeset(0): Default visual is TrueColor
[    15.618] (II) Loading sub module "glamoregl"
[    15.618] (II) LoadModule: "glamoregl"
[    15.618] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.638] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.638] 	compiled for 1.21.1.10, module version = 1.0.1
[    15.638] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.490] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    16.490] (II) modeset(0): glamor initialized
[    16.490] (==) modeset(0): VariableRefresh: disabled
[    16.490] (==) modeset(0): AsyncFlipSecondaries: disabled
[    16.492] (II) modeset(0): Output eDP-1 has no monitor section
[    16.498] (II) modeset(0): Output HDMI-1 has no monitor section
[    16.501] (II) modeset(0): EDID for output eDP-1
[    16.501] (II) modeset(0): Manufacturer: NCP  Model: 29  Serial#: 0
[    16.501] (II) modeset(0): Year: 2017  Week: 0
[    16.501] (II) modeset(0): EDID Version: 1.4
[    16.501] (II) modeset(0): Digital Display Input
[    16.501] (II) modeset(0): 8 bits per channel
[    16.501] (II) modeset(0): Digital interface is DisplayPort
[    16.501] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    16.501] (II) modeset(0): Gamma: 2.20
[    16.501] (II) modeset(0): No DPMS capabilities specified
[    16.501] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    16.501] (II) modeset(0): Default color space is primary color space
[    16.501] (II) modeset(0): First detailed timing is preferred mode
[    16.501] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    16.501] (II) modeset(0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[    16.501] (II) modeset(0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[    16.501] (II) modeset(0): Manufacturer's mask: 0
[    16.501] (II) modeset(0): Supported detailed timing:
[    16.501] (II) modeset(0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[    16.501] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    16.501] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    16.501] (II) modeset(0): Supported detailed timing:
[    16.501] (II) modeset(0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[    16.501] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    16.501] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    16.501] (II) modeset(0):  LM156LF1L06
[    16.501] (II) modeset(0): EDID (in hex):
[    16.501] (II) modeset(0): 	00ffffffffffff003870290000000000
[    16.501] (II) modeset(0): 	001b0104a5221378069a85975c578e28
[    16.501] (II) modeset(0): 	1c505400000001010101010101010101
[    16.501] (II) modeset(0): 	010101010101993680a0703828403020
[    16.501] (II) modeset(0): 	360058c210000018ae2b80a070382840
[    16.501] (II) modeset(0): 	3020360058c210000018000000100000
[    16.501] (II) modeset(0): 	000000000000000000000000000000fe
[    16.501] (II) modeset(0): 	004c4d3135364c46314c30360a200054
[    16.501] (II) modeset(0): Printing probed modes for output eDP-1
[    16.501] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    16.501] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    16.501] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    16.501] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    16.501] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    16.501] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    16.501] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    16.501] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    16.502] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    16.502] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    16.502] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    16.502] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    16.502] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    16.502] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    16.502] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    16.502] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    16.502] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    16.502] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    16.502] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    16.502] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    16.502] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    16.502] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    16.502] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    16.502] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    16.502] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    16.502] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    16.502] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    16.502] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    16.502] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    16.502] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    16.502] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    16.502] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    16.502] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    16.502] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    16.502] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    16.502] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    16.502] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    16.502] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    16.502] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    16.502] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    16.502] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    16.502] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    16.502] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    16.502] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    16.502] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    16.502] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    16.502] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    16.502] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    16.502] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    16.502] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    16.502] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    16.502] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    16.502] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    16.502] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    16.502] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    16.502] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    16.502] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    16.502] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    16.502] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    16.502] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    16.502] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    16.502] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    16.503] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    16.508] (II) modeset(0): EDID for output HDMI-1
[    16.508] (II) modeset(0): Output eDP-1 connected
[    16.508] (II) modeset(0): Output HDMI-1 disconnected
[    16.508] (II) modeset(0): Using exact sizes for initial modes
[    16.508] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    16.508] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    16.508] (==) modeset(0): DPI set to (96, 96)
[    16.508] (II) Loading sub module "fb"
[    16.508] (II) LoadModule: "fb"
[    16.508] (II) Module "fb" already built-in
[    16.508] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    16.508] (==) NVIDIA(G0): RGB weight 888
[    16.508] (==) NVIDIA(G0): Default visual is TrueColor
[    16.508] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    16.511] (**) Option "AllowNVIDIAGpuScreens"
[    16.511] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    16.511] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    16.511] (**) NVIDIA(G0): Option "Coolbits" "28"
[    16.511] (**) NVIDIA(G0): Enabling 2D acceleration
[    16.511] (II) Loading sub module "glxserver_nvidia"
[    16.511] (II) LoadModule: "glxserver_nvidia"
[    16.511] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    16.679] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    16.679] 	compiled for 1.6.99.901, module version = 1.0.0
[    16.679] 	Module class: X.Org Server Extension
[    16.679] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    16.681] (II) NVIDIA: The X server supports PRIME Render Offload.
[    16.689] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    16.689] (II) NVIDIA(G0):     (GPU-0)
[    16.689] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    16.689] (--) NVIDIA(G0): VideoBIOS: 86.07.50.00.59
[    16.689] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    16.689] (II) NVIDIA(G0): Validated MetaModes:
[    16.689] (II) NVIDIA(G0):     "NULL"
[    16.689] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    16.689] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    16.689] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    16.782] (==) modeset(0): Backing store enabled
[    16.782] (==) modeset(0): Silken mouse enabled
[    16.851] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    16.852] (==) modeset(0): DPMS enabled
[    16.852] (WW) modeset(0): Option "DRI" is not used
[    16.852] (II) modeset(0): [DRI2] Setup complete
[    16.852] (II) modeset(0): [DRI2]   DRI driver: iris
[    16.852] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    16.852] (WW) NVIDIA: Failed to bind sideband socket to
[    16.852] (WW) NVIDIA:     '/var/run/nvidia-xdriver-92d8fd34' Permission denied
[    16.852] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    16.852] (II) NVIDIA:     access.
[    16.862] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    16.862] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    16.863] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    16.863] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    16.863] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    16.863] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    16.863] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    16.863] (II) NVIDIA(G0):     Config Options in the README.
[    16.894] (II) NVIDIA(G0): Setting mode "NULL"
[    16.899] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    16.899] (==) NVIDIA(G0): Backing store enabled
[    16.899] (==) NVIDIA(G0): Silken mouse enabled
[    16.899] (==) NVIDIA(G0): DPMS enabled
[    16.899] (II) Loading sub module "dri2"
[    16.899] (II) LoadModule: "dri2"
[    16.899] (II) Module "dri2" already built-in
[    16.899] (II) NVIDIA(G0): [DRI2] Setup complete
[    16.899] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    16.899] (II) Initializing extension Generic Event Extension
[    16.899] (II) Initializing extension SHAPE
[    16.899] (II) Initializing extension MIT-SHM
[    16.899] (II) Initializing extension XInputExtension
[    16.899] (II) Initializing extension XTEST
[    16.899] (II) Initializing extension BIG-REQUESTS
[    16.899] (II) Initializing extension SYNC
[    16.899] (II) Initializing extension XKEYBOARD
[    16.900] (II) Initializing extension XC-MISC
[    16.900] (II) Initializing extension SECURITY
[    16.900] (II) Initializing extension XFIXES
[    16.900] (II) Initializing extension RENDER
[    16.900] (II) Initializing extension RANDR
[    16.900] (II) Initializing extension COMPOSITE
[    16.900] (II) Initializing extension DAMAGE
[    16.900] (II) Initializing extension MIT-SCREEN-SAVER
[    16.900] (II) Initializing extension DOUBLE-BUFFER
[    16.900] (II) Initializing extension RECORD
[    16.900] (II) Initializing extension DPMS
[    16.900] (II) Initializing extension Present
[    16.901] (II) Initializing extension DRI3
[    16.901] (II) Initializing extension X-Resource
[    16.901] (II) Initializing extension XVideo
[    16.901] (II) Initializing extension XVideo-MotionCompensation
[    16.901] (II) Initializing extension GLX
[    16.901] (II) Initializing extension GLX
[    16.901] (II) Indirect GLX disabled.
[    16.906] (II) AIGLX: Loaded and initialized iris
[    16.906] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.906] (II) Initializing extension XFree86-VidModeExtension
[    16.906] (II) Initializing extension XFree86-DGA
[    16.906] (II) Initializing extension XFree86-DRI
[    16.906] (II) Initializing extension DRI2
[    16.907] (II) Initializing extension NV-GLX
[    16.907] (II) Initializing extension NV-CONTROL
[    16.907] (II) modeset(0): Damage tracking initialized
[    16.907] (II) modeset(0): Setting screen physical size to 508 x 285
[    17.022] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    17.022] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    17.022] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    17.022] (**) Power Button: Applying InputClass "system-keyboard"
[    17.022] (II) LoadModule: "libinput"
[    17.022] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    17.028] (II) Module libinput: vendor="X.Org Foundation"
[    17.028] 	compiled for 1.21.1.8, module version = 1.4.0
[    17.028] 	Module class: X.Org XInput Driver
[    17.028] 	ABI class: X.Org XInput driver, version 24.4
[    17.028] (II) Using input driver 'libinput' for 'Power Button'
[    17.029] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[    17.029] (**) Power Button: always reports core events
[    17.029] (**) Option "Device" "/dev/input/event3"
[    17.097] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    17.097] (II) event3  - Power Button: device is a keyboard
[    17.097] (II) event3  - Power Button: device removed
[    17.097] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    17.097] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    17.097] (**) Option "xkb_layout" "us"
[    17.097] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.188] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    17.188] (II) event3  - Power Button: device is a keyboard
[    17.190] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    17.190] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    17.190] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    17.190] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    17.190] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    17.191] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[    17.191] (**) Asus Wireless Radio Control: always reports core events
[    17.191] (**) Option "Device" "/dev/input/event5"
[    17.193] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    17.193] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    17.194] (II) event5  - Asus Wireless Radio Control: device removed
[    17.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[    17.194] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    17.194] (**) Option "xkb_layout" "us"
[    17.194] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.196] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    17.196] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    17.198] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    17.198] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    17.198] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    17.198] (**) Video Bus: Applying InputClass "system-keyboard"
[    17.198] (II) Using input driver 'libinput' for 'Video Bus'
[    17.199] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 47 paused 0
[    17.199] (**) Video Bus: always reports core events
[    17.199] (**) Option "Device" "/dev/input/event10"
[    17.201] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    17.201] (II) event10 - Video Bus: device is a keyboard
[    17.202] (II) event10 - Video Bus: device removed
[    17.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event10"
[    17.202] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    17.202] (**) Option "xkb_layout" "us"
[    17.202] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.204] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[    17.204] (II) event10 - Video Bus: device is a keyboard
[    17.206] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    17.206] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    17.206] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    17.206] (**) Video Bus: Applying InputClass "system-keyboard"
[    17.206] (II) Using input driver 'libinput' for 'Video Bus'
[    17.207] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 48 paused 0
[    17.207] (**) Video Bus: always reports core events
[    17.207] (**) Option "Device" "/dev/input/event11"
[    17.210] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    17.210] (II) event11 - Video Bus: device is a keyboard
[    17.211] (II) event11 - Video Bus: device removed
[    17.211] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input13/event11"
[    17.211] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    17.211] (**) Option "xkb_layout" "us"
[    17.211] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.213] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    17.214] (II) event11 - Video Bus: device is a keyboard
[    17.215] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    17.215] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    17.215] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    17.215] (**) Power Button: Applying InputClass "system-keyboard"
[    17.215] (II) Using input driver 'libinput' for 'Power Button'
[    17.217] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 49 paused 0
[    17.217] (**) Power Button: always reports core events
[    17.217] (**) Option "Device" "/dev/input/event1"
[    17.219] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    17.219] (II) event1  - Power Button: device is a keyboard
[    17.219] (II) event1  - Power Button: device removed
[    17.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    17.219] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    17.219] (**) Option "xkb_layout" "us"
[    17.219] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.221] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    17.222] (II) event1  - Power Button: device is a keyboard
[    17.223] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    17.223] (II) No input driver specified, ignoring this device.
[    17.223] (II) This device may have been added with another device file.
[    17.224] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    17.224] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    17.224] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    17.224] (**) Sleep Button: Applying InputClass "system-keyboard"
[    17.224] (II) Using input driver 'libinput' for 'Sleep Button'
[    17.225] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 50 paused 0
[    17.225] (**) Sleep Button: always reports core events
[    17.225] (**) Option "Device" "/dev/input/event0"
[    17.227] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    17.227] (II) event0  - Sleep Button: device is a keyboard
[    17.227] (II) event0  - Sleep Button: device removed
[    17.227] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    17.227] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    17.227] (**) Option "xkb_layout" "us"
[    17.227] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.229] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    17.229] (II) event0  - Sleep Button: device is a keyboard
[    17.231] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event7)
[    17.231] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    17.231] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    17.232] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 51 paused 0
[    17.232] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    17.232] (**) Option "Device" "/dev/input/event7"
[    17.234] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    17.234] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    17.235] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    17.235] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.235] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.235] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.235] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input10/event7"
[    17.235] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 12)
[    17.235] (**) Option "AccelerationScheme" "none"
[    17.235] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    17.235] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    17.235] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    17.237] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    17.237] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    17.239] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse0)
[    17.239] (II) No input driver specified, ignoring this device.
[    17.239] (II) This device may have been added with another device file.
[    17.240] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event8)
[    17.240] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    17.240] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    17.240] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 52 paused 0
[    17.241] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    17.241] (**) Option "Device" "/dev/input/event8"
[    17.242] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    17.244] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    17.244] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    17.244] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.244] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.244] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    17.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1200:00/0018:04F3:3090.0001/input/input11/event8"
[    17.244] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 13)
[    17.246] (**) Option "AccelerationScheme" "none"
[    17.246] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    17.246] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    17.246] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    17.247] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    17.249] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    17.250] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse1)
[    17.250] (II) No input driver specified, ignoring this device.
[    17.250] (II) This device may have been added with another device file.
[    17.250] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    17.250] (II) No input driver specified, ignoring this device.
[    17.250] (II) This device may have been added with another device file.
[    17.250] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    17.250] (II) No input driver specified, ignoring this device.
[    17.250] (II) This device may have been added with another device file.
[    17.251] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    17.251] (II) No input driver specified, ignoring this device.
[    17.251] (II) This device may have been added with another device file.
[    17.251] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    17.251] (II) No input driver specified, ignoring this device.
[    17.251] (II) This device may have been added with another device file.
[    17.252] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event9)
[    17.252] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    17.252] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    17.252] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    17.252] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    17.252] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 53 paused 0
[    17.252] (**) Asus WMI hotkeys: always reports core events
[    17.252] (**) Option "Device" "/dev/input/event9"
[    17.253] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    17.253] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    17.253] (II) event9  - Asus WMI hotkeys: device removed
[    17.253] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event9"
[    17.253] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    17.253] (**) Option "xkb_layout" "us"
[    17.253] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.254] (II) event9  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    17.254] (II) event9  - Asus WMI hotkeys: device is a keyboard
[    17.254] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    17.254] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    17.254] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    17.254] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    17.254] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    17.255] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[    17.255] (**) AT Translated Set 2 keyboard: always reports core events
[    17.255] (**) Option "Device" "/dev/input/event4"
[    17.255] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    17.256] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    17.256] (II) event4  - AT Translated Set 2 keyboard: device removed
[    17.256] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    17.256] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    17.256] (**) Option "xkb_layout" "us"
[    17.256] (**) Option "xkb_options" "grp:win_space_toggle"
[    17.257] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    17.257] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    17.258] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    17.258] (II) No input driver specified, ignoring this device.
[    17.258] (II) This device may have been added with another device file.
[   130.782] (II) modeset(0): EDID vendor "NCP", prod id 41
[   130.782] (II) modeset(0): Printing DDC gathered Modelines:
[   130.782] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[   130.782] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[   130.799] (II) modeset(0): EDID vendor "NCP", prod id 41
[   130.799] (II) modeset(0): Printing DDC gathered Modelines:
[   130.799] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[   130.799] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[   444.072] (II) modeset(0): EDID vendor "NCP", prod id 41
[   444.072] (II) modeset(0): Printing DDC gathered Modelines:
[   444.072] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[   444.072] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[   444.089] (II) modeset(0): EDID vendor "NCP", prod id 41
[   444.379] (II) modeset(0): Printing DDC gathered Modelines:
[   444.379] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[   444.379] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)

Offline

#38 2024-01-16 15:40:22

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

Remove/disable optimus-manager and all residual configs.

Offline

#39 2024-01-16 19:33:15

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

Remove/disable optimus-manager and all residual configs.

Updated xorg log:

[    15.679] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[    15.680] Current Operating System: Linux yaiko 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[    15.680] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[    15.680]  
[    15.680] Current version of pixman: 0.43.0
[    15.680] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.680] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.681] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Tue Jan 16 16:29:38 2024
[    15.689] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    15.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.693] (==) No Layout section.  Using the first Screen section.
[    15.693] (==) No screen section available. Using defaults.
[    15.693] (**) |-->Screen "Default Screen Section" (0)
[    15.693] (**) |   |-->Monitor "<default monitor>"
[    15.694] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    15.694] (**) Option "DontZap" "false"
[    15.694] (==) Automatically adding devices
[    15.694] (==) Automatically enabling devices
[    15.694] (==) Automatically adding GPU devices
[    15.694] (==) Automatically binding GPU devices
[    15.694] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.700] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    15.701] 	Entry deleted from font path.
[    15.701] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.701] 	Entry deleted from font path.
[    15.701] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    15.701] 	Entry deleted from font path.
[    15.701] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    15.701] 	Entry deleted from font path.
[    15.701] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    15.701] 	Entry deleted from font path.
[    15.701] (==) FontPath set to:
	/usr/share/fonts/misc
[    15.701] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.701] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.701] (II) Module ABI versions:
[    15.701] 	X.Org ANSI C Emulation: 0.4
[    15.701] 	X.Org Video Driver: 25.2
[    15.701] 	X.Org XInput driver : 24.4
[    15.701] 	X.Org Server Extension : 10.0
[    15.702] (++) using VT number 1

[    15.704] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.706] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.706] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    15.707] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    15.715] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    15.715] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    15.715] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.715] (II) LoadModule: "glx"
[    15.716] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.742] (II) Module glx: vendor="X.Org Foundation"
[    15.742] 	compiled for 1.21.1.10, module version = 1.0.0
[    15.742] 	ABI class: X.Org Server Extension, version 10.0
[    15.742] (==) Matched intel as autoconfigured driver 0
[    15.742] (==) Matched modesetting as autoconfigured driver 1
[    15.742] (==) Matched fbdev as autoconfigured driver 2
[    15.742] (==) Matched vesa as autoconfigured driver 3
[    15.742] (==) Assigned the driver to the xf86ConfigLayout
[    15.742] (II) LoadModule: "intel"
[    15.744] (WW) Warning, couldn't open module intel
[    15.744] (EE) Failed to load module "intel" (module does not exist, 0)
[    15.744] (II) LoadModule: "modesetting"
[    15.744] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.751] (II) Module modesetting: vendor="X.Org Foundation"
[    15.751] 	compiled for 1.21.1.10, module version = 1.21.1
[    15.751] 	Module class: X.Org Video Driver
[    15.751] 	ABI class: X.Org Video Driver, version 25.2
[    15.751] (II) LoadModule: "fbdev"
[    15.752] (WW) Warning, couldn't open module fbdev
[    15.752] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.752] (II) LoadModule: "vesa"
[    15.752] (WW) Warning, couldn't open module vesa
[    15.752] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.752] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.752] (II) modeset(0): using drv /dev/dri/card0
[    15.752] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.752] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    15.752] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    15.752] (==) modeset(0): RGB weight 888
[    15.752] (==) modeset(0): Default visual is TrueColor
[    15.752] (II) Loading sub module "glamoregl"
[    15.752] (II) LoadModule: "glamoregl"
[    15.753] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    15.770] (II) Module glamoregl: vendor="X.Org Foundation"
[    15.770] 	compiled for 1.21.1.10, module version = 1.0.1
[    15.771] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    19.265] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[    19.265] (II) modeset(0): glamor initialized
[    19.265] (==) modeset(0): VariableRefresh: disabled
[    19.265] (==) modeset(0): AsyncFlipSecondaries: disabled
[    19.267] (II) modeset(0): Output eDP-1 has no monitor section
[    19.272] (II) modeset(0): Output HDMI-1 has no monitor section
[    19.275] (II) modeset(0): EDID for output eDP-1
[    19.275] (II) modeset(0): Manufacturer: NCP  Model: 29  Serial#: 0
[    19.275] (II) modeset(0): Year: 2017  Week: 0
[    19.275] (II) modeset(0): EDID Version: 1.4
[    19.275] (II) modeset(0): Digital Display Input
[    19.275] (II) modeset(0): 8 bits per channel
[    19.275] (II) modeset(0): Digital interface is DisplayPort
[    19.275] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    19.275] (II) modeset(0): Gamma: 2.20
[    19.275] (II) modeset(0): No DPMS capabilities specified
[    19.275] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    19.275] (II) modeset(0): Default color space is primary color space
[    19.275] (II) modeset(0): First detailed timing is preferred mode
[    19.275] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    19.275] (II) modeset(0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[    19.275] (II) modeset(0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[    19.275] (II) modeset(0): Manufacturer's mask: 0
[    19.275] (II) modeset(0): Supported detailed timing:
[    19.275] (II) modeset(0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[    19.275] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    19.275] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    19.275] (II) modeset(0): Supported detailed timing:
[    19.275] (II) modeset(0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[    19.275] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    19.275] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[    19.275] (II) modeset(0):  LM156LF1L06
[    19.275] (II) modeset(0): EDID (in hex):
[    19.275] (II) modeset(0): 	00ffffffffffff003870290000000000
[    19.275] (II) modeset(0): 	001b0104a5221378069a85975c578e28
[    19.275] (II) modeset(0): 	1c505400000001010101010101010101
[    19.275] (II) modeset(0): 	010101010101993680a0703828403020
[    19.275] (II) modeset(0): 	360058c210000018ae2b80a070382840
[    19.275] (II) modeset(0): 	3020360058c210000018000000100000
[    19.275] (II) modeset(0): 	000000000000000000000000000000fe
[    19.275] (II) modeset(0): 	004c4d3135364c46314c30360a200054
[    19.276] (II) modeset(0): Printing probed modes for output eDP-1
[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    19.276] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    19.276] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    19.276] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    19.276] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    19.276] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    19.276] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    19.276] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    19.276] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    19.276] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    19.276] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    19.276] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    19.276] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    19.276] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    19.276] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    19.276] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    19.276] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    19.276] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    19.276] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    19.276] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    19.276] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    19.276] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    19.276] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    19.276] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    19.276] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    19.276] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    19.276] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    19.276] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    19.276] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    19.276] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.276] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.276] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    19.276] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    19.276] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    19.276] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    19.276] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    19.276] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    19.276] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    19.276] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    19.276] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    19.276] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    19.276] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    19.276] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    19.276] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    19.276] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    19.276] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    19.276] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    19.277] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    19.277] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    19.277] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    19.277] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    19.277] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    19.277] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    19.277] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    19.277] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    19.277] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    19.277] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    19.277] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    19.277] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    19.277] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    19.282] (II) modeset(0): EDID for output HDMI-1
[    19.282] (II) modeset(0): Output eDP-1 connected
[    19.282] (II) modeset(0): Output HDMI-1 disconnected
[    19.282] (II) modeset(0): Using exact sizes for initial modes
[    19.282] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    19.282] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    19.282] (==) modeset(0): DPI set to (96, 96)
[    19.282] (II) Loading sub module "fb"
[    19.282] (II) LoadModule: "fb"
[    19.282] (II) Module "fb" already built-in
[    19.350] (==) modeset(0): Backing store enabled
[    19.350] (==) modeset(0): Silken mouse enabled
[    19.430] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    19.430] (==) modeset(0): DPMS enabled
[    19.430] (II) modeset(0): [DRI2] Setup complete
[    19.430] (II) modeset(0): [DRI2]   DRI driver: iris
[    19.430] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    19.430] (II) Initializing extension Generic Event Extension
[    19.430] (II) Initializing extension SHAPE
[    19.431] (II) Initializing extension MIT-SHM
[    19.431] (II) Initializing extension XInputExtension
[    19.431] (II) Initializing extension XTEST
[    19.431] (II) Initializing extension BIG-REQUESTS
[    19.432] (II) Initializing extension SYNC
[    19.432] (II) Initializing extension XKEYBOARD
[    19.432] (II) Initializing extension XC-MISC
[    19.432] (II) Initializing extension SECURITY
[    19.433] (II) Initializing extension XFIXES
[    19.433] (II) Initializing extension RENDER
[    19.433] (II) Initializing extension RANDR
[    19.433] (II) Initializing extension COMPOSITE
[    19.434] (II) Initializing extension DAMAGE
[    19.434] (II) Initializing extension MIT-SCREEN-SAVER
[    19.434] (II) Initializing extension DOUBLE-BUFFER
[    19.434] (II) Initializing extension RECORD
[    19.435] (II) Initializing extension DPMS
[    19.435] (II) Initializing extension Present
[    19.435] (II) Initializing extension DRI3
[    19.435] (II) Initializing extension X-Resource
[    19.435] (II) Initializing extension XVideo
[    19.436] (II) Initializing extension XVideo-MotionCompensation
[    19.436] (II) Initializing extension GLX
[    19.449] (II) AIGLX: Loaded and initialized iris
[    19.449] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.449] (II) Initializing extension XFree86-VidModeExtension
[    19.449] (II) Initializing extension XFree86-DGA
[    19.449] (II) Initializing extension XFree86-DRI
[    19.449] (II) Initializing extension DRI2
[    19.450] (II) modeset(0): Damage tracking initialized
[    19.450] (II) modeset(0): Setting screen physical size to 508 x 285
[    19.830] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    19.830] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    19.830] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    19.830] (**) Power Button: Applying InputClass "system-keyboard"
[    19.830] (II) LoadModule: "libinput"
[    19.830] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    19.900] (II) Module libinput: vendor="X.Org Foundation"
[    19.900] 	compiled for 1.21.1.8, module version = 1.4.0
[    19.900] 	Module class: X.Org XInput Driver
[    19.900] 	ABI class: X.Org XInput driver, version 24.4
[    19.900] (II) Using input driver 'libinput' for 'Power Button'
[    19.901] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
[    19.902] (**) Power Button: always reports core events
[    19.902] (**) Option "Device" "/dev/input/event3"
[    19.921] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    19.921] (II) event3  - Power Button: device is a keyboard
[    19.921] (II) event3  - Power Button: device removed
[    19.921] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    19.922] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    19.922] (**) Option "xkb_layout" "us"
[    19.922] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.014] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    20.014] (II) event3  - Power Button: device is a keyboard
[    20.016] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[    20.016] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    20.016] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[    20.016] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[    20.016] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    20.018] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 33 paused 0
[    20.018] (**) Asus Wireless Radio Control: always reports core events
[    20.018] (**) Option "Device" "/dev/input/event5"
[    20.020] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    20.020] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    20.020] (II) event5  - Asus Wireless Radio Control: device removed
[    20.021] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[    20.021] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    20.021] (**) Option "xkb_layout" "us"
[    20.021] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.023] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    20.023] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    20.025] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    20.025] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.025] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    20.025] (**) Video Bus: Applying InputClass "system-keyboard"
[    20.025] (II) Using input driver 'libinput' for 'Video Bus'
[    20.026] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 34 paused 0
[    20.026] (**) Video Bus: always reports core events
[    20.026] (**) Option "Device" "/dev/input/event12"
[    20.029] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    20.029] (II) event12 - Video Bus: device is a keyboard
[    20.029] (II) event12 - Video Bus: device removed
[    20.029] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event12"
[    20.029] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    20.029] (**) Option "xkb_layout" "us"
[    20.029] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.032] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    20.032] (II) event12 - Video Bus: device is a keyboard
[    20.034] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    20.034] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    20.034] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    20.034] (**) Video Bus: Applying InputClass "system-keyboard"
[    20.034] (II) Using input driver 'libinput' for 'Video Bus'
[    20.036] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 35 paused 0
[    20.036] (**) Video Bus: always reports core events
[    20.036] (**) Option "Device" "/dev/input/event13"
[    20.038] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    20.039] (II) event13 - Video Bus: device is a keyboard
[    20.039] (II) event13 - Video Bus: device removed
[    20.039] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input15/event13"
[    20.039] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[    20.039] (**) Option "xkb_layout" "us"
[    20.039] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.042] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    20.042] (II) event13 - Video Bus: device is a keyboard
[    20.044] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    20.044] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    20.044] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    20.044] (**) Power Button: Applying InputClass "system-keyboard"
[    20.044] (II) Using input driver 'libinput' for 'Power Button'
[    20.046] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[    20.046] (**) Power Button: always reports core events
[    20.046] (**) Option "Device" "/dev/input/event1"
[    20.048] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    20.048] (II) event1  - Power Button: device is a keyboard
[    20.048] (II) event1  - Power Button: device removed
[    20.048] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    20.048] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[    20.048] (**) Option "xkb_layout" "us"
[    20.048] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.051] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    20.051] (II) event1  - Power Button: device is a keyboard
[    20.053] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    20.053] (II) No input driver specified, ignoring this device.
[    20.053] (II) This device may have been added with another device file.
[    20.054] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    20.054] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    20.054] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    20.054] (**) Sleep Button: Applying InputClass "system-keyboard"
[    20.054] (II) Using input driver 'libinput' for 'Sleep Button'
[    20.055] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[    20.055] (**) Sleep Button: always reports core events
[    20.055] (**) Option "Device" "/dev/input/event0"
[    20.056] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    20.057] (II) event0  - Sleep Button: device is a keyboard
[    20.057] (II) event0  - Sleep Button: device removed
[    20.057] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    20.057] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[    20.057] (**) Option "xkb_layout" "us"
[    20.057] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.058] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    20.059] (II) event0  - Sleep Button: device is a keyboard
[    20.061] (II) config/udev: Adding input device SHANWAN PS3 GamePad (/dev/input/event11)
[    20.061] (II) No input driver specified, ignoring this device.
[    20.061] (II) This device may have been added with another device file.
[    20.062] (II) config/udev: Adding input device SHANWAN PS3 GamePad (/dev/input/js0)
[    20.062] (II) No input driver specified, ignoring this device.
[    20.062] (II) This device may have been added with another device file.
[    20.063] (II) config/udev: Adding input device SHANWAN PS3 GamePad Motion Sensors (/dev/input/event9)
[    20.063] (II) No input driver specified, ignoring this device.
[    20.063] (II) This device may have been added with another device file.
[    20.064] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event8)
[    20.064] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[    20.064] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[    20.065] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 38 paused 0
[    20.065] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[    20.065] (**) Option "Device" "/dev/input/event8"
[    20.066] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    20.069] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    20.069] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    20.069] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.069] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.069] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.069] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0002/input/input10/event8"
[    20.069] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 12)
[    20.071] (**) Option "AccelerationScheme" "none"
[    20.071] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[    20.071] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[    20.071] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[    20.072] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    20.074] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    20.075] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse1)
[    20.075] (II) No input driver specified, ignoring this device.
[    20.075] (II) This device may have been added with another device file.
[    20.076] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event7)
[    20.076] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[    20.076] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[    20.076] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[    20.076] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[    20.076] (**) Option "Device" "/dev/input/event7"
[    20.077] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.078] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    20.078] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    20.078] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.078] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.078] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    20.078] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0002/input/input9/event7"
[    20.078] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 13)
[    20.079] (**) Option "AccelerationScheme" "none"
[    20.079] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[    20.079] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[    20.079] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[    20.080] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    20.080] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    20.081] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse0)
[    20.081] (II) No input driver specified, ignoring this device.
[    20.081] (II) This device may have been added with another device file.
[    20.081] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    20.081] (II) No input driver specified, ignoring this device.
[    20.081] (II) This device may have been added with another device file.
[    20.082] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    20.082] (II) No input driver specified, ignoring this device.
[    20.082] (II) This device may have been added with another device file.
[    20.082] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    20.082] (II) No input driver specified, ignoring this device.
[    20.082] (II) This device may have been added with another device file.
[    20.082] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    20.082] (II) No input driver specified, ignoring this device.
[    20.082] (II) This device may have been added with another device file.
[    20.083] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[    20.083] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    20.083] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[    20.083] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[    20.083] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    20.083] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 40 paused 0
[    20.083] (**) Asus WMI hotkeys: always reports core events
[    20.083] (**) Option "Device" "/dev/input/event10"
[    20.084] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.084] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    20.084] (II) event10 - Asus WMI hotkeys: device removed
[    20.084] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event10"
[    20.084] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    20.084] (**) Option "xkb_layout" "us"
[    20.084] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.085] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    20.085] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    20.085] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    20.085] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    20.085] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    20.085] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    20.085] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    20.086] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 41 paused 0
[    20.086] (**) AT Translated Set 2 keyboard: always reports core events
[    20.086] (**) Option "Device" "/dev/input/event4"
[    20.087] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.087] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    20.087] (II) event4  - AT Translated Set 2 keyboard: device removed
[    20.087] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    20.087] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    20.087] (**) Option "xkb_layout" "us"
[    20.087] (**) Option "xkb_options" "grp:win_space_toggle"
[    20.088] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    20.088] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    20.089] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    20.089] (II) No input driver specified, ignoring this device.
[    20.089] (II) This device may have been added with another device file.
[    31.191] (**) Option "fd" "30"
[    31.191] (II) event3  - Power Button: device removed
[    31.191] (**) Option "fd" "33"
[    31.191] (II) event5  - Asus Wireless Radio Control: device removed
[    31.191] (**) Option "fd" "34"
[    31.191] (II) event12 - Video Bus: device removed
[    31.191] (**) Option "fd" "35"
[    31.191] (II) event13 - Video Bus: device removed
[    31.191] (**) Option "fd" "36"
[    31.191] (II) event1  - Power Button: device removed
[    31.191] (**) Option "fd" "37"
[    31.191] (II) event0  - Sleep Button: device removed
[    31.191] (**) Option "fd" "38"
[    31.191] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device removed
[    31.191] (**) Option "fd" "39"
[    31.192] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device removed
[    31.192] (**) Option "fd" "40"
[    31.192] (II) event10 - Asus WMI hotkeys: device removed
[    31.192] (**) Option "fd" "41"
[    31.192] (II) event4  - AT Translated Set 2 keyboard: device removed
[    31.192] (II) AIGLX: Suspending AIGLX clients for VT switch
[    31.275] (II) systemd-logind: got pause for 13:72
[    31.275] (II) systemd-logind: got pause for 13:69
[    31.275] (II) systemd-logind: got pause for 13:71
[    31.276] (II) systemd-logind: got pause for 13:74
[    31.276] (II) systemd-logind: got pause for 13:65
[    31.276] (II) systemd-logind: got pause for 13:68
[    31.276] (II) systemd-logind: got pause for 13:67
[    31.276] (II) systemd-logind: got pause for 13:64
[    31.276] (II) systemd-logind: got pause for 13:76
[    31.276] (II) systemd-logind: got pause for 13:77
[    33.703] (II) systemd-logind: got resume for 13:72
[    33.723] (II) systemd-logind: got resume for 13:69
[    33.743] (II) systemd-logind: got resume for 13:71
[    33.743] (II) systemd-logind: got resume for 226:0
[    33.743] (II) AIGLX: Resuming AIGLX clients after VT switch
[    33.765] (II) modeset(0): EDID vendor "NCP", prod id 41
[    33.765] (II) modeset(0): Printing DDC gathered Modelines:
[    33.765] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    33.765] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    33.865] (II) modeset(0): EDID vendor "NCP", prod id 41
[    33.865] (II) modeset(0): Printing DDC gathered Modelines:
[    33.865] (II) modeset(0): Modeline "1920x1080"x0.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    33.865] (II) modeset(0): Modeline "1920x1080"x0.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[    33.901] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    33.901] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[    33.905] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[    33.910] (II) event8  - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[    33.913] (II) event7  - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[    33.914] (II) event7  - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[    33.915] (II) systemd-logind: got resume for 13:74
[    33.916] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    33.916] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    33.917] (II) systemd-logind: got resume for 13:65
[    33.918] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    33.918] (II) event1  - Power Button: device is a keyboard
[    33.919] (II) systemd-logind: got resume for 13:68
[    33.920] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    33.921] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    33.922] (II) systemd-logind: got resume for 13:67
[    33.923] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    33.923] (II) event3  - Power Button: device is a keyboard
[    33.923] (II) systemd-logind: got resume for 13:64
[    33.924] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    33.924] (II) event0  - Sleep Button: device is a keyboard
[    33.925] (II) systemd-logind: got resume for 13:76
[    33.926] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    33.926] (II) event12 - Video Bus: device is a keyboard
[    33.926] (II) systemd-logind: got resume for 13:77
[    33.927] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    33.928] (II) event13 - Video Bus: device is a keyboard

Offline

#40 2024-01-16 21:13:24

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

There's an output on the intel chip (eDP-1, your internal display) but the nvidia chip isn't considered at all anymore.
The output is set to

[    19.282] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0

No change wrt the status quo?

[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    19.276] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)

There're 5 FullHD modes
1. 139.77  / EDID advertised near-cvt1 60Hz reduced-blanking mode with questionable polarity
2. 60Hz doublescan
3. 173.00 / naive CVT 60Hz mode
4. 138.50 / CVT1 reduced blanking 60Hz
5. 111.82  / EDID advertised near-cvt1 50Hz reduced-blanking mode with questionable polarity

xrandr --verbose

We'll select the modes by they id and see which one produce a usable image.
If it's not the notebook cable (what I'll still blatently suspect) you might somehow™ end up w/ a bogus mode (eg. one of the cvt or, worse, the doublescan one) and your panel simply shuts down.

Offline

#41 2024-01-19 13:57:14

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

There's an output on the intel chip (eDP-1, your internal display) but the nvidia chip isn't considered at all anymore.
The output is set to

[    19.282] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0

No change wrt the status quo?

[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[    19.276] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    19.276] (II) modeset(0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)

There're 5 FullHD modes
1. 139.77  / EDID advertised near-cvt1 60Hz reduced-blanking mode with questionable polarity
2. 60Hz doublescan
3. 173.00 / naive CVT 60Hz mode
4. 138.50 / CVT1 reduced blanking 60Hz
5. 111.82  / EDID advertised near-cvt1 50Hz reduced-blanking mode with questionable polarity

xrandr --verbose

We'll select the modes by they id and see which one produce a usable image.
If it's not the notebook cable (what I'll still blatently suspect) you might somehow™ end up w/ a bogus mode (eg. one of the cvt or, worse, the doublescan one) and your panel simply shuts down.

Tried all modes but problem keeps happening, even with 1368x768 after executing Windows Manager.
Tried to set the modes via `.xinitrc` and `/etc/X11/xorg.config.d`
The thing is that this only happens after WM is started (Already tried with differents DM/WM), it randomly blacks out, because at boot or with other O.S doesn't happen.

Updated xorg log (while black screen happened):

[   461.262] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[   461.262] Current Operating System: Linux yaiko 6.7.0-arch3-1 #1 SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:37:14 +0000 x86_64
[   461.262] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet nvidia-drm.modeset=1
[   461.262]  
[   461.262] Current version of pixman: 0.43.0
[   461.262] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   461.262] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   461.262] (==) Log file: "/home/yaiko/.local/share/xorg/Xorg.0.log", Time: Fri Jan 19 11:15:08 2024
[   461.262] (==) Using config file: "/etc/X11/xorg.conf"
[   461.262] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   461.262] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   461.262] (==) ServerLayout "layout"
[   461.262] (**) |-->Screen "nvidia" (0)
[   461.262] (**) |   |-->Monitor "<default monitor>"
[   461.263] (**) |   |-->Device "nvidia"
[   461.263] (**) |   |-->GPUDevice "integrated"
[   461.263] (**) |   |-->GPUDevice "integrated"
[   461.263] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[   461.263] (**) |-->Inactive Device "integrated"
[   461.263] (**) Option "DontZap" "false"
[   461.263] (==) Automatically adding devices
[   461.263] (==) Automatically enabling devices
[   461.263] (==) Automatically adding GPU devices
[   461.263] (==) Automatically binding GPU devices
[   461.263] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   461.263] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   461.263] 	Entry deleted from font path.
[   461.263] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   461.263] 	Entry deleted from font path.
[   461.263] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   461.263] 	Entry deleted from font path.
[   461.263] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   461.263] 	Entry deleted from font path.
[   461.263] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   461.263] 	Entry deleted from font path.
[   461.263] (==) FontPath set to:
	/usr/share/fonts/misc
[   461.263] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[   461.263] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   461.263] (II) Module ABI versions:
[   461.263] 	X.Org ANSI C Emulation: 0.4
[   461.263] 	X.Org Video Driver: 25.2
[   461.263] 	X.Org XInput driver : 24.4
[   461.263] 	X.Org Server Extension : 10.0
[   461.263] (++) using VT number 1

[   461.264] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_37
[   461.265] (II) xfree86: Adding drm device (/dev/dri/card1)
[   461.265] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[   461.266] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   461.266] (II) xfree86: Adding drm device (/dev/dri/card0)
[   461.266] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   461.266] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[   461.267] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/nvidia/xorg,/usr/lib64/xorg/modules"
[   461.268] (--) PCI:*(0@0:2:0) 8086:3e9b:1043:18fe rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   461.268] (--) PCI: (1@0:0:0) 10de:1c8c:1043:18fe rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   461.268] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   461.268] (II) LoadModule: "glx"
[   461.279] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   461.281] (II) Module glx: vendor="X.Org Foundation"
[   461.281] 	compiled for 1.21.1.10, module version = 1.0.0
[   461.281] 	ABI class: X.Org Server Extension, version 10.0
[   461.281] (II) LoadModule: "nvidia"
[   461.281] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   461.281] (II) Module nvidia: vendor="NVIDIA Corporation"
[   461.281] 	compiled for 1.6.99.901, module version = 1.0.0
[   461.281] 	Module class: X.Org Video Driver
[   461.281] (II) LoadModule: "modesetting"
[   461.281] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   461.282] (II) Module modesetting: vendor="X.Org Foundation"
[   461.282] 	compiled for 1.21.1.10, module version = 1.21.1
[   461.282] 	Module class: X.Org Video Driver
[   461.282] 	ABI class: X.Org Video Driver, version 25.2
[   461.282] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[   461.282] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   461.282] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   461.282] (II) systemd-logind: releasing fd for 226:1
[   461.282] (II) Loading sub module "fb"
[   461.282] (II) LoadModule: "fb"
[   461.282] (II) Module "fb" already built-in
[   461.282] (II) Loading sub module "wfb"
[   461.282] (II) LoadModule: "wfb"
[   461.282] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   461.282] (II) Module wfb: vendor="X.Org Foundation"
[   461.282] 	compiled for 1.21.1.10, module version = 1.0.0
[   461.282] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   461.283] (II) modeset(G0): using drv /dev/dri/card0
[   461.283] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   461.283] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[   461.283] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   461.283] (==) NVIDIA(0): RGB weight 888
[   461.283] (==) NVIDIA(0): Default visual is TrueColor
[   461.283] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   461.283] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   461.284] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   461.284] (**) NVIDIA(0): Option "Coolbits" "28"
[   461.284] (**) NVIDIA(0): Enabling 2D acceleration
[   461.284] (II) Loading sub module "glxserver_nvidia"
[   461.284] (II) LoadModule: "glxserver_nvidia"
[   461.284] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   461.360] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   461.360] 	compiled for 1.6.99.901, module version = 1.0.0
[   461.360] 	Module class: X.Org Server Extension
[   461.360] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[   461.362] (II) NVIDIA: The X server supports PRIME Render Offload.
[   461.367] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[   461.367] (II) NVIDIA(0):     (GPU-0)
[   461.367] (--) NVIDIA(0): Memory: 4194304 kBytes
[   461.367] (--) NVIDIA(0): VideoBIOS: 86.07.50.00.59
[   461.367] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   461.367] (II) NVIDIA(0): Validated MetaModes:
[   461.367] (II) NVIDIA(0):     "NULL"
[   461.367] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   461.368] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   461.368] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   461.368] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   461.368] (==) modeset(G0): RGB weight 888
[   461.368] (==) modeset(G0): Default visual is TrueColor
[   461.368] (II) Loading sub module "glamoregl"
[   461.368] (II) LoadModule: "glamoregl"
[   461.368] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   461.372] (II) Module glamoregl: vendor="X.Org Foundation"
[   461.372] 	compiled for 1.21.1.10, module version = 1.0.1
[   461.372] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   461.409] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[   461.409] (II) modeset(G0): glamor initialized
[   461.411] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   461.417] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   461.418] (II) modeset(G0): EDID for output eDP-1-1
[   461.418] (II) modeset(G0): Manufacturer: NCP  Model: 29  Serial#: 0
[   461.418] (II) modeset(G0): Year: 2017  Week: 0
[   461.418] (II) modeset(G0): EDID Version: 1.4
[   461.418] (II) modeset(G0): Digital Display Input
[   461.418] (II) modeset(G0): 8 bits per channel
[   461.418] (II) modeset(G0): Digital interface is DisplayPort
[   461.418] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   461.418] (II) modeset(G0): Gamma: 2.20
[   461.418] (II) modeset(G0): No DPMS capabilities specified
[   461.418] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[   461.418] (II) modeset(G0): Default color space is primary color space
[   461.418] (II) modeset(G0): First detailed timing is preferred mode
[   461.418] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   461.418] (II) modeset(G0): redX: 0.592 redY: 0.360   greenX: 0.342 greenY: 0.557
[   461.418] (II) modeset(G0): blueX: 0.158 blueY: 0.109   whiteX: 0.313 whiteY: 0.329
[   461.418] (II) modeset(G0): Manufacturer's mask: 0
[   461.418] (II) modeset(G0): Supported detailed timing:
[   461.418] (II) modeset(G0): clock: 139.8 MHz   Image Size:  344 x 194 mm
[   461.418] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   461.418] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[   461.418] (II) modeset(G0): Supported detailed timing:
[   461.418] (II) modeset(G0): clock: 111.8 MHz   Image Size:  344 x 194 mm
[   461.418] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   461.418] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1120 v_border: 0
[   461.418] (II) modeset(G0):  LM156LF1L06
[   461.418] (II) modeset(G0): EDID (in hex):
[   461.418] (II) modeset(G0): 	00ffffffffffff003870290000000000
[   461.418] (II) modeset(G0): 	001b0104a5221378069a85975c578e28
[   461.418] (II) modeset(G0): 	1c505400000001010101010101010101
[   461.418] (II) modeset(G0): 	010101010101993680a0703828403020
[   461.418] (II) modeset(G0): 	360058c210000018ae2b80a070382840
[   461.418] (II) modeset(G0): 	3020360058c210000018000000100000
[   461.418] (II) modeset(G0): 	000000000000000000000000000000fe
[   461.418] (II) modeset(G0): 	004c4d3135364c46314c30360a200054
[   461.419] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   461.419] (II) modeset(G0): Modeline "1920x1080"x60.0  139.77  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (67.2 kHz eP)
[   461.419] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   461.419] (II) modeset(G0): Modeline "1920x1080"x48.0  111.82  1920 1968 2000 2080  1080 1083 1089 1120 -hsync -vsync (53.8 kHz e)
[   461.419] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   461.419] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   461.419] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   461.419] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   461.419] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   461.419] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   461.419] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   461.419] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   461.419] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   461.419] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   461.425] (II) modeset(G0): EDID for output HDMI-1-1
[   461.425] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   461.425] (==) modeset(G0): DPI set to (96, 96)
[   461.425] (II) Loading sub module "fb"
[   461.425] (II) LoadModule: "fb"
[   461.425] (II) Module "fb" already built-in
[   461.425] (WW) NVIDIA: Failed to bind sideband socket to
[   461.425] (WW) NVIDIA:     '/var/run/nvidia-xdriver-b7e9579d' Permission denied
[   461.425] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   461.425] (II) NVIDIA:     access.
[   461.428] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   461.428] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   461.428] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   461.428] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   461.428] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   461.428] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   461.428] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   461.428] (II) NVIDIA(0):     Config Options in the README.
[   461.513] (II) NVIDIA(0): Setting mode "NULL"
[   461.520] (==) NVIDIA(0): Disabling shared memory pixmaps
[   461.520] (==) NVIDIA(0): Backing store enabled
[   461.520] (==) NVIDIA(0): Silken mouse enabled
[   461.520] (==) NVIDIA(0): DPMS enabled
[   461.520] (II) Loading sub module "dri2"
[   461.520] (II) LoadModule: "dri2"
[   461.520] (II) Module "dri2" already built-in
[   461.520] (II) NVIDIA(0): [DRI2] Setup complete
[   461.520] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   461.531] (==) modeset(G0): Backing store enabled
[   461.531] (==) modeset(G0): Silken mouse enabled
[   461.607] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   461.607] (==) modeset(G0): DPMS enabled
[   461.607] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   461.607] (II) modeset(G0): [DRI2] Setup complete
[   461.607] (II) modeset(G0): [DRI2]   DRI driver: iris
[   461.607] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[   461.607] (II) modeset(G0): Disable reverse prime offload mode for i915.
[   461.607] (II) Initializing extension Generic Event Extension
[   461.607] (II) Initializing extension SHAPE
[   461.607] (II) Initializing extension MIT-SHM
[   461.607] (II) Initializing extension XInputExtension
[   461.608] (II) Initializing extension XTEST
[   461.608] (II) Initializing extension BIG-REQUESTS
[   461.608] (II) Initializing extension SYNC
[   461.608] (II) Initializing extension XKEYBOARD
[   461.608] (II) Initializing extension XC-MISC
[   461.608] (II) Initializing extension SECURITY
[   461.609] (II) Initializing extension XFIXES
[   461.609] (II) Initializing extension RENDER
[   461.609] (II) Initializing extension RANDR
[   461.609] (II) Initializing extension COMPOSITE
[   461.609] (II) Initializing extension DAMAGE
[   461.609] (II) Initializing extension MIT-SCREEN-SAVER
[   461.609] (II) Initializing extension DOUBLE-BUFFER
[   461.610] (II) Initializing extension RECORD
[   461.610] (II) Initializing extension DPMS
[   461.610] (II) Initializing extension Present
[   461.610] (II) Initializing extension DRI3
[   461.610] (II) Initializing extension X-Resource
[   461.610] (II) Initializing extension XVideo
[   461.610] (II) Initializing extension XVideo-MotionCompensation
[   461.610] (II) Initializing extension GLX
[   461.611] (II) Initializing extension GLX
[   461.611] (II) Indirect GLX disabled.
[   461.611] (II) GLX: Another vendor is already registered for screen 0
[   461.611] (II) Initializing extension XFree86-VidModeExtension
[   461.611] (II) Initializing extension XFree86-DGA
[   461.611] (II) Initializing extension XFree86-DRI
[   461.611] (II) Initializing extension DRI2
[   461.611] (II) Initializing extension NV-GLX
[   461.611] (II) Initializing extension NV-CONTROL
[   461.869] (II) modeset(G0): Damage tracking initialized
[   462.039] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   462.039] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   462.039] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   462.039] (**) Power Button: Applying InputClass "system-keyboard"
[   462.039] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   462.039] (**) Power Button: Applying InputClass "system-keyboard"
[   462.039] (II) LoadModule: "libinput"
[   462.039] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   462.041] (II) Module libinput: vendor="X.Org Foundation"
[   462.041] 	compiled for 1.21.1.8, module version = 1.4.0
[   462.041] 	Module class: X.Org XInput Driver
[   462.041] 	ABI class: X.Org XInput driver, version 24.4
[   462.041] (II) Using input driver 'libinput' for 'Power Button'
[   462.041] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[   462.041] (**) Power Button: always reports core events
[   462.041] (**) Option "Device" "/dev/input/event3"
[   462.043] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   462.043] (II) event3  - Power Button: device is a keyboard
[   462.043] (II) event3  - Power Button: device removed
[   462.043] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   462.043] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   462.043] (**) Option "xkb_layout" "us"
[   462.043] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.059] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   462.059] (II) event3  - Power Button: device is a keyboard
[   462.060] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event10)
[   462.060] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   462.060] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[   462.060] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[   462.060] (**) Asus Wireless Radio Control: Applying InputClass "Keyboard Defaults"
[   462.060] (**) Asus Wireless Radio Control: Applying InputClass "system-keyboard"
[   462.060] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   462.060] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 49 paused 0
[   462.060] (**) Asus Wireless Radio Control: always reports core events
[   462.060] (**) Option "Device" "/dev/input/event10"
[   462.061] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   462.061] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[   462.061] (II) event10 - Asus Wireless Radio Control: device removed
[   462.061] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event10"
[   462.061] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[   462.061] (**) Option "xkb_layout" "us"
[   462.061] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.062] (II) event10 - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   462.062] (II) event10 - Asus Wireless Radio Control: device is a keyboard
[   462.062] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[   462.062] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   462.062] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   462.062] (**) Video Bus: Applying InputClass "system-keyboard"
[   462.062] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   462.062] (**) Video Bus: Applying InputClass "system-keyboard"
[   462.062] (II) Using input driver 'libinput' for 'Video Bus'
[   462.063] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
[   462.063] (**) Video Bus: always reports core events
[   462.063] (**) Option "Device" "/dev/input/event15"
[   462.064] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   462.064] (II) event15 - Video Bus: device is a keyboard
[   462.064] (II) event15 - Video Bus: device removed
[   462.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15"
[   462.064] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   462.064] (**) Option "xkb_layout" "us"
[   462.064] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.064] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   462.065] (II) event15 - Video Bus: device is a keyboard
[   462.065] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[   462.065] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   462.065] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   462.065] (**) Video Bus: Applying InputClass "system-keyboard"
[   462.065] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[   462.065] (**) Video Bus: Applying InputClass "system-keyboard"
[   462.065] (II) Using input driver 'libinput' for 'Video Bus'
[   462.066] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
[   462.066] (**) Video Bus: always reports core events
[   462.066] (**) Option "Device" "/dev/input/event16"
[   462.066] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   462.067] (II) event16 - Video Bus: device is a keyboard
[   462.067] (II) event16 - Video Bus: device removed
[   462.067] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input19/event16"
[   462.067] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   462.067] (**) Option "xkb_layout" "us"
[   462.067] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.068] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   462.068] (II) event16 - Video Bus: device is a keyboard
[   462.068] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   462.068] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   462.068] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   462.068] (**) Power Button: Applying InputClass "system-keyboard"
[   462.068] (**) Power Button: Applying InputClass "Keyboard Defaults"
[   462.068] (**) Power Button: Applying InputClass "system-keyboard"
[   462.068] (II) Using input driver 'libinput' for 'Power Button'
[   462.069] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 52 paused 0
[   462.069] (**) Power Button: always reports core events
[   462.069] (**) Option "Device" "/dev/input/event1"
[   462.069] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   462.069] (II) event1  - Power Button: device is a keyboard
[   462.069] (II) event1  - Power Button: device removed
[   462.069] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   462.069] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[   462.069] (**) Option "xkb_layout" "us"
[   462.069] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.070] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   462.070] (II) event1  - Power Button: device is a keyboard
[   462.071] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   462.071] (II) No input driver specified, ignoring this device.
[   462.071] (II) This device may have been added with another device file.
[   462.071] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   462.071] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   462.071] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[   462.071] (**) Sleep Button: Applying InputClass "system-keyboard"
[   462.071] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[   462.071] (**) Sleep Button: Applying InputClass "system-keyboard"
[   462.071] (II) Using input driver 'libinput' for 'Sleep Button'
[   462.072] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 53 paused 0
[   462.072] (**) Sleep Button: always reports core events
[   462.072] (**) Option "Device" "/dev/input/event0"
[   462.072] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   462.072] (II) event0  - Sleep Button: device is a keyboard
[   462.072] (II) event0  - Sleep Button: device removed
[   462.072] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   462.072] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[   462.072] (**) Option "xkb_layout" "us"
[   462.072] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.073] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   462.073] (II) event0  - Sleep Button: device is a keyboard
[   462.074] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event5)
[   462.074] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput keyboard catchall"
[   462.074] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "Keyboard Defaults"
[   462.074] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[   462.074] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "Keyboard Defaults"
[   462.074] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "system-keyboard"
[   462.074] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[   462.075] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 54 paused 0
[   462.075] (**) 2.4G RF Keyboard & Mouse: always reports core events
[   462.075] (**) Option "Device" "/dev/input/event5"
[   462.076] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[   462.076] (II) event5  - 2.4G RF Keyboard & Mouse: device is a keyboard
[   462.076] (II) event5  - 2.4G RF Keyboard & Mouse: device removed
[   462.076] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:276D:2068.0001/input/input5/event5"
[   462.076] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: KEYBOARD, id 12)
[   462.076] (**) Option "xkb_layout" "us"
[   462.076] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.077] (II) event5  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Keyboard
[   462.077] (II) event5  - 2.4G RF Keyboard & Mouse: device is a keyboard
[   462.078] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event6)
[   462.078] (II) No input driver specified, ignoring this device.
[   462.078] (II) This device may have been added with another device file.
[   462.079] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/event7)
[   462.079] (**) 2.4G RF Keyboard & Mouse: Applying InputClass "libinput pointer catchall"
[   462.079] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse'
[   462.079] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 55 paused 0
[   462.079] (**) 2.4G RF Keyboard & Mouse: always reports core events
[   462.079] (**) Option "Device" "/dev/input/event7"
[   462.080] (II) event7  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[   462.081] (II) event7  - 2.4G RF Keyboard & Mouse: device is a pointer
[   462.081] (II) event7  - 2.4G RF Keyboard & Mouse: device removed
[   462.081] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.081] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.081] (II) libinput: 2.4G RF Keyboard & Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:276D:2068.0002/input/input7/event7"
[   462.081] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse" (type: MOUSE, id 13)
[   462.081] (**) Option "AccelerationScheme" "none"
[   462.081] (**) 2.4G RF Keyboard & Mouse: (accel) selected scheme none/0
[   462.081] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration factor: 2.000
[   462.081] (**) 2.4G RF Keyboard & Mouse: (accel) acceleration threshold: 4
[   462.082] (II) event7  - 2.4G RF Keyboard & Mouse: is tagged by udev as: Mouse
[   462.082] (II) event7  - 2.4G RF Keyboard & Mouse: device is a pointer
[   462.083] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse (/dev/input/mouse0)
[   462.083] (II) No input driver specified, ignoring this device.
[   462.083] (II) This device may have been added with another device file.
[   462.083] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse Consumer Control (/dev/input/event8)
[   462.083] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[   462.083] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[   462.083] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[   462.083] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[   462.083] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[   462.083] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[   462.084] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 56 paused 0
[   462.084] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[   462.084] (**) Option "Device" "/dev/input/event8"
[   462.085] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[   462.085] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[   462.085] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device removed
[   462.085] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: needs a virtual subdevice
[   462.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:276D:2068.0002/input/input8/event8"
[   462.085] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: MOUSE, id 14)
[   462.085] (**) Option "AccelerationScheme" "none"
[   462.085] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) selected scheme none/0
[   462.085] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration factor: 2.000
[   462.085] (**) 2.4G RF Keyboard & Mouse Consumer Control: (accel) acceleration threshold: 4
[   462.086] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: is tagged by udev as: Keyboard
[   462.086] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device is a keyboard
[   462.087] (II) config/udev: Adding input device 2.4G RF Keyboard & Mouse System Control (/dev/input/event9)
[   462.087] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "libinput keyboard catchall"
[   462.087] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "Keyboard Defaults"
[   462.087] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "system-keyboard"
[   462.087] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "Keyboard Defaults"
[   462.087] (**) 2.4G RF Keyboard & Mouse System Control: Applying InputClass "system-keyboard"
[   462.087] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse System Control'
[   462.087] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 57 paused 0
[   462.088] (**) 2.4G RF Keyboard & Mouse System Control: always reports core events
[   462.088] (**) Option "Device" "/dev/input/event9"
[   462.089] (II) event9  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[   462.089] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[   462.089] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device removed
[   462.089] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:276D:2068.0002/input/input9/event9"
[   462.089] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse System Control" (type: KEYBOARD, id 15)
[   462.089] (**) Option "xkb_layout" "us"
[   462.089] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.090] (II) event9  - 2.4G RF Keyboard & Mouse System Control: is tagged by udev as: Keyboard
[   462.090] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device is a keyboard
[   462.091] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/event13)
[   462.091] (**) ELAN1200:00 04F3:3090 Mouse: Applying InputClass "libinput pointer catchall"
[   462.091] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Mouse'
[   462.091] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 58 paused 0
[   462.091] (**) ELAN1200:00 04F3:3090 Mouse: always reports core events
[   462.091] (**) Option "Device" "/dev/input/event13"
[   462.092] (II) event13 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[   462.093] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[   462.094] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device removed
[   462.094] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.094] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.094] (II) libinput: ELAN1200:00 04F3:3090 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.094] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0003/input/input16/event13"
[   462.094] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Mouse" (type: MOUSE, id 16)
[   462.094] (**) Option "AccelerationScheme" "none"
[   462.094] (**) ELAN1200:00 04F3:3090 Mouse: (accel) selected scheme none/0
[   462.094] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration factor: 2.000
[   462.094] (**) ELAN1200:00 04F3:3090 Mouse: (accel) acceleration threshold: 4
[   462.095] (II) event13 - ELAN1200:00 04F3:3090 Mouse: is tagged by udev as: Mouse Pointingstick
[   462.096] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device is a pointer
[   462.097] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Mouse (/dev/input/mouse1)
[   462.097] (II) No input driver specified, ignoring this device.
[   462.097] (II) This device may have been added with another device file.
[   462.098] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/event14)
[   462.098] (**) ELAN1200:00 04F3:3090 Touchpad: Applying InputClass "libinput touchpad catchall"
[   462.098] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3090 Touchpad'
[   462.098] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 59 paused 0
[   462.098] (**) ELAN1200:00 04F3:3090 Touchpad: always reports core events
[   462.098] (**) Option "Device" "/dev/input/event14"
[   462.099] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[   462.101] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[   462.101] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device removed
[   462.101] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.101] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.101] (II) libinput: ELAN1200:00 04F3:3090 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   462.101] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1200:00/0018:04F3:3090.0003/input/input17/event14"
[   462.101] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3090 Touchpad" (type: TOUCHPAD, id 17)
[   462.102] (**) Option "AccelerationScheme" "none"
[   462.102] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) selected scheme none/0
[   462.102] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration factor: 2.000
[   462.102] (**) ELAN1200:00 04F3:3090 Touchpad: (accel) acceleration threshold: 4
[   462.103] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: is tagged by udev as: Touchpad
[   462.105] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device is a touchpad
[   462.105] (II) config/udev: Adding input device ELAN1200:00 04F3:3090 Touchpad (/dev/input/mouse2)
[   462.105] (II) No input driver specified, ignoring this device.
[   462.105] (II) This device may have been added with another device file.
[   462.106] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[   462.106] (II) No input driver specified, ignoring this device.
[   462.106] (II) This device may have been added with another device file.
[   462.106] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event18)
[   462.106] (II) No input driver specified, ignoring this device.
[   462.106] (II) This device may have been added with another device file.
[   462.106] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event19)
[   462.106] (II) No input driver specified, ignoring this device.
[   462.106] (II) This device may have been added with another device file.
[   462.107] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event20)
[   462.107] (II) No input driver specified, ignoring this device.
[   462.107] (II) This device may have been added with another device file.
[   462.107] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event12)
[   462.107] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   462.107] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[   462.107] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[   462.107] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Defaults"
[   462.107] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
[   462.107] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   462.108] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 60 paused 0
[   462.108] (**) Asus WMI hotkeys: always reports core events
[   462.108] (**) Option "Device" "/dev/input/event12"
[   462.108] (II) event12 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   462.108] (II) event12 - Asus WMI hotkeys: device is a keyboard
[   462.108] (II) event12 - Asus WMI hotkeys: device removed
[   462.108] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event12"
[   462.108] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 18)
[   462.108] (**) Option "xkb_layout" "us"
[   462.108] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.109] (II) event12 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   462.109] (II) event12 - Asus WMI hotkeys: device is a keyboard
[   462.110] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[   462.110] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   462.110] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[   462.110] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   462.110] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[   462.110] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   462.110] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   462.110] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 61 paused 0
[   462.110] (**) AT Translated Set 2 keyboard: always reports core events
[   462.110] (**) Option "Device" "/dev/input/event4"
[   462.111] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   462.111] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   462.112] (II) event4  - AT Translated Set 2 keyboard: device removed
[   462.112] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[   462.112] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[   462.112] (**) Option "xkb_layout" "us"
[   462.112] (**) Option "xkb_options" "grp:win_space_toggle"
[   462.113] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   462.113] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   462.114] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[   462.114] (II) No input driver specified, ignoring this device.
[   462.114] (II) This device may have been added with another device file.
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "libinput keyboard catchall"
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "Keyboard Defaults"
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: Applying InputClass "system-keyboard"
[   462.120] (II) Using input driver 'libinput' for '2.4G RF Keyboard & Mouse Consumer Control'
[   462.120] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[   462.120] (**) 2.4G RF Keyboard & Mouse Consumer Control: always reports core events
[   462.120] (**) Option "Device" "/dev/input/event8"
[   462.120] (II) libinput: 2.4G RF Keyboard & Mouse Consumer Control: is a virtual subdevice
[   462.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:276D:2068.0002/input/input8/event8"
[   462.120] (II) XINPUT: Adding extended input device "2.4G RF Keyboard & Mouse Consumer Control" (type: KEYBOARD, id 20)
[   462.120] (**) Option "xkb_layout" "us"
[   462.120] (**) Option "xkb_options" "grp:win_space_toggle"
[   464.245] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   465.579] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   466.929] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   468.290] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   469.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   470.965] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   472.298] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   473.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   473.656] (**) Option "fd" "46"
[   473.656] (II) event3  - Power Button: device removed
[   473.656] (**) Option "fd" "49"
[   473.656] (II) event10 - Asus Wireless Radio Control: device removed
[   473.656] (**) Option "fd" "50"
[   473.657] (II) event15 - Video Bus: device removed
[   473.657] (**) Option "fd" "51"
[   473.657] (II) event16 - Video Bus: device removed
[   473.657] (**) Option "fd" "52"
[   473.657] (II) event1  - Power Button: device removed
[   473.657] (**) Option "fd" "53"
[   473.657] (II) event0  - Sleep Button: device removed
[   473.657] (**) Option "fd" "54"
[   473.657] (II) event5  - 2.4G RF Keyboard & Mouse: device removed
[   473.657] (**) Option "fd" "55"
[   473.657] (II) event7  - 2.4G RF Keyboard & Mouse: device removed
[   473.657] (**) Option "fd" "56"d
[   473.657] (**) Option "fd" "57"
[   473.657] (II) event9  - 2.4G RF Keyboard & Mouse System Control: device removed
[   473.657] (**) Option "fd" "58"
[   473.657] (II) event13 - ELAN1200:00 04F3:3090 Mouse: device removed
[   473.657] (**) Option "fd" "59"
[   473.657] (II) event14 - ELAN1200:00 04F3:3090 Touchpad: device removed
[   473.658] (**) Option "fd" "60"
[   473.658] (II) event12 - Asus WMI hotkeys: device removed
[   473.658] (**) Option "fd" "61"
[   473.658] (II) event4  - AT Translated Set 2 keyboard: device removed
[   473.658] (**) Option "fd" "56"
[   473.658] (II) event8  - 2.4G RF Keyboard & Mouse Consumer Control: device removed

Last edited by yaiko (2024-01-19 14:21:48)

Offline

#42 2024-01-19 15:33:08

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

Just tried Ubuntu and Lubuntu and I'm getting randomly the same error.
Tried GParted (Debian based) and only works well when setting Kernel param `nomodeset`.
Windows 11 has no problems.

Offline

#43 2024-01-19 15:40:54

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

[   464.245] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   465.579] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   466.929] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   468.290] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   469.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   470.965] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   472.298] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   473.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

And you've never. Ever. Commented on https://bbs.archlinux.org/viewtopic.php … 5#p2143025

Offline

#44 2024-01-19 16:58:37

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:
[   464.245] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   465.579] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   466.929] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   468.290] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   469.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   470.965] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   472.298] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...
[   473.632] (WW) modeset(G0): hotplug event: connector 95's link-state is BAD, tried resetting the current mode. You may be leftwith a black screen if this fails...

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

And you've never. Ever. Commented on https://bbs.archlinux.org/viewtopic.php … 5#p2143025

`xset dpms force off` Turns off the screen but comebacks when wiggling the mouse, in my issue the screen freezes black randomly and can or not come back by closing the lid.
A video of the issue: http://0x0.st/H0g7.mp4
(The screen sometimes can be only black, or sometimes loops like in the video or sometimes white lines appears instantly on the screen)

System journal: http://0x0.st/H0gh.txt

Offline

#45 2024-01-19 21:22:16

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

comebacks when wiggling the mouse

That's ok, I just  wanted to know whether this is maybe triggered by DPMS.

Windows 11 has no problems.

3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Jan 19 13:20:27 yaiko systemd[1]: Reached target Graphical Interface.
…
Jan 19 13:21:06 yaiko systemd[1]: Started Daemon for power management.
…
Jan 19 13:21:07 yaiko kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
Jan 19 13:21:07 yaiko kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  545.29.06  Thu Nov 16 01:59:08 UTC 2023
…
Jan 19 13:21:24 yaiko systemd-logind[438]: Lid closed.

I assume the lid being closed indicates the panel turning black?
This was 17s after the nvidia modules had been loaded what was also pretty much the last logged event.
Does the panel drop out when loading the nvidia modules?
Is the system running on battery or AC?

Offline

#46 2024-01-20 17:27:58

yaiko
Member
Registered: 2023-06-25
Posts: 38

Re: Laptop main screen is black after startx

seth wrote:

comebacks when wiggling the mouse

That's ok, I just  wanted to know whether this is maybe triggered by DPMS.

Windows 11 has no problems.

3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Jan 19 13:20:27 yaiko systemd[1]: Reached target Graphical Interface.
…
Jan 19 13:21:06 yaiko systemd[1]: Started Daemon for power management.
…
Jan 19 13:21:07 yaiko kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
Jan 19 13:21:07 yaiko kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  545.29.06  Thu Nov 16 01:59:08 UTC 2023
…
Jan 19 13:21:24 yaiko systemd-logind[438]: Lid closed.

I assume the lid being closed indicates the panel turning black?
This was 17s after the nvidia modules had been loaded what was also pretty much the last logged event.
Does the panel drop out when loading the nvidia modules?
Is the system running on battery or AC?

I don't have Windows 11 installed now, I have now only Arch installed.
I have Fast-Boost disabled but from the BIOS.

The lid message was after me closing the lid to get rid of the screen problem, so the issue points on the NVIDIA drivers but still can't figure out what it is.
This is a laptop with battery available, but the problem happens with both battery and charger connected.

Offline

#47 2024-01-20 21:51:27

seth
Member
Registered: 2012-09-03
Posts: 51,325

Re: Laptop main screen is black after startx

Can you prevent it by adding "module_blacklist=nvidia,nvidia-drm" to the https://wiki.archlinux.org/title/Kernel_parameters ?
(This will prevent loading the nvidia modules no matter what)

Offline

Board footer

Powered by FluxBB