You are not logged in.

#1 2025-06-09 02:13:07

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Overwatch freezing periodically I3

Using kernel 6.15.1, nvidia 575.57.08, and wine-tkg 10.9. Sometimes when I swap workspaces, or even when I am playing Overwatch normally on i3wm, the screen freezes and the only solution is to toggle fullscreen with super+f. This usually fixes the problem, but if I am in a different workspace too long and go back to the game, it will stay black and I have to restart OW. I am using a laptop with an Intel i7-12700h (no xf86-video-intel driver) and an Nvidia 3060. I have tried many different options like try fullscreen, borderless windowed, different kernel params, nvidia-dkms and nvidia-open-dkms, and nothing has really worked so far. I have also tried switching my wm to bspwm and the same problem was still there, so I don't think is a tiling wm problem. Any suggestions?

Offline

#2 2025-06-09 07:24:36

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: Overwatch freezing periodically I3

Do you run a compositor (picom) next to i3?
Do you prime-run the game (I'd assume)?
Is the output attached to the intel or the nvidia GPU?
Is it only that specific game or also other fullscreen clients (browsers, games like warsow, xnotic, gzdoom, h-craft, …)
Or is it only wine games?
Does it happen w/ wine from the repos?

Offline

#3 2025-06-09 22:51:42

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

I dont run a compositor
im using lutris, and i dont prime run it but my dGPU shows up in mangohud and I get my desired fps
I think my output is attached to my dGPU(?)
Its only overwatch really. I was playing 7 days to die on steam and there was no problem at all.
This is the only wine game i have rn. im using a custom wine-tkg build and i am using ntsync.
i've also tried exporting libgl_dri3_disable=1 in my .zshrc as i read there were problems with it, but I am not sure if the env variable worked as I am still having the problem

Offline

#4 2025-06-10 07:28:49

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: Overwatch freezing periodically I3

i've also tried exporting libgl_dri3_disable=1 in my .zshrc as i read there were problems with it

https://wiki.archlinux.org/title/Intel_ … RI3_issues - the variable is case sensitive.

Its only overwatch really […] only wine game i have …  using a custom wine-tkg build and i am  using ntsync

Start by testing the repo wine and then cutting out ntsync,

Offline

#5 2025-06-10 08:25:52

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

Ah yes I had exported the variable in all caps but still nothing. I also tried out the repo wine and it did not fix it, as well as proton ge and the built in wine runner with lutris.
Proton ge ran but gave terrible performance and the built in lutris wine didn’t work at all.
I did try installing xf86-video-intel and the freezing stopped altogether. No freezing in a couple hours of play when usually I would get one every 5 minutes causing me to toggle fullscreen to get my game back.

However xf86 gave me less then ideal performance and made my terminal and vesktop apps unusable unless full screened, and notifications also turned my entire screen black until they went away.

Currently trying no xf86 and using game scope, but that’s a tomorrow thing. Any more advice?

Offline

#6 2025-06-10 09:37:59

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: Overwatch freezing periodically I3

xf86-video-intel will put you on software emulation.

Please post the output of "loginctl session-status"

Offline

#7 2025-06-10 20:09:47

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

c1 - jackson (1000)
  Since: Tue 2025-06-10 13:53:07 MDT; 15min ago
  State: active
 Leader: 817 (ly-dm)
   Seat: seat0; vc2
    TTY: tty2
 Remote: no
Service: ly
   Type: x11
  Class: user
Desktop: i3
   Idle: no
   Unit: session-c1.scope
         ├─ 817 /usr/bin/ly-dm
         ├─ 849 /usr/bin/ly-dm
         ├─ 852 /usr/lib/Xorg :0 vt2
         ├─ 889 i3
         ├─ 911 lxpolkit
         ├─ 915 dunst
         ├─ 920 polybar bar
         ├─ 921 tee -a /tmp/polybar.log
         ├─ 935 mpd
         ├─2727 python3 /usr/share/lutris/bin/lutris-wrapper Overwatch 0 0 gamescope --mangoapp -w 1920 -h 1080 -W 1920 -H 1080 -f -- taskset -c 0-11 /home/jackson/.local/share/lutris/runners/wine/1OW2/bin/wine "/home/jackson/Games/Overwatch/drive_c/Program Files (x86)/Overwatch/_retail_/Overwatch.exe"
         ├─2761 gamescopereaper -- taskset -c 0-11 /home/jackson/.local/share/lutris/runners/wine/1OW2/bin/wine "/home/jackson/Games/Overwatch/drive_c/Program Files (x86)/Overwatch/_retail_/Overwatch.exe"
         ├─2812 "C:\\windows\\system32\\winedevice.exe"
         ├─6677 xclip -selection clipboard -t image/png
         ├─7236 xclip -selection clipboard -t image/png
         ├─8232 kitty
         ├─8248 /usr/bin/kitten __atexit__
         ├─8263 /usr/bin/zsh
         └─8280 /home/jackson/.cache/gitstatus/gitstatusd-linux-x86_64 -G v1.5.4 -s -1 -u -1 -d -1 -c -1 -m -1 -v FATAL -t 32

Jun 10 13:53:07 arch systemd[1]: Started Session c1 of User jackson.
Jun 10 13:53:07 arch ly-dm[817]: pam_unix(ly:session): session opened for user jackson(uid=1000) by jackson(uid=0)

Offline

#8 2025-06-10 21:05:21

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: Overwatch freezing periodically I3

I'm sure you've some nifty plugins in that polybar that periodically "do stuff"?
There was another thread where redshift induced randr calls would cause frequent stalls - not the same, but hey.…

Offline

#9 2025-06-10 21:26:45

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

Hmmm the only thing I had in my polybar config that was on a timer was a plugin to update used and available space on my filesystem, but i removed that as i wasnt using it. I tested overwatch with gamescope and it wasnt freezing at all, but my screenshots wouldnt work and my notifications kinda froze the game, similar to xf86-video-intel but without the blackscreen.
Just updated mesa to the latest version and still getting periodic freezes causing me to super+f.

Offline

#10 2025-06-14 06:44:31

seth
Member
Registered: 2012-09-03
Posts: 64,524

Re: Overwatch freezing periodically I3

xf86-video-intel and the freezing stopped altogether …  gave me less then ideal performance

Hold on, why does the game not run on the nvidia GPU?
https://wiki.archlinux.org/title/PRIME# … _using_GPU
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

https://wiki.archlinux.org/title/Wine#F … e_in_games ?

vulkaninfo --summary

https://wiki.archlinux.org/title/Vulkan … initialize

Offline

#11 2025-06-14 13:23:52

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,471

Re: Overwatch freezing periodically I3

Also while we're here. Been a while since I used a variant of wine-tkg but if they're not including DXVK/VKD3D-Proton you will want to set those up. The relevant -bin AUR packages contain simple installer scripts that allow you to setup symlinks to the binaries into your wine prefix.

Offline

#12 2025-06-14 21:19:25

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

Ah sorry for the confusion. The game does run on the nvidia GPU, but I am on a laptop and the internal display is not connected directly to the nvidia. The internal display is connected to the intel GPU iirc.

Xorg log

[     9.022] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[     9.022] Current Operating System: Linux arch 6.15.2-273-tkg-bore-llvm #1 SMP PREEMPT_DYNAMIC TKG Wed, 11 Jun 2025 23:19:07 +0000 x86_64
[     9.022] Kernel command line: kernel.split_lock_mitigate=0 BOOT_IMAGE=/vmlinuz-linux615-tkg-bore-llvm root=UUID=0f3e0ceb-39d2-4d2b-98c9-4ce08a1c909c rw zswap.enabled=1 rootfstype=btrfs loglevel=3 clearcpuid=514 mitigations=off
[     9.022]  
[     9.022] Current version of pixman: 0.46.2
[     9.022] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.023] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.023] (==) Log file: "/home/jackson/.local/share/xorg/Xorg.0.log", Time: Sat Jun 14 15:10:25 2025
[     9.023] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.023] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.023] (==) No Layout section.  Using the first Screen section.
[     9.023] (==) No screen section available. Using defaults.
[     9.023] (**) |-->Screen "Default Screen Section" (0)
[     9.023] (**) |   |-->Monitor "<default monitor>"
[     9.023] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.023] (**) Allowing byte-swapped clients
[     9.023] (==) Automatically adding devices
[     9.023] (==) Automatically enabling devices
[     9.023] (==) Automatically adding GPU devices
[     9.023] (==) Automatically binding GPU devices
[     9.023] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.023] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.023] 	Entry deleted from font path.
[     9.023] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     9.023] 	Entry deleted from font path.
[     9.023] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.023] 	Entry deleted from font path.
[     9.023] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.023] 	Entry deleted from font path.
[     9.024] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     9.024] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.024] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.024] (II) Module ABI versions:
[     9.024] 	X.Org ANSI C Emulation: 0.4
[     9.024] 	X.Org Video Driver: 25.2
[     9.024] 	X.Org XInput driver : 24.4
[     9.024] 	X.Org Server Extension : 10.0
[     9.024] (++) using VT number 2

[     9.024] (--) controlling tty is VT number 2, auto-enabling KeepTty
[     9.024] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[     9.025] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.025] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     9.025] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[     9.025] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.025] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     9.025] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[     9.026] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.026] (--) PCI:*(0@0:2:0) 8086:46a6:1458:1542 rev 12, Mem @ 0x622c000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     9.026] (--) PCI: (1@0:0:0) 10de:2520:1458:1542 rev 161, Mem @ 0x5f000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     9.026] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.026] (II) LoadModule: "glx"
[     9.027] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.028] (II) Module glx: vendor="X.Org Foundation"
[     9.028] 	compiled for 1.21.1.16, module version = 1.0.0
[     9.028] 	ABI class: X.Org Server Extension, version 10.0
[     9.028] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     9.028] 	loading driver: nvidia
[     9.028] (==) Matched intel as autoconfigured driver 0
[     9.028] (==) Matched nvidia as autoconfigured driver 1
[     9.028] (==) Matched nouveau as autoconfigured driver 2
[     9.028] (==) Matched nv as autoconfigured driver 3
[     9.028] (==) Matched modesetting as autoconfigured driver 4
[     9.028] (==) Matched fbdev as autoconfigured driver 5
[     9.028] (==) Matched vesa as autoconfigured driver 6
[     9.028] (==) Assigned the driver to the xf86ConfigLayout
[     9.028] (II) LoadModule: "intel"
[     9.029] (WW) Warning, couldn't open module intel
[     9.029] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.029] (II) LoadModule: "nvidia"
[     9.029] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.032] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.032] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.032] 	Module class: X.Org Video Driver
[     9.032] (II) LoadModule: "nouveau"
[     9.032] (WW) Warning, couldn't open module nouveau
[     9.032] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     9.032] (II) LoadModule: "nv"
[     9.032] (WW) Warning, couldn't open module nv
[     9.032] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.032] (II) LoadModule: "modesetting"
[     9.032] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.032] (II) Module modesetting: vendor="X.Org Foundation"
[     9.032] 	compiled for 1.21.1.16, module version = 1.21.1
[     9.032] 	Module class: X.Org Video Driver
[     9.032] 	ABI class: X.Org Video Driver, version 25.2
[     9.032] (II) LoadModule: "fbdev"
[     9.032] (WW) Warning, couldn't open module fbdev
[     9.032] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.032] (II) LoadModule: "vesa"
[     9.032] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     9.033] (II) Module vesa: vendor="X.Org Foundation"
[     9.033] 	compiled for 1.21.1.11, module version = 2.6.0
[     9.033] 	Module class: X.Org Video Driver
[     9.033] 	ABI class: X.Org Video Driver, version 25.2
[     9.033] (II) NVIDIA dlloader X Driver  575.57.08  Sat May 24 06:54:23 UTC 2025
[     9.033] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.033] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.033] (II) VESA: driver for VESA chipsets: vesa
[     9.033] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[     9.033] (II) modeset(0): using drv /dev/dri/card0
[     9.033] (II) systemd-logind: releasing fd for 226:1
[     9.033] (II) Loading sub module "fb"
[     9.033] (II) LoadModule: "fb"
[     9.033] (II) Module "fb" already built-in
[     9.033] (II) Loading sub module "wfb"
[     9.033] (II) LoadModule: "wfb"
[     9.033] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.033] (II) Module wfb: vendor="X.Org Foundation"
[     9.033] 	compiled for 1.21.1.16, module version = 1.0.0
[     9.034] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.034] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[     9.034] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.034] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.034] (==) modeset(0): RGB weight 888
[     9.034] (==) modeset(0): Default visual is TrueColor
[     9.034] (II) Loading sub module "glamoregl"
[     9.034] (II) LoadModule: "glamoregl"
[     9.034] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.036] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.036] 	compiled for 1.21.1.16, module version = 1.0.1
[     9.036] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.165] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Iris(R) Xe Graphics (ADL GT2)
[     9.165] (II) modeset(0): glamor initialized
[     9.165] (==) modeset(0): VariableRefresh: disabled
[     9.165] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.167] (II) modeset(0): Output eDP-1 has no monitor section
[     9.167] (II) modeset(0): Output DP-1 has no monitor section
[     9.167] (II) modeset(0): Output DP-2 has no monitor section
[     9.167] (II) modeset(0): Output DP-3 has no monitor section
[     9.167] (II) modeset(0): Output DP-4 has no monitor section
[     9.169] (II) modeset(0): EDID for output eDP-1
[     9.169] (II) modeset(0): Manufacturer: SHP  Model: 155d  Serial#: 0
[     9.169] (II) modeset(0): Year: 2021  Week: 23
[     9.169] (II) modeset(0): EDID Version: 1.4
[     9.169] (II) modeset(0): Digital Display Input
[     9.169] (II) modeset(0): 8 bits per channel
[     9.169] (II) modeset(0): Digital interface is DisplayPort
[     9.169] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     9.169] (II) modeset(0): Gamma: 2.20
[     9.169] (II) modeset(0): No DPMS capabilities specified
[     9.169] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     9.169] (II) modeset(0): Default color space is primary color space
[     9.169] (II) modeset(0): First detailed timing is preferred mode
[     9.169] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.169] (II) modeset(0): Display is continuous-frequency
[     9.169] (II) modeset(0): redX: 0.640 redY: 0.329   greenX: 0.300 greenY: 0.600
[     9.169] (II) modeset(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[     9.169] (II) modeset(0): Manufacturer's mask: 0
[     9.169] (II) modeset(0): Supported detailed timing:
[     9.169] (II) modeset(0): clock: 606.5 MHz   Image Size:  344 x 194 mm
[     9.169] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.169] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1215 v_border: 0
[     9.169] (II) modeset(0): Supported detailed timing:
[     9.169] (II) modeset(0): clock: 151.6 MHz   Image Size:  344 x 194 mm
[     9.169] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.169] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1215 v_border: 0
[     9.169] (II) modeset(0): Monitor name: LQ156M1JW03
[     9.169] (II) modeset(0): EDID (in hex):
[     9.169] (II) modeset(0): 	00ffffffffffff004d105d1500000000
[     9.169] (II) modeset(0): 	171f0104a522137807de50a3544c9926
[     9.169] (II) modeset(0): 	0f505400000001010101010101010101
[     9.169] (II) modeset(0): 	010101010101edec80a0703887403020
[     9.169] (II) modeset(0): 	350058c2100000183c3b80a070388740
[     9.169] (II) modeset(0): 	3020350058c210000018000000100000
[     9.169] (II) modeset(0): 	000000000000000000000000000000fc
[     9.169] (II) modeset(0): 	004c513135364d314a5730330a2000c3
[     9.169] (II) modeset(0): Printing probed modes for output eDP-1
[     9.169] (II) modeset(0): Modeline "1920x1080"x240.0  606.53  1920 1968 2000 2080  1080 1083 1088 1215 -hsync -vsync (291.6 kHz eP)
[     9.169] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     9.169] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     9.169] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     9.169] (II) modeset(0): Modeline "1920x1080"x60.0  151.64  1920 1968 2000 2080  1080 1083 1088 1215 -hsync -vsync (72.9 kHz e)
[     9.169] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     9.169] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     9.169] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[     9.169] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.169] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     9.169] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     9.169] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     9.169] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     9.169] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.169] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x170.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x150.1  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x768i"x43.5   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[     9.169] (II) modeset(0): Modeline "960x720"x170.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[     9.169] (II) modeset(0): Modeline "960x720"x150.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[     9.169] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.169] (II) modeset(0): Modeline "928x696"x150.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[     9.169] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.169] (II) modeset(0): Modeline "896x672"x150.1  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[     9.169] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.169] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.169] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.169] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.169] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[     9.169] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.169] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.169] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.169] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x170.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x150.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x140.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x130.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.169] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.169] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.169] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.169] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.169] (II) modeset(0): Modeline "700x525"x149.5   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[     9.169] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.169] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.169] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.169] (II) modeset(0): Modeline "640x512"x170.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[     9.169] (II) modeset(0): Modeline "640x512"x150.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[     9.169] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.169] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.169] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x170.2   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[     9.169] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.169] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.169] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.169] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.169] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.169] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.169] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.169] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "576x432"x150.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[     9.169] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.169] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.169] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.169] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.169] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "512x384"x170.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[     9.169] (II) modeset(0): Modeline "512x384"x150.1   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[     9.169] (II) modeset(0): Modeline "512x384"x140.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[     9.169] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.169] (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)
[     9.169] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.169] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.169] (II) modeset(0): Modeline "416x312"x149.3   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[     9.169] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.169] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.169] (II) modeset(0): Modeline "400x300"x170.5   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[     9.169] (II) modeset(0): Modeline "400x300"x144.4   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[     9.169] (II) modeset(0): Modeline "400x300"x150.2   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[     9.169] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.169] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.169] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.169] (II) modeset(0): Modeline "320x240"x170.4   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[     9.169] (II) modeset(0): Modeline "320x240"x145.6   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "320x240"x150.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[     9.169] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.169] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.169] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.169] (II) modeset(0): Modeline "360x200"x170.1   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "320x200"x170.5   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[     9.169] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.169] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.169] (II) modeset(0): Modeline "320x175"x170.5   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[     9.169] (II) modeset(0): EDID for output DP-1
[     9.169] (II) modeset(0): EDID for output DP-2
[     9.169] (II) modeset(0): EDID for output DP-3
[     9.169] (II) modeset(0): EDID for output DP-4
[     9.169] (II) modeset(0): Output eDP-1 connected
[     9.169] (II) modeset(0): Output DP-1 disconnected
[     9.169] (II) modeset(0): Output DP-2 disconnected
[     9.169] (II) modeset(0): Output DP-3 disconnected
[     9.169] (II) modeset(0): Output DP-4 disconnected
[     9.169] (II) modeset(0): Using exact sizes for initial modes
[     9.169] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     9.169] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.169] (==) modeset(0): DPI set to (96, 96)
[     9.169] (II) Loading sub module "fb"
[     9.169] (II) LoadModule: "fb"
[     9.169] (II) Module "fb" already built-in
[     9.169] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[     9.169] (==) NVIDIA(G0): RGB weight 888
[     9.169] (==) NVIDIA(G0): Default visual is TrueColor
[     9.169] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[     9.169] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[     9.169] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[     9.170] (**) NVIDIA(G0): Enabling 2D acceleration
[     9.170] (II) Loading sub module "glxserver_nvidia"
[     9.170] (II) LoadModule: "glxserver_nvidia"
[     9.170] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.191] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.191] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.191] 	Module class: X.Org Server Extension
[     9.191] (II) NVIDIA GLX Module  575.57.08  Sat May 24 06:58:04 UTC 2025
[     9.191] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.193] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     9.193] (--) NVIDIA(0):     DFP-0
[     9.193] (--) NVIDIA(0):     DFP-1
[     9.193] (--) NVIDIA(0):     DFP-2
[     9.202] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3060 Laptop GPU (GA106-A) at
[     9.202] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[     9.202] (--) NVIDIA(G0): Memory: 6291456 kBytes
[     9.202] (--) NVIDIA(G0): VideoBIOS: 94.06.3a.00.27
[     9.202] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[     9.202] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.202] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.202] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.202] (--) NVIDIA(GPU-0): 
[     9.202] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.202] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     9.202] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[     9.202] (--) NVIDIA(GPU-0): 
[     9.203] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     9.203] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[     9.203] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[     9.203] (--) NVIDIA(GPU-0): 
[     9.206] (II) NVIDIA(G0): Validated MetaModes:
[     9.206] (II) NVIDIA(G0):     "NULL"
[     9.206] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[     9.206] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[     9.206] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[     9.206] (II) UnloadModule: "vesa"
[     9.206] (II) Unloading vesa
[     9.232] (==) modeset(0): Backing store enabled
[     9.232] (==) modeset(0): Silken mouse enabled
[     9.252] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.252] (==) modeset(0): DPMS enabled
[     9.252] (II) modeset(0): [DRI2] Setup complete
[     9.252] (II) modeset(0): [DRI2]   DRI driver: iris
[     9.252] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     9.252] (WW) NVIDIA: Failed to bind sideband socket to
[     9.252] (WW) NVIDIA:     '/var/run/nvidia-xdriver-546fd39d' Permission denied
[     9.253] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.253] (II) NVIDIA:     access.
[     9.261] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[     9.261] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.261] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[     9.261] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[     9.261] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.261] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[     9.261] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[     9.261] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.261] (II) NVIDIA(G0):     Config Options in the README.
[     9.271] (II) NVIDIA(G0): Setting mode "NULL"
[     9.293] (==) NVIDIA(G0): Disabling shared memory pixmaps
[     9.293] (==) NVIDIA(G0): Backing store enabled
[     9.293] (==) NVIDIA(G0): Silken mouse enabled
[     9.293] (==) NVIDIA(G0): DPMS enabled
[     9.293] (II) Loading sub module "dri2"
[     9.293] (II) LoadModule: "dri2"
[     9.293] (II) Module "dri2" already built-in
[     9.293] (II) NVIDIA(G0): [DRI2] Setup complete
[     9.293] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[     9.293] (II) Initializing extension Generic Event Extension
[     9.293] (II) Initializing extension SHAPE
[     9.293] (II) Initializing extension MIT-SHM
[     9.293] (II) Initializing extension XInputExtension
[     9.293] (II) Initializing extension XTEST
[     9.293] (II) Initializing extension BIG-REQUESTS
[     9.293] (II) Initializing extension SYNC
[     9.293] (II) Initializing extension XKEYBOARD
[     9.293] (II) Initializing extension XC-MISC
[     9.293] (II) Initializing extension SECURITY
[     9.293] (II) Initializing extension XFIXES
[     9.294] (II) Initializing extension RENDER
[     9.294] (II) Initializing extension RANDR
[     9.294] (II) Initializing extension COMPOSITE
[     9.294] (II) Initializing extension DAMAGE
[     9.294] (II) Initializing extension MIT-SCREEN-SAVER
[     9.294] (II) Initializing extension DOUBLE-BUFFER
[     9.294] (II) Initializing extension RECORD
[     9.294] (II) Initializing extension DPMS
[     9.294] (II) Initializing extension Present
[     9.294] (II) Initializing extension DRI3
[     9.294] (II) Initializing extension X-Resource
[     9.294] (II) Initializing extension XVideo
[     9.294] (II) Initializing extension XVideo-MotionCompensation
[     9.294] (II) Initializing extension GLX
[     9.294] (II) Initializing extension GLX
[     9.294] (II) Indirect GLX disabled.
[     9.298] (II) AIGLX: Loaded and initialized iris
[     9.298] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.298] (II) Initializing extension XFree86-VidModeExtension
[     9.298] (II) Initializing extension XFree86-DGA
[     9.298] (II) Initializing extension XFree86-DRI
[     9.298] (II) Initializing extension DRI2
[     9.298] (II) Initializing extension NV-GLX
[     9.298] (II) Initializing extension NV-CONTROL
[     9.299] (II) modeset(0): Damage tracking initialized
[     9.299] (II) modeset(0): Setting screen physical size to 508 x 285
[     9.339] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     9.339] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.339] (**) Power Button: Applying InputClass "system-keyboard"
[     9.339] (II) LoadModule: "libinput"
[     9.339] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.341] (II) Module libinput: vendor="X.Org Foundation"
[     9.341] 	compiled for 1.21.1.13, module version = 1.5.0
[     9.341] 	Module class: X.Org XInput Driver
[     9.341] 	ABI class: X.Org XInput driver, version 24.4
[     9.341] (II) Using input driver 'libinput' for 'Power Button'
[     9.342] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[     9.342] (**) Power Button: always reports core events
[     9.342] (**) Option "Device" "/dev/input/event4"
[     9.343] (II) event4  - Power Button: is tagged by udev as: Keyboard
[     9.343] (II) event4  - Power Button: device is a keyboard
[     9.343] (II) event4  - Power Button: device removed
[     9.343] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[     9.343] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.343] (**) Option "xkb_model" "pc105+inet"
[     9.343] (**) Option "xkb_layout" "us"
[     9.343] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.354] (II) event4  - Power Button: is tagged by udev as: Keyboard
[     9.354] (II) event4  - Power Button: device is a keyboard
[     9.355] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     9.355] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.355] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.355] (II) Using input driver 'libinput' for 'Video Bus'
[     9.355] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 42 paused 0
[     9.355] (**) Video Bus: always reports core events
[     9.355] (**) Option "Device" "/dev/input/event11"
[     9.355] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     9.355] (II) event11 - Video Bus: device is a keyboard
[     9.355] (II) event11 - Video Bus: device removed
[     9.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event11"
[     9.355] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     9.355] (**) Option "xkb_model" "pc105+inet"
[     9.355] (**) Option "xkb_layout" "us"
[     9.355] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.356] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[     9.356] (II) event11 - Video Bus: device is a keyboard
[     9.356] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[     9.356] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     9.356] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.356] (II) Using input driver 'libinput' for 'Video Bus'
[     9.356] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 43 paused 0
[     9.356] (**) Video Bus: always reports core events
[     9.356] (**) Option "Device" "/dev/input/event10"
[     9.357] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     9.357] (II) event10 - Video Bus: device is a keyboard
[     9.357] (II) event10 - Video Bus: device removed
[     9.357] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12/event10"
[     9.357] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.357] (**) Option "xkb_model" "pc105+inet"
[     9.357] (**) Option "xkb_layout" "us"
[     9.357] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.357] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[     9.357] (II) event10 - Video Bus: device is a keyboard
[     9.357] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     9.357] (II) No input driver specified, ignoring this device.
[     9.357] (II) This device may have been added with another device file.
[     9.357] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.357] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.357] (**) Sleep Button: Applying InputClass "system-keyboard"
[     9.357] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.358] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[     9.358] (**) Sleep Button: always reports core events
[     9.358] (**) Option "Device" "/dev/input/event1"
[     9.358] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.358] (II) event1  - Sleep Button: device is a keyboard
[     9.358] (II) event1  - Sleep Button: device removed
[     9.358] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/PNP0C09:01/PNP0C0E:00/input/input1/event1"
[     9.358] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     9.358] (**) Option "xkb_model" "pc105+inet"
[     9.358] (**) Option "xkb_layout" "us"
[     9.358] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.359] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     9.359] (II) event1  - Sleep Button: device is a keyboard
[     9.359] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     9.359] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.359] (**) Power Button: Applying InputClass "system-keyboard"
[     9.359] (II) Using input driver 'libinput' for 'Power Button'
[     9.359] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
[     9.359] (**) Power Button: always reports core events
[     9.359] (**) Option "Device" "/dev/input/event3"
[     9.359] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     9.359] (II) event3  - Power Button: device is a keyboard
[     9.359] (II) event3  - Power Button: device removed
[     9.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[     9.359] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[     9.359] (**) Option "xkb_model" "pc105+inet"
[     9.360] (**) Option "xkb_layout" "us"
[     9.360] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.360] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     9.360] (II) event3  - Power Button: device is a keyboard
[     9.360] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     9.360] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.360] (**) Sleep Button: Applying InputClass "system-keyboard"
[     9.360] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.360] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 46 paused 0
[     9.360] (**) Sleep Button: always reports core events
[     9.360] (**) Option "Device" "/dev/input/event2"
[     9.361] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     9.361] (II) event2  - Sleep Button: device is a keyboard
[     9.361] (II) event2  - Sleep Button: device removed
[     9.361] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input2/event2"
[     9.361] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[     9.361] (**) Option "xkb_model" "pc105+inet"
[     9.361] (**) Option "xkb_layout" "us"
[     9.361] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.361] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     9.361] (II) event2  - Sleep Button: device is a keyboard
[     9.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event26)
[     9.361] (II) No input driver specified, ignoring this device.
[     9.361] (II) This device may have been added with another device file.
[     9.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event27)
[     9.361] (II) No input driver specified, ignoring this device.
[     9.361] (II) This device may have been added with another device file.
[     9.361] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event28)
[     9.361] (II) No input driver specified, ignoring this device.
[     9.361] (II) This device may have been added with another device file.
[     9.362] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event29)
[     9.362] (II) No input driver specified, ignoring this device.
[     9.362] (II) This device may have been added with another device file.
[     9.362] (II) config/udev: Adding input device Logitech G Pro  (/dev/input/event6)
[     9.362] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[     9.362] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[     9.362] (**) Logitech G Pro : Applying InputClass "system-keyboard"
[     9.362] (**) Logitech G Pro : Applying InputClass "My Mouse"
[     9.362] (II) Using input driver 'libinput' for 'Logitech G Pro '
[     9.362] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[     9.362] (**) Logitech G Pro : always reports core events
[     9.362] (**) Option "Device" "/dev/input/event6"
[     9.363] (II) event6  - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[     9.363] (II) event6  - Logitech G Pro : device set to 800 DPI
[     9.363] (II) event6  - Logitech G Pro : device is a pointer
[     9.363] (II) event6  - Logitech G Pro : device is a keyboard
[     9.363] (II) event6  - Logitech G Pro : device removed
[     9.363] (**) Option "AccelProfile" "flat"
[     9.363] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.363] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.363] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.363] (II) libinput: Logitech G Pro : needs a virtual subdevice
[     9.363] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C539.0003/0003:046D:4079.0009/input/input28/event6"
[     9.363] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: MOUSE, id 12)
[     9.363] (**) Option "AccelerationScheme" "none"
[     9.363] (**) Logitech G Pro : (accel) selected scheme none/0
[     9.363] (**) Logitech G Pro : (accel) acceleration factor: 2.000
[     9.363] (**) Logitech G Pro : (accel) acceleration threshold: 4
[     9.363] (II) event6  - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[     9.364] (II) event6  - Logitech G Pro : device set to 800 DPI
[     9.364] (II) event6  - Logitech G Pro : device is a pointer
[     9.364] (II) event6  - Logitech G Pro : device is a keyboard
[     9.364] (II) config/udev: Adding input device Logitech G Pro  (/dev/input/mouse1)
[     9.364] (**) Logitech G Pro : Applying InputClass "system-keyboard"
[     9.364] (**) Logitech G Pro : Applying InputClass "My Mouse"
[     9.364] (II) Using input driver 'libinput' for 'Logitech G Pro '
[     9.364] (**) Logitech G Pro : always reports core events
[     9.364] (**) Option "Device" "/dev/input/mouse1"
[     9.364] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse1
	Permission denied.
[     9.364] (II) mouse1: opening input device '/dev/input/mouse1' failed (Permission denied).
[     9.364] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[     9.364] (EE) libinput: Logitech G Pro : Failed to create a device for /dev/input/mouse1
[     9.364] (EE) PreInit returned 2 for "Logitech G Pro "
[     9.364] (II) UnloadModule: "libinput"
[     9.364] (II) config/udev: Adding input device K66 K66 (/dev/input/event12)
[     9.364] (II) No input driver specified, ignoring this device.
[     9.364] (II) This device may have been added with another device file.
[     9.364] (II) config/udev: Adding input device K66 K66 Consumer Control (/dev/input/event13)
[     9.364] (**) K66 K66 Consumer Control: Applying InputClass "libinput keyboard catchall"
[     9.364] (**) K66 K66 Consumer Control: Applying InputClass "system-keyboard"
[     9.364] (II) Using input driver 'libinput' for 'K66 K66 Consumer Control'
[     9.365] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 48 paused 0
[     9.365] (**) K66 K66 Consumer Control: always reports core events
[     9.365] (**) Option "Device" "/dev/input/event13"
[     9.365] (II) event13 - K66 K66 Consumer Control: is tagged by udev as: Keyboard
[     9.365] (II) event13 - K66 K66 Consumer Control: device is a keyboard
[     9.365] (II) event13 - K66 K66 Consumer Control: device removed
[     9.365] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0A67:C006.0004/input/input15/event13"
[     9.365] (II) XINPUT: Adding extended input device "K66 K66 Consumer Control" (type: KEYBOARD, id 13)
[     9.365] (**) Option "xkb_model" "pc105+inet"
[     9.365] (**) Option "xkb_layout" "us"
[     9.365] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.366] (II) event13 - K66 K66 Consumer Control: is tagged by udev as: Keyboard
[     9.366] (II) event13 - K66 K66 Consumer Control: device is a keyboard
[     9.366] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard (/dev/input/event14)
[     9.366] (**) GIGABYTE USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.366] (**) GIGABYTE USB-HID Keyboard: Applying InputClass "system-keyboard"
[     9.366] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard'
[     9.367] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 49 paused 0
[     9.367] (**) GIGABYTE USB-HID Keyboard: always reports core events
[     9.367] (**) Option "Device" "/dev/input/event14"
[     9.367] (II) event14 - GIGABYTE USB-HID Keyboard: is tagged by udev as: Keyboard
[     9.367] (II) event14 - GIGABYTE USB-HID Keyboard: device is a keyboard
[     9.367] (II) event14 - GIGABYTE USB-HID Keyboard: device removed
[     9.367] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:1044:7A41.0005/input/input16/event14"
[     9.367] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard" (type: KEYBOARD, id 14)
[     9.367] (**) Option "xkb_model" "pc105+inet"
[     9.367] (**) Option "xkb_layout" "us"
[     9.367] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.368] (II) event14 - GIGABYTE USB-HID Keyboard: is tagged by udev as: Keyboard
[     9.368] (II) event14 - GIGABYTE USB-HID Keyboard: device is a keyboard
[     9.368] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard Mouse (/dev/input/event15)
[     9.368] (**) GIGABYTE USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[     9.368] (**) GIGABYTE USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[     9.368] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Mouse'
[     9.368] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
[     9.368] (**) GIGABYTE USB-HID Keyboard Mouse: always reports core events
[     9.368] (**) Option "Device" "/dev/input/event15"
[     9.369] (II) event15 - GIGABYTE USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[     9.369] (II) event15 - GIGABYTE USB-HID Keyboard Mouse: device is a pointer
[     9.369] (II) event15 - GIGABYTE USB-HID Keyboard Mouse: device removed
[     9.369] (**) Option "AccelProfile" "flat"
[     9.369] (II) libinput: GIGABYTE USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.369] (II) libinput: GIGABYTE USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.369] (II) libinput: GIGABYTE USB-HID Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.369] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input17/event15"
[     9.369] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard Mouse" (type: MOUSE, id 15)
[     9.369] (**) Option "AccelerationScheme" "none"
[     9.369] (**) GIGABYTE USB-HID Keyboard Mouse: (accel) selected scheme none/0
[     9.369] (**) GIGABYTE USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[     9.369] (**) GIGABYTE USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[     9.369] (II) event15 - GIGABYTE USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[     9.370] (II) event15 - GIGABYTE USB-HID Keyboard Mouse: device is a pointer
[     9.370] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard Mouse (/dev/input/js0)
[     9.370] (**) GIGABYTE USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[     9.370] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Mouse'
[     9.370] (EE) systemd-logind: failed to take device /dev/input/js0: No such device
[     9.370] (**) GIGABYTE USB-HID Keyboard Mouse: always reports core events
[     9.370] (**) Option "Device" "/dev/input/js0"
[     9.370] (EE) xf86OpenSerial: Cannot open device /dev/input/js0
	Permission denied.
[     9.370] (II) js0: opening input device '/dev/input/js0' failed (Permission denied).
[     9.370] (II) js0     - failed to create input device '/dev/input/js0'.
[     9.370] (EE) libinput: GIGABYTE USB-HID Keyboard Mouse: Failed to create a device for /dev/input/js0
[     9.370] (EE) PreInit returned 2 for "GIGABYTE USB-HID Keyboard Mouse"
[     9.370] (II) UnloadModule: "libinput"
[     9.370] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard Mouse (/dev/input/mouse0)
[     9.370] (**) GIGABYTE USB-HID Keyboard Mouse: Applying InputClass "My Mouse"
[     9.370] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Mouse'
[     9.370] (**) GIGABYTE USB-HID Keyboard Mouse: always reports core events
[     9.370] (**) Option "Device" "/dev/input/mouse0"
[     9.370] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse0
	Permission denied.
[     9.370] (II) mouse0: opening input device '/dev/input/mouse0' failed (Permission denied).
[     9.370] (II) mouse0  - failed to create input device '/dev/input/mouse0'.
[     9.370] (EE) libinput: GIGABYTE USB-HID Keyboard Mouse: Failed to create a device for /dev/input/mouse0
[     9.370] (EE) PreInit returned 2 for "GIGABYTE USB-HID Keyboard Mouse"
[     9.370] (II) UnloadModule: "libinput"
[     9.371] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard System Control (/dev/input/event16)
[     9.371] (**) GIGABYTE USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     9.371] (**) GIGABYTE USB-HID Keyboard System Control: Applying InputClass "system-keyboard"
[     9.371] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard System Control'
[     9.371] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
[     9.371] (**) GIGABYTE USB-HID Keyboard System Control: always reports core events
[     9.371] (**) Option "Device" "/dev/input/event16"
[     9.372] (II) event16 - GIGABYTE USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[     9.372] (II) event16 - GIGABYTE USB-HID Keyboard System Control: device is a keyboard
[     9.372] (II) event16 - GIGABYTE USB-HID Keyboard System Control: device removed
[     9.372] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input18/event16"
[     9.372] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard System Control" (type: KEYBOARD, id 16)
[     9.372] (**) Option "xkb_model" "pc105+inet"
[     9.372] (**) Option "xkb_layout" "us"
[     9.372] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.372] (II) event16 - GIGABYTE USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[     9.372] (II) event16 - GIGABYTE USB-HID Keyboard System Control: device is a keyboard
[     9.372] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard Consumer Control (/dev/input/event17)
[     9.372] (**) GIGABYTE USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     9.372] (**) GIGABYTE USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     9.372] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Consumer Control'
[     9.373] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 52 paused 0
[     9.373] (**) GIGABYTE USB-HID Keyboard Consumer Control: always reports core events
[     9.373] (**) Option "Device" "/dev/input/event17"
[     9.373] (II) event17 - GIGABYTE USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[     9.373] (II) event17 - GIGABYTE USB-HID Keyboard Consumer Control: device is a keyboard
[     9.373] (II) event17 - GIGABYTE USB-HID Keyboard Consumer Control: device removed
[     9.373] (II) libinput: GIGABYTE USB-HID Keyboard Consumer Control: needs a virtual subdevice
[     9.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input19/event17"
[     9.373] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard Consumer Control" (type: MOUSE, id 17)
[     9.373] (**) Option "AccelerationScheme" "none"
[     9.373] (**) GIGABYTE USB-HID Keyboard Consumer Control: (accel) selected scheme none/0
[     9.373] (**) GIGABYTE USB-HID Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     9.373] (**) GIGABYTE USB-HID Keyboard Consumer Control: (accel) acceleration threshold: 4
[     9.374] (II) event17 - GIGABYTE USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[     9.374] (II) event17 - GIGABYTE USB-HID Keyboard Consumer Control: device is a keyboard
[     9.374] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard (/dev/input/event18)
[     9.374] (II) No input driver specified, ignoring this device.
[     9.374] (II) This device may have been added with another device file.
[     9.374] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard (/dev/input/event19)
[     9.374] (**) GIGABYTE USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[     9.374] (**) GIGABYTE USB-HID Keyboard: Applying InputClass "system-keyboard"
[     9.374] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard'
[     9.375] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 53 paused 0
[     9.375] (**) GIGABYTE USB-HID Keyboard: always reports core events
[     9.375] (**) Option "Device" "/dev/input/event19"
[     9.375] (II) event19 - GIGABYTE USB-HID Keyboard: is tagged by udev as: Keyboard
[     9.375] (II) event19 - GIGABYTE USB-HID Keyboard: device is a keyboard
[     9.375] (II) event19 - GIGABYTE USB-HID Keyboard: device removed
[     9.375] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input21/event19"
[     9.375] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard" (type: KEYBOARD, id 18)
[     9.375] (**) Option "xkb_model" "pc105+inet"
[     9.375] (**) Option "xkb_layout" "us"
[     9.375] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.376] (II) event19 - GIGABYTE USB-HID Keyboard: is tagged by udev as: Keyboard
[     9.376] (II) event19 - GIGABYTE USB-HID Keyboard: device is a keyboard
[     9.376] (II) config/udev: Adding input device GIGABYTE USB-HID Keyboard Wireless Radio Control (/dev/input/event20)
[     9.376] (**) GIGABYTE USB-HID Keyboard Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     9.376] (**) GIGABYTE USB-HID Keyboard Wireless Radio Control: Applying InputClass "system-keyboard"
[     9.376] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Wireless Radio Control'
[     9.377] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 54 paused 0
[     9.377] (**) GIGABYTE USB-HID Keyboard Wireless Radio Control: always reports core events
[     9.377] (**) Option "Device" "/dev/input/event20"
[     9.377] (II) event20 - GIGABYTE USB-HID Keyboard Wireless Radio Control: is tagged by udev as: Keyboard
[     9.377] (II) event20 - GIGABYTE USB-HID Keyboard Wireless Radio Control: device is a keyboard
[     9.377] (II) event20 - GIGABYTE USB-HID Keyboard Wireless Radio Control: device removed
[     9.377] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input22/event20"
[     9.377] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard Wireless Radio Control" (type: KEYBOARD, id 19)
[     9.377] (**) Option "xkb_model" "pc105+inet"
[     9.377] (**) Option "xkb_layout" "us"
[     9.377] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.378] (II) event20 - GIGABYTE USB-HID Keyboard Wireless Radio Control: is tagged by udev as: Keyboard
[     9.378] (II) event20 - GIGABYTE USB-HID Keyboard Wireless Radio Control: device is a keyboard
[     9.378] (II) config/udev: Adding input device ELAN0A02:01 04F3:30D8 Mouse (/dev/input/event24)
[     9.378] (**) ELAN0A02:01 04F3:30D8 Mouse: Applying InputClass "libinput pointer catchall"
[     9.378] (**) ELAN0A02:01 04F3:30D8 Mouse: Applying InputClass "My Mouse"
[     9.378] (II) Using input driver 'libinput' for 'ELAN0A02:01 04F3:30D8 Mouse'
[     9.378] (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 55 paused 0
[     9.378] (**) ELAN0A02:01 04F3:30D8 Mouse: always reports core events
[     9.378] (**) Option "Device" "/dev/input/event24"
[     9.379] (II) event24 - ELAN0A02:01 04F3:30D8 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.379] (II) event24 - ELAN0A02:01 04F3:30D8 Mouse: device is a pointer
[     9.379] (II) event24 - ELAN0A02:01 04F3:30D8 Mouse: device removed
[     9.379] (**) Option "AccelProfile" "flat"
[     9.379] (II) libinput: ELAN0A02:01 04F3:30D8 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.379] (II) libinput: ELAN0A02:01 04F3:30D8 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.379] (II) libinput: ELAN0A02:01 04F3:30D8 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.379] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-ELAN0A02:01/0018:04F3:30D8.000A/input/input39/event24"
[     9.379] (II) XINPUT: Adding extended input device "ELAN0A02:01 04F3:30D8 Mouse" (type: MOUSE, id 20)
[     9.379] (**) Option "AccelerationScheme" "none"
[     9.379] (**) ELAN0A02:01 04F3:30D8 Mouse: (accel) selected scheme none/0
[     9.379] (**) ELAN0A02:01 04F3:30D8 Mouse: (accel) acceleration factor: 2.000
[     9.379] (**) ELAN0A02:01 04F3:30D8 Mouse: (accel) acceleration threshold: 4
[     9.380] (II) event24 - ELAN0A02:01 04F3:30D8 Mouse: is tagged by udev as: Mouse Pointingstick
[     9.380] (II) event24 - ELAN0A02:01 04F3:30D8 Mouse: device is a pointer
[     9.380] (II) config/udev: Adding input device ELAN0A02:01 04F3:30D8 Mouse (/dev/input/mouse2)
[     9.380] (**) ELAN0A02:01 04F3:30D8 Mouse: Applying InputClass "My Mouse"
[     9.380] (II) Using input driver 'libinput' for 'ELAN0A02:01 04F3:30D8 Mouse'
[     9.380] (**) ELAN0A02:01 04F3:30D8 Mouse: always reports core events
[     9.380] (**) Option "Device" "/dev/input/mouse2"
[     9.380] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse2
	Permission denied.
[     9.380] (II) mouse2: opening input device '/dev/input/mouse2' failed (Permission denied).
[     9.380] (II) mouse2  - failed to create input device '/dev/input/mouse2'.
[     9.380] (EE) libinput: ELAN0A02:01 04F3:30D8 Mouse: Failed to create a device for /dev/input/mouse2
[     9.380] (EE) PreInit returned 2 for "ELAN0A02:01 04F3:30D8 Mouse"
[     9.380] (II) UnloadModule: "libinput"
[     9.381] (II) config/udev: Adding input device ELAN0A02:01 04F3:30D8 Touchpad (/dev/input/event25)
[     9.381] (**) ELAN0A02:01 04F3:30D8 Touchpad: Applying InputClass "libinput touchpad catchall"
[     9.381] (II) Using input driver 'libinput' for 'ELAN0A02:01 04F3:30D8 Touchpad'
[     9.381] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 56 paused 0
[     9.381] (**) ELAN0A02:01 04F3:30D8 Touchpad: always reports core events
[     9.381] (**) Option "Device" "/dev/input/event25"
[     9.382] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: is tagged by udev as: Touchpad
[     9.383] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: device is a touchpad
[     9.383] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: device removed
[     9.383] (II) libinput: ELAN0A02:01 04F3:30D8 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.383] (II) libinput: ELAN0A02:01 04F3:30D8 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.383] (II) libinput: ELAN0A02:01 04F3:30D8 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.383] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-16/i2c-ELAN0A02:01/0018:04F3:30D8.000A/input/input41/event25"
[     9.383] (II) XINPUT: Adding extended input device "ELAN0A02:01 04F3:30D8 Touchpad" (type: TOUCHPAD, id 21)
[     9.383] (**) Option "AccelerationScheme" "none"
[     9.383] (**) ELAN0A02:01 04F3:30D8 Touchpad: (accel) selected scheme none/0
[     9.383] (**) ELAN0A02:01 04F3:30D8 Touchpad: (accel) acceleration factor: 2.000
[     9.383] (**) ELAN0A02:01 04F3:30D8 Touchpad: (accel) acceleration threshold: 4
[     9.384] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: is tagged by udev as: Touchpad
[     9.385] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: device is a touchpad
[     9.385] (II) config/udev: Adding input device ELAN0A02:01 04F3:30D8 Touchpad (/dev/input/mouse3)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event8)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event21)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event22)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event23)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.386] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     9.386] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.386] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     9.386] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     9.386] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 57 paused 0
[     9.386] (**) AT Translated Set 2 keyboard: always reports core events
[     9.386] (**) Option "Device" "/dev/input/event5"
[     9.386] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.386] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     9.387] (II) event5  - AT Translated Set 2 keyboard: device removed
[     9.387] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     9.387] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 22)
[     9.387] (**) Option "xkb_model" "pc105+inet"
[     9.387] (**) Option "xkb_layout" "us"
[     9.387] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.387] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.387] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[     9.388] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[     9.388] (II) No input driver specified, ignoring this device.
[     9.388] (II) This device may have been added with another device file.
[     9.422] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[     9.422] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[     9.422] (**) Logitech G Pro : Applying InputClass "system-keyboard"
[     9.422] (**) Logitech G Pro : Applying InputClass "My Mouse"
[     9.422] (II) Using input driver 'libinput' for 'Logitech G Pro '
[     9.422] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[     9.422] (**) Logitech G Pro : always reports core events
[     9.422] (**) Option "Device" "/dev/input/event6"
[     9.422] (II) libinput: Logitech G Pro : is a virtual subdevice
[     9.422] (**) Option "AccelProfile" "flat"
[     9.422] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.422] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.422] (II) libinput: Logitech G Pro : Step value 0 was provided, libinput Fallback acceleration function is used.
[     9.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C539.0003/0003:046D:4079.0009/input/input28/event6"
[     9.423] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: KEYBOARD, id 23)
[     9.423] (**) Option "xkb_model" "pc105+inet"
[     9.423] (**) Option "xkb_layout" "us"
[     9.423] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.423] (**) GIGABYTE USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     9.423] (**) GIGABYTE USB-HID Keyboard Consumer Control: Applying InputClass "system-keyboard"
[     9.423] (II) Using input driver 'libinput' for 'GIGABYTE USB-HID Keyboard Consumer Control'
[     9.423] (II) systemd-logind: returning pre-existing fd for /dev/input/event17 13:81
[     9.423] (**) GIGABYTE USB-HID Keyboard Consumer Control: always reports core events
[     9.423] (**) Option "Device" "/dev/input/event17"
[     9.423] (II) libinput: GIGABYTE USB-HID Keyboard Consumer Control: is a virtual subdevice
[     9.423] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:1044:7A41.0007/input/input19/event17"
[     9.423] (II) XINPUT: Adding extended input device "GIGABYTE USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 24)
[     9.423] (**) Option "xkb_model" "pc105+inet"
[     9.423] (**) Option "xkb_layout" "us"
[     9.423] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     9.563] (**) Option "fd" "56"
[     9.564] (II) event25 - ELAN0A02:01 04F3:30D8 Touchpad: device removed

vulkaninfo --summary

==========
VULKANINFO
==========

Vulkan Instance Version: 1.4.313


Instance Extensions: count = 25
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_headless_surface                : extension revision 1
VK_EXT_surface_maintenance1            : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 5
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6
VK_LUNARG_direct_driver_loading        : extension revision 1
VK_NV_display_stereo                   : extension revision 1

Instance Layers: count = 8
--------------------------
VK_LAYER_FROG_gamescope_wsi_x86_64 Gamescope WSI (XWayland Bypass) Layer (x86_64) 1.3.221  version 1
VK_LAYER_MANGOHUD_overlay_x86_64   Vulkan Hud Overlay                             1.3.0    version 1
VK_LAYER_NV_optimus                NVIDIA Optimus layer                           1.4.303  version 1
VK_LAYER_NV_present                NVIDIA GR2608 layer                            1.4.303  version 1
VK_LAYER_VALVE_steam_fossilize_32  Steam Pipeline Caching Layer                   1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64  Steam Pipeline Caching Layer                   1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32    Steam Overlay Layer                            1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64    Steam Overlay Layer                            1.3.207  version 1

Devices:
========
GPU0:
	apiVersion         = 1.4.303
	driverVersion      = 575.57.8.0
	vendorID           = 0x10de
	deviceID           = 0x2520
	deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
	deviceName         = NVIDIA GeForce RTX 3060 Laptop GPU
	driverID           = DRIVER_ID_NVIDIA_PROPRIETARY
	driverName         = NVIDIA
	driverInfo         = 575.57.08
	conformanceVersion = 1.4.1.0
	deviceUUID         = 96826e0a-39ec-5751-3ccb-a8d665dcfc38
	driverUUID         = 5f139ea4-52d6-527b-8f33-b64f559afd6f
GPU1:
	apiVersion         = 1.4.311
	driverVersion      = 25.1.3
	vendorID           = 0x8086
	deviceID           = 0x46a6
	deviceType         = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
	deviceName         = Intel(R) Iris(R) Xe Graphics (ADL GT2)
	driverID           = DRIVER_ID_INTEL_OPEN_SOURCE_MESA
	driverName         = Intel open-source Mesa driver
	driverInfo         = Mesa 25.1.3-arch1.3
	conformanceVersion = 1.4.0.0
	deviceUUID         = 8680a646-0c00-0000-0002-000000000000
	driverUUID         = ca35a7a8-54f3-ef79-a58c-c6c28fe84a1c

And as for dxvk/vkd3d I am using lutris. I initially was using dxvk 2.6.2 provided by ProtonUpQT, and switched to dxvk-async 2.6.1. Still had the freezing on both of them.

I then switched from dx11 to dx12 in game, and since then the freezes have gone away (so far), but my cpu is now running like 10 degrees hotter.

Offline

#13 2025-06-15 23:28:42

Kackspn
Member
Registered: 2025-06-09
Posts: 7

Re: Overwatch freezing periodically I3

solved it by using envycontrol and running

sudo envycontrol -s nvidia

additionally i am using ly display manager, and switched to launching from my xinitrc
i had to add these 2 lines in my .xinitrc file

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

exec i3

so far so good using dx11 (dxvk) on Overwatch 2. No freezes at all and much better performance than dx12 (vkd3d).

Offline

Board footer

Powered by FluxBB