You are not logged in.
I have an RTX 3070 but KDE Wayland is using llvmpipe. I am using nvidia-dkms 550.xx from AUR and linux-lts kernel. I downgraded from the latest version of nvidia drivers (580.xx) because it was causing issues with SteamVR and i couldn't play.
> uname -r
6.12.59-1-lts> pacman -Q | grep nvidia
lib32-nvidia-550xx-utils 550.163.01-1
libva-nvidia-driver 0.0.14-1
linux-firmware-nvidia 20251111-1
nvidia-550xx-dkms 550.163.01-3
nvidia-550xx-utils 550.163.01-3> nvidia-smi
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.163.01 Driver Version: 550.163.01 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 3070 Off | 00000000:01:00.0 On | N/A |
| 0% 35C P8 16W / 270W | 36MiB / 8192MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 792 G /usr/lib/Xorg 14MiB |
| 0 N/A N/A 2568 C+G ...re/Steam/ubuntu12_64/steamwebhelper 9MiB |
+-----------------------------------------------------------------------------------------+> glxinfo -B
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 21.1.5, 256 bits) (0xffffffff)
Version: 25.2.7
Accelerated: no
Video memory: 15860MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 0 MB, largest block: 0 MB
VBO free aux. memory - total: 11861 MB, largest block: 11861 MB
Texture free memory - total: 0 MB, largest block: 0 MB
Texture free aux. memory - total: 11861 MB, largest block: 11861 MB
Renderbuffer free memory - total: 0 MB, largest block: 0 MB
Renderbuffer free aux. memory - total: 11861 MB, largest block: 11861 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 0 MB
Total available memory: 15860 MB
Currently available dedicated video memory: 0 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 25.2.7-arch1.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 25.2.7-arch1.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.2.7-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20> lsmod | grep nvidia
nvidia_drm 122880 25
nvidia_uvm 6692864 0
nvidia_modeset 1605632 4 nvidia_drm
drm_ttm_helper 16384 1 nvidia_drm
nvidia 60706816 157 nvidia_uvm,nvidia_modeset
video 81920 1 nvidia_modesetLast edited by Puglover (2025-11-30 03:19:09)
Offline
Please use [ code ] [ /code ] tags for program output, see https://bbs.archlinux.org/help.php#bbcode .
glxinfo gives info about X , on wayland it's near useless.
Please post the output of
$ eglinfo -BIs there another videocard (integrated ?) in your system ?
if unsure, also post lspci -k output.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
glxinfo still should™ not be using llvmpipe, steam exclusively runs on X11/xwayland (so it's relevant) and nvidia-smi has Xorg on the nvidia driver.
Maybe the glamor bug, Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and make sure to be using xorg-server 21.1.21
Offline
I don't have any integrated graphics. Only my gpu. My CPU is a Ryzen 7 5700
> eglinfo -B
src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
pci id for fd 3: 10de:2484, driver (null)
pci id for fd 4: 10de:2484, driver (null)
pci id for fd 5: 10de:2484, driver (null)
pci id for fd 4: 10de:2484, driver (null)
pci id for fd 5: 10de:2484, driver (null)
GBM platform:
src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1)
pci id for fd 3: 10de:2484, driver (null)
pci id for fd 4: 10de:2484, driver (null)
pci id for fd 5: 10de:2484, driver (null)
pci id for fd 4: 10de:2484, driver (null)
pci id for fd 5: 10de:2484, driver (null)
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.2.7-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.2.7-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.7-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Wayland platform:
libEGL warning: failed to get driver name for fd -1
libEGL warning: MESA-LOADER: failed to retrieve device information
libEGL warning: failed to get driver name for fd -1
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.2.7-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.2.7-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.7-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
X11 platform:
libEGL warning: DRI3 error: Could not get DRI3 device
libEGL warning: Ensure your X server supports DRI3 to get accelerated rendering
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.2.7-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.2.7-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.7-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 550.163.01
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 550.163.01
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 550.163.01
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 550.163.01
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 550.163.01
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 550.163.01
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
libEGL warning: pci id for fd 22: 10de:2484, driver (null)
pci id for fd 23: 10de:2484, driver (null)
pci id for fd 24: 10de:2484, driver (null)
libEGL warning: egl: failed to create dri2 screen
libEGL warning: pci id for fd 22: 10de:2484, driver (null)
pci id for fd 23: 10de:2484, driver (null)
pci id for fd 24: 10de:2484, driver (null)
libEGL warning: egl: failed to create dri2 screen
libEGL warning: pci id for fd 22: 10de:2484, driver (null)
eglinfo: eglInitialize failed
Device #2:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 25.2.7-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 25.2.7-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 21.1.5, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 25.2.7-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20And I don't think i have any other graphics devices but theres this to. Just to make sure.
> lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
Kernel driver in use: pcieport
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
Subsystem: ASRock Incorporation Device ffff
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
Subsystem: ASRock Incorporation Device ffff
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 3
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 7
01:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3070] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 404c
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation GA104 High Definition Audio Controller (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 404c
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] A520 Series Chipset USB 3.1 XHCI Controller
Subsystem: ASMedia Technology Inc. Device 1142
Kernel driver in use: xhci_hcd
02:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset SATA Controller
Subsystem: ASMedia Technology Inc. ASM1062 Serial ATA Controller
Kernel driver in use: ahci
02:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Upstream Port
Subsystem: ASMedia Technology Inc. Device 0201
Kernel driver in use: pcieport
03:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port
Subsystem: ASMedia Technology Inc. Device 3308
Kernel driver in use: pcieport
03:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Downstream Port
Subsystem: ASMedia Technology Inc. Device 3308
Kernel driver in use: pcieport
04:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
Subsystem: Intel Corporation Device 2110
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: ASRock Incorporation Motherboard (one of many)
Kernel driver in use: r8169
Kernel modules: r8169
06:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
Subsystem: Samsung Electronics Co Ltd SSD 970 EVO/PRO
Kernel driver in use: nvme
Kernel modules: nvme
07:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function (rev c8)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 1636
07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir/Cezanne HDMI/DP Audio Controller
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Renoir/Cezanne HDMI/DP Audio Controller
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
07:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir/Cezanne Platform Security Processor
Subsystem: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir/Cezanne Platform Security Processor
Kernel driver in use: ccp
Kernel modules: ccp
07:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
Subsystem: ASRock Incorporation Device ffff
Kernel driver in use: xhci_hcd
07:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
Subsystem: ASRock Incorporation Device ffff
Kernel driver in use: xhci_hcd
07:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/1ah HD Audio Controller
Subsystem: ASRock Incorporation Device 8898
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intelLast edited by Puglover (2025-11-29 21:40:47)
Offline
Please use [code][/code] tags. Edit your post in this regard.
Offline
Thank you. I didn't know that was a feature. Done.
Offline
Great, now
Maybe the glamor bug, Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and make sure to be using xorg-server 21.1.21
Offline
I have xorg-server 21.1.21-1. Will this make a difference? Maybe 21.1.21-1 and 21.1.21 are the same?
> pacman -Q xorg-server
xorg-server 21.1.21-1Sorry there's a lot here. I'm not good with this sort of stuff. Idk what to look for.
/var/log/Xorg.0.log:
[ 18.273] (--) Log file renamed from "/var/log/Xorg.pid-812.log" to "/var/log/Xorg.0.log"
[ 18.274]
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[ 18.274] Current Operating System: Linux Puglover 6.12.59-1-lts #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 10:38:40 +0000 x86_64
[ 18.274] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux-lts root=UUID=33d72211-4166-410a-84de-06360390da9c rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
[ 18.274]
[ 18.274] Current version of pixman: 0.46.4
[ 18.274] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18.274] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18.275] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 30 08:27:39 2025
[ 18.275] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 18.275] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 18.275] (==) No Layout section. Using the first Screen section.
[ 18.275] (==) No screen section available. Using defaults.
[ 18.275] (**) |-->Screen "Default Screen Section" (0)
[ 18.275] (**) | |-->Monitor "<default monitor>"
[ 18.275] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 18.275] (**) Allowing byte-swapped clients
[ 18.275] (==) Automatically adding devices
[ 18.275] (==) Automatically enabling devices
[ 18.275] (==) Automatically adding GPU devices
[ 18.275] (==) Automatically binding GPU devices
[ 18.275] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 18.276] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 18.276] Entry deleted from font path.
[ 18.276] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 18.276] Entry deleted from font path.
[ 18.276] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 18.276] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 18.276] Entry deleted from font path.
[ 18.276] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 18.276] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 18.276] Entry deleted from font path.
[ 18.276] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 18.276] Entry deleted from font path.
[ 18.276] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 18.276] Entry deleted from font path.
[ 18.276] (==) FontPath set to:
[ 18.276] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 18.276] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 18.276] (II) Module ABI versions:
[ 18.276] X.Org ANSI C Emulation: 0.4
[ 18.277] X.Org Video Driver: 25.2
[ 18.277] X.Org XInput driver : 24.4
[ 18.277] X.Org Server Extension : 10.0
[ 18.277] (++) using VT number 2
[ 18.277] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 18.278] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 18.278] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[ 18.278] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 18.278] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/simple-framebuffer.0/drm/card0
[ 18.281] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 18.283] (--) PCI:*(1@0:0:0) 10de:2484:1458:404c rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 18.283] (II) LoadModule: "glx"
[ 18.283] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 18.290] (II) Module glx: vendor="X.Org Foundation"
[ 18.290] compiled for 1.21.1.21, module version = 1.0.0
[ 18.290] ABI class: X.Org Server Extension, version 10.0
[ 18.290] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 18.290] loading driver: nvidia
[ 18.290] (==) Matched nouveau as autoconfigured driver 0
[ 18.290] (==) Matched nv as autoconfigured driver 1
[ 18.290] (==) Matched nvidia as autoconfigured driver 2
[ 18.290] (==) Matched modesetting as autoconfigured driver 3
[ 18.290] (==) Matched fbdev as autoconfigured driver 4
[ 18.290] (==) Matched vesa as autoconfigured driver 5
[ 18.290] (==) Assigned the driver to the xf86ConfigLayout
[ 18.290] (II) LoadModule: "nouveau"
[ 18.290] (WW) Warning, couldn't open module nouveau
[ 18.290] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 18.290] (II) LoadModule: "nv"
[ 18.290] (WW) Warning, couldn't open module nv
[ 18.290] (EE) Failed to load module "nv" (module does not exist, 0)
[ 18.290] (II) LoadModule: "nvidia"
[ 18.291] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 18.296] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18.296] compiled for 1.6.99.901, module version = 1.0.0
[ 18.296] Module class: X.Org Video Driver
[ 18.296] (II) LoadModule: "modesetting"
[ 18.296] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 18.298] (II) Module modesetting: vendor="X.Org Foundation"
[ 18.298] compiled for 1.21.1.21, module version = 1.21.1
[ 18.298] Module class: X.Org Video Driver
[ 18.298] ABI class: X.Org Video Driver, version 25.2
[ 18.298] (II) LoadModule: "fbdev"
[ 18.298] (WW) Warning, couldn't open module fbdev
[ 18.298] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 18.298] (II) LoadModule: "vesa"
[ 18.298] (WW) Warning, couldn't open module vesa
[ 18.298] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 18.298] (II) NVIDIA dlloader X Driver 550.163.01 Tue Apr 8 12:13:21 UTC 2025
[ 18.298] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 18.298] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 18.298] (II) Loading sub module "fb"
[ 18.298] (II) LoadModule: "fb"
[ 18.298] (II) Module "fb" already built-in
[ 18.299] (II) Loading sub module "wfb"
[ 18.299] (II) LoadModule: "wfb"
[ 18.299] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 18.299] (II) Module wfb: vendor="X.Org Foundation"
[ 18.299] compiled for 1.21.1.21, module version = 1.0.0
[ 18.299] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.299] (WW) Falling back to old probe method for modesetting
[ 18.300] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 18.300] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 18.300] (==) NVIDIA(0): RGB weight 888
[ 18.300] (==) NVIDIA(0): Default visual is TrueColor
[ 18.300] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.300] (**) NVIDIA(0): Enabling 2D acceleration
[ 18.301] (II) Loading sub module "glxserver_nvidia"
[ 18.301] (II) LoadModule: "glxserver_nvidia"
[ 18.301] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 18.369] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18.369] compiled for 1.6.99.901, module version = 1.0.0
[ 18.369] Module class: X.Org Server Extension
[ 18.369] (II) NVIDIA GLX Module 550.163.01 Tue Apr 8 12:13:03 UTC 2025
[ 18.369] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 19.252] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 19.252] (--) NVIDIA(0): DFP-0
[ 19.252] (--) NVIDIA(0): DFP-1
[ 19.252] (--) NVIDIA(0): DFP-2
[ 19.252] (--) NVIDIA(0): DFP-3 (boot)
[ 19.252] (--) NVIDIA(0): DFP-4
[ 19.252] (--) NVIDIA(0): DFP-5
[ 19.253] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3070 (GA104-A) at PCI:1:0:0
[ 19.253] (II) NVIDIA(0): (GPU-0)
[ 19.253] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 19.253] (--) NVIDIA(0): VideoBIOS: 94.04.3a.40.db
[ 19.253] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 19.253] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 19.253] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 19.253] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 19.253] (--) NVIDIA(GPU-0):
[ 19.253] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 19.253] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 19.253] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 19.253] (--) NVIDIA(GPU-0):
[ 19.253] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 19.253] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 19.253] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 19.253] (--) NVIDIA(GPU-0):
[ 19.297] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): connected
[ 19.297] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): Internal TMDS
[ 19.297] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): 600.0 MHz maximum pixel clock
[ 19.297] (--) NVIDIA(GPU-0):
[ 19.297] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 19.297] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 19.297] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 19.297] (--) NVIDIA(GPU-0):
[ 19.297] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 19.297] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 19.297] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 19.297] (--) NVIDIA(GPU-0):
[ 19.347] (==) NVIDIA(0):
[ 19.347] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 19.347] (==) NVIDIA(0): will be used as the requested mode.
[ 19.347] (==) NVIDIA(0):
[ 19.348] (II) NVIDIA(0): Validated MetaModes:
[ 19.348] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 19.348] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 19.394] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[ 19.394] (--) NVIDIA(0): option
[ 19.394] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 19.394] (==) NVIDIA(G0): RGB weight 888
[ 19.394] (==) NVIDIA(G0): Default visual is TrueColor
[ 19.394] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.394] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 19.394] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 19.394] (**) NVIDIA(G0): Enabling 2D acceleration
[ 19.394] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 19.394] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 19.394] (EE) NVIDIA(G0): Failing initialization of X screen
[ 19.394] (II) UnloadModule: "nvidia"
[ 19.394] (II) UnloadSubModule: "wfb"
[ 19.395] (II) UnloadModule: "modesetting"
[ 19.395] (II) Unloading modesetting
[ 19.395] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 19.395] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 19.395] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 19.395] (II) NVIDIA: access.
[ 19.397] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 19.397] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 19.397] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 19.397] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 19.397] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 19.397] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 19.397] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 19.397] (II) NVIDIA(0): Config Options in the README.
[ 19.414] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 19.489] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 19.489] (==) NVIDIA(0): Backing store enabled
[ 19.489] (==) NVIDIA(0): Silken mouse enabled
[ 19.489] (==) NVIDIA(0): DPMS enabled
[ 19.489] (II) Loading sub module "dri2"
[ 19.489] (II) LoadModule: "dri2"
[ 19.489] (II) Module "dri2" already built-in
[ 19.489] (II) NVIDIA(0): [DRI2] Setup complete
[ 19.489] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 19.489] (II) Initializing extension Generic Event Extension
[ 19.489] (II) Initializing extension SHAPE
[ 19.489] (II) Initializing extension MIT-SHM
[ 19.489] (II) Initializing extension XInputExtension
[ 19.489] (II) Initializing extension XTEST
[ 19.489] (II) Initializing extension BIG-REQUESTS
[ 19.490] (II) Initializing extension SYNC
[ 19.490] (II) Initializing extension XKEYBOARD
[ 19.490] (II) Initializing extension XC-MISC
[ 19.490] (II) Initializing extension SECURITY
[ 19.490] (II) Initializing extension XFIXES
[ 19.490] (II) Initializing extension RENDER
[ 19.490] (II) Initializing extension RANDR
[ 19.490] (II) Initializing extension COMPOSITE
[ 19.490] (II) Initializing extension DAMAGE
[ 19.490] (II) Initializing extension MIT-SCREEN-SAVER
[ 19.490] (II) Initializing extension DOUBLE-BUFFER
[ 19.490] (II) Initializing extension RECORD
[ 19.490] (II) Initializing extension DPMS
[ 19.490] (II) Initializing extension Present
[ 19.490] (II) Initializing extension DRI3
[ 19.490] (II) Initializing extension X-Resource
[ 19.490] (II) Initializing extension XVideo
[ 19.490] (II) Initializing extension XVideo-MotionCompensation
[ 19.490] (II) Initializing extension GLX
[ 19.491] (II) Initializing extension GLX
[ 19.491] (II) Indirect GLX disabled.
[ 19.491] (II) GLX: Another vendor is already registered for screen 0
[ 19.491] (II) Initializing extension XFree86-VidModeExtension
[ 19.491] (II) Initializing extension XFree86-DGA
[ 19.491] (II) Initializing extension XFree86-DRI
[ 19.491] (II) Initializing extension DRI2
[ 19.491] (II) Initializing extension NV-GLX
[ 19.491] (II) Initializing extension NV-CONTROL
[ 19.491] (II) Initializing extension XINERAMA
[ 19.569] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 19.569] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 19.569] (**) Power Button: Applying InputClass "system-keyboard"
[ 19.569] (II) LoadModule: "libinput"
[ 19.569] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 19.571] (II) Module libinput: vendor="X.Org Foundation"
[ 19.571] compiled for 1.21.1.13, module version = 1.5.0
[ 19.571] Module class: X.Org XInput Driver
[ 19.571] ABI class: X.Org XInput driver, version 24.4
[ 19.571] (II) Using input driver 'libinput' for 'Power Button'
[ 19.571] (**) Power Button: always reports core events
[ 19.571] (**) Option "Device" "/dev/input/event1"
[ 19.574] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.574] (II) event1 - Power Button: device is a keyboard
[ 19.574] (II) event1 - Power Button: device removed
[ 19.613] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 19.613] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 19.613] (**) Option "xkb_model" "pc105+inet"
[ 19.613] (**) Option "xkb_layout" "us"
[ 19.613] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 19.626] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 19.626] (II) event1 - Power Button: device is a keyboard
[ 19.626] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 19.626] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 19.626] (**) Video Bus: Applying InputClass "system-keyboard"
[ 19.626] (II) Using input driver 'libinput' for 'Video Bus'
[ 19.626] (**) Video Bus: always reports core events
[ 19.626] (**) Option "Device" "/dev/input/event2"
[ 19.627] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 19.627] (II) event2 - Video Bus: device is a keyboard
[ 19.628] (II) event2 - Video Bus: device removed
[ 19.683] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input2/event2"
[ 19.683] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 19.683] (**) Option "xkb_model" "pc105+inet"
[ 19.683] (**) Option "xkb_layout" "us"
[ 19.683] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 19.684] (II) event2 - Video Bus: is tagged by udev as: Keyboard
[ 19.684] (II) event2 - Video Bus: device is a keyboard
[ 19.685] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 19.685] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 19.685] (**) Power Button: Applying InputClass "system-keyboard"
[ 19.685] (II) Using input driver 'libinput' for 'Power Button'
[ 19.685] (**) Power Button: always reports core events
[ 19.685] (**) Option "Device" "/dev/input/event0"
[ 19.686] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 19.686] (II) event0 - Power Button: device is a keyboard
[ 19.686] (II) event0 - Power Button: device removed
[ 19.710] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 19.710] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 19.710] (**) Option "xkb_model" "pc105+inet"
[ 19.710] (**) Option "xkb_layout" "us"
[ 19.710] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 19.711] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 19.711] (II) event0 - Power Button: device is a keyboard
[ 19.712] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 19.712] (II) No input driver specified, ignoring this device.
[ 19.712] (II) This device may have been added with another device file.
[ 19.712] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 19.712] (II) No input driver specified, ignoring this device.
[ 19.712] (II) This device may have been added with another device file.
[ 19.713] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 19.713] (II) No input driver specified, ignoring this device.
[ 19.713] (II) This device may have been added with another device file.
[ 19.713] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 19.713] (II) No input driver specified, ignoring this device.
[ 19.713] (II) This device may have been added with another device file.
[ 19.714] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event3)
[ 19.714] (**) Razer Razer DeathAdder Essential: Applying InputClass "libinput pointer catchall"
[ 19.714] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential'
[ 19.714] (**) Razer Razer DeathAdder Essential: always reports core events
[ 19.714] (**) Option "Device" "/dev/input/event3"
[ 19.768] (II) event3 - Razer Razer DeathAdder Essential: is tagged by udev as: Mouse
[ 19.768] (II) event3 - Razer Razer DeathAdder Essential: device is a pointer
[ 19.768] (II) event3 - Razer Razer DeathAdder Essential: device removed
[ 19.820] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.820] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.820] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 19.820] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.0/0003:1532:0098.0001/input/input3/event3"
[ 19.820] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential" (type: MOUSE, id 9)
[ 19.820] (**) Option "AccelerationScheme" "none"
[ 19.820] (**) Razer Razer DeathAdder Essential: (accel) selected scheme none/0
[ 19.820] (**) Razer Razer DeathAdder Essential: (accel) acceleration factor: 2.000
[ 19.820] (**) Razer Razer DeathAdder Essential: (accel) acceleration threshold: 4
[ 19.874] (II) event3 - Razer Razer DeathAdder Essential: is tagged by udev as: Mouse
[ 19.874] (II) event3 - Razer Razer DeathAdder Essential: device is a pointer
[ 19.875] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/mouse0)
[ 19.875] (II) No input driver specified, ignoring this device.
[ 19.875] (II) This device may have been added with another device file.
[ 19.876] (II) config/udev: Adding input device Razer Razer DeathAdder Essential Keyboard (/dev/input/event4)
[ 19.876] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "libinput keyboard catchall"
[ 19.876] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "system-keyboard"
[ 19.876] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential Keyboard'
[ 19.876] (**) Razer Razer DeathAdder Essential Keyboard: always reports core events
[ 19.876] (**) Option "Device" "/dev/input/event4"
[ 19.878] (II) event4 - Razer Razer DeathAdder Essential Keyboard: is tagged by udev as: Keyboard
[ 19.878] (II) event4 - Razer Razer DeathAdder Essential Keyboard: device is a keyboard
[ 19.878] (II) event4 - Razer Razer DeathAdder Essential Keyboard: device removed
[ 19.920] (II) libinput: Razer Razer DeathAdder Essential Keyboard: needs a virtual subdevice
[ 19.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.1/0003:1532:0098.0002/input/input4/event4"
[ 19.920] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential Keyboard" (type: MOUSE, id 10)
[ 19.920] (**) Option "AccelerationScheme" "none"
[ 19.920] (**) Razer Razer DeathAdder Essential Keyboard: (accel) selected scheme none/0
[ 19.920] (**) Razer Razer DeathAdder Essential Keyboard: (accel) acceleration factor: 2.000
[ 19.920] (**) Razer Razer DeathAdder Essential Keyboard: (accel) acceleration threshold: 4
[ 19.921] (II) event4 - Razer Razer DeathAdder Essential Keyboard: is tagged by udev as: Keyboard
[ 19.921] (II) event4 - Razer Razer DeathAdder Essential Keyboard: device is a keyboard
[ 19.922] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event5)
[ 19.922] (II) No input driver specified, ignoring this device.
[ 19.922] (II) This device may have been added with another device file.
[ 19.923] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event6)
[ 19.923] (**) Razer Razer DeathAdder Essential: Applying InputClass "libinput keyboard catchall"
[ 19.923] (**) Razer Razer DeathAdder Essential: Applying InputClass "system-keyboard"
[ 19.923] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential'
[ 19.923] (**) Razer Razer DeathAdder Essential: always reports core events
[ 19.923] (**) Option "Device" "/dev/input/event6"
[ 19.925] (II) event6 - Razer Razer DeathAdder Essential: is tagged by udev as: Keyboard
[ 19.925] (II) event6 - Razer Razer DeathAdder Essential: device is a keyboard
[ 19.925] (II) event6 - Razer Razer DeathAdder Essential: device removed
[ 19.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.2/0003:1532:0098.0003/input/input6/event6"
[ 19.966] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential" (type: KEYBOARD, id 11)
[ 19.966] (**) Option "xkb_model" "pc105+inet"
[ 19.966] (**) Option "xkb_layout" "us"
[ 19.966] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 19.968] (II) event6 - Razer Razer DeathAdder Essential: is tagged by udev as: Keyboard
[ 19.968] (II) event6 - Razer Razer DeathAdder Essential: device is a keyboard
[ 19.969] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event15)
[ 19.969] (II) No input driver specified, ignoring this device.
[ 19.969] (II) This device may have been added with another device file.
[ 19.969] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event17)
[ 19.969] (II) No input driver specified, ignoring this device.
[ 19.969] (II) This device may have been added with another device file.
[ 19.970] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event19)
[ 19.970] (II) No input driver specified, ignoring this device.
[ 19.970] (II) This device may have been added with another device file.
[ 19.970] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event21)
[ 19.970] (II) No input driver specified, ignoring this device.
[ 19.970] (II) This device may have been added with another device file.
[ 19.971] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event22)
[ 19.971] (II) No input driver specified, ignoring this device.
[ 19.971] (II) This device may have been added with another device file.
[ 19.971] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event23)
[ 19.971] (II) No input driver specified, ignoring this device.
[ 19.971] (II) This device may have been added with another device file.
[ 19.972] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event7)
[ 19.972] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[ 19.972] (**) SONiX USB DEVICE: Applying InputClass "system-keyboard"
[ 19.972] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[ 19.972] (**) SONiX USB DEVICE: always reports core events
[ 19.972] (**) Option "Device" "/dev/input/event7"
[ 19.974] (II) event7 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 19.974] (II) event7 - SONiX USB DEVICE: device is a keyboard
[ 19.974] (II) event7 - SONiX USB DEVICE: device removed
[ 20.013] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.0/0003:0C45:8007.0004/input/input7/event7"
[ 20.013] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 12)
[ 20.013] (**) Option "xkb_model" "pc105+inet"
[ 20.013] (**) Option "xkb_layout" "us"
[ 20.013] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 20.015] (II) event7 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 20.015] (II) event7 - SONiX USB DEVICE: device is a keyboard
[ 20.016] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event10)
[ 20.016] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.016] (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
[ 20.016] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[ 20.016] (**) SONiX USB DEVICE Keyboard: always reports core events
[ 20.016] (**) Option "Device" "/dev/input/event10"
[ 20.017] (II) event10 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 20.017] (II) event10 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 20.018] (II) event10 - SONiX USB DEVICE Keyboard: device removed
[ 20.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input10/event10"
[ 20.060] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 13)
[ 20.060] (**) Option "xkb_model" "pc105+inet"
[ 20.060] (**) Option "xkb_layout" "us"
[ 20.060] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 20.062] (II) event10 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 20.062] (II) event10 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 20.063] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/event11)
[ 20.063] (**) SONiX USB DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[ 20.063] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Mouse'
[ 20.063] (**) SONiX USB DEVICE Mouse: always reports core events
[ 20.063] (**) Option "Device" "/dev/input/event11"
[ 20.064] (II) event11 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[ 20.064] (II) event11 - SONiX USB DEVICE Mouse: device is a pointer
[ 20.064] (II) event11 - SONiX USB DEVICE Mouse: device removed
[ 20.133] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.133] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.133] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 20.133] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input11/event11"
[ 20.133] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Mouse" (type: MOUSE, id 14)
[ 20.133] (**) Option "AccelerationScheme" "none"
[ 20.133] (**) SONiX USB DEVICE Mouse: (accel) selected scheme none/0
[ 20.133] (**) SONiX USB DEVICE Mouse: (accel) acceleration factor: 2.000
[ 20.133] (**) SONiX USB DEVICE Mouse: (accel) acceleration threshold: 4
[ 20.135] (II) event11 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[ 20.135] (II) event11 - SONiX USB DEVICE Mouse: device is a pointer
[ 20.136] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/mouse1)
[ 20.136] (II) No input driver specified, ignoring this device.
[ 20.136] (II) This device may have been added with another device file.
[ 20.137] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event12)
[ 20.137] (II) No input driver specified, ignoring this device.
[ 20.137] (II) This device may have been added with another device file.
[ 20.138] (II) config/udev: Adding input device SONiX USB DEVICE Consumer Control (/dev/input/event8)
[ 20.138] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 20.138] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "system-keyboard"
[ 20.138] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[ 20.138] (**) SONiX USB DEVICE Consumer Control: always reports core events
[ 20.138] (**) Option "Device" "/dev/input/event8"
[ 20.140] (II) event8 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[ 20.140] (II) event8 - SONiX USB DEVICE Consumer Control: device is a keyboard
[ 20.140] (II) event8 - SONiX USB DEVICE Consumer Control: device removed
[ 20.180] (II) libinput: SONiX USB DEVICE Consumer Control: needs a virtual subdevice
[ 20.180] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input8/event8"
[ 20.180] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: MOUSE, id 15)
[ 20.180] (**) Option "AccelerationScheme" "none"
[ 20.180] (**) SONiX USB DEVICE Consumer Control: (accel) selected scheme none/0
[ 20.180] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration factor: 2.000
[ 20.180] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration threshold: 4
[ 20.182] (II) event8 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[ 20.182] (II) event8 - SONiX USB DEVICE Consumer Control: device is a keyboard
[ 20.183] (II) config/udev: Adding input device SONiX USB DEVICE System Control (/dev/input/event9)
[ 20.183] (**) SONiX USB DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[ 20.183] (**) SONiX USB DEVICE System Control: Applying InputClass "system-keyboard"
[ 20.183] (II) Using input driver 'libinput' for 'SONiX USB DEVICE System Control'
[ 20.183] (**) SONiX USB DEVICE System Control: always reports core events
[ 20.183] (**) Option "Device" "/dev/input/event9"
[ 20.184] (II) event9 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[ 20.184] (II) event9 - SONiX USB DEVICE System Control: device is a keyboard
[ 20.184] (II) event9 - SONiX USB DEVICE System Control: device removed
[ 20.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input9/event9"
[ 20.226] (II) XINPUT: Adding extended input device "SONiX USB DEVICE System Control" (type: KEYBOARD, id 16)
[ 20.226] (**) Option "xkb_model" "pc105+inet"
[ 20.226] (**) Option "xkb_layout" "us"
[ 20.226] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 20.228] (II) event9 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[ 20.228] (II) event9 - SONiX USB DEVICE System Control: device is a keyboard
[ 20.229] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event24)
[ 20.229] (II) No input driver specified, ignoring this device.
[ 20.229] (II) This device may have been added with another device file.
[ 20.229] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event25)
[ 20.229] (II) No input driver specified, ignoring this device.
[ 20.229] (II) This device may have been added with another device file.
[ 20.230] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event26)
[ 20.230] (II) No input driver specified, ignoring this device.
[ 20.230] (II) This device may have been added with another device file.
[ 20.230] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event27)
[ 20.230] (II) No input driver specified, ignoring this device.
[ 20.230] (II) This device may have been added with another device file.
[ 20.231] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event28)
[ 20.231] (II) No input driver specified, ignoring this device.
[ 20.231] (II) This device may have been added with another device file.
[ 20.231] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 20.231] (II) No input driver specified, ignoring this device.
[ 20.231] (II) This device may have been added with another device file.
[ 20.240] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.240] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "system-keyboard"
[ 20.240] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential Keyboard'
[ 20.240] (**) Razer Razer DeathAdder Essential Keyboard: always reports core events
[ 20.240] (**) Option "Device" "/dev/input/event4"
[ 20.240] (II) libinput: Razer Razer DeathAdder Essential Keyboard: is a virtual subdevice
[ 20.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.1/0003:1532:0098.0002/input/input4/event4"
[ 20.240] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential Keyboard" (type: KEYBOARD, id 17)
[ 20.240] (**) Option "xkb_model" "pc105+inet"
[ 20.240] (**) Option "xkb_layout" "us"
[ 20.240] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 20.240] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 20.240] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "system-keyboard"
[ 20.240] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[ 20.240] (**) SONiX USB DEVICE Consumer Control: always reports core events
[ 20.240] (**) Option "Device" "/dev/input/event8"
[ 20.240] (II) libinput: SONiX USB DEVICE Consumer Control: is a virtual subdevice
[ 20.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input8/event8"
[ 20.240] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: KEYBOARD, id 18)
[ 20.240] (**) Option "xkb_model" "pc105+inet"
[ 20.240] (**) Option "xkb_layout" "us"
[ 20.240] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 52.480] (II) config/udev: Adding input device ydotoold virtual device (/dev/input/mouse2)
[ 52.480] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 52.480] (II) No input driver specified, ignoring this device.
[ 52.480] (II) This device may have been added with another device file.
[ 52.514] (II) event1 - Power Button: device removed
[ 52.566] (II) event2 - Video Bus: device removed
[ 52.660] (II) event0 - Power Button: device removed
[ 52.686] (II) event3 - Razer Razer DeathAdder Essential: device removed
[ 52.740] (II) event6 - Razer Razer DeathAdder Essential: device removed
[ 52.766] (II) event7 - SONiX USB DEVICE: device removed
[ 52.793] (II) event10 - SONiX USB DEVICE Keyboard: device removed
[ 52.820] (II) event11 - SONiX USB DEVICE Mouse: device removed
[ 52.873] (II) event9 - SONiX USB DEVICE System Control: device removed
[ 52.900] (II) event4 - Razer Razer DeathAdder Essential Keyboard: device removed
[ 52.926] (II) event8 - SONiX USB DEVICE Consumer Control: device removed
[ 53.107] (II) config/udev: Adding input device ydotoold virtual device (/dev/input/event29)
[ 53.107] (**) ydotoold virtual device: Applying InputClass "libinput keyboard catchall"
[ 53.107] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 53.107] (II) Using input driver 'libinput' for 'ydotoold virtual device'
[ 53.107] (**) ydotoold virtual device: always reports core events
[ 53.107] (**) Option "Device" "/dev/input/event29"
[ 53.107] (II) event29 - ydotoold virtual device: is tagged by udev as: Keyboard
[ 53.107] (II) event29 - ydotoold virtual device: emulating high-resolution scroll wheel events.
[ 53.107] (II) event29 - ydotoold virtual device: device is a keyboard
[ 53.107] (II) event29 - ydotoold virtual device: device removed
[ 53.133] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.133] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.133] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.133] (II) libinput: ydotoold virtual device: needs a virtual subdevice
[ 53.133] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event29"
[ 53.133] (II) XINPUT: Adding extended input device "ydotoold virtual device" (type: MOUSE, id 19)
[ 53.133] (**) Option "AccelerationScheme" "none"
[ 53.133] (**) ydotoold virtual device: (accel) selected scheme none/0
[ 53.133] (**) ydotoold virtual device: (accel) acceleration factor: 2.000
[ 53.133] (**) ydotoold virtual device: (accel) acceleration threshold: 4
[ 53.133] (**) ydotoold virtual device: Applying InputClass "libinput keyboard catchall"
[ 53.133] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 53.133] (II) Using input driver 'libinput' for 'ydotoold virtual device'
[ 53.133] (**) ydotoold virtual device: always reports core events
[ 53.133] (**) Option "Device" "/dev/input/event29"
[ 53.133] (II) libinput: ydotoold virtual device: is a virtual subdevice
[ 53.133] (EE) libinput: ydotoold virtual device: Parent device not available
[ 53.134] (II) event29 - ydotoold virtual device: is tagged by udev as: Keyboard
[ 53.134] (II) event29 - ydotoold virtual device: emulating high-resolution scroll wheel events.
[ 53.134] (II) event29 - ydotoold virtual device: device is a keyboard
[ 53.134] (II) event29 - ydotoold virtual device: device removed
[ 53.196] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.196] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.196] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 53.196] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event29"
[ 53.196] (II) XINPUT: Adding extended input device "ydotoold virtual device" (type: KEYBOARD, id 20)
[ 53.196] (**) Option "xkb_model" "pc105+inet"
[ 53.196] (**) Option "xkb_layout" "us"
[ 53.196] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"~/.local/share/xorg/Xorg.2.log:
[ 471.865]
X.Org X Server 1.21.1.20
X Protocol Version 11, Revision 0
[ 471.865] Current Operating System: Linux Puglover 6.17.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 02 Nov 2025 17:27:22 +0000 x86_64
[ 471.866] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=d82adcea-defd-4fa0-8446-94c3eb4e2608 rw rootflags=subvol=@ zswap.enabled=0 rootfstype=btrfs loglevel=3 quiet
[ 471.866]
[ 471.866] Current version of pixman: 0.46.4
[ 471.868] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 471.868] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 471.869] (==) Log file: "/home/puglover/.local/share/xorg/Xorg.2.log", Time: Thu Nov 20 17:11:36 2025
[ 471.869] (==) Using config file: "/etc/X11/xorg.conf"
[ 471.869] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 471.870] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 471.870] (==) ServerLayout "Layout0"
[ 471.870] (**) |-->Screen "Screen0" (0)
[ 471.870] (**) | |-->Monitor "Monitor0"
[ 471.870] (**) | |-->Device "Device0"
[ 471.870] (**) |-->Input Device "Keyboard0"
[ 471.870] (**) |-->Input Device "Mouse0"
[ 471.870] (**) Allowing byte-swapped clients
[ 471.870] (==) Automatically adding devices
[ 471.870] (==) Automatically enabling devices
[ 471.870] (==) Automatically adding GPU devices
[ 471.870] (==) Automatically binding GPU devices
[ 471.870] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 471.870] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 471.870] Entry deleted from font path.
[ 471.870] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 471.870] Entry deleted from font path.
[ 471.870] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 471.870] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 471.870] Entry deleted from font path.
[ 471.870] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 471.870] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 471.870] Entry deleted from font path.
[ 471.870] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 471.870] Entry deleted from font path.
[ 471.870] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 471.870] Entry deleted from font path.
[ 471.870] (==) FontPath set to:
[ 471.870] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 471.870] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 471.870] (WW) Disabling Keyboard0
[ 471.870] (WW) Disabling Mouse0
[ 471.870] (II) Module ABI versions:
[ 471.870] X.Org ANSI C Emulation: 0.4
[ 471.870] X.Org Video Driver: 25.2
[ 471.870] X.Org XInput driver : 24.4
[ 471.870] X.Org Server Extension : 10.0
[ 471.870] (++) using VT number 3
[ 471.871] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 471.873] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 471.873] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[ 471.873] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 471.873] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 471.873] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/simple-framebuffer.0/drm/card0
[ 471.874] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 471.875] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 471.877] (--) PCI:*(1@0:0:0) 10de:2484:1458:404c rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/131072
[ 471.877] (II) LoadModule: "glx"
[ 471.877] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 471.878] (II) Module glx: vendor="X.Org Foundation"
[ 471.878] compiled for 1.21.1.20, module version = 1.0.0
[ 471.878] ABI class: X.Org Server Extension, version 10.0
[ 471.878] (II) LoadModule: "nvidia"
[ 471.878] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 471.879] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 471.879] compiled for 1.6.99.901, module version = 1.0.0
[ 471.879] Module class: X.Org Video Driver
[ 471.879] (II) NVIDIA dlloader X Driver 535.274.02 Thu Sep 4 22:14:57 UTC 2025
[ 471.879] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 471.879] (II) systemd-logind: releasing fd for 226:0
[ 471.879] (II) Loading sub module "fb"
[ 471.879] (II) LoadModule: "fb"
[ 471.879] (II) Module "fb" already built-in
[ 471.879] (II) Loading sub module "wfb"
[ 471.879] (II) LoadModule: "wfb"
[ 471.879] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 471.879] (II) Module wfb: vendor="X.Org Foundation"
[ 471.879] compiled for 1.21.1.20, module version = 1.0.0
[ 471.879] ABI class: X.Org ANSI C Emulation, version 0.4
[ 471.880] (II) systemd-logind: releasing fd for 226:1
[ 471.880] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 471.880] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 471.880] (==) NVIDIA(0): RGB weight 888
[ 471.880] (==) NVIDIA(0): Default visual is TrueColor
[ 471.880] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 471.880] (**) NVIDIA(0): Enabling 2D acceleration
[ 471.880] (II) Loading sub module "glxserver_nvidia"
[ 471.880] (II) LoadModule: "glxserver_nvidia"
[ 471.880] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 471.886] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 471.886] compiled for 1.6.99.901, module version = 1.0.0
[ 471.886] Module class: X.Org Server Extension
[ 471.886] (II) NVIDIA GLX Module 535.274.02 Thu Sep 4 22:17:26 UTC 2025
[ 471.886] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 471.886] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 471.886] (--) NVIDIA(0): DFP-0
[ 471.886] (--) NVIDIA(0): DFP-1
[ 471.886] (--) NVIDIA(0): DFP-2
[ 471.886] (--) NVIDIA(0): DFP-3 (boot)
[ 471.886] (--) NVIDIA(0): DFP-4
[ 471.886] (--) NVIDIA(0): DFP-5
[ 471.887] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3070 (GA104-A) at PCI:1:0:0
[ 471.887] (II) NVIDIA(0): (GPU-0)
[ 471.887] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 471.887] (--) NVIDIA(0): VideoBIOS: 94.04.3a.40.db
[ 471.887] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 471.889] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 471.889] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 471.889] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 471.889] (--) NVIDIA(GPU-0):
[ 471.889] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 471.889] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 471.889] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 471.889] (--) NVIDIA(GPU-0):
[ 471.889] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 471.889] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 471.889] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 471.889] (--) NVIDIA(GPU-0):
[ 471.933] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): connected
[ 471.933] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): Internal TMDS
[ 471.933] (--) NVIDIA(GPU-0): Philips PHL 221V8 (DFP-3): 600.0 MHz maximum pixel clock
[ 471.933] (--) NVIDIA(GPU-0):
[ 471.933] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 471.933] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 471.933] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 471.933] (--) NVIDIA(GPU-0):
[ 471.933] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 471.933] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 471.933] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 471.933] (--) NVIDIA(GPU-0):
[ 472.000] (==) NVIDIA(0):
[ 472.000] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 472.000] (==) NVIDIA(0): will be used as the requested mode.
[ 472.000] (==) NVIDIA(0):
[ 472.002] (II) NVIDIA(0): Validated MetaModes:
[ 472.002] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 472.002] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[ 472.059] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[ 472.059] (--) NVIDIA(0): option
[ 472.059] (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
[ 472.059] (==) NVIDIA(G0): RGB weight 888
[ 472.059] (==) NVIDIA(G0): Default visual is TrueColor
[ 472.059] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 472.059] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 472.059] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 472.059] (**) NVIDIA(G0): Enabling 2D acceleration
[ 472.059] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 472.059] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 472.059] (EE) NVIDIA(G0): Failing initialization of X screen
[ 472.059] (II) UnloadModule: "nvidia"
[ 472.059] (II) UnloadSubModule: "wfb"
[ 472.059] (WW) NVIDIA: Failed to bind sideband socket to
[ 472.059] (WW) NVIDIA: '/var/run/nvidia-xdriver-25bc6607' Permission denied
[ 472.059] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[ 472.059] (II) NVIDIA(GPU-1): Deleting GPU-1
[ 472.060] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 472.060] (II) NVIDIA: access.
[ 472.063] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 472.063] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 472.063] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 472.063] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 472.063] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 472.063] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 472.063] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 472.063] (II) NVIDIA(0): Config Options in the README.
[ 472.078] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 472.099] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 472.099] (==) NVIDIA(0): Backing store enabled
[ 472.099] (==) NVIDIA(0): Silken mouse enabled
[ 472.099] (**) NVIDIA(0): DPMS enabled
[ 472.099] (II) Loading sub module "dri2"
[ 472.099] (II) LoadModule: "dri2"
[ 472.099] (II) Module "dri2" already built-in
[ 472.099] (II) NVIDIA(0): [DRI2] Setup complete
[ 472.099] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 472.100] (II) Initializing extension Generic Event Extension
[ 472.100] (II) Initializing extension SHAPE
[ 472.100] (II) Initializing extension MIT-SHM
[ 472.100] (II) Initializing extension XInputExtension
[ 472.100] (II) Initializing extension XTEST
[ 472.100] (II) Initializing extension BIG-REQUESTS
[ 472.100] (II) Initializing extension SYNC
[ 472.100] (II) Initializing extension XKEYBOARD
[ 472.100] (II) Initializing extension XC-MISC
[ 472.100] (II) Initializing extension SECURITY
[ 472.100] (II) Initializing extension XFIXES
[ 472.100] (II) Initializing extension RENDER
[ 472.100] (II) Initializing extension RANDR
[ 472.100] (II) Initializing extension COMPOSITE
[ 472.100] (II) Initializing extension DAMAGE
[ 472.100] (II) Initializing extension MIT-SCREEN-SAVER
[ 472.101] (II) Initializing extension DOUBLE-BUFFER
[ 472.101] (II) Initializing extension RECORD
[ 472.101] (II) Initializing extension DPMS
[ 472.101] (II) Initializing extension Present
[ 472.101] (II) Initializing extension DRI3
[ 472.101] (II) Initializing extension X-Resource
[ 472.101] (II) Initializing extension XVideo
[ 472.101] (II) Initializing extension XVideo-MotionCompensation
[ 472.101] (II) Initializing extension GLX
[ 472.101] (II) Initializing extension GLX
[ 472.101] (II) Indirect GLX disabled.
[ 472.101] (II) GLX: Another vendor is already registered for screen 0
[ 472.101] (II) Initializing extension XFree86-VidModeExtension
[ 472.101] (II) Initializing extension XFree86-DGA
[ 472.101] (II) Initializing extension XFree86-DRI
[ 472.101] (II) Initializing extension DRI2
[ 472.101] (II) Initializing extension NV-GLX
[ 472.101] (II) Initializing extension NV-CONTROL
[ 472.101] (II) Initializing extension XINERAMA
[ 472.170] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 472.170] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 472.170] (**) Power Button: Applying InputClass "system-keyboard"
[ 472.170] (II) LoadModule: "libinput"
[ 472.170] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 472.172] (II) Module libinput: vendor="X.Org Foundation"
[ 472.172] compiled for 1.21.1.13, module version = 1.5.0
[ 472.172] Module class: X.Org XInput Driver
[ 472.172] ABI class: X.Org XInput driver, version 24.4
[ 472.172] (II) Using input driver 'libinput' for 'Power Button'
[ 472.172] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 37 paused 0
[ 472.172] (**) Power Button: always reports core events
[ 472.172] (**) Option "Device" "/dev/input/event1"
[ 472.174] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 472.174] (II) event1 - Power Button: device is a keyboard
[ 472.174] (II) event1 - Power Button: device removed
[ 472.174] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 472.174] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 472.174] (**) Option "xkb_model" "pc105+inet"
[ 472.174] (**) Option "xkb_layout" "us"
[ 472.174] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.186] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 472.186] (II) event1 - Power Button: device is a keyboard
[ 472.187] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 472.187] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 472.187] (**) Video Bus: Applying InputClass "system-keyboard"
[ 472.187] (II) Using input driver 'libinput' for 'Video Bus'
[ 472.187] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 40 paused 0
[ 472.187] (**) Video Bus: always reports core events
[ 472.187] (**) Option "Device" "/dev/input/event12"
[ 472.188] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 472.188] (II) event12 - Video Bus: device is a keyboard
[ 472.188] (II) event12 - Video Bus: device removed
[ 472.189] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input12/event12"
[ 472.189] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 472.189] (**) Option "xkb_model" "pc105+inet"
[ 472.189] (**) Option "xkb_layout" "us"
[ 472.189] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.190] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[ 472.190] (II) event12 - Video Bus: device is a keyboard
[ 472.190] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 472.190] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 472.190] (**) Power Button: Applying InputClass "system-keyboard"
[ 472.190] (II) Using input driver 'libinput' for 'Power Button'
[ 472.191] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 41 paused 0
[ 472.191] (**) Power Button: always reports core events
[ 472.191] (**) Option "Device" "/dev/input/event0"
[ 472.191] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 472.191] (II) event0 - Power Button: device is a keyboard
[ 472.191] (II) event0 - Power Button: device removed
[ 472.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 472.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 472.192] (**) Option "xkb_model" "pc105+inet"
[ 472.192] (**) Option "xkb_layout" "us"
[ 472.192] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.192] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 472.192] (II) event0 - Power Button: device is a keyboard
[ 472.193] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event20)
[ 472.193] (II) No input driver specified, ignoring this device.
[ 472.193] (II) This device may have been added with another device file.
[ 472.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event21)
[ 472.194] (II) No input driver specified, ignoring this device.
[ 472.194] (II) This device may have been added with another device file.
[ 472.194] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event22)
[ 472.194] (II) No input driver specified, ignoring this device.
[ 472.194] (II) This device may have been added with another device file.
[ 472.195] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event23)
[ 472.195] (II) No input driver specified, ignoring this device.
[ 472.195] (II) This device may have been added with another device file.
[ 472.196] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event2)
[ 472.196] (**) Razer Razer DeathAdder Essential: Applying InputClass "libinput pointer catchall"
[ 472.196] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential'
[ 472.247] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 42 paused 0
[ 472.247] (**) Razer Razer DeathAdder Essential: always reports core events
[ 472.247] (**) Option "Device" "/dev/input/event2"
[ 472.248] (II) event2 - Razer Razer DeathAdder Essential: is tagged by udev as: Mouse
[ 472.249] (II) event2 - Razer Razer DeathAdder Essential: device is a pointer
[ 472.249] (II) event2 - Razer Razer DeathAdder Essential: device removed
[ 472.249] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.249] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.249] (II) libinput: Razer Razer DeathAdder Essential: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.0/0003:1532:0098.0001/input/input2/event2"
[ 472.249] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential" (type: MOUSE, id 9)
[ 472.249] (**) Option "AccelerationScheme" "none"
[ 472.249] (**) Razer Razer DeathAdder Essential: (accel) selected scheme none/0
[ 472.249] (**) Razer Razer DeathAdder Essential: (accel) acceleration factor: 2.000
[ 472.249] (**) Razer Razer DeathAdder Essential: (accel) acceleration threshold: 4
[ 472.250] (II) event2 - Razer Razer DeathAdder Essential: is tagged by udev as: Mouse
[ 472.251] (II) event2 - Razer Razer DeathAdder Essential: device is a pointer
[ 472.252] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/mouse0)
[ 472.252] (II) No input driver specified, ignoring this device.
[ 472.252] (II) This device may have been added with another device file.
[ 472.253] (II) config/udev: Adding input device Razer Razer DeathAdder Essential Keyboard (/dev/input/event3)
[ 472.253] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "libinput keyboard catchall"
[ 472.253] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "system-keyboard"
[ 472.253] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential Keyboard'
[ 472.254] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[ 472.254] (**) Razer Razer DeathAdder Essential Keyboard: always reports core events
[ 472.254] (**) Option "Device" "/dev/input/event3"
[ 472.255] (II) event3 - Razer Razer DeathAdder Essential Keyboard: is tagged by udev as: Keyboard
[ 472.255] (II) event3 - Razer Razer DeathAdder Essential Keyboard: device is a keyboard
[ 472.256] (II) event3 - Razer Razer DeathAdder Essential Keyboard: device removed
[ 472.256] (II) libinput: Razer Razer DeathAdder Essential Keyboard: needs a virtual subdevice
[ 472.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.1/0003:1532:0098.0002/input/input3/event3"
[ 472.256] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential Keyboard" (type: MOUSE, id 10)
[ 472.256] (**) Option "AccelerationScheme" "none"
[ 472.256] (**) Razer Razer DeathAdder Essential Keyboard: (accel) selected scheme none/0
[ 472.256] (**) Razer Razer DeathAdder Essential Keyboard: (accel) acceleration factor: 2.000
[ 472.256] (**) Razer Razer DeathAdder Essential Keyboard: (accel) acceleration threshold: 4
[ 472.257] (II) event3 - Razer Razer DeathAdder Essential Keyboard: is tagged by udev as: Keyboard
[ 472.257] (II) event3 - Razer Razer DeathAdder Essential Keyboard: device is a keyboard
[ 472.259] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event4)
[ 472.259] (II) No input driver specified, ignoring this device.
[ 472.259] (II) This device may have been added with another device file.
[ 472.260] (II) config/udev: Adding input device Razer Razer DeathAdder Essential (/dev/input/event5)
[ 472.260] (**) Razer Razer DeathAdder Essential: Applying InputClass "libinput keyboard catchall"
[ 472.260] (**) Razer Razer DeathAdder Essential: Applying InputClass "system-keyboard"
[ 472.260] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential'
[ 472.260] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[ 472.261] (**) Razer Razer DeathAdder Essential: always reports core events
[ 472.261] (**) Option "Device" "/dev/input/event5"
[ 472.262] (II) event5 - Razer Razer DeathAdder Essential: is tagged by udev as: Keyboard
[ 472.262] (II) event5 - Razer Razer DeathAdder Essential: device is a keyboard
[ 472.262] (II) event5 - Razer Razer DeathAdder Essential: device removed
[ 472.262] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.2/0003:1532:0098.0003/input/input5/event5"
[ 472.262] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential" (type: KEYBOARD, id 11)
[ 472.262] (**) Option "xkb_model" "pc105+inet"
[ 472.262] (**) Option "xkb_layout" "us"
[ 472.262] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.264] (II) event5 - Razer Razer DeathAdder Essential: is tagged by udev as: Keyboard
[ 472.264] (II) event5 - Razer Razer DeathAdder Essential: device is a keyboard
[ 472.264] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
[ 472.264] (II) No input driver specified, ignoring this device.
[ 472.264] (II) This device may have been added with another device file.
[ 472.265] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event15)
[ 472.265] (II) No input driver specified, ignoring this device.
[ 472.265] (II) This device may have been added with another device file.
[ 472.265] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event16)
[ 472.266] (II) No input driver specified, ignoring this device.
[ 472.266] (II) This device may have been added with another device file.
[ 472.266] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event17)
[ 472.266] (II) No input driver specified, ignoring this device.
[ 472.266] (II) This device may have been added with another device file.
[ 472.266] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event18)
[ 472.266] (II) No input driver specified, ignoring this device.
[ 472.267] (II) This device may have been added with another device file.
[ 472.267] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event19)
[ 472.267] (II) No input driver specified, ignoring this device.
[ 472.267] (II) This device may have been added with another device file.
[ 472.268] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event6)
[ 472.268] (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
[ 472.268] (**) SONiX USB DEVICE: Applying InputClass "system-keyboard"
[ 472.268] (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
[ 472.269] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
[ 472.269] (**) SONiX USB DEVICE: always reports core events
[ 472.269] (**) Option "Device" "/dev/input/event6"
[ 472.270] (II) event6 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 472.270] (II) event6 - SONiX USB DEVICE: device is a keyboard
[ 472.270] (II) event6 - SONiX USB DEVICE: device removed
[ 472.270] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.0/0003:0C45:8007.0004/input/input6/event6"
[ 472.270] (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 12)
[ 472.270] (**) Option "xkb_model" "pc105+inet"
[ 472.270] (**) Option "xkb_layout" "us"
[ 472.270] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.272] (II) event6 - SONiX USB DEVICE: is tagged by udev as: Keyboard
[ 472.272] (II) event6 - SONiX USB DEVICE: device is a keyboard
[ 472.273] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/event10)
[ 472.273] (**) SONiX USB DEVICE Mouse: Applying InputClass "libinput pointer catchall"
[ 472.273] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Mouse'
[ 472.274] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0
[ 472.274] (**) SONiX USB DEVICE Mouse: always reports core events
[ 472.274] (**) Option "Device" "/dev/input/event10"
[ 472.275] (II) event10 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[ 472.275] (II) event10 - SONiX USB DEVICE Mouse: device is a pointer
[ 472.275] (II) event10 - SONiX USB DEVICE Mouse: device removed
[ 472.275] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.275] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.275] (II) libinput: SONiX USB DEVICE Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.275] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input10/event10"
[ 472.275] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Mouse" (type: MOUSE, id 13)
[ 472.275] (**) Option "AccelerationScheme" "none"
[ 472.275] (**) SONiX USB DEVICE Mouse: (accel) selected scheme none/0
[ 472.275] (**) SONiX USB DEVICE Mouse: (accel) acceleration factor: 2.000
[ 472.275] (**) SONiX USB DEVICE Mouse: (accel) acceleration threshold: 4
[ 472.277] (II) event10 - SONiX USB DEVICE Mouse: is tagged by udev as: Mouse
[ 472.277] (II) event10 - SONiX USB DEVICE Mouse: device is a pointer
[ 472.278] (II) config/udev: Adding input device SONiX USB DEVICE Mouse (/dev/input/mouse1)
[ 472.278] (II) No input driver specified, ignoring this device.
[ 472.278] (II) This device may have been added with another device file.
[ 472.279] (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event11)
[ 472.279] (II) No input driver specified, ignoring this device.
[ 472.279] (II) This device may have been added with another device file.
[ 472.280] (II) config/udev: Adding input device SONiX USB DEVICE Consumer Control (/dev/input/event7)
[ 472.280] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 472.280] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "system-keyboard"
[ 472.280] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[ 472.281] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[ 472.281] (**) SONiX USB DEVICE Consumer Control: always reports core events
[ 472.281] (**) Option "Device" "/dev/input/event7"
[ 472.282] (II) event7 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[ 472.282] (II) event7 - SONiX USB DEVICE Consumer Control: device is a keyboard
[ 472.282] (II) event7 - SONiX USB DEVICE Consumer Control: device removed
[ 472.282] (II) libinput: SONiX USB DEVICE Consumer Control: needs a virtual subdevice
[ 472.282] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input7/event7"
[ 472.282] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: MOUSE, id 14)
[ 472.282] (**) Option "AccelerationScheme" "none"
[ 472.282] (**) SONiX USB DEVICE Consumer Control: (accel) selected scheme none/0
[ 472.282] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration factor: 2.000
[ 472.282] (**) SONiX USB DEVICE Consumer Control: (accel) acceleration threshold: 4
[ 472.284] (II) event7 - SONiX USB DEVICE Consumer Control: is tagged by udev as: Keyboard
[ 472.284] (II) event7 - SONiX USB DEVICE Consumer Control: device is a keyboard
[ 472.285] (II) config/udev: Adding input device SONiX USB DEVICE System Control (/dev/input/event8)
[ 472.285] (**) SONiX USB DEVICE System Control: Applying InputClass "libinput keyboard catchall"
[ 472.285] (**) SONiX USB DEVICE System Control: Applying InputClass "system-keyboard"
[ 472.285] (II) Using input driver 'libinput' for 'SONiX USB DEVICE System Control'
[ 472.286] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 48 paused 0
[ 472.286] (**) SONiX USB DEVICE System Control: always reports core events
[ 472.286] (**) Option "Device" "/dev/input/event8"
[ 472.287] (II) event8 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[ 472.287] (II) event8 - SONiX USB DEVICE System Control: device is a keyboard
[ 472.287] (II) event8 - SONiX USB DEVICE System Control: device removed
[ 472.287] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input8/event8"
[ 472.287] (II) XINPUT: Adding extended input device "SONiX USB DEVICE System Control" (type: KEYBOARD, id 15)
[ 472.287] (**) Option "xkb_model" "pc105+inet"
[ 472.287] (**) Option "xkb_layout" "us"
[ 472.287] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.289] (II) event8 - SONiX USB DEVICE System Control: is tagged by udev as: Keyboard
[ 472.289] (II) event8 - SONiX USB DEVICE System Control: device is a keyboard
[ 472.290] (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event9)
[ 472.290] (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
[ 472.290] (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
[ 472.290] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
[ 472.290] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 49 paused 0
[ 472.290] (**) SONiX USB DEVICE Keyboard: always reports core events
[ 472.290] (**) Option "Device" "/dev/input/event9"
[ 472.292] (II) event9 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 472.292] (II) event9 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 472.292] (II) event9 - SONiX USB DEVICE Keyboard: device removed
[ 472.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input9/event9"
[ 472.292] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 16)
[ 472.292] (**) Option "xkb_model" "pc105+inet"
[ 472.292] (**) Option "xkb_layout" "us"
[ 472.292] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.293] (II) event9 - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
[ 472.294] (II) event9 - SONiX USB DEVICE Keyboard: device is a keyboard
[ 472.294] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event24)
[ 472.294] (II) No input driver specified, ignoring this device.
[ 472.294] (II) This device may have been added with another device file.
[ 472.295] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event25)
[ 472.295] (II) No input driver specified, ignoring this device.
[ 472.295] (II) This device may have been added with another device file.
[ 472.295] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event26)
[ 472.295] (II) No input driver specified, ignoring this device.
[ 472.295] (II) This device may have been added with another device file.
[ 472.296] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event27)
[ 472.296] (II) No input driver specified, ignoring this device.
[ 472.296] (II) This device may have been added with another device file.
[ 472.296] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event28)
[ 472.296] (II) No input driver specified, ignoring this device.
[ 472.296] (II) This device may have been added with another device file.
[ 472.297] (II) config/udev: Adding input device PC Speaker (/dev/input/event13)
[ 472.297] (II) No input driver specified, ignoring this device.
[ 472.297] (II) This device may have been added with another device file.
[ 472.300] (II) config/udev: Adding input device ydotoold virtual device (/dev/input/event29)
[ 472.300] (**) ydotoold virtual device: Applying InputClass "libinput keyboard catchall"
[ 472.300] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 472.300] (II) Using input driver 'libinput' for 'ydotoold virtual device'
[ 472.300] (II) systemd-logind: got fd for /dev/input/event29 13:93 fd 50 paused 0
[ 472.300] (**) ydotoold virtual device: always reports core events
[ 472.300] (**) Option "Device" "/dev/input/event29"
[ 472.301] (II) event29 - ydotoold virtual device: is tagged by udev as: Keyboard
[ 472.301] (II) event29 - ydotoold virtual device: emulating high-resolution scroll wheel events.
[ 472.301] (II) event29 - ydotoold virtual device: device is a keyboard
[ 472.301] (II) event29 - ydotoold virtual device: device removed
[ 472.301] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.301] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.301] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.301] (II) libinput: ydotoold virtual device: needs a virtual subdevice
[ 472.301] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event29"
[ 472.301] (II) XINPUT: Adding extended input device "ydotoold virtual device" (type: MOUSE, id 17)
[ 472.301] (**) Option "AccelerationScheme" "none"
[ 472.301] (**) ydotoold virtual device: (accel) selected scheme none/0
[ 472.301] (**) ydotoold virtual device: (accel) acceleration factor: 2.000
[ 472.301] (**) ydotoold virtual device: (accel) acceleration threshold: 4
[ 472.302] (II) event29 - ydotoold virtual device: is tagged by udev as: Keyboard
[ 472.302] (II) event29 - ydotoold virtual device: emulating high-resolution scroll wheel events.
[ 472.302] (II) event29 - ydotoold virtual device: device is a keyboard
[ 472.302] (II) config/udev: Adding input device ydotoold virtual device (/dev/input/mouse2)
[ 472.302] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 472.302] (II) No input driver specified, ignoring this device.
[ 472.302] (II) This device may have been added with another device file.
[ 472.308] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "libinput keyboard catchall"
[ 472.308] (**) Razer Razer DeathAdder Essential Keyboard: Applying InputClass "system-keyboard"
[ 472.308] (II) Using input driver 'libinput' for 'Razer Razer DeathAdder Essential Keyboard'
[ 472.308] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 472.308] (**) Razer Razer DeathAdder Essential Keyboard: always reports core events
[ 472.308] (**) Option "Device" "/dev/input/event3"
[ 472.308] (II) libinput: Razer Razer DeathAdder Essential Keyboard: is a virtual subdevice
[ 472.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-3/1-3:1.1/0003:1532:0098.0002/input/input3/event3"
[ 472.308] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder Essential Keyboard" (type: KEYBOARD, id 18)
[ 472.308] (**) Option "xkb_model" "pc105+inet"
[ 472.308] (**) Option "xkb_layout" "us"
[ 472.308] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.308] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 472.308] (**) SONiX USB DEVICE Consumer Control: Applying InputClass "system-keyboard"
[ 472.308] (II) Using input driver 'libinput' for 'SONiX USB DEVICE Consumer Control'
[ 472.308] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 472.308] (**) SONiX USB DEVICE Consumer Control: always reports core events
[ 472.308] (**) Option "Device" "/dev/input/event7"
[ 472.308] (II) libinput: SONiX USB DEVICE Consumer Control: is a virtual subdevice
[ 472.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb3/3-2/3-2.1/3-2.1:1.1/0003:0C45:8007.0005/input/input7/event7"
[ 472.308] (II) XINPUT: Adding extended input device "SONiX USB DEVICE Consumer Control" (type: KEYBOARD, id 19)
[ 472.308] (**) Option "xkb_model" "pc105+inet"
[ 472.308] (**) Option "xkb_layout" "us"
[ 472.308] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.308] (**) ydotoold virtual device: Applying InputClass "libinput keyboard catchall"
[ 472.308] (**) ydotoold virtual device: Applying InputClass "system-keyboard"
[ 472.308] (II) Using input driver 'libinput' for 'ydotoold virtual device'
[ 472.308] (II) systemd-logind: returning pre-existing fd for /dev/input/event29 13:93
[ 472.308] (**) ydotoold virtual device: always reports core events
[ 472.308] (**) Option "Device" "/dev/input/event29"
[ 472.308] (II) libinput: ydotoold virtual device: is a virtual subdevice
[ 472.308] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.308] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.308] (II) libinput: ydotoold virtual device: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 472.308] (**) Option "config_info" "udev:/sys/devices/virtual/input/input29/event29"
[ 472.308] (II) XINPUT: Adding extended input device "ydotoold virtual device" (type: KEYBOARD, id 20)
[ 472.308] (**) Option "xkb_model" "pc105+inet"
[ 472.308] (**) Option "xkb_layout" "us"
[ 472.308] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 472.319] (**) Option "fd" "37"
[ 472.319] (II) event1 - Power Button: device removed
[ 472.319] (**) Option "fd" "40"
[ 472.319] (II) event12 - Video Bus: device removed
[ 472.319] (**) Option "fd" "41"
[ 472.319] (II) event0 - Power Button: device removed
[ 472.319] (**) Option "fd" "42"
[ 472.319] (II) event2 - Razer Razer DeathAdder Essential: device removed
[ 472.319] (**) Option "fd" "43"
[ 472.319] (**) Option "fd" "44"
[ 472.319] (II) event5 - Razer Razer DeathAdder Essential: device removed
[ 472.319] (**) Option "fd" "45"
[ 472.319] (II) event6 - SONiX USB DEVICE: device removed
[ 472.319] (**) Option "fd" "46"
[ 472.319] (II) event10 - SONiX USB DEVICE Mouse: device removed
[ 472.319] (**) Option "fd" "47"
[ 472.319] (**) Option "fd" "48"
[ 472.319] (II) event8 - SONiX USB DEVICE System Control: device removed
[ 472.319] (**) Option "fd" "49"
[ 472.319] (II) event9 - SONiX USB DEVICE Keyboard: device removed
[ 472.319] (**) Option "fd" "50"
[ 472.319] (**) Option "fd" "43"
[ 472.319] (II) event3 - Razer Razer DeathAdder Essential Keyboard: device removed
[ 472.319] (**) Option "fd" "47"
[ 472.319] (II) event7 - SONiX USB DEVICE Consumer Control: device removed
[ 472.319] (**) Option "fd" "50"
[ 472.319] (II) event29 - ydotoold virtual device: device removed
[ 472.320] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: not releasing fd for 13:93, still in use
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: not releasing fd for 13:71, still in use
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: not releasing fd for 13:67, still in use
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: releasing fd for 13:93
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: releasing fd for 13:73
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: releasing fd for 13:72
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: releasing fd for 13:71
[ 472.321] (II) UnloadModule: "libinput"
[ 472.321] (II) systemd-logind: releasing fd for 13:74
[ 472.322] (II) UnloadModule: "libinput"
[ 472.322] (II) systemd-logind: releasing fd for 13:70
[ 472.322] (II) UnloadModule: "libinput"
[ 472.322] (II) systemd-logind: releasing fd for 13:69
[ 472.322] (II) UnloadModule: "libinput"
[ 472.322] (II) systemd-logind: releasing fd for 13:67
[ 472.322] (II) UnloadModule: "libinput"
[ 472.322] (II) systemd-logind: releasing fd for 13:66
[ 472.322] (II) UnloadModule: "libinput"
[ 472.322] (II) systemd-logind: releasing fd for 13:64
[ 472.323] (II) UnloadModule: "libinput"
[ 472.323] (II) systemd-logind: releasing fd for 13:76
[ 472.324] (II) UnloadModule: "libinput"
[ 472.324] (II) systemd-logind: releasing fd for 13:65
[ 472.464] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 472.476] (II) Server terminated successfully (0). Closing log file.Offline
Xorg.2.log is old, Xorg.0.log has X.Org X Server 1.21.1.21 (good, and you're not running into glamor/iglx) and
[ 18.283] (II) LoadModule: "glx"
[ 18.283] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 18.290] (II) Module glx: vendor="X.Org Foundation"
[ 18.301] (II) Loading sub module "glxserver_nvidia"
[ 18.301] (II) LoadModule: "glxserver_nvidia"
[ 18.301] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 18.369] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18.369] (II) NVIDIA GLX Module 550.163.01 Tue Apr 8 12:13:03 UTC 2025
[ 19.490] (II) Initializing extension GLX
[ 19.491] (II) Initializing extension GLX
[ 19.491] (II) Indirect GLX disabled.
[ 19.491] (II) GLX: Another vendor is already registered for screen 0
[ 19.491] (II) Initializing extension NV-GLXPlease post the output of
printenvLast edited by seth (2025-11-29 22:28:26)
Offline
Is not running into glamor/iglx good or bad?
> printenv
KITTY_INSTALLATION_DIR=/usr/lib/kitty
XDG_CURRENT_DESKTOP=KDE
XKB_DEFAULT_MODEL=pc105+inet
XKB_DEFAULT_LAYOUT=us
KGLOBALACCELD_PLATFORM=org.kde.kwin
EDITOR=/usr/bin/micro
WAYLAND_DISPLAY=wayland-0
SESSION_MANAGER=local/Puglover:@/tmp/.ICE-unix/1227,unix/Puglover:/tmp/.ICE-unix/1227
MANAGERPIDFDID=1186
COLORTERM=truecolor
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/puglover/.local/bin:/home/puglover/.local/bin
INVOCATION_ID=02b303da7ae047c0b50db3c894ce33fb
KDE_SESSION_UID=1000
HOME=/home/puglover
SHLVL=1
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
SHELL=/usr/bin/fish
XDG_DATA_DIRS=/home/puglover/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_VTNR=1
GTK_RC_FILES=/etc/gtk/gtkrc:/home/puglover/.gtkrc:/home/puglover/.config/gtkrc
MOTD_SHOWN=pam
STARSHIP_SHELL=fish
PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
XDG_SESSION_DESKTOP=KDE
LOGNAME=puglover
GTK_USE_PORTAL=1
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-kwin_wayland.service/memory.pressure
USER=puglover
STARSHIP_SESSION_KEY=2380064567026215
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/puglover/.gtkrc-2.0:/home/puglover/.config/gtkrc-2.0
PWD=/home/puglover
TERMINFO=/usr/lib/kitty/terminfo
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
KDE_SESSION_VERSION=6
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
_JAVA_AWT_WM_NONREPARENTING=1
XDG_CONFIG_DIRS=/home/puglover/.config/kdedefaults:/etc/xdg
XDG_MENU_PREFIX=plasma-
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
VISUAL=kate
JOURNAL_STREAM=9:6696
XDG_SEAT=seat0
DISPLAY=:1
KITTY_PUBLIC_KEY=1:7zME)lenFwX(n|c>6$HJHInT<CdzY|yvc=+NrKKC
LANG=en_US.UTF-8
DESKTOP_SESSION=plasma
MANAGERPID=886
KDE_APPLICATIONS_AS_SCOPE=1
XDG_SESSION_TYPE=wayland
KITTY_PID=3788
SYSTEMD_EXEC_PID=977
XDG_SESSION_CLASS=user
MOZ_ENABLE_WAYLAND=1
XDG_SESSION_ID=2
AMD_VULKAN_ICD=RADV
KWIN_DRM_USE_EGL_STREAMS=0
QT_WAYLAND_RECONNECT=1
KDE_FULL_SESSION=true
GRADLE_HOME=/usr/share/java/gradle
BROWSER=firedragon
XDG_RUNTIME_DIR=/run/user/1000
MAIL=/var/spool/mail/puglover
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
TERM=xterm-kitty
KITTY_WINDOW_ID=1
XAUTHORITY=/run/user/1000/xauth_IxvfmR
XKB_DEFAULT_OPTIONS=terminate:ctrl_alt_bksp
ICEAUTHORITY=/run/user/1000/iceauth_KgFFNaOffline
Good because you don't want that but bad because now we need to look for another explanation ![]()
And that ain't it ![]()
__GLX_VENDOR_LIBRARY_NAME=nvidia __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json glxinfo -B
I downgraded from the latest version of nvidia drivers (580.xx)
Did/does it show the expected glxinfo output, though?
D'oh.
nvidia_drm.modeset=1 nvidia_drm.fbdev=1 https://wiki.archlinux.org/title/Kernel_parameters
The 550xx drivers didn't default to fbdev=1 so the simplydumb device is getting in the way…
Last edited by seth (2025-11-29 22:50:34)
Offline
Thank you so much! I added that to my GRUB_CMDLINE_LINUX_DEFAULT and now its working!
> inxi -G
Graphics:
Device-1: NVIDIA GA104 [GeForce RTX 3070] driver: nvidia v: 550.163.01
Display: wayland server: X.org v: 1.21.1.21 with: Xwayland v: 24.1.9
compositor: kwin_wayland driver: X: loaded: nvidia unloaded: modesetting
gpu: nvidia,nvidia-nvswitch resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: nvidia,swrast
platforms: gbm,wayland,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 550.163.01
renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
API: Vulkan v: 1.4.328 drivers: nvidia surfaces: N/A
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: nvidia-smi wl: wayland-info
x11: xdpyinfo, xprop, xrandrHow do I set this post as solved?
Edit: Apparently steamvr requires driver version 575.64.5 or above. I'll try updating to that version and see how it goes... ??
Last edited by Puglover (2025-11-29 23:21:02)
Offline
How do I set this post as solved?
Edit your first post in the thread and there is an option to edit the title. Just prepend [SOLVED] to the title. You may need to shorten the title if you don't have enough space.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline