You are not logged in.

#1 2024-01-15 12:40:18

ut3amE
Member
Registered: 2023-12-18
Posts: 3

[Solved]Screen freeze when opening the game in full screen in NVIDIA

my native language is not English, if there is anything wrong, I am so sorry.

When I tried to play a game with NVIDIA in full screen (sometimes for a few seconds, sometimes for a minute or two), my screen froze and I couldn't type anything (couldn't switch tty).
I went to Google search to try to fix it, I went to archwiki to check the vulkan package for conflicts, and when I found that nothing I did could fix it, I tried to reinstall my system, but the problem persisted.

This is my system information, am use the KED(X11):

OS: Arch Linux x86_64
Host: Zenbook UX3404VC_UX3404VC 1.0
Kernel: 6.1.3-zen1-1-zen
Uptime: 15 mins
Packages: 983 (pacman)
Shell: zsh 5.9
Resolution: 2880x1800
DE: Plasma 5.27.10
WM: KWin
WM Theme: Adapta
Theme: [Plasma], Breeze [GTK2/3]
Icons: ePapirus-Dark [Plasma], ePapirus-Dark [GTK2/3]
Terminal: konsole
CPU: 13th Gen Intel i9-13900H (20) @ 5.200GHz
GPU: Intel Raptor Lake-P [Iris Xe Graphics]
GPU: NVIDIA GeForce RTX 3050 4GB Laptop GPU

This is the package for vulkan in my system:

sudo pacman -Qs |grep vulkan           
local/lib32-vulkan-icd-loader 1.3.274-1
local/spirv-tools 2023.5-1 (vulkan-devel)
local/vulkan-headers 1:1.3.274-1 (vulkan-devel)
local/vulkan-icd-loader 1.3.274-1
local/vulkan-tools 1.3.269-1 (vulkan-devel)

package for intel :

sudo pacman -Qs |grep intel
local/intel-ucode 20231114-1

package for NVIDIA:

sudo pacman -Qs |grep nvidia
local/lib32-nvidia-utils 545.29.06-1
local/lib32-opencl-nvidia 545.29.06-1
local/nvidia-dkms 545.29.06-1
local/nvidia-prime 1.0-4
local/nvidia-settings 545.29.06-1
local/nvidia-utils 545.29.06-1
local/opencl-nvidia 545.29.06-1

This is the linux kernel package for my system:  ( I have tried it with the latest linux kernel, the Linux-LTS kernel, but the problem persists)

sudo pacman -Qs |grep "linux.*headers"
local/linux-api-headers 6.4-1
local/linux-headers 6.6.10.arch1-1
local/linux-lts-headers 6.6.11-1
local/linux-zen-headers 6.1.3.zen1-1

I didn't generate xorg. config file, but nvidia-smi has output:

ls -alh /etc/X11             
total 4.0K
drwxr-xr-x 1 root root   98 Jan 15 00:54 .
drwxr-xr-x 1 root root 2.9K Jan 15 20:10 ..
drwxr-xr-x 1 root root   18 Jan 14 19:22 xinit
drwxr-xr-x 1 root root   42 Jan 15 18:54 xorg.conf.d
-rw-r--r-- 1 root root    0 Jan 15 00:53 xorg.conf.nvidia-xconfig-original

This is the journalctl log I got over ssh when the screen was frozen:

Jan 15 19:03:29 archlinux sudo[1980]:     axmi : TTY=pts/1 ; PWD=/home/axmi ; USER=root ; COMMAND=/usr/bin/systemctl stop firewalld.service
Jan 15 19:03:29 archlinux sudo[1980]: pam_unix(sudo:session): session opened for user root(uid=0) by axmi(uid=1000)
Jan 15 19:03:29 archlinux sudo[1980]: pam_unix(sudo:session): session closed for user root
Jan 15 19:03:34 archlinux wpa_supplicant[837]: wlo1: WNM: Preferred List Available
Jan 15 19:03:34 archlinux wpa_supplicant[837]: wlo1: SME: Trying to authenticate with dc:90:88:11:bc:70 (SSID='client-host' freq=5745 MHz)
Jan 15 19:03:34 archlinux kernel: wlo1: disconnect from AP dc:90:88:11:bc:6c for new auth to dc:90:88:11:bc:70
Jan 15 19:03:34 archlinux vmnetBridge[623]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00001003
Jan 15 19:03:34 archlinux vmnet-natd[703]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00001003
Jan 15 19:03:34 archlinux vmnetBridge[623]: Removing interface wlo1 index:3
Jan 15 19:03:34 archlinux vmnetBridge[623]: Stopped bridge wlo1 to virtual network 0.
Jan 15 19:03:34 archlinux kernel: wlo1: authenticate with dc:90:88:11:bc:70
Jan 15 19:03:34 archlinux kernel: wlo1: send auth to dc:90:88:11:bc:70 (try 1/3)
Jan 15 19:03:34 archlinux NetworkManager[582]: <info>  [1705316614.9772] device (wlo1): supplicant interface state: completed -> authenticating
Jan 15 19:03:34 archlinux NetworkManager[582]: <info>  [1705316614.9773] device (p2p-dev-wlo1): supplicant management interface state: completed -> authenticating
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: Trying to associate with dc:90:88:11:bc:70 (SSID='client-host' freq=5745 MHz)
Jan 15 19:03:35 archlinux kernel: wlo1: authenticated
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0078] device (wlo1): supplicant interface state: authenticating -> associating
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0078] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Jan 15 19:03:35 archlinux kernel: wlo1: associate with dc:90:88:11:bc:70 (try 1/3)
Jan 15 19:03:35 archlinux kernel: wlo1: RX ReassocResp from dc:90:88:11:bc:70 (capab=0x1531 status=0 aid=95)
Jan 15 19:03:35 archlinux vmnet-natd[703]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00011003
Jan 15 19:03:35 archlinux vmnetBridge[623]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00011003
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: Associated with dc:90:88:11:bc:70
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 15 19:03:35 archlinux kernel: wlo1: associated
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0236] device (wlo1): supplicant interface state: associating -> 4way_handshake
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0237] device (p2p-dev-wlo1): supplicant management interface state: associating -> 4way_handshake
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: WPA: Key negotiation completed with dc:90:88:11:bc:70 [PTK=CCMP GTK=CCMP]
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: CTRL-EVENT-CONNECTED - Connection to dc:90:88:11:bc:70 completed [id=0 id_str=]
Jan 15 19:03:35 archlinux vmnetBridge[623]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00011043
Jan 15 19:03:35 archlinux vmnetBridge[623]: Adding interface wlo1 index:3
Jan 15 19:03:35 archlinux vmnetBridge[623]: Started bridge wlo1 to virtual network 0.
Jan 15 19:03:35 archlinux vmnet-natd[703]: RTM_NEWLINK: name:wlo1 index:3 flags:0x00011043
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0303] device (wlo1): supplicant interface state: 4way_handshake -> completed
Jan 15 19:03:35 archlinux kernel: wlo1: Limiting TX power to 27 (27 - 0) dBm as advertised by dc:90:88:11:bc:70
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0375] device (wlo1): ip:dhcp4: restarting
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0375] dhcp4 (wlo1): canceled DHCP transaction
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0375] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0376] dhcp4 (wlo1): state changed no lease
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0376] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0377] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Jan 15 19:03:35 archlinux NetworkManager[582]: <info>  [1705316615.0475] dhcp4 (wlo1): state changed new lease, address=192.168.3.84
Jan 15 19:03:35 archlinux vmnet-natd[703]: RTM_NEWADDR: index:3, addr:192.168.3.84
Jan 15 19:03:35 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 15 19:03:35 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 15 19:03:35 archlinux kernel: userif-2: sent link down event.
Jan 15 19:03:35 archlinux kernel: userif-2: sent link up event.
Jan 15 19:03:35 archlinux wpa_supplicant[837]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=234000
Jan 15 19:03:35 archlinux sudo[2021]:     axmi : TTY=pts/1 ; PWD=/home/axmi ; USER=root ; COMMAND=/usr/bin/systemctl start sshd.service
Jan 15 19:03:35 archlinux sudo[2021]: pam_unix(sudo:session): session opened for user root(uid=0) by axmi(uid=1000)
Jan 15 19:03:35 archlinux systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jan 15 19:03:35 archlinux systemd[1]: Started OpenSSH Daemon.
Jan 15 19:03:35 archlinux sudo[2021]: pam_unix(sudo:session): session closed for user root
Jan 15 19:03:35 archlinux sshd[2025]: Server listening on 0.0.0.0 port 22.
Jan 15 19:03:35 archlinux sshd[2025]: Server listening on :: port 22.
Jan 15 19:03:43 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 15 19:03:43 archlinux xdg-desktop-portal-kde[1170]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Jan 15 19:03:44 archlinux xdg-desktop-portal-kde[1170]: xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
Jan 15 19:03:45 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 15 19:03:57 archlinux kded5[1082]: Registering ":1.83/org/ayatana/NotificationItem/steam" to system tray
Jan 15 19:04:02 archlinux qdbus[1354]: Cannot find 'org.kde.KSplash.setStage' in object /KSplash at org.kde.KSplash
Jan 15 19:04:02 archlinux systemd[941]: Finished KSplash "ready" Stage.
Jan 15 19:04:11 archlinux plasma_waitforname[1043]: org.kde.knotifications: WaitForName: Service was not registered within timeout
Jan 15 19:04:11 archlinux systemd[941]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
Jan 15 19:04:11 archlinux systemd[941]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Jan 15 19:04:28 archlinux kwin_x11[1083]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Jan 15 19:04:28 archlinux kwin_x11[1083]: kwin_core: XCB error: 3 (BadWindow), sequence: 46092, resource id: 14685444, major code: 129 (SHAPE), minor code: 5 (Extents)
Jan 15 19:04:29 archlinux kwin_x11[1083]: kwin_core: XCB error: 3 (BadWindow), sequence: 46952, resource id: 25165956, major code: 129 (SHAPE), minor code: 6 (Input)
Jan 15 19:04:31 archlinux kwin_x11[1083]: OpenGL vendor string:                   Intel
Jan 15 19:04:31 archlinux kwin_x11[1083]: OpenGL renderer string:                 Mesa Intel(R) Graphics (RPL-P)
Jan 15 19:04:31 archlinux kwin_x11[1083]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.3.3-arch1.1
Jan 15 19:04:31 archlinux kwin_x11[1083]: OpenGL shading language version string: 4.60
Jan 15 19:04:31 archlinux kwin_x11[1083]: Driver:                                 Intel
Jan 15 19:04:31 archlinux kwin_x11[1083]: GPU class:                              Unknown
Jan 15 19:04:31 archlinux kwin_x11[1083]: OpenGL version:                         4.6
Jan 15 19:04:31 archlinux kwin_x11[1083]: GLSL version:                           4.60
Jan 15 19:04:31 archlinux kwin_x11[1083]: Mesa version:                           23.3.3
Jan 15 19:04:31 archlinux kwin_x11[1083]: X server version:                       1.21.1
Jan 15 19:04:31 archlinux kwin_x11[1083]: Linux kernel version:                   6.1.3
Jan 15 19:04:31 archlinux kwin_x11[1083]: Requires strict binding:                yes
Jan 15 19:04:31 archlinux kwin_x11[1083]: GLSL shaders:                           yes
Jan 15 19:04:31 archlinux kwin_x11[1083]: Texture NPOT support:                   yes
Jan 15 19:04:31 archlinux kwin_x11[1083]: Virtual Machine:                        no
Jan 15 19:04:31 archlinux kwin_x11[1083]: BlurConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: ZoomConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: WindowViewConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: SlidingPopupsConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: SlideConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: OverviewConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: KscreenConfig::instance called after the first use - ignoring
Jan 15 19:04:31 archlinux kwin_x11[1083]: DesktopGridConfig::instance called after the first use - ignoring
Jan 15 19:04:45 archlinux sudo[3161]:     axmi : TTY=pts/2 ; PWD=/home/axmi ; USER=root ; COMMAND=/usr/bin/nvidia-smi -pm 1
Jan 15 19:04:45 archlinux sudo[3161]: pam_unix(sudo:session): session opened for user root(uid=0) by axmi(uid=1000)
Jan 15 19:04:45 archlinux sudo[3161]: pam_unix(sudo:session): session closed for user root
Jan 15 19:04:50 archlinux sudo[3179]:     axmi : TTY=pts/2 ; PWD=/home/axmi ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jan 15 19:04:50 archlinux sudo[3179]: pam_unix(sudo:session): session opened for user root(uid=0) by axmi(uid=1000)
Jan 15 19:04:50 archlinux sudo[3179]: pam_unix(sudo:session): session closed for user root
Jan 15 19:04:55 archlinux systemd[941]: Started Sublime Text - Text Editor.
Jan 15 19:04:55 archlinux xdg-desktop-por[1051]: A backend call failed: No such method 'CreateMonitor' in interface 'org.freedesktop.impl.portal.Inhibit' at object path '/org/freedesktop/portal/desktop' (signature 'ooss')
Jan 15 19:04:55 archlinux xdg-desktop-por[1051]: Failed to close session implementation: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/org/freedesktop/portal/desktop/session/1_86/gtk2140364561'
Jan 15 19:04:59 archlinux systemd[941]: app-sublime_text-70fafa6bd61a47a28a106344809ab7da.scope: Consumed 1.562s CPU time.
Jan 15 19:05:27 archlinux kded5[1082]: Registering ":1.90/StatusNotifierItem" to system tray
Jan 15 19:05:27 archlinux kded5[1082]: Service  ":1.90" unregistered
Jan 15 19:06:55 archlinux assert_20240115190655_50.dmp[3804]: Uploading dump (out-of-process)
                                                              /tmp/dumps/assert_20240115190655_50.dmp
Jan 15 19:06:57 archlinux assert_20240115190655_50.dmp[3804]: Finished uploading minidump (out-of-process): success = yes
Jan 15 19:06:57 archlinux assert_20240115190655_50.dmp[3804]: response: CrashID=bp-0afe0604-d322-4334-9568-b3b492240115
Jan 15 19:06:57 archlinux assert_20240115190655_50.dmp[3804]: file ''/tmp/dumps/assert_20240115190655_50.dmp'', upload yes: ''CrashID=bp-0afe0604-d322-4334-9568-b3b492240115''
Jan 15 19:07:00 archlinux sshd[3800]: Accepted password for axmi from 192.168.3.148 port 50088 ssh2
Jan 15 19:07:00 archlinux sshd[3800]: pam_unix(sshd:session): session opened for user axmi(uid=1000) by axmi(uid=0)
Jan 15 19:07:00 archlinux systemd-logind[583]: New session 4 of user axmi.
Jan 15 19:07:00 archlinux systemd[1]: Started Session 4 of User axmi.
Jan 15 19:07:20 archlinux sudo[4071]:     axmi : TTY=pts/3 ; PWD=/home/axmi ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jan 15 19:07:20 archlinux sudo[4071]: pam_unix(sudo:session): session opened for user root(uid=0) by axmi(uid=1000)

This is the xorg log:

[     8.865] (--) Log file renamed from "/var/log/Xorg.pid-885.log" to "/var/log/Xorg.0.log"
[     8.865] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[     8.865] Current Operating System: Linux archlinux 6.1.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Wed, 04 Jan 2023 16:28:17 +0000 x86_64
[     8.865] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=73fe1723-ddb7-4630-abb7-affb83b014bc rw rootflags=subvol=@ loglevel=5 quiet resume=UUID=b90e6ad3-9749-4d9e-a6d9-b1f13849ab81 ibt=off
[     8.865]  
[     8.865] Current version of pixman: 0.43.0
[     8.865] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[     8.865] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     8.865] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 15 19:02:49 2024
[     8.865] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     8.865] (==) No Layout section.  Using the first Screen section.
[     8.865] (==) No screen section available. Using defaults.
[     8.865] (**) |-->Screen "Default Screen Section" (0)
[     8.865] (**) |   |-->Monitor "<default monitor>"
[     8.865] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     8.865] (==) Automatically adding devices
[     8.865] (==) Automatically enabling devices
[     8.865] (==) Automatically adding GPU devices
[     8.865] (==) Automatically binding GPU devices
[     8.865] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     8.865] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     8.865] 	Entry deleted from font path.
[     8.865] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     8.865] 	Entry deleted from font path.
[     8.865] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     8.865] 	Entry deleted from font path.
[     8.865] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     8.865] 	Entry deleted from font path.
[     8.865] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     8.865] 	Entry deleted from font path.
[     8.865] (==) FontPath set to:
	/usr/share/fonts/TTF
[     8.865] (==) ModulePath set to "/usr/lib/xorg/modules"
[     8.865] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     8.865] (II) Module ABI versions:
[     8.865] 	X.Org ANSI C Emulation: 0.4
[     8.865] 	X.Org Video Driver: 25.2
[     8.865] 	X.Org XInput driver : 24.4
[     8.865] 	X.Org Server Extension : 10.0
[     8.866] (++) using VT number 2

[     8.866] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     8.866] (II) xfree86: Adding drm device (/dev/dri/card0)
[     8.866] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     8.870] (II) xfree86: Adding drm device (/dev/dri/card1)
[     8.870] (II) Platform probe for /sys/devices/pci0000:00/0000:00:06.0/0000:01:00.0/drm/card1
[     8.871] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    10.135] (--) PCI:*(0@0:2:0) 8086:a7a0:1043:1693 rev 4, Mem @ 0x614e000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    10.135] (--) PCI: (1@0:0:0) 10de:25ab:1043:294d rev 161, Mem @ 0x6d000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    10.135] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    10.135] (II) LoadModule: "glx"
[    10.135] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    10.136] (II) Module glx: vendor="X.Org Foundation"
[    10.136] 	compiled for 1.21.1.10, module version = 1.0.0
[    10.136] 	ABI class: X.Org Server Extension, version 10.0
[    10.136] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    10.137] 	loading driver: nvidia
[    10.137] (==) Matched intel as autoconfigured driver 0
[    10.137] (==) Matched nvidia as autoconfigured driver 1
[    10.137] (==) Matched nouveau as autoconfigured driver 2
[    10.137] (==) Matched nv as autoconfigured driver 3
[    10.137] (==) Matched modesetting as autoconfigured driver 4
[    10.137] (==) Matched fbdev as autoconfigured driver 5
[    10.137] (==) Matched vesa as autoconfigured driver 6
[    10.137] (==) Assigned the driver to the xf86ConfigLayout
[    10.137] (II) LoadModule: "intel"
[    10.137] (WW) Warning, couldn't open module intel
[    10.137] (EE) Failed to load module "intel" (module does not exist, 0)
[    10.137] (II) LoadModule: "nvidia"
[    10.137] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    10.137] (II) Module nvidia: vendor="NVIDIA Corporation"
[    10.137] 	compiled for 1.6.99.901, module version = 1.0.0
[    10.137] 	Module class: X.Org Video Driver
[    10.137] (II) LoadModule: "nouveau"
[    10.137] (WW) Warning, couldn't open module nouveau
[    10.137] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    10.137] (II) LoadModule: "nv"
[    10.137] (WW) Warning, couldn't open module nv
[    10.137] (EE) Failed to load module "nv" (module does not exist, 0)
[    10.137] (II) LoadModule: "modesetting"
[    10.137] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.138] (II) Module modesetting: vendor="X.Org Foundation"
[    10.138] 	compiled for 1.21.1.10, module version = 1.21.1
[    10.138] 	Module class: X.Org Video Driver
[    10.138] 	ABI class: X.Org Video Driver, version 25.2
[    10.138] (II) LoadModule: "fbdev"
[    10.138] (WW) Warning, couldn't open module fbdev
[    10.138] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    10.138] (II) LoadModule: "vesa"
[    10.138] (WW) Warning, couldn't open module vesa
[    10.138] (EE) Failed to load module "vesa" (module does not exist, 0)
[    10.138] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
[    10.138] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    10.138] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.145] (II) modeset(0): using drv /dev/dri/card0
[    10.145] (II) Loading sub module "fb"
[    10.145] (II) LoadModule: "fb"
[    10.145] (II) Module "fb" already built-in
[    10.145] (II) Loading sub module "wfb"
[    10.145] (II) LoadModule: "wfb"
[    10.145] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    10.145] (II) Module wfb: vendor="X.Org Foundation"
[    10.145] 	compiled for 1.21.1.10, module version = 1.0.0
[    10.145] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    10.146] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    10.146] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    10.146] (==) modeset(0): RGB weight 888
[    10.146] (==) modeset(0): Default visual is TrueColor
[    10.146] (II) Loading sub module "glamoregl"
[    10.146] (II) LoadModule: "glamoregl"
[    10.146] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    10.148] (II) Module glamoregl: vendor="X.Org Foundation"
[    10.148] 	compiled for 1.21.1.10, module version = 1.0.1
[    10.148] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.936] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RPL-P)
[    11.936] (II) modeset(0): glamor initialized
[    11.936] (==) modeset(0): VariableRefresh: disabled
[    11.936] (==) modeset(0): AsyncFlipSecondaries: disabled
[    11.938] (II) modeset(0): Output eDP-1 has no monitor section
[    11.938] (II) modeset(0): Output HDMI-1 has no monitor section
[    11.939] (II) modeset(0): Output DP-1 has no monitor section
[    11.941] (II) modeset(0): Output DP-2 has no monitor section
[    11.941] (II) modeset(0): Output DP-3 has no monitor section
[    11.944] (II) modeset(0): Output DP-4 has no monitor section
[    11.947] (II) modeset(0): EDID for output eDP-1
[    11.947] (II) modeset(0): Manufacturer: SDC  Model: 416d  Serial#: 0
[    11.947] (II) modeset(0): Year: 2021  Week: 25
[    11.947] (II) modeset(0): EDID Version: 1.4
[    11.947] (II) modeset(0): Digital Display Input
[    11.947] (II) modeset(0): 10 bits per channel
[    11.947] (II) modeset(0): Digital interface is DisplayPort
[    11.947] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 20
[    11.947] (II) modeset(0): Gamma: 2.20
[    11.947] (II) modeset(0): No DPMS capabilities specified
[    11.947] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    11.947] (II) modeset(0): First detailed timing is preferred mode
[    11.947] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    11.947] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.237 greenY: 0.723
[    11.947] (II) modeset(0): blueX: 0.140 blueY: 0.050   whiteX: 0.312 whiteY: 0.329
[    11.947] (II) modeset(0): Manufacturer's mask: 0
[    11.947] (II) modeset(0): Supported detailed timing:
[    11.947] (II) modeset(0): clock: 653.4 MHz   Image Size:  312 x 195 mm
[    11.947] (II) modeset(0): h_active: 2880  h_sync: 2900  h_sync_end 2932 h_blank_end 2972 h_border: 0
[    11.947] (II) modeset(0): v_active: 1800  v_sync: 1816  v_sync_end 1824 v_blanking: 1832 v_border: 0
[    11.947] (II) modeset(0): Supported detailed timing:
[    11.947] (II) modeset(0): clock: 653.4 MHz   Image Size:  312 x 195 mm
[    11.947] (II) modeset(0): h_active: 2880  h_sync: 2900  h_sync_end 2932 h_blank_end 2972 h_border: 0
[    11.947] (II) modeset(0): v_active: 1800  v_sync: 1816  v_sync_end 1824 v_blanking: 3664 v_border: 0
[    11.947] (II) modeset(0): Unknown vendor-specific block f
[    11.947] (II) modeset(0):  ATNA45AF01-0
[    11.947] (II) modeset(0): Number of EDID sections to follow: 1
[    11.947] (II) modeset(0): EDID (in hex):
[    11.947] (II) modeset(0): 	00ffffffffffff004c836d4100000000
[    11.947] (II) modeset(0): 	191f0104b51f1478020cf1ae523cb923
[    11.947] (II) modeset(0): 	0c505400000001010101010101010101
[    11.947] (II) modeset(0): 	01010101010139ff405cb00820701420
[    11.947] (II) modeset(0): 	080438c31000001b39ff405cb0084877
[    11.947] (II) modeset(0): 	1420080438c31000001b0000000f00ff
[    11.947] (II) modeset(0): 	0a78ff0a3c28800200000000000000fe
[    11.947] (II) modeset(0): 	0041544e413435414630312d30200172
[    11.947] (II) modeset(0): 	02030f00e3058000e606050174600700
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	00000000000000000000000000000000
[    11.947] (II) modeset(0): 	000000000000000000000000000000b7
[    11.947] (II) modeset(0): Printing probed modes for output eDP-1
[    11.947] (II) modeset(0): Modeline "2880x1800"x120.0  653.37  2880 2900 2932 2972  1800 1816 1824 1832 +hsync -vsync (219.8 kHz eP)
[    11.947] (II) modeset(0): Modeline "2880x1620"x60.0  396.25  2880 3096 3408 3936  1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[    11.947] (II) modeset(0): Modeline "2880x1620"x60.0  303.75  2880 2928 2960 3040  1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[    11.947] (II) modeset(0): Modeline "2560x1600"x60.0  348.50  2560 2760 3032 3504  1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[    11.947] (II) modeset(0): Modeline "2560x1600"x60.0  268.50  2560 2608 2640 2720  1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[    11.948] (II) modeset(0): Modeline "2560x1440"x120.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    11.948] (II) modeset(0): Modeline "2560x1440"x120.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    11.948] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    11.948] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1536"x85.0  388.04  2048 2216 2440 2832  1536 1537 1540 1612 -hsync +vsync (137.0 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1536"x75.0  340.48  2048 2216 2440 2832  1536 1537 1540 1603 -hsync +vsync (120.2 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1536"x60.0  266.95  2048 2200 2424 2800  1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    11.948] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1152"x120.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1152"x120.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    11.948] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    11.948] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    11.948] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    11.948] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x170.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x150.1  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x768i"x43.5   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    11.948] (II) modeset(0): Modeline "960x720"x170.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    11.948] (II) modeset(0): Modeline "960x720"x150.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    11.948] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    11.948] (II) modeset(0): Modeline "928x696"x150.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    11.948] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    11.948] (II) modeset(0): Modeline "896x672"x150.1  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    11.948] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    11.948] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    11.948] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    11.948] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    11.948] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    11.948] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    11.948] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    11.948] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    11.948] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x170.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x150.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x140.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x130.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    11.948] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    11.948] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    11.948] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    11.948] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    11.948] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    11.948] (II) modeset(0): Modeline "700x525"x149.5   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    11.948] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    11.948] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.948] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.948] (II) modeset(0): Modeline "640x512"x170.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    11.948] (II) modeset(0): Modeline "640x512"x150.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    11.948] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    11.948] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    11.948] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x170.2   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    11.948] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    11.948] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    11.948] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    11.948] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    11.948] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    11.948] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    11.948] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    11.948] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    11.948] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    11.948] (II) modeset(0): Modeline "576x432"x150.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    11.948] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    11.948] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    11.948] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    11.948] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    11.948] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    11.948] (II) modeset(0): Modeline "512x384"x170.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    11.948] (II) modeset(0): Modeline "512x384"x150.1   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    11.948] (II) modeset(0): Modeline "512x384"x140.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    11.948] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    11.948] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    11.948] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    11.948] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    11.948] (II) modeset(0): Modeline "416x312"x149.3   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    11.948] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    11.948] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    11.949] (II) modeset(0): Modeline "400x300"x170.5   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    11.949] (II) modeset(0): Modeline "400x300"x144.4   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    11.949] (II) modeset(0): Modeline "400x300"x150.2   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    11.949] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    11.949] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    11.949] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    11.949] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    11.949] (II) modeset(0): Modeline "320x240"x170.4   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    11.949] (II) modeset(0): Modeline "320x240"x145.6   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    11.949] (II) modeset(0): Modeline "320x240"x150.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    11.949] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    11.949] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    11.949] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    11.949] (II) modeset(0): Modeline "360x200"x170.1   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    11.949] (II) modeset(0): Modeline "320x200"x170.5   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    11.949] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    11.949] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    11.949] (II) modeset(0): Modeline "320x175"x170.5   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    11.949] (II) modeset(0): EDID for output HDMI-1
[    11.949] (II) modeset(0): EDID for output DP-1
[    11.949] (II) modeset(0): EDID for output DP-2
[    11.949] (II) modeset(0): EDID for output DP-3
[    11.949] (II) modeset(0): EDID for output DP-4
[    11.949] (II) modeset(0): Output eDP-1 connected
[    11.949] (II) modeset(0): Output HDMI-1 disconnected
[    11.949] (II) modeset(0): Output DP-1 disconnected
[    11.949] (II) modeset(0): Output DP-2 disconnected
[    11.949] (II) modeset(0): Output DP-3 disconnected
[    11.949] (II) modeset(0): Output DP-4 disconnected
[    11.949] (II) modeset(0): Using exact sizes for initial modes
[    11.949] (II) modeset(0): Output eDP-1 using initial mode 2880x1800 +0+0
[    11.949] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    11.949] (==) modeset(0): DPI set to (96, 96)
[    11.949] (II) Loading sub module "fb"
[    11.949] (II) LoadModule: "fb"
[    11.949] (II) Module "fb" already built-in
[    11.949] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    11.949] (==) NVIDIA(G0): RGB weight 888
[    11.949] (==) NVIDIA(G0): Default visual is TrueColor
[    11.949] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    11.949] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    11.949] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    11.949] (**) NVIDIA(G0): Enabling 2D acceleration
[    11.949] (II) Loading sub module "glxserver_nvidia"
[    11.949] (II) LoadModule: "glxserver_nvidia"
[    11.949] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    11.955] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    11.955] 	compiled for 1.6.99.901, module version = 1.0.0
[    11.955] 	Module class: X.Org Server Extension
[    11.955] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
[    11.955] (II) NVIDIA: The X server supports PRIME Render Offload.
[    11.955] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3050 4GB Laptop GPU (GA107-A) at
[    11.955] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    11.955] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    11.955] (--) NVIDIA(G0): VideoBIOS: 94.07.83.00.11
[    11.955] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    11.955] (II) NVIDIA(G0): Validated MetaModes:
[    11.955] (II) NVIDIA(G0):     "NULL"
[    11.955] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    11.955] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    11.955] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    11.963] (==) modeset(0): Backing store enabled
[    11.963] (==) modeset(0): Silken mouse enabled
[    12.005] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    12.005] (==) modeset(0): DPMS enabled
[    12.005] (II) modeset(0): [DRI2] Setup complete
[    12.005] (II) modeset(0): [DRI2]   DRI driver: iris
[    12.005] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    12.006] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    12.006] (II) NVIDIA:     access.
[    12.015] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    12.015] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    12.015] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    12.015] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    12.015] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    12.015] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    12.015] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    12.015] (II) NVIDIA(G0):     Config Options in the README.
[    12.030] (II) NVIDIA(G0): Setting mode "NULL"
[    12.032] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    12.032] (==) NVIDIA(G0): Backing store enabled
[    12.032] (==) NVIDIA(G0): Silken mouse enabled
[    12.032] (==) NVIDIA(G0): DPMS enabled
[    12.032] (II) Loading sub module "dri2"
[    12.032] (II) LoadModule: "dri2"
[    12.032] (II) Module "dri2" already built-in
[    12.032] (II) NVIDIA(G0): [DRI2] Setup complete
[    12.032] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    12.032] (II) Initializing extension Generic Event Extension
[    12.032] (II) Initializing extension SHAPE
[    12.032] (II) Initializing extension MIT-SHM
[    12.032] (II) Initializing extension XInputExtension
[    12.032] (II) Initializing extension XTEST
[    12.033] (II) Initializing extension BIG-REQUESTS
[    12.033] (II) Initializing extension SYNC
[    12.033] (II) Initializing extension XKEYBOARD
[    12.033] (II) Initializing extension XC-MISC
[    12.033] (II) Initializing extension SECURITY
[    12.033] (II) Initializing extension XFIXES
[    12.033] (II) Initializing extension RENDER
[    12.033] (II) Initializing extension RANDR
[    12.033] (II) Initializing extension COMPOSITE
[    12.033] (II) Initializing extension DAMAGE
[    12.033] (II) Initializing extension MIT-SCREEN-SAVER
[    12.033] (II) Initializing extension DOUBLE-BUFFER
[    12.033] (II) Initializing extension RECORD
[    12.033] (II) Initializing extension DPMS
[    12.033] (II) Initializing extension Present
[    12.033] (II) Initializing extension DRI3
[    12.034] (II) Initializing extension X-Resource
[    12.034] (II) Initializing extension XVideo
[    12.034] (II) Initializing extension XVideo-MotionCompensation
[    12.034] (II) Initializing extension GLX
[    12.034] (II) Initializing extension GLX
[    12.034] (II) Indirect GLX disabled.
[    12.037] (II) AIGLX: Loaded and initialized iris
[    12.037] (II) GLX: Initialized DRI2 GL provider for screen 0
[    12.037] (II) Initializing extension XFree86-VidModeExtension
[    12.037] (II) Initializing extension XFree86-DGA
[    12.037] (II) Initializing extension XFree86-DRI
[    12.037] (II) Initializing extension DRI2
[    12.037] (II) Initializing extension NV-GLX
[    12.037] (II) Initializing extension NV-CONTROL
[    12.038] (II) modeset(0): Damage tracking initialized
[    12.038] (II) modeset(0): Setting screen physical size to 762 x 476
[    12.063] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    12.063] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.063] (II) LoadModule: "libinput"
[    12.063] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    12.064] (II) Module libinput: vendor="X.Org Foundation"
[    12.064] 	compiled for 1.21.1.8, module version = 1.4.0
[    12.064] 	Module class: X.Org XInput Driver
[    12.064] 	ABI class: X.Org XInput driver, version 24.4
[    12.064] (II) Using input driver 'libinput' for 'Power Button'
[    12.064] (**) Power Button: always reports core events
[    12.064] (**) Option "Device" "/dev/input/event2"
[    12.065] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.065] (II) event2  - Power Button: device is a keyboard
[    12.065] (II) event2  - Power Button: device removed
[    12.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    12.065] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    12.066] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    12.066] (II) event2  - Power Button: device is a keyboard
[    12.066] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    12.066] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.066] (II) Using input driver 'libinput' for 'Video Bus'
[    12.066] (**) Video Bus: always reports core events
[    12.066] (**) Option "Device" "/dev/input/event8"
[    12.066] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    12.066] (II) event8  - Video Bus: device is a keyboard
[    12.066] (II) event8  - Video Bus: device removed
[    12.083] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event8"
[    12.083] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    12.084] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    12.085] (II) event8  - Video Bus: device is a keyboard
[    12.085] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    12.085] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    12.085] (II) Using input driver 'libinput' for 'Video Bus'
[    12.085] (**) Video Bus: always reports core events
[    12.085] (**) Option "Device" "/dev/input/event7"
[    12.086] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    12.086] (II) event7  - Video Bus: device is a keyboard
[    12.087] (II) event7  - Video Bus: device removed
[    12.097] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input9/event7"
[    12.097] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    12.099] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    12.099] (II) event7  - Video Bus: device is a keyboard
[    12.100] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    12.100] (II) No input driver specified, ignoring this device.
[    12.100] (II) This device may have been added with another device file.
[    12.101] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    12.101] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    12.101] (II) Using input driver 'libinput' for 'Power Button'
[    12.101] (**) Power Button: always reports core events
[    12.101] (**) Option "Device" "/dev/input/event1"
[    12.101] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.101] (II) event1  - Power Button: device is a keyboard
[    12.102] (II) event1  - Power Button: device removed
[    12.102] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    12.102] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    12.103] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    12.103] (II) event1  - Power Button: device is a keyboard
[    12.104] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event4)
[    12.104] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    12.104] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    12.104] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    12.104] (**) Option "Device" "/dev/input/event4"
[    12.159] (II) event4  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    12.160] (II) event4  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    12.160] (II) event4  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    12.175] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.175] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.175] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.175] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C09D.0001/input/input4/event4"
[    12.175] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 10)
[    12.175] (**) Option "AccelerationScheme" "none"
[    12.175] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    12.175] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    12.175] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    12.231] (II) event4  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    12.232] (II) event4  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    12.233] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    12.233] (II) No input driver specified, ignoring this device.
[    12.233] (II) This device may have been added with another device file.
[    12.234] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event5)
[    12.234] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.234] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    12.234] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    12.234] (**) Option "Device" "/dev/input/event5"
[    12.235] (II) event5  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    12.235] (II) event5  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    12.235] (II) event5  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    12.235] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    12.235] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C09D.0002/input/input5/event5"
[    12.235] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 11)
[    12.235] (**) Option "AccelerationScheme" "none"
[    12.235] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    12.235] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    12.235] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    12.236] (II) event5  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    12.236] (II) event5  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    12.236] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event6)
[    12.236] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.236] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[    12.236] (**) Telink Wireless Gaming Keyboard: always reports core events
[    12.236] (**) Option "Device" "/dev/input/event6"
[    12.237] (II) event6  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[    12.237] (II) event6  - Telink Wireless Gaming Keyboard: device is a keyboard
[    12.237] (II) event6  - Telink Wireless Gaming Keyboard: device removed
[    12.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.0/0003:320F:5088.0003/input/input8/event6"
[    12.237] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: KEYBOARD, id 12)
[    12.238] (II) event6  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[    12.238] (II) event6  - Telink Wireless Gaming Keyboard: device is a keyboard
[    12.238] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event9)
[    12.238] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.238] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[    12.238] (**) Telink Wireless Gaming Keyboard: always reports core events
[    12.238] (**) Option "Device" "/dev/input/event9"
[    12.239] (II) event9  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[    12.239] (II) event9  - Telink Wireless Gaming Keyboard: device is a keyboard
[    12.239] (II) event9  - Telink Wireless Gaming Keyboard: device removed
[    12.239] (II) libinput: Telink Wireless Gaming Keyboard: needs a virtual subdevice
[    12.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.1/0003:320F:5088.0004/input/input10/event9"
[    12.239] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: MOUSE, id 13)
[    12.239] (**) Option "AccelerationScheme" "none"
[    12.239] (**) Telink Wireless Gaming Keyboard: (accel) selected scheme none/0
[    12.239] (**) Telink Wireless Gaming Keyboard: (accel) acceleration factor: 2.000
[    12.239] (**) Telink Wireless Gaming Keyboard: (accel) acceleration threshold: 4
[    12.240] (II) event9  - Telink Wireless Gaming Keyboard: is tagged by udev as: Keyboard
[    12.240] (II) event9  - Telink Wireless Gaming Keyboard: device is a keyboard
[    12.240] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event10)
[    12.240] (II) No input driver specified, ignoring this device.
[    12.240] (II) This device may have been added with another device file.
[    12.241] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard (/dev/input/event11)
[    12.241] (II) No input driver specified, ignoring this device.
[    12.241] (II) This device may have been added with another device file.
[    12.241] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard Mouse (/dev/input/event12)
[    12.241] (**) Telink Wireless Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[    12.241] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard Mouse'
[    12.241] (**) Telink Wireless Gaming Keyboard Mouse: always reports core events
[    12.241] (**) Option "Device" "/dev/input/event12"
[    12.242] (II) event12 - Telink Wireless Gaming Keyboard Mouse: is tagged by udev as: Mouse
[    12.242] (II) event12 - Telink Wireless Gaming Keyboard Mouse: device is a pointer
[    12.242] (II) event12 - Telink Wireless Gaming Keyboard Mouse: device removed
[    12.254] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.254] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.254] (II) libinput: Telink Wireless Gaming Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.254] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.1/0003:320F:5088.0004/input/input14/event12"
[    12.254] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard Mouse" (type: MOUSE, id 14)
[    12.254] (**) Option "AccelerationScheme" "none"
[    12.254] (**) Telink Wireless Gaming Keyboard Mouse: (accel) selected scheme none/0
[    12.254] (**) Telink Wireless Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[    12.254] (**) Telink Wireless Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[    12.256] (II) event12 - Telink Wireless Gaming Keyboard Mouse: is tagged by udev as: Mouse
[    12.256] (II) event12 - Telink Wireless Gaming Keyboard Mouse: device is a pointer
[    12.257] (II) config/udev: Adding input device Telink Wireless Gaming Keyboard Mouse (/dev/input/mouse1)
[    12.257] (II) No input driver specified, ignoring this device.
[    12.257] (II) This device may have been added with another device file.
[    12.258] (II) config/udev: Adding input device ASUE140D:00 04F3:31B9 Mouse (/dev/input/event15)
[    12.258] (**) ASUE140D:00 04F3:31B9 Mouse: Applying InputClass "libinput pointer catchall"
[    12.258] (II) Using input driver 'libinput' for 'ASUE140D:00 04F3:31B9 Mouse'
[    12.258] (**) ASUE140D:00 04F3:31B9 Mouse: always reports core events
[    12.258] (**) Option "Device" "/dev/input/event15"
[    12.259] (II) event15 - ASUE140D:00 04F3:31B9 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.260] (II) event15 - ASUE140D:00 04F3:31B9 Mouse: device is a pointer
[    12.260] (II) event15 - ASUE140D:00 04F3:31B9 Mouse: device removed
[    12.273] (II) libinput: ASUE140D:00 04F3:31B9 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.273] (II) libinput: ASUE140D:00 04F3:31B9 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.273] (II) libinput: ASUE140D:00 04F3:31B9 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    12.273] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ASUE140D:00/0018:04F3:31B9.0005/input/input22/event15"
[    12.273] (II) XINPUT: Adding extended input device "ASUE140D:00 04F3:31B9 Mouse" (type: MOUSE, id 15)
[    12.273] (**) Option "AccelerationScheme" "none"
[    12.273] (**) ASUE140D:00 04F3:31B9 Mouse: (accel) selected scheme none/0
[    12.273] (**) ASUE140D:00 04F3:31B9 Mouse: (accel) acceleration factor: 2.000
[    12.273] (**) ASUE140D:00 04F3:31B9 Mouse: (accel) acceleration threshold: 4
[    12.275] (II) event15 - ASUE140D:00 04F3:31B9 Mouse: is tagged by udev as: Mouse Pointingstick
[    12.276] (II) event15 - ASUE140D:00 04F3:31B9 Mouse: device is a pointer
[    12.278] (II) config/udev: Adding input device ASUE140D:00 04F3:31B9 Mouse (/dev/input/mouse2)
[    12.278] (II) No input driver specified, ignoring this device.
[    12.278] (II) This device may have been added with another device file.
[    12.278] (II) config/udev: Adding input device ASUE140D:00 04F3:31B9 Touchpad (/dev/input/event16)
[    12.278] (**) ASUE140D:00 04F3:31B9 Touchpad: Applying InputClass "libinput touchpad catchall"
[    12.278] (**) ASUE140D:00 04F3:31B9 Touchpad: Applying InputClass "touchpad catchall"
[    12.278] (**) ASUE140D:00 04F3:31B9 Touchpad: Applying InputClass "Default clickpad buttons"
[    12.278] (II) LoadModule: "synaptics"
[    12.278] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    12.279] (II) Module synaptics: vendor="X.Org Foundation"
[    12.279] 	compiled for 1.21.1.3, module version = 1.9.2
[    12.279] 	Module class: X.Org XInput Driver
[    12.279] 	ABI class: X.Org XInput driver, version 24.4
[    12.279] (II) Using input driver 'synaptics' for 'ASUE140D:00 04F3:31B9 Touchpad'
[    12.279] (**) ASUE140D:00 04F3:31B9 Touchpad: always reports core events
[    12.279] (**) Option "Device" "/dev/input/event16"
[    12.288] (II) synaptics: ASUE140D:00 04F3:31B9 Touchpad: found clickpad property
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: x-axis range 0 - 3987 (res 31)
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: y-axis range 0 - 2238 (res 31)
[    12.288] (II) synaptics: ASUE140D:00 04F3:31B9 Touchpad: device does not report pressure, will use touch data.
[    12.288] (II) synaptics: ASUE140D:00 04F3:31B9 Touchpad: device does not report finger width.
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: buttons: left double triple
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: Vendor 0x4f3 Product 0x31b9
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: invalid pressure range.  defaulting to 0 - 255
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: invalid finger width range.  defaulting to 0 - 15
[    12.288] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    12.288] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: touchpad found
[    12.288] (**) ASUE140D:00 04F3:31B9 Touchpad: always reports core events
[    12.294] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ASUE140D:00/0018:04F3:31B9.0005/input/input23/event16"
[    12.294] (II) XINPUT: Adding extended input device "ASUE140D:00 04F3:31B9 Touchpad" (type: TOUCHPAD, id 16)
[    12.294] (**) synaptics: ASUE140D:00 04F3:31B9 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    12.294] (**) synaptics: ASUE140D:00 04F3:31B9 Touchpad: (accel) MaxSpeed is now 1.75
[    12.294] (**) synaptics: ASUE140D:00 04F3:31B9 Touchpad: (accel) AccelFactor is now 0.044
[    12.294] (**) ASUE140D:00 04F3:31B9 Touchpad: (accel) keeping acceleration scheme 1
[    12.294] (**) ASUE140D:00 04F3:31B9 Touchpad: (accel) acceleration profile 1
[    12.294] (**) ASUE140D:00 04F3:31B9 Touchpad: (accel) acceleration factor: 2.000
[    12.294] (**) ASUE140D:00 04F3:31B9 Touchpad: (accel) acceleration threshold: 4
[    12.294] (--) synaptics: ASUE140D:00 04F3:31B9 Touchpad: touchpad found
[    12.295] (II) config/udev: Adding input device ASUE140D:00 04F3:31B9 Touchpad (/dev/input/mouse3)
[    12.295] (**) ASUE140D:00 04F3:31B9 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    12.296] (II) config/udev: Adding input device ASUE140D:00 04F3:31B9 Keyboard (/dev/input/event17)
[    12.296] (**) ASUE140D:00 04F3:31B9 Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.296] (II) Using input driver 'libinput' for 'ASUE140D:00 04F3:31B9 Keyboard'
[    12.296] (**) ASUE140D:00 04F3:31B9 Keyboard: always reports core events
[    12.296] (**) Option "Device" "/dev/input/event17"
[    12.298] (II) event17 - ASUE140D:00 04F3:31B9 Keyboard: is tagged by udev as: Keyboard
[    12.298] (II) event17 - ASUE140D:00 04F3:31B9 Keyboard: device is a keyboard
[    12.298] (II) event17 - ASUE140D:00 04F3:31B9 Keyboard: device removed
[    12.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ASUE140D:00/0018:04F3:31B9.0005/input/input24/event17"
[    12.298] (II) XINPUT: Adding extended input device "ASUE140D:00 04F3:31B9 Keyboard" (type: KEYBOARD, id 17)
[    12.300] (II) event17 - ASUE140D:00 04F3:31B9 Keyboard: is tagged by udev as: Keyboard
[    12.300] (II) event17 - ASUE140D:00 04F3:31B9 Keyboard: device is a keyboard
[    12.301] (II) config/udev: Adding input device sof-hda-dsp Headset Mic (/dev/input/event20)
[    12.301] (II) No input driver specified, ignoring this device.
[    12.301] (II) This device may have been added with another device file.
[    12.301] (II) config/udev: Adding input device sof-hda-dsp Headphone (/dev/input/event21)
[    12.301] (II) No input driver specified, ignoring this device.
[    12.301] (II) This device may have been added with another device file.
[    12.301] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=3 (/dev/input/event22)
[    12.301] (II) No input driver specified, ignoring this device.
[    12.301] (II) This device may have been added with another device file.
[    12.302] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=4 (/dev/input/event23)
[    12.302] (II) No input driver specified, ignoring this device.
[    12.302] (II) This device may have been added with another device file.
[    12.302] (II) config/udev: Adding input device sof-hda-dsp HDMI/DP,pcm=5 (/dev/input/event24)
[    12.302] (II) No input driver specified, ignoring this device.
[    12.302] (II) This device may have been added with another device file.
[    12.302] (II) config/udev: Adding input device Intel HID events (/dev/input/event13)
[    12.302] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    12.302] (II) Using input driver 'libinput' for 'Intel HID events'
[    12.302] (**) Intel HID events: always reports core events
[    12.302] (**) Option "Device" "/dev/input/event13"
[    12.303] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    12.303] (II) event13 - Intel HID events: device is a keyboard
[    12.303] (II) event13 - Intel HID events: device removed
[    12.303] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input15/event13"
[    12.303] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 18)
[    12.304] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    12.304] (II) event13 - Intel HID events: device is a keyboard
[    12.304] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event14)
[    12.304] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    12.304] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    12.304] (**) Intel HID 5 button array: always reports core events
[    12.304] (**) Option "Device" "/dev/input/event14"
[    12.305] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    12.305] (II) event14 - Intel HID 5 button array: device is a keyboard
[    12.305] (II) event14 - Intel HID 5 button array: device removed
[    12.305] (**) Option "config_info" "udev:/sys/devices/platform/INTC1078:00/input/input16/event14"
[    12.305] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 19)
[    12.306] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    12.306] (II) event14 - Intel HID 5 button array: device is a keyboard
[    12.306] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event19)
[    12.306] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    12.306] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    12.306] (**) Asus WMI hotkeys: always reports core events
[    12.306] (**) Option "Device" "/dev/input/event19"
[    12.307] (II) event19 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.307] (II) event19 - Asus WMI hotkeys: device is a keyboard
[    12.307] (II) event19 - Asus WMI hotkeys: device removed
[    12.316] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input21/event19"
[    12.316] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 20)
[    12.317] (II) event19 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    12.317] (II) event19 - Asus WMI hotkeys: device is a keyboard
[    12.318] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    12.318] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    12.318] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    12.318] (**) AT Translated Set 2 keyboard: always reports core events
[    12.318] (**) Option "Device" "/dev/input/event3"
[    12.319] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.319] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.320] (II) event3  - AT Translated Set 2 keyboard: device removed
[    12.320] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    12.320] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[    12.321] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    12.321] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    12.322] (II) config/udev: Adding input device PC Speaker (/dev/input/event18)
[    12.322] (II) No input driver specified, ignoring this device.
[    12.322] (II) This device may have been added with another device file.
[    12.333] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.333] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    12.333] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    12.333] (**) Option "Device" "/dev/input/event5"
[    12.333] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    12.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.3/3-1.3:1.1/0003:046D:C09D.0002/input/input5/event5"
[    12.333] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 22)
[    12.333] (**) Telink Wireless Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[    12.333] (II) Using input driver 'libinput' for 'Telink Wireless Gaming Keyboard'
[    12.333] (**) Telink Wireless Gaming Keyboard: always reports core events
[    12.333] (**) Option "Device" "/dev/input/event9"
[    12.333] (II) libinput: Telink Wireless Gaming Keyboard: is a virtual subdevice
[    12.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.4/3-1.4:1.1/0003:320F:5088.0004/input/input10/event9"
[    12.333] (II) XINPUT: Adding extended input device "Telink Wireless Gaming Keyboard" (type: KEYBOARD, id 23)
[    31.802] (II) modeset(0): EDID vendor "SDC", prod id 16749
[    31.802] (II) modeset(0): Printing DDC gathered Modelines:
[    31.802] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 1832 +hsync -vsync (219.8 kHz eP)
[    31.802] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 3664 +hsync -vsync (219.8 kHz e)
[    32.250] (II) modeset(0): EDID vendor "SDC", prod id 16749
[    32.250] (II) modeset(0): Printing DDC gathered Modelines:
[    32.250] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 1832 +hsync -vsync (219.8 kHz eP)
[    32.250] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 3664 +hsync -vsync (219.8 kHz e)
[    63.351] (II) modeset(0): EDID vendor "SDC", prod id 16749
[    63.352] (II) modeset(0): Printing DDC gathered Modelines:
[    63.352] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 1832 +hsync -vsync (219.8 kHz eP)
[    63.352] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 3664 +hsync -vsync (219.8 kHz e)
[    63.593] (II) modeset(0): EDID vendor "SDC", prod id 16749
[    63.593] (II) modeset(0): Printing DDC gathered Modelines:
[    63.593] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 1832 +hsync -vsync (219.8 kHz eP)
[    63.593] (II) modeset(0): Modeline "2880x1800"x0.0  653.37  2880 2900 2932 2972  1800 1816 1824 3664 +hsync -vsync (219.8 kHz e)
[   101.178] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.189] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.195] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.206] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.216] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.225] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.235] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.262] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.269] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.282] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.287] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   101.294] (WW) modeset(0): Present-flip: detected too frequent flip errors, disabling logs until frequency is reduced
[   101.614] (WW) modeset(0): flip queue retry
[   101.872] (WW) modeset(0): flip queue retry
[   102.081] (WW) modeset(0): flip queue retry
[   102.480] (WW) modeset(0): flip queue retry
[   104.264] (WW) modeset(0): flip queue retry
[   104.764] (WW) modeset(0): flip queue retry
[   105.314] (WW) modeset(0): flip queue retry
[   105.539] (WW) modeset(0): flip queue retry
[   105.980] (WW) modeset(0): flip queue retry
[   107.314] (WW) modeset(0): flip queue retry
[   149.408] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.422] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.431] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.446] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.457] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.462] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.467] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.497] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.507] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.512] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.523] (WW) modeset(0): Present-flip: queue async flip during flip on CRTC 0 failed: Invalid argument
[   149.528] (WW) modeset(0): Present-flip: detected too frequent flip errors, disabling logs until frequency is reduced
[   158.141] (WW) modeset(0): flip queue retry
[   170.199] (WW) modeset(0): flip queue retry
[   173.066] (WW) modeset(0): flip queue retry
[   181.563] (WW) modeset(0): flip queue retry
[   184.388] (WW) modeset(0): flip queue retry
[   184.796] (WW) modeset(0): flip queue retry
[   184.830] (WW) modeset(0): flip queue retry
[   184.996] (WW) modeset(0): flip queue retry
[   194.021] (WW) modeset(0): flip queue retry
[   213.154] (WW) modeset(0): flip queue retry
[   220.063] (WW) modeset(0): flip queue retry
[   235.563] (WW) modeset(0): flip queue retry

If I need to provide other logs, I will do so as soon as possible.

Last edited by ut3amE (2024-01-16 11:16:43)

Offline

#2 2024-01-15 13:21:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,232

Re: [Solved]Screen freeze when opening the game in full screen in NVIDIA

Why is your linux-zen kernel that outdated? Try reproducing on an actually up to date kernel, and while you're at it, when testing an actually recent kernel remove the ibt=off parameter but set nvidia-drm.modeset=1 instead.

Online

#3 2024-01-15 13:35:30

cgb_spender
Member
Registered: 2024-01-15
Posts: 48
Website

Re: [Solved]Screen freeze when opening the game in full screen in NVIDIA

The Stable Linux kernel just got upgraded to version 6.7, it is worth trying your game with the new kernel. Also KDE Plasma is not the stablest desktop environment, XFCE4 and Cinnamon seem to be more robust. If you are afraid of Arch updates' breaking something on your computer, you can use the timeshift package to roll back to a problem-free state when needed and then try later updates (likely without the bug).


Only one thing is certain: nothing is certain.

Offline

#4 2024-01-15 15:47:04

ut3amE
Member
Registered: 2023-12-18
Posts: 3

Re: [Solved]Screen freeze when opening the game in full screen in NVIDIA

I did something wrong that forced me to reinstall the system again, and I will be testing it on the xfce desktop using the latest linux kernel

Offline

#5 2024-01-16 11:13:36

ut3amE
Member
Registered: 2023-12-18
Posts: 3

Re: [Solved]Screen freeze when opening the game in full screen in NVIDIA

cgb_spender wrote:

The Stable Linux kernel just got upgraded to version 6.7, it is worth trying your game with the new kernel. Also KDE Plasma is not the stablest desktop environment, XFCE4 and Cinnamon seem to be more robust. If you are afraid of Arch updates' breaking something on your computer, you can use the timeshift package to roll back to a problem-free state when needed and then try later updates (likely without the bug).

After testing, I had no problems playing games with xfce and had a much better experience with linux-zen-6.7, thank you very much

Offline

Board footer

Powered by FluxBB