You are not logged in.
I recently setup a new Arch install and have had a mostly smooth experience (I did it once before a year ago but switched to an easier distro because I ran into too many newbie issues), but I cannot for the life of me get nvidia-xrun to work. I'm using Gnome as my normal DE and have it set up to start through GDM. Pretty much positive it's running with wayland. I followed the wiki's instructions exactly and have read over it multiple times to be sure. I've installed the nvidia and nvidia-xrun packages as well as openbox and xfce4. I initially had issues that I assume were related to running Gnome with wayland, so I log out of my main stuff and just leave GDM open. This way I can start either openbox or xfce via startx (with a properly configured .xinitrc), but when I try to run nvidia-xrun (with a properly configured .nvidia-xinitrc) it crashes when it tries to start the x server. The log is pretty opaque, but I think the relevant section is
[ 1359.364] (EE) Backtrace:
[ 1359.364] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x5b) [0x55c3ec831ddb]
[ 1359.364] (EE) 1: /usr/lib/Xorg (0x55c3ec6e6000+0x156a15) [0x55c3ec83ca15]
[ 1359.364] (EE) 2: /usr/lib/libpthread.so.0 (0x7f68ef019000+0x13870) [0x7f68ef02c870]
[ 1359.364] (EE) 3: /usr/lib/Xorg (InitOutput+0x619) [0x55c3ec857d79]
[ 1359.364] (EE) 4: /usr/lib/Xorg (0x55c3ec6e6000+0x3a0b0) [0x55c3ec7200b0]
[ 1359.364] (EE) 5: /usr/lib/libc.so.6 (__libc_start_main+0xd5) [0x7f68eee6fb25]
[ 1359.364] (EE) 6: /usr/lib/Xorg (_start+0x2e) [0x55c3ec7214ce]
[ 1359.365] (EE)
[ 1359.365] (EE) Segmentation fault at address 0x10
[ 1359.365] (EE)
Fatal server error:
[ 1359.365] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 1359.365] (EE)
[ 1359.365] (EE) Not sure what's causing the segmentation fault or how to look into it any deeper. My efforts with search engines haven't been very successful. Any help would be greatly appreciated!
Offline
What's the full log? Do you use xf86-video-intel or should modesetting be used for the intel GPU? FWIW instead of relying on these kind of scripts, I suggest you check behaviour by setting it up manually by following: https://wiki.archlinux.org/title/NVIDIA … phics_only which is essence the same thing nvidia-xrun tends to do but with less random assumptions and more clarity as to what happens.
Depending on how new your system in general is you might also want to just use prime-run instead of any of these: https://wiki.archlinux.org/title/PRIME# … er_offload
Offline
Someone suggested in the nvidia-xrun-git AUR package comments to try replacing the contents of the /etc/X11/nvidia-xorg.conf file with this (which is what the https://wiki.archlinux.org/title/NVIDIA … phics_only page suggests for the /etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf file), and nvidia-xrun works again for me. Someone there also suggested removing the contents of the /etc/X11/nvidia-xorg.conf.d folder as well if Xorg just hangs instead, although in my case it was already empty so I didn't need to do that explicitly.
Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
EndSection
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "PrimaryGPU" "yes"
ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSectionOffline
What's the full log? Do you use xf86-video-intel or should modesetting be used for the intel GPU? FWIW instead of relying on these kind of scripts, I suggest you check behaviour by setting it up manually by following: https://wiki.archlinux.org/title/NVIDIA … phics_only which is essence the same thing nvidia-xrun tends to do but with less random assumptions and more clarity as to what happens.
Depending on how new your system in general is you might also want to just use prime-run instead of any of these: https://wiki.archlinux.org/title/PRIME# … er_offload
Full log:
[ 7035.752]
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[ 7035.752]
X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[ 7035.752] Current Operating System: Linux lemonici 5.15.2-arch1-1 #1 SMP PREEMPT Fri, 12 Nov 2021 19:22:10 +0000 x86_64
[ 7035.752] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=cb23b1a6-5225-4f47-aead-b8cacaddaef4 rw loglevel=3 quiet
[ 7035.752]
[ 7035.752] Current version of pixman: 0.40.0
[ 7035.752] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 7035.752] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 7035.752] (==) Log file: "/var/log/Xorg.2.log", Time: Tue Nov 16 13:59:17 2021
[ 7035.753] (++) Using config file: "/etc/X11/nvidia-xorg.conf"
[ 7035.753] (EE) Unable to locate/open config directory: "nvidia-xorg.conf.d"
[ 7035.753] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 7035.753] (==) No Layout section. Using the first Screen section.
[ 7035.753] (==) No screen section available. Using defaults.
[ 7035.753] (**) |-->Screen "Default Screen Section" (0)
[ 7035.753] (**) | |-->Monitor "<default monitor>"
[ 7035.753] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 7035.753] (==) Automatically adding devices
[ 7035.753] (==) Automatically enabling devices
[ 7035.753] (==) Automatically adding GPU devices
[ 7035.753] (==) Automatically binding GPU devices
[ 7035.753] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 7035.753] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 7035.753] Entry deleted from font path.
[ 7035.753] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 7035.753] Entry deleted from font path.
[ 7035.753] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 7035.753] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 7035.753] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 7035.753] (II) Module ABI versions:
[ 7035.753] X.Org ANSI C Emulation: 0.4
[ 7035.753] X.Org Video Driver: 25.2
[ 7035.753] X.Org XInput driver : 24.4
[ 7035.753] X.Org Server Extension : 10.0
[ 7035.753] (++) using VT number 4
[ 7035.753] (--) controlling tty is VT number 4, auto-enabling KeepTty
[ 7035.755] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_313
[ 7035.755] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 7035.755] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[ 7035.756] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 7035.756] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 7035.756] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 7035.757] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[ 7035.758] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7035.758] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 7035.758] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[ 7035.758] (--) PCI: (0@0:2:0) 8086:3e9b:1028:087c rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 7035.758] (--) PCI:*(1@0:0:0) 10de:1c8c:0000:0000 rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 7035.759] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 7035.759] (II) LoadModule: "glx"
[ 7035.759] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 7035.760] (II) Module glx: vendor="X.Org Foundation"
[ 7035.760] compiled for 1.21.1.1, module version = 1.0.0
[ 7035.760] ABI class: X.Org Server Extension, version 10.0
[ 7035.760] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 7035.760] loading driver: nvidia
[ 7035.760] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 7035.760] loading driver: nvidia
[ 7035.760] (II) Applying OutputClass "intel" to /dev/dri/card0
[ 7035.760] loading driver: modesetting
[ 7035.760] (==) Matched nvidia as autoconfigured driver 0
[ 7035.760] (==) Matched nouveau as autoconfigured driver 1
[ 7035.760] (==) Matched nv as autoconfigured driver 2
[ 7035.760] (==) Matched modesetting as autoconfigured driver 3
[ 7035.760] (==) Matched intel as autoconfigured driver 4
[ 7035.760] (==) Matched fbdev as autoconfigured driver 5
[ 7035.760] (==) Matched vesa as autoconfigured driver 6
[ 7035.760] (==) Assigned the driver to the xf86ConfigLayout
[ 7035.760] (II) LoadModule: "nvidia"
[ 7035.760] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 7035.760] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 7035.760] compiled for 1.6.99.901, module version = 1.0.0
[ 7035.760] Module class: X.Org Video Driver
[ 7035.760] (II) LoadModule: "nouveau"
[ 7035.760] (WW) Warning, couldn't open module nouveau
[ 7035.760] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 7035.760] (II) LoadModule: "nv"
[ 7035.760] (WW) Warning, couldn't open module nv
[ 7035.760] (EE) Failed to load module "nv" (module does not exist, 0)
[ 7035.760] (II) LoadModule: "modesetting"
[ 7035.760] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 7035.761] (II) Module modesetting: vendor="X.Org Foundation"
[ 7035.761] compiled for 1.21.1.1, module version = 1.21.1
[ 7035.761] Module class: X.Org Video Driver
[ 7035.761] ABI class: X.Org Video Driver, version 25.2
[ 7035.761] (II) LoadModule: "intel"
[ 7035.761] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 7035.761] (II) Module intel: vendor="X.Org Foundation"
[ 7035.761] compiled for 1.21.1.1, module version = 2.99.917
[ 7035.761] Module class: X.Org Video Driver
[ 7035.761] ABI class: X.Org Video Driver, version 25.2
[ 7035.761] (II) LoadModule: "fbdev"
[ 7035.761] (WW) Warning, couldn't open module fbdev
[ 7035.761] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 7035.761] (II) LoadModule: "vesa"
[ 7035.761] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 7035.761] (II) Module vesa: vendor="X.Org Foundation"
[ 7035.761] compiled for 1.21.1.1, module version = 2.5.0
[ 7035.761] Module class: X.Org Video Driver
[ 7035.761] ABI class: X.Org Video Driver, version 25.2
[ 7035.762] (II) NVIDIA dlloader X Driver 495.44 Fri Oct 22 06:11:21 UTC 2021
[ 7035.762] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 7035.762] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 7035.762] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 7035.762] (II) intel: Driver for Intel(R) HD Graphics
[ 7035.762] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 7035.762] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 7035.762] (II) VESA: driver for VESA chipsets: vesa
[ 7035.762] (II) systemd-logind: releasing fd for 226:1
[ 7035.762] (II) Loading sub module "fb"
[ 7035.762] (II) LoadModule: "fb"
[ 7035.762] (II) Module "fb" already built-in
[ 7035.762] (II) Loading sub module "wfb"
[ 7035.762] (II) LoadModule: "wfb"
[ 7035.762] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 7035.762] (II) Module wfb: vendor="X.Org Foundation"
[ 7035.762] compiled for 1.21.1.1, module version = 1.0.0
[ 7035.763] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7035.763] (II) Loading sub module "ramdac"
[ 7035.763] (II) LoadModule: "ramdac"
[ 7035.763] (II) Module "ramdac" already built-in
[ 7035.763] (WW) Falling back to old probe method for modesetting
[ 7035.763] (II) modeset(G0): using drv /dev/dri/card0
[ 7035.763] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 7035.763] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 7035.763] (==) NVIDIA(0): RGB weight 888
[ 7035.763] (==) NVIDIA(0): Default visual is TrueColor
[ 7035.763] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 7035.763] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 7035.763] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 7035.763] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 7035.763] (**) NVIDIA(0): Enabling 2D acceleration
[ 7035.763] (II) Loading sub module "glxserver_nvidia"
[ 7035.763] (II) LoadModule: "glxserver_nvidia"
[ 7035.763] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 7035.768] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 7035.768] compiled for 1.6.99.901, module version = 1.0.0
[ 7035.768] Module class: X.Org Server Extension
[ 7035.768] (II) NVIDIA GLX Module 495.44 Fri Oct 22 06:08:29 UTC 2021
[ 7035.768] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 7036.418] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[ 7036.418] (II) NVIDIA(0): (GPU-0)
[ 7036.418] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 7036.418] (--) NVIDIA(0): VideoBIOS: 86.07.63.00.6d
[ 7036.418] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 7036.418] (II) NVIDIA(0): Validated MetaModes:
[ 7036.418] (II) NVIDIA(0): "NULL"
[ 7036.418] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 7036.418] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 7036.418] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 7036.418] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 7036.418] (==) modeset(G0): RGB weight 888
[ 7036.418] (==) modeset(G0): Default visual is TrueColor
[ 7036.418] (II) Loading sub module "glamoregl"
[ 7036.418] (II) LoadModule: "glamoregl"
[ 7036.418] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 7036.421] (II) Module glamoregl: vendor="X.Org Foundation"
[ 7036.421] compiled for 1.21.1.1, module version = 1.0.1
[ 7036.421] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7036.450] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 7036.450] (II) modeset(G0): glamor initialized
[ 7036.452] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 7036.452] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 7036.452] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 7036.455] (II) modeset(G0): Output DP-1-3 has no monitor section
[ 7036.457] (II) modeset(G0): EDID for output eDP-1-1
[ 7036.457] (II) modeset(G0): Manufacturer: SHP Model: 148d Serial#: 0
[ 7036.457] (II) modeset(G0): Year: 2018 Week: 5
[ 7036.457] (II) modeset(G0): EDID Version: 1.4
[ 7036.457] (II) modeset(G0): Digital Display Input
[ 7036.457] (II) modeset(G0): 8 bits per channel
[ 7036.457] (II) modeset(G0): Digital interface is DisplayPort
[ 7036.457] (II) modeset(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 7036.457] (II) modeset(G0): Gamma: 2.20
[ 7036.457] (II) modeset(G0): No DPMS capabilities specified
[ 7036.457] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 7036.457] (II) modeset(G0): Default color space is primary color space
[ 7036.457] (II) modeset(G0): First detailed timing is preferred mode
[ 7036.457] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 7036.457] (II) modeset(G0): redX: 0.664 redY: 0.325 greenX: 0.208 greenY: 0.734
[ 7036.457] (II) modeset(G0): blueX: 0.145 blueY: 0.049 whiteX: 0.318 whiteY: 0.329
[ 7036.457] (II) modeset(G0): Manufacturer's mask: 0
[ 7036.457] (II) modeset(G0): Supported detailed timing:
[ 7036.457] (II) modeset(G0): clock: 533.2 MHz Image Size: 344 x 194 mm
[ 7036.457] (II) modeset(G0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0
[ 7036.457] (II) modeset(G0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0
[ 7036.457] (II) modeset(G0): FNVDR\80LQ156D1
[ 7036.457] (II) modeset(G0): Unknown vendor-specific block 0
[ 7036.457] (II) modeset(G0): EDID (in hex):
[ 7036.457] (II) modeset(G0): 00ffffffffffff004d108d1400000000
[ 7036.457] (II) modeset(G0): 051c0104a52213780e1429aa5335bc25
[ 7036.457] (II) modeset(G0): 0c515400000001010101010101010101
[ 7036.457] (II) modeset(G0): 0101010101014dd000a0f0703e803020
[ 7036.457] (II) modeset(G0): 350058c2100000180000000000000000
[ 7036.457] (II) modeset(G0): 00000000000000000000000000fe0046
[ 7036.457] (II) modeset(G0): 4e564452804c51313536443100000000
[ 7036.457] (II) modeset(G0): 0002410328011200000b010a2020004c
[ 7036.457] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 7036.457] (II) modeset(G0): Modeline "3840x2160"x60.0 533.25 3840 3888 3920 4000 2160 2163 2168 2222 -hsync -vsync (133.3 kHz eP)
[ 7036.457] (II) modeset(G0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 7036.457] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 7036.458] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 7036.458] (II) modeset(G0): EDID for output DP-1-1
[ 7036.458] (II) modeset(G0): EDID for output DP-1-2
[ 7036.461] (II) modeset(G0): EDID for output DP-1-3
[ 7036.461] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 7036.461] (==) modeset(G0): DPI set to (96, 96)
[ 7036.461] (II) Loading sub module "fb"
[ 7036.461] (II) LoadModule: "fb"
[ 7036.461] (II) Module "fb" already built-in
[ 7036.461] (II) UnloadModule: "intel"
[ 7036.461] (II) Unloading intel
[ 7036.462] (II) UnloadModule: "vesa"
[ 7036.462] (II) Unloading vesa
[ 7036.462] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 7036.462] (II) NVIDIA: access.
[ 7036.467] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 7036.467] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 7036.467] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 7036.467] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 7036.467] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 7036.467] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 7036.467] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 7036.467] (II) NVIDIA(0): Config Options in the README.
[ 7036.481] (II) NVIDIA(0): Setting mode "NULL"
[ 7036.484] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 7036.484] (==) NVIDIA(0): Backing store enabled
[ 7036.484] (==) NVIDIA(0): Silken mouse enabled
[ 7036.484] (==) NVIDIA(0): DPMS enabled
[ 7036.484] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 7036.484] (II) Loading sub module "dri2"
[ 7036.484] (II) LoadModule: "dri2"
[ 7036.484] (II) Module "dri2" already built-in
[ 7036.484] (II) NVIDIA(0): [DRI2] Setup complete
[ 7036.484] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 7036.532] (==) modeset(G0): Backing store enabled
[ 7036.532] (==) modeset(G0): Silken mouse enabled
[ 7036.621] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 7036.621] (==) modeset(G0): DPMS enabled
[ 7036.621] (II) modeset(G0): [DRI2] Setup complete
[ 7036.621] (II) modeset(G0): [DRI2] DRI driver: iris
[ 7036.621] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 7036.621] (II) modeset(G0): Disable reverse prime offload mode for i915.
[ 7036.621] (II) Initializing extension Generic Event Extension
[ 7036.621] (II) Initializing extension SHAPE
[ 7036.622] (II) Initializing extension MIT-SHM
[ 7036.622] (II) Initializing extension XInputExtension
[ 7036.622] (II) Initializing extension XTEST
[ 7036.622] (II) Initializing extension BIG-REQUESTS
[ 7036.622] (II) Initializing extension SYNC
[ 7036.622] (II) Initializing extension XKEYBOARD
[ 7036.622] (II) Initializing extension XC-MISC
[ 7036.623] (II) Initializing extension SECURITY
[ 7036.623] (II) Initializing extension XFIXES
[ 7036.623] (II) Initializing extension RENDER
[ 7036.623] (II) Initializing extension RANDR
[ 7036.623] (II) Initializing extension COMPOSITE
[ 7036.623] (II) Initializing extension DAMAGE
[ 7036.623] (II) Initializing extension MIT-SCREEN-SAVER
[ 7036.624] (II) Initializing extension DOUBLE-BUFFER
[ 7036.624] (II) Initializing extension RECORD
[ 7036.624] (II) Initializing extension DPMS
[ 7036.624] (II) Initializing extension Present
[ 7036.624] (II) Initializing extension DRI3
[ 7036.624] (II) Initializing extension X-Resource
[ 7036.624] (II) Initializing extension XVideo
[ 7036.624] (II) Initializing extension XVideo-MotionCompensation
[ 7036.624] (II) Initializing extension GLX
[ 7036.625] (II) Initializing extension GLX
[ 7036.625] (II) Indirect GLX disabled.
[ 7036.625] (II) GLX: Another vendor is already registered for screen 0
[ 7036.625] (II) Initializing extension XFree86-VidModeExtension
[ 7036.625] (II) Initializing extension XFree86-DGA
[ 7036.625] (II) Initializing extension XFree86-DRI
[ 7036.625] (II) Initializing extension DRI2
[ 7036.625] (II) Initializing extension NV-GLX
[ 7036.625] (II) Initializing extension NV-CONTROL
[ 7036.895] (II) modeset(G0): Damage tracking initialized
[ 7037.098] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 7037.098] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7037.098] (II) LoadModule: "libinput"
[ 7037.098] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 7037.103] (II) Module libinput: vendor="X.Org Foundation"
[ 7037.103] compiled for 1.21.1, module version = 1.2.0
[ 7037.103] Module class: X.Org XInput Driver
[ 7037.103] ABI class: X.Org XInput driver, version 24.4
[ 7037.103] (II) Using input driver 'libinput' for 'Power Button'
[ 7037.104] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 47 paused 0
[ 7037.104] (**) Power Button: always reports core events
[ 7037.104] (**) Option "Device" "/dev/input/event3"
[ 7037.104] (**) Option "_source" "server/udev"
[ 7037.109] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 7037.109] (II) event3 - Power Button: device is a keyboard
[ 7037.109] (II) event3 - Power Button: device removed
[ 7037.109] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 7037.109] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7037.111] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 7037.111] (II) event3 - Power Button: device is a keyboard
[ 7037.113] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 7037.113] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7037.113] (II) Using input driver 'libinput' for 'Video Bus'
[ 7037.115] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
[ 7037.115] (**) Video Bus: always reports core events
[ 7037.115] (**) Option "Device" "/dev/input/event15"
[ 7037.115] (**) Option "_source" "server/udev"
[ 7037.117] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 7037.117] (II) event15 - Video Bus: device is a keyboard
[ 7037.117] (II) event15 - Video Bus: device removed
[ 7037.117] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15"
[ 7037.117] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 7037.119] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 7037.119] (II) event15 - Video Bus: device is a keyboard
[ 7037.121] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 7037.121] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 7037.121] (II) Using input driver 'libinput' for 'Video Bus'
[ 7037.122] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 51 paused 0
[ 7037.123] (**) Video Bus: always reports core events
[ 7037.123] (**) Option "Device" "/dev/input/event16"
[ 7037.123] (**) Option "_source" "server/udev"
[ 7037.125] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 7037.125] (II) event16 - Video Bus: device is a keyboard
[ 7037.125] (II) event16 - Video Bus: device removed
[ 7037.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input19/event16"
[ 7037.125] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 7037.128] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 7037.128] (II) event16 - Video Bus: device is a keyboard
[ 7037.130] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 7037.130] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 7037.130] (II) Using input driver 'libinput' for 'Power Button'
[ 7037.131] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 52 paused 0
[ 7037.132] (**) Power Button: always reports core events
[ 7037.132] (**) Option "Device" "/dev/input/event1"
[ 7037.132] (**) Option "_source" "server/udev"
[ 7037.134] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7037.134] (II) event1 - Power Button: device is a keyboard
[ 7037.134] (II) event1 - Power Button: device removed
[ 7037.134] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 7037.134] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 7037.137] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 7037.137] (II) event1 - Power Button: device is a keyboard
[ 7037.140] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 7037.140] (II) No input driver specified, ignoring this device.
[ 7037.140] (II) This device may have been added with another device file.
[ 7037.141] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 7037.141] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 7037.141] (II) Using input driver 'libinput' for 'Sleep Button'
[ 7037.144] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 53 paused 0
[ 7037.144] (**) Sleep Button: always reports core events
[ 7037.144] (**) Option "Device" "/dev/input/event2"
[ 7037.144] (**) Option "_source" "server/udev"
[ 7037.146] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 7037.146] (II) event2 - Sleep Button: device is a keyboard
[ 7037.147] (II) event2 - Sleep Button: device removed
[ 7037.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 7037.147] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 7037.149] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 7037.149] (II) event2 - Sleep Button: device is a keyboard
[ 7037.154] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event21)
[ 7037.154] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 7037.154] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 7037.156] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 54 paused 0
[ 7037.156] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 7037.156] (**) Option "Device" "/dev/input/event21"
[ 7037.156] (**) Option "_source" "server/udev"
[ 7037.158] (II) event21 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 7037.159] (II) event21 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 7037.159] (II) event21 - Integrated_Webcam_HD: Integrate: device removed
[ 7037.159] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input33/event21"
[ 7037.159] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 11)
[ 7037.162] (II) event21 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 7037.162] (II) event21 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 7037.164] (II) config/udev: Adding input device Wacom HID 488F Pen (/dev/input/event19)
[ 7037.164] (**) Wacom HID 488F Pen: Applying InputClass "libinput tablet catchall"
[ 7037.164] (II) Using input driver 'libinput' for 'Wacom HID 488F Pen'
[ 7037.166] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 55 paused 0
[ 7037.166] (**) Wacom HID 488F Pen: always reports core events
[ 7037.166] (**) Option "Device" "/dev/input/event19"
[ 7037.166] (**) Option "_source" "server/udev"
[ 7037.170] (II) event19 - Wacom HID 488F Pen: is tagged by udev as: Tablet
[ 7037.211] (II) event19 - Wacom HID 488F Pen: device is a tablet
[ 7037.211] (II) event19 - Wacom HID 488F Pen: device removed
[ 7037.211] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM488F:00/0018:056A:488F.0001/input/input30/event19"
[ 7037.211] (II) XINPUT: Adding extended input device "Wacom HID 488F Pen" (type: TABLET, id 12)
[ 7037.214] (II) event19 - Wacom HID 488F Pen: is tagged by udev as: Tablet
[ 7037.217] (II) event19 - Wacom HID 488F Pen: device is a tablet
[ 7037.219] (II) config/udev: Adding input device Wacom HID 488F Pen (/dev/input/mouse0)
[ 7037.219] (II) No input driver specified, ignoring this device.
[ 7037.219] (II) This device may have been added with another device file.
[ 7037.221] (II) config/udev: Adding input device Wacom HID 488F Finger (/dev/input/event20)
[ 7037.221] (**) Wacom HID 488F Finger: Applying InputClass "libinput touchscreen catchall"
[ 7037.221] (II) Using input driver 'libinput' for 'Wacom HID 488F Finger'
[ 7037.223] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 57 paused 0
[ 7037.223] (**) Wacom HID 488F Finger: always reports core events
[ 7037.223] (**) Option "Device" "/dev/input/event20"
[ 7037.223] (**) Option "_source" "server/udev"
[ 7037.227] (II) event20 - Wacom HID 488F Finger: is tagged by udev as: Touchscreen
[ 7037.227] (II) event20 - Wacom HID 488F Finger: device is a touch device
[ 7037.228] (II) event20 - Wacom HID 488F Finger: device removed
[ 7037.228] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-WCOM488F:00/0018:056A:488F.0001/input/input31/event20"
[ 7037.228] (II) XINPUT: Adding extended input device "Wacom HID 488F Finger" (type: TOUCHSCREEN, id 13)
[ 7037.228] (**) Option "AccelerationScheme" "none"
[ 7037.229] (**) Wacom HID 488F Finger: (accel) selected scheme none/0
[ 7037.229] (**) Wacom HID 488F Finger: (accel) acceleration factor: 2.000
[ 7037.229] (**) Wacom HID 488F Finger: (accel) acceleration threshold: 4
[ 7037.232] (II) event20 - Wacom HID 488F Finger: is tagged by udev as: Touchscreen
[ 7037.232] (II) event20 - Wacom HID 488F Finger: device is a touch device
[ 7037.234] (II) config/udev: Adding input device Wacom HID 488F Finger (/dev/input/mouse3)
[ 7037.234] (II) No input driver specified, ignoring this device.
[ 7037.234] (II) This device may have been added with another device file.
[ 7037.236] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Mouse (/dev/input/event8)
[ 7037.236] (**) SYNA2393:00 06CB:7A13 Mouse: Applying InputClass "libinput pointer catchall"
[ 7037.236] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Mouse'
[ 7037.237] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 58 paused 0
[ 7037.237] (**) SYNA2393:00 06CB:7A13 Mouse: always reports core events
[ 7037.237] (**) Option "Device" "/dev/input/event8"
[ 7037.237] (**) Option "_source" "server/udev"
[ 7037.240] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7037.241] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: device is a pointer
[ 7037.243] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: device removed
[ 7037.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input21/event8"
[ 7037.243] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:7A13 Mouse" (type: MOUSE, id 14)
[ 7037.243] (**) Option "AccelerationScheme" "none"
[ 7037.243] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) selected scheme none/0
[ 7037.243] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) acceleration factor: 2.000
[ 7037.243] (**) SYNA2393:00 06CB:7A13 Mouse: (accel) acceleration threshold: 4
[ 7037.246] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: is tagged by udev as: Mouse Pointingstick
[ 7037.247] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: device is a pointer
[ 7037.251] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Mouse (/dev/input/mouse1)
[ 7037.251] (II) No input driver specified, ignoring this device.
[ 7037.251] (II) This device may have been added with another device file.
[ 7037.252] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/event13)
[ 7037.253] (**) SYNA2393:00 06CB:7A13 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 7037.253] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:7A13 Touchpad'
[ 7037.254] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 59 paused 0
[ 7037.254] (**) SYNA2393:00 06CB:7A13 Touchpad: always reports core events
[ 7037.254] (**) Option "Device" "/dev/input/event13"
[ 7037.254] (**) Option "_source" "server/udev"
[ 7037.258] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[ 7037.261] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[ 7037.262] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: device removed
[ 7037.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA2393:00/0018:06CB:7A13.0002/input/input22/event13"
[ 7037.263] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:7A13 Touchpad" (type: TOUCHPAD, id 15)
[ 7037.266] (**) Option "AccelerationScheme" "none"
[ 7037.266] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) selected scheme none/0
[ 7037.266] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration factor: 2.000
[ 7037.266] (**) SYNA2393:00 06CB:7A13 Touchpad: (accel) acceleration threshold: 4
[ 7037.269] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: is tagged by udev as: Touchpad
[ 7037.272] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: device is a touchpad
[ 7037.275] (II) config/udev: Adding input device SYNA2393:00 06CB:7A13 Touchpad (/dev/input/mouse2)
[ 7037.275] (II) No input driver specified, ignoring this device.
[ 7037.275] (II) This device may have been added with another device file.
[ 7037.276] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event9)
[ 7037.276] (II) No input driver specified, ignoring this device.
[ 7037.276] (II) This device may have been added with another device file.
[ 7037.277] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[ 7037.277] (II) No input driver specified, ignoring this device.
[ 7037.277] (II) This device may have been added with another device file.
[ 7037.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[ 7037.278] (II) No input driver specified, ignoring this device.
[ 7037.278] (II) This device may have been added with another device file.
[ 7037.279] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[ 7037.279] (II) No input driver specified, ignoring this device.
[ 7037.279] (II) This device may have been added with another device file.
[ 7037.280] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[ 7037.280] (II) No input driver specified, ignoring this device.
[ 7037.280] (II) This device may have been added with another device file.
[ 7037.281] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event18)
[ 7037.281] (II) No input driver specified, ignoring this device.
[ 7037.281] (II) This device may have been added with another device file.
[ 7037.282] (II) config/udev: Adding input device Intel HID events (/dev/input/event5)
[ 7037.282] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 7037.282] (II) Using input driver 'libinput' for 'Intel HID events'
[ 7037.283] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 60 paused 0
[ 7037.284] (**) Intel HID events: always reports core events
[ 7037.284] (**) Option "Device" "/dev/input/event5"
[ 7037.284] (**) Option "_source" "server/udev"
[ 7037.286] (II) event5 - Intel HID events: is tagged by udev as: Keyboard
[ 7037.286] (II) event5 - Intel HID events: device is a keyboard
[ 7037.287] (II) event5 - Intel HID events: device removed
[ 7037.287] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input6/event5"
[ 7037.287] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[ 7037.289] (II) event5 - Intel HID events: is tagged by udev as: Keyboard
[ 7037.289] (II) event5 - Intel HID events: device is a keyboard
[ 7037.292] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event6)
[ 7037.292] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 7037.292] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 7037.294] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 61 paused 0
[ 7037.294] (**) Intel HID 5 button array: always reports core events
[ 7037.294] (**) Option "Device" "/dev/input/event6"
[ 7037.294] (**) Option "_source" "server/udev"
[ 7037.295] (II) event6 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 7037.295] (II) event6 - Intel HID 5 button array: device is a keyboard
[ 7037.296] (II) event6 - Intel HID 5 button array: device removed
[ 7037.296] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input7/event6"
[ 7037.296] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 17)
[ 7037.298] (II) event6 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 7037.299] (II) event6 - Intel HID 5 button array: device is a keyboard
[ 7037.301] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[ 7037.301] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 7037.301] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 7037.303] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 62 paused 0
[ 7037.303] (**) Dell WMI hotkeys: always reports core events
[ 7037.303] (**) Option "Device" "/dev/input/event17"
[ 7037.303] (**) Option "_source" "server/udev"
[ 7037.306] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 7037.306] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 7037.306] (II) event17 - Dell WMI hotkeys: device removed
[ 7037.306] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input20/event17"
[ 7037.307] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 18)
[ 7037.309] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 7037.310] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 7037.313] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 7037.313] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 7037.313] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 7037.314] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 63 paused 0
[ 7037.314] (**) AT Translated Set 2 keyboard: always reports core events
[ 7037.314] (**) Option "Device" "/dev/input/event4"
[ 7037.315] (**) Option "_source" "server/udev"
[ 7037.317] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7037.317] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 7037.320] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 7037.320] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 7037.320] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[ 7037.322] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 7037.323] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 7037.327] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 7037.327] (II) No input driver specified, ignoring this device.
[ 7037.327] (II) This device may have been added with another device file.
[ 7037.395] randr: falling back to unsynchronized pixmap sharing
[ 7037.784] (**) Option "fd" "47"
[ 7037.784] (II) event3 - Power Button: device removed
[ 7037.784] (**) Option "fd" "50"
[ 7037.784] (II) event15 - Video Bus: device removed
[ 7037.784] (**) Option "fd" "51"
[ 7037.784] (II) event16 - Video Bus: device removed
[ 7037.784] (**) Option "fd" "52"
[ 7037.784] (II) event1 - Power Button: device removed
[ 7037.784] (**) Option "fd" "53"
[ 7037.784] (II) event2 - Sleep Button: device removed
[ 7037.784] (**) Option "fd" "54"
[ 7037.784] (II) event21 - Integrated_Webcam_HD: Integrate: device removed
[ 7037.784] (**) Option "fd" "55"
[ 7037.784] (II) event19 - Wacom HID 488F Pen: device removed
[ 7037.785] (**) Option "fd" "57"
[ 7037.785] (II) event20 - Wacom HID 488F Finger: device removed
[ 7037.785] (**) Option "fd" "58"
[ 7037.785] (II) event8 - SYNA2393:00 06CB:7A13 Mouse: device removed
[ 7037.785] (**) Option "fd" "59"
[ 7037.785] (II) event13 - SYNA2393:00 06CB:7A13 Touchpad: device removed
[ 7037.785] (**) Option "fd" "60"
[ 7037.785] (II) event5 - Intel HID events: device removed
[ 7037.785] (**) Option "fd" "61"
[ 7037.785] (II) event6 - Intel HID 5 button array: device removed
[ 7037.785] (**) Option "fd" "62"
[ 7037.785] (II) event17 - Dell WMI hotkeys: device removed
[ 7037.785] (**) Option "fd" "63"
[ 7037.785] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 7037.807] (II) UnloadModule: "libinput"
[ 7037.807] (II) systemd-logind: releasing fd for 13:68
[ 7037.831] (II) UnloadModule: "libinput"
[ 7037.831] (II) systemd-logind: releasing fd for 13:81
[ 7037.914] (II) UnloadModule: "libinput"
[ 7037.914] (II) systemd-logind: releasing fd for 13:70
[ 7037.946] (II) UnloadModule: "libinput"
[ 7037.947] (II) systemd-logind: releasing fd for 13:69
[ 7037.968] (II) UnloadModule: "libinput"
[ 7037.968] (II) systemd-logind: releasing fd for 13:77
[ 7038.045] (II) UnloadModule: "libinput"
[ 7038.045] (II) systemd-logind: releasing fd for 13:72
[ 7038.091] (II) UnloadModule: "libinput"
[ 7038.091] (II) systemd-logind: releasing fd for 13:84
[ 7038.165] (II) UnloadModule: "libinput"
[ 7038.165] (II) systemd-logind: releasing fd for 13:83
[ 7038.237] (II) UnloadModule: "libinput"
[ 7038.238] (II) systemd-logind: releasing fd for 13:85
[ 7038.288] (II) UnloadModule: "libinput"
[ 7038.288] (II) systemd-logind: releasing fd for 13:66
[ 7038.331] (II) UnloadModule: "libinput"
[ 7038.331] (II) systemd-logind: releasing fd for 13:65
[ 7038.355] (II) UnloadModule: "libinput"
[ 7038.355] (II) systemd-logind: releasing fd for 13:80
[ 7038.401] (II) UnloadModule: "libinput"
[ 7038.401] (II) systemd-logind: releasing fd for 13:79
[ 7038.470] (II) UnloadModule: "libinput"
[ 7038.470] (II) systemd-logind: releasing fd for 13:67
[ 7038.532] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 7038.593] (II) Server terminated successfully (0). Closing log file.This is using xf86-video-intel. I've read through your wiki link but isn't that for using the GPU as the primary/exclusive graphics hardware? I'm hoping to avoid using it as much as I can when I'm doing productivity stuff and only turn it on when necessary. If you're saying that I just need to use those with something like startx then all is well, though I assume I need to make some changes so that it's off by default but does turn on? Also, my understanding is that prime-run isn't very efficient, which is why I was hoping to set up nvidia-xrun. I'm also not sure on how it works with Steam games/Proton?
Offline
I should add that, per https://wiki.archlinux.org/title/Dell_X … 0#Graphics, nouveau doesn't work well with my hardware
Offline
Well, the whole point of using nvidia-xrun is that it acts like startx but it uses the NVIDIA GPU exclusively, what did you think it does? Note that it is possible to run multiple Xorg sessions in different VTs, so you can have your normal session in one VT and an NVIDIA powered one in another VT (so for the latter you'd log in then run nvidia-xrun, it'll turn on the NVIDIA GPU and start the Xorg server with the NVIDIA GPU, and once you're done nvidia-xrun will turn off the NVIDIA GPU, then you can come back to your normal session.
As for prime-run, I suspect it would likely result in worse battery life given that your NVIDIA GPU is too old for the driver to be able to turn it off with that method. If you can tolerate that then all you need to do once you've set it up for Steam/Proton games is to have "prime-run %command%" (without quotes) as the launch options.
Offline
prime-run is efficient it's the entire point of it. The thing that wasn't efficient back when was bumblebee but that just worked with what was around. The point of using the method in the link is to test whether it's a nvidia-xrun config issue. Apparently as confirmed by X_m7 that is the case, and you can just replace nvidia-xruns config with what is mentioned in the wiki. Again, from a "what does it actually do" standpoint, nvidia-xconfig does the exact same thing as mentioned in that article, but it just has some pre- and post-xorg run scripts to load and unload the nvidia modules respectively and apparently with a broken variant of that xorg config. All of this can be done manually if necessary. The point was to test whether the crash happens or not.
Last edited by V1del (2021-11-16 22:12:13)
Offline
Ah, I see. I thought you were telling me to switch to NVIDIA Only and be done with it. So I've tried to follow the wiki as described there and it does run just fine, so the issue is with nvidia-xrun. I've kind of given up on the whole thing, though because I want to start using sway and sway doesn't like seeing that the nvidia drivers are installed (I can get it to start after running nvidia-xrun, but I don't want to do that every time I start my laptop). I'll probably just install some other distro on a small partition and boot into that when I want to play games. Thank you for your help! I've learned quite a bit even if I gave up in the end
Offline