You are not logged in.

#1 2026-02-07 09:40:41

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

spotify-launcher - GPU process isn't usable. Goodbye.

Hey,

i am running gnome 49 on wayland. Every time i try starting spotify-launcher it crashes with the following message:

[hmmsalat@arch-desktop ~]$ spotify-launcher
[2026-02-07T09:28:39Z INFO  spotify_launcher::config] Loading configuration file at "/etc/spotify-launcher.conf"
[2026-02-07T09:28:39Z INFO  spotify_launcher] No update needed

(spotify:10191): libayatana-appindicator-WARNING **: 10:28:40.068: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
[10191:10191:0207/102843.801136:FATAL:content/browser/gpu/gpu_data_manager_impl_private.cc:415] GPU process isn't usable. Goodbye.
[0207/102843.807008:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0207/102843.807933:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found

/etc/spotify-launcher.conf:

[spotify]
## Pass extra arguments to the spotify executable
## You can test this with `spotify-launcher -v --skip-update --no-exec`
#extra_arguments = []
## On HiDPI displays spotify doesn't pick up the scale factor automatically
#extra_arguments = ["--force-device-scale-factor=2.0"]
## On wayland you might need
extra_arguments = ["--enable-features=UseOzonePlatform", "--ozone-platform=wayland"]
## How often to try to resume the download until giving up (0 for unlimited)
#download_attempts = 5

I tried:

  • uncommenting the "extra_arguments = ["--enable-features=UseOzonePlatform", "--ozone-platform=wayland"]" line in the spotify-launcher.conf.

  • installed libayatana-appindicator-glib

  • reinstalled spotify-launcher

Nothing helped.

Any ideas, what the problem could be?

Last edited by hmmSalat (2026-02-07 09:46:23)

Offline

#2 2026-02-07 09:53:17

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 306

Re: spotify-launcher - GPU process isn't usable. Goodbye.

does this help?

spotify-launcher -- --disable-gpu-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland

if not this

spotify-launcher -- --disable-gpu --disable-gpu-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland

I expect some mercy from my fellow humans! ^^
Keep your virtue sharpened in a kingdom of carrion, and the throne they offer will be built from your ribs.

Offline

#3 2026-02-07 10:17:13

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

5hridhyan wrote:

does this help?

spotify-launcher -- --disable-gpu-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland

if not this

spotify-launcher -- --disable-gpu --disable-gpu-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland

No sad same error message.

Offline

#4 2026-02-07 11:09:09

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 306

Re: spotify-launcher - GPU process isn't usable. Goodbye.

Oh! try with x11 layer?

GDK_BACKEND=x11 spotify-launcher -- --ozone-platform=x11

I expect some mercy from my fellow humans! ^^
Keep your virtue sharpened in a kingdom of carrion, and the throne they offer will be built from your ribs.

Offline

#5 2026-02-07 13:56:51

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

5hridhyan wrote:

Oh! try with x11 layer?

GDK_BACKEND=x11 spotify-launcher -- --ozone-platform=x11
[hmmsalat@arch-desktop ~]$ GDK_BACKEND=x11 spotify-launcher -- --ozone-platform=x11
[2026-02-07T13:55:35Z INFO  spotify_launcher::config] Loading configuration file at "/etc/spotify-launcher.conf"
[2026-02-07T13:55:35Z INFO  spotify_launcher] No update needed

(spotify:36117): libayatana-appindicator-WARNING **: 14:55:35.747: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
[36117:36117:0207/145539.550991:FATAL:content/browser/gpu/gpu_data_manager_impl_private.cc:415] GPU process isn't usable. Goodbye.
[0207/145539.556908:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0207/145539.557858:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
Trace/Breakpoint ausgelöst(Speicherabzug geschrieben) GDK_BACKEND=x11 spotify-launcher -- --ozone-platform=x11

Thanks for your help. But no luck sad

Offline

#6 2026-02-07 14:23:27

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 306

Re: spotify-launcher - GPU process isn't usable. Goodbye.

It seems like the sandbox might be the culprit rather than the GPU itself. Could you try running

 spotify-launcher -- --no-sandbox

Also, try clearing your GPU cache with "rm -rf ~/.config/spotify/GPUCache"
If the no-sandbox flag works, we might need to look at your kernel's unprivileged user namespace settings.

And if that also did'nt work, then let's look under the hood. Could you provide the output of:

sysctl kernel.unprivileged_userns_clone
glxinfo | grep "OpenGL renderer"

Edit
Also, try running

spotify-launcher -- --enable-logging --v=1

and check if a chrome_debug.log is created in your Spotify config folder. Any 'ERROR' lines in there would be super helpful!

Last edited by 5hridhyan (2026-02-07 14:23:57)


I expect some mercy from my fellow humans! ^^
Keep your virtue sharpened in a kingdom of carrion, and the throne they offer will be built from your ribs.

Offline

#7 2026-02-07 15:13:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,418

Re: spotify-launcher - GPU process isn't usable. Goodbye.

--disable-gpu
--disable-gpu-sandbox
--in-process-gpu
--no-sandbox

@hmmSalat
Do you disable unprivileged_userns_clone ?
https://wiki.archlinux.org/title/Securi … plications

Offline

#8 2026-02-07 16:05:03

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

5hridhyan wrote:

It seems like the sandbox might be the culprit rather than the GPU itself. Could you try running

 spotify-launcher -- --no-sandbox

Also, try clearing your GPU cache with "rm -rf ~/.config/spotify/GPUCache"
If the no-sandbox flag works, we might need to look at your kernel's unprivileged user namespace settings.

And if that also did'nt work, then let's look under the hood. Could you provide the output of:

sysctl kernel.unprivileged_userns_clone
glxinfo | grep "OpenGL renderer"

Edit
Also, try running

spotify-launcher -- --enable-logging --v=1

and check if a chrome_debug.log is created in your Spotify config folder. Any 'ERROR' lines in there would be super helpful!

Tried all of your commands - problem still exists.

[hmmsalat@arch-desktop ~]$ sysctl kernel.unprivileged_userns_clone
kernel.unprivileged_userns_clone = 1
[hmmsalat@arch-desktop ~]$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  146 ()
  Minor opcode of failed request:  5
  Resource id in failed request:  0x3600003
  Serial number of failed request:  56
  Current serial number in output stream:  57

Offline

#9 2026-02-07 16:06:59

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,418

Re: spotify-launcher - GPU process isn't usable. Goodbye.

OpenGL renderer string: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2
X Error of failed request:  BadWindow (invalid Window parameter)

This is bad, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also try to run spotify on an X11 session

Offline

#10 2026-02-08 10:13:38

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

seth wrote:
OpenGL renderer string: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2
X Error of failed request:  BadWindow (invalid Window parameter)

This is bad, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Also try to run spotify on an X11 session

Xorg.0.log:

[  8579.358] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[  8579.358] Current Operating System: Linux arch-desktop 6.18.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 24 Jan 2026 00:47:39 +0000 x86_64
[  8579.358] Kernel command line: root=UUID=956cf06b-19dd-4db5-90f4-f9a9bfcafa5f rw add_efi_memmap initrd=amd-ucode.img initrd=initramfs-linux.img
[  8579.358]  
[  8579.358] Current version of pixman: 0.46.4
[  8579.358] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  8579.358] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  8579.358] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Sun Feb  8 13:54:21 2026
[  8579.358] (==) Using config file: "/etc/X11/xorg.conf"
[  8579.358] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  8579.358] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  8579.359] (==) ServerLayout "Layout0"
[  8579.359] (**) |-->Screen "Screen0" (0)
[  8579.359] (**) |   |-->Monitor "Monitor0"
[  8579.359] (**) |   |-->Device "Device0"
[  8579.359] (**) |-->Input Device "Keyboard0"
[  8579.359] (**) |-->Input Device "Mouse0"
[  8579.359] (**) Option "Xinerama" "0"
[  8579.359] (**) Allowing byte-swapped clients
[  8579.359] (==) Automatically adding devices
[  8579.359] (==) Automatically enabling devices
[  8579.359] (==) Automatically adding GPU devices
[  8579.359] (==) Automatically binding GPU devices
[  8579.359] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  8579.360] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  8579.360] 	Entry deleted from font path.
[  8579.360] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  8579.360] 	Entry deleted from font path.
[  8579.360] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  8579.360] 	Entry deleted from font path.
[  8579.360] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  8579.360] 	Entry deleted from font path.
[  8579.360] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[  8579.360] (==) ModulePath set to "/usr/lib/xorg/modules"
[  8579.360] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  8579.360] (WW) Disabling Keyboard0
[  8579.360] (WW) Disabling Mouse0
[  8579.360] (II) Module ABI versions:
[  8579.360] 	X.Org ANSI C Emulation: 0.4
[  8579.360] 	X.Org Video Driver: 25.2
[  8579.360] 	X.Org XInput driver : 24.4
[  8579.360] 	X.Org Server Extension : 10.0
[  8579.360] (++) using VT number 3

[  8579.360] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_37
[  8579.361] (II) xfree86: Adding drm device (/dev/dri/card1)
[  8579.361] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:0a:00.0/drm/card1
[  8579.362] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  8579.364] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  8579.366] (--) PCI:*(10@0:0:0) 10de:1e07:1462:3715 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  8579.366] (II) LoadModule: "glx"
[  8579.368] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  8579.369] (II) Module glx: vendor="X.Org Foundation"
[  8579.369] 	compiled for 1.21.1.21, module version = 1.0.0
[  8579.369] 	ABI class: X.Org Server Extension, version 10.0
[  8579.369] (II) LoadModule: "nvidia"
[  8579.369] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  8579.371] (II) Module nvidia: vendor="NVIDIA Corporation"
[  8579.371] 	compiled for 1.16.99.901, module version = 1.0.0
[  8579.371] 	Module class: X.Org Video Driver
[  8579.371] (II) NVIDIA dlloader X Driver  590.48.01  Mon Dec  8 12:52:06 UTC 2025
[  8579.371] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  8579.372] (II) systemd-logind: releasing fd for 226:1
[  8579.372] (II) Loading sub module "fb"
[  8579.372] (II) LoadModule: "fb"
[  8579.372] (II) Module "fb" already built-in
[  8579.372] (II) Loading sub module "wfb"
[  8579.372] (II) LoadModule: "wfb"
[  8579.372] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  8579.373] (II) Module wfb: vendor="X.Org Foundation"
[  8579.373] 	compiled for 1.21.1.21, module version = 1.0.0
[  8579.373] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  8579.374] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  8579.374] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  8579.374] (==) NVIDIA(0): RGB weight 888
[  8579.374] (==) NVIDIA(0): Default visual is TrueColor
[  8579.374] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  8579.374] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  8579.374] (**) NVIDIA(0): Option "Stereo" "0"
[  8579.374] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[  8579.374] (**) NVIDIA(0): Option "SLI" "Off"
[  8579.374] (**) NVIDIA(0): Option "MultiGPU" "Off"
[  8579.374] (**) NVIDIA(0): Option "BaseMosaic" "off"
[  8579.374] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  8579.374] (**) NVIDIA(0): Stereo disabled by request
[  8579.374] (**) NVIDIA(0): NVIDIA SLI disabled.
[  8579.374] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[  8579.374] (**) NVIDIA(0): Option "Coolbits" "4"
[  8579.374] (**) NVIDIA(0): Option "MetaModes" "3840x2160_60 +0+0"
[  8579.374] (**) NVIDIA(0): Enabling 2D acceleration
[  8579.374] (II) Loading sub module "glxserver_nvidia"
[  8579.374] (II) LoadModule: "glxserver_nvidia"
[  8579.374] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  8579.386] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  8579.386] 	compiled for 1.16.99.901, module version = 1.0.0
[  8579.386] 	Module class: X.Org Server Extension
[  8579.386] (II) NVIDIA GLX Module  590.48.01  Mon Dec  8 12:52:09 UTC 2025
[  8579.386] (II) NVIDIA: The X server supports PRIME Render Offload.
[  8579.392] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:10:0:0
[  8579.392] (--) NVIDIA(0):     DFP-0
[  8579.392] (--) NVIDIA(0):     DFP-1
[  8579.392] (--) NVIDIA(0):     DFP-2
[  8579.392] (--) NVIDIA(0):     DFP-3
[  8579.392] (--) NVIDIA(0):     DFP-4
[  8579.392] (--) NVIDIA(0):     DFP-5 (boot)
[  8579.392] (--) NVIDIA(0):     DFP-6
[  8579.392] (--) NVIDIA(0):     DFP-7
[  8579.415] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 2080 Ti (TU102-A) at PCI:10:0:0
[  8579.415] (II) NVIDIA(0):     (GPU-0)
[  8579.415] (--) NVIDIA(0): Memory: 11534336 kBytes
[  8579.415] (--) NVIDIA(0): VideoBIOS: 90.02.17.00.2c
[  8579.415] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  8579.483] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  8579.483] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[  8579.483] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[  8579.483] (--) NVIDIA(GPU-0): 
[  8579.484] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  8579.484] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  8579.484] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  8579.484] (--) NVIDIA(GPU-0): 
[  8579.484] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  8579.484] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  8579.484] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  8579.484] (--) NVIDIA(GPU-0): 
[  8579.484] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  8579.484] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[  8579.484] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[  8579.484] (--) NVIDIA(GPU-0): 
[  8579.485] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  8579.485] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[  8579.485] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[  8579.485] (--) NVIDIA(GPU-0): 
[  8579.487] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-5): connected
[  8579.487] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-5): Internal DisplayPort
[  8579.487] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-5): 2660.0 MHz maximum pixel clock
[  8579.487] (--) NVIDIA(GPU-0): 
[  8579.490] (--) NVIDIA(GPU-0): DFP-6: disconnected
[  8579.490] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[  8579.490] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[  8579.490] (--) NVIDIA(GPU-0): 
[  8579.490] (--) NVIDIA(GPU-0): DFP-7: disconnected
[  8579.490] (--) NVIDIA(GPU-0): DFP-7: Internal DisplayPort
[  8579.490] (--) NVIDIA(GPU-0): DFP-7: 2660.0 MHz maximum pixel clock
[  8579.490] (--) NVIDIA(GPU-0): 
[  8579.547] (II) NVIDIA(0): Validated MetaModes:
[  8579.547] (II) NVIDIA(0):     "3840x2160_60+0+0"
[  8579.547] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[  8579.850] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[  8579.850] (--) NVIDIA(0):     option
[  8579.858] (WW) NVIDIA: Failed to bind sideband socket to
[  8579.858] (WW) NVIDIA:     '/var/run/nvidia-xdriver-a7d7e2d8' Permission denied
[  8579.861] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  8579.861] (II) NVIDIA:     access.
[  8579.905] (II) NVIDIA(0): Setting mode "3840x2160_60+0+0"
[  8580.008] (==) NVIDIA(0): Disabling shared memory pixmaps
[  8580.008] (==) NVIDIA(0): Backing store enabled
[  8580.008] (==) NVIDIA(0): Silken mouse enabled
[  8580.009] (**) NVIDIA(0): DPMS enabled
[  8580.009] (II) Loading sub module "dri2"
[  8580.009] (II) LoadModule: "dri2"
[  8580.009] (II) Module "dri2" already built-in
[  8580.009] (II) NVIDIA(0): [DRI2] Setup complete
[  8580.009] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  8580.009] (II) Initializing extension Generic Event Extension
[  8580.009] (II) Initializing extension SHAPE
[  8580.009] (II) Initializing extension MIT-SHM
[  8580.009] (II) Initializing extension XInputExtension
[  8580.009] (II) Initializing extension XTEST
[  8580.009] (II) Initializing extension BIG-REQUESTS
[  8580.009] (II) Initializing extension SYNC
[  8580.010] (II) Initializing extension XKEYBOARD
[  8580.010] (II) Initializing extension XC-MISC
[  8580.010] (II) Initializing extension SECURITY
[  8580.010] (II) Initializing extension XFIXES
[  8580.010] (II) Initializing extension RENDER
[  8580.010] (II) Initializing extension RANDR
[  8580.010] (II) Initializing extension COMPOSITE
[  8580.010] (II) Initializing extension DAMAGE
[  8580.010] (II) Initializing extension MIT-SCREEN-SAVER
[  8580.010] (II) Initializing extension DOUBLE-BUFFER
[  8580.010] (II) Initializing extension RECORD
[  8580.010] (II) Initializing extension DPMS
[  8580.010] (II) Initializing extension Present
[  8580.010] (II) Initializing extension DRI3
[  8580.010] (II) Initializing extension X-Resource
[  8580.010] (II) Initializing extension XVideo
[  8580.010] (II) Initializing extension XVideo-MotionCompensation
[  8580.010] (II) Initializing extension GLX
[  8580.011] (II) Initializing extension GLX
[  8580.011] (II) Indirect GLX disabled.
[  8580.011] (II) GLX: Another vendor is already registered for screen 0
[  8580.011] (II) Initializing extension XFree86-VidModeExtension
[  8580.011] (II) Initializing extension XFree86-DGA
[  8580.011] (II) Initializing extension XFree86-DRI
[  8580.011] (II) Initializing extension DRI2
[  8580.011] (II) Initializing extension NV-GLX
[  8580.011] (II) Initializing extension NV-CONTROL
[  8580.011] (II) Initializing extension XINERAMA
[  8580.079] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  8580.079] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  8580.079] (**) Power Button: Applying InputClass "keyboard"
[  8580.079] (II) LoadModule: "libinput"
[  8580.080] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  8580.081] (II) Module libinput: vendor="X.Org Foundation"
[  8580.081] 	compiled for 1.21.1.13, module version = 1.5.0
[  8580.081] 	Module class: X.Org XInput Driver
[  8580.081] 	ABI class: X.Org XInput driver, version 24.4
[  8580.081] (II) Using input driver 'libinput' for 'Power Button'
[  8580.081] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 40 paused 0
[  8580.081] (**) Power Button: always reports core events
[  8580.081] (**) Option "Device" "/dev/input/event1"
[  8580.083] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  8580.083] (II) event1  - Power Button: device is a keyboard
[  8580.083] (II) event1  - Power Button: device removed
[  8580.083] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  8580.083] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  8580.083] (**) Option "xkb_model" "pc105"
[  8580.083] (**) Option "xkb_layout" "de"
[  8580.083] (**) Option "xkb_variant" "deadgraveacute"
[  8580.093] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  8580.093] (II) event1  - Power Button: device is a keyboard
[  8580.093] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  8580.093] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  8580.093] (**) Power Button: Applying InputClass "keyboard"
[  8580.093] (II) Using input driver 'libinput' for 'Power Button'
[  8580.094] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
[  8580.094] (**) Power Button: always reports core events
[  8580.094] (**) Option "Device" "/dev/input/event0"
[  8580.094] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  8580.095] (II) event0  - Power Button: device is a keyboard
[  8580.095] (II) event0  - Power Button: device removed
[  8580.095] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  8580.095] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  8580.095] (**) Option "xkb_model" "pc105"
[  8580.095] (**) Option "xkb_layout" "de"
[  8580.095] (**) Option "xkb_variant" "deadgraveacute"
[  8580.095] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  8580.095] (II) event0  - Power Button: device is a keyboard
[  8580.096] (II) config/udev: Adding input device Razer Razer Basilisk V3 (/dev/input/event6)
[  8580.096] (**) Razer Razer Basilisk V3: Applying InputClass "libinput pointer catchall"
[  8580.096] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3'
[  8580.148] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 44 paused 0
[  8580.148] (**) Razer Razer Basilisk V3: always reports core events
[  8580.148] (**) Option "Device" "/dev/input/event6"
[  8580.149] (II) event6  - Razer Razer Basilisk V3: is tagged by udev as: Mouse
[  8580.149] (II) event6  - Razer Razer Basilisk V3: device set to 1600 DPI
[  8580.149] (II) event6  - Razer Razer Basilisk V3: device is a pointer
[  8580.149] (II) event6  - Razer Razer Basilisk V3: device removed
[  8580.149] (II) libinput: Razer Razer Basilisk V3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.149] (II) libinput: Razer Razer Basilisk V3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.149] (II) libinput: Razer Razer Basilisk V3: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.149] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6.1/1-6.1:1.0/0003:1532:0099.0004/input/input6/event6"
[  8580.149] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3" (type: MOUSE, id 8)
[  8580.149] (**) Option "AccelerationScheme" "none"
[  8580.149] (**) Razer Razer Basilisk V3: (accel) selected scheme none/0
[  8580.149] (**) Razer Razer Basilisk V3: (accel) acceleration factor: 2.000
[  8580.149] (**) Razer Razer Basilisk V3: (accel) acceleration threshold: 4
[  8580.151] (II) event6  - Razer Razer Basilisk V3: is tagged by udev as: Mouse
[  8580.151] (II) event6  - Razer Razer Basilisk V3: device set to 1600 DPI
[  8580.151] (II) event6  - Razer Razer Basilisk V3: device is a pointer
[  8580.151] (II) config/udev: Adding input device Razer Razer Basilisk V3 (/dev/input/mouse1)
[  8580.151] (II) No input driver specified, ignoring this device.
[  8580.151] (II) This device may have been added with another device file.
[  8580.152] (II) config/udev: Adding input device Razer Razer Basilisk V3 Keyboard (/dev/input/event7)
[  8580.152] (**) Razer Razer Basilisk V3 Keyboard: Applying InputClass "libinput keyboard catchall"
[  8580.152] (**) Razer Razer Basilisk V3 Keyboard: Applying InputClass "keyboard"
[  8580.152] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 Keyboard'
[  8580.153] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 45 paused 0
[  8580.153] (**) Razer Razer Basilisk V3 Keyboard: always reports core events
[  8580.153] (**) Option "Device" "/dev/input/event7"
[  8580.154] (II) event7  - Razer Razer Basilisk V3 Keyboard: is tagged by udev as: Keyboard
[  8580.154] (II) event7  - Razer Razer Basilisk V3 Keyboard: device is a keyboard
[  8580.154] (II) event7  - Razer Razer Basilisk V3 Keyboard: device removed
[  8580.155] (II) libinput: Razer Razer Basilisk V3 Keyboard: needs a virtual subdevice
[  8580.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6.1/1-6.1:1.1/0003:1532:0099.0005/input/input7/event7"
[  8580.155] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 Keyboard" (type: MOUSE, id 9)
[  8580.155] (**) Option "AccelerationScheme" "none"
[  8580.155] (**) Razer Razer Basilisk V3 Keyboard: (accel) selected scheme none/0
[  8580.155] (**) Razer Razer Basilisk V3 Keyboard: (accel) acceleration factor: 2.000
[  8580.155] (**) Razer Razer Basilisk V3 Keyboard: (accel) acceleration threshold: 4
[  8580.156] (II) event7  - Razer Razer Basilisk V3 Keyboard: is tagged by udev as: Keyboard
[  8580.156] (II) event7  - Razer Razer Basilisk V3 Keyboard: device is a keyboard
[  8580.157] (II) config/udev: Adding input device Razer Razer Basilisk V3 (/dev/input/event8)
[  8580.157] (II) No input driver specified, ignoring this device.
[  8580.157] (II) This device may have been added with another device file.
[  8580.158] (II) config/udev: Adding input device Razer Razer Basilisk V3 (/dev/input/event9)
[  8580.158] (**) Razer Razer Basilisk V3: Applying InputClass "libinput keyboard catchall"
[  8580.158] (**) Razer Razer Basilisk V3: Applying InputClass "keyboard"
[  8580.158] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3'
[  8580.158] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 46 paused 0
[  8580.158] (**) Razer Razer Basilisk V3: always reports core events
[  8580.158] (**) Option "Device" "/dev/input/event9"
[  8580.160] (II) event9  - Razer Razer Basilisk V3: is tagged by udev as: Keyboard
[  8580.160] (II) event9  - Razer Razer Basilisk V3: device is a keyboard
[  8580.160] (II) event9  - Razer Razer Basilisk V3: device removed
[  8580.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6.1/1-6.1:1.2/0003:1532:0099.0006/input/input9/event9"
[  8580.160] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3" (type: KEYBOARD, id 10)
[  8580.160] (**) Option "xkb_model" "pc105"
[  8580.160] (**) Option "xkb_layout" "de"
[  8580.160] (**) Option "xkb_variant" "deadgraveacute"
[  8580.161] (II) event9  - Razer Razer Basilisk V3: is tagged by udev as: Keyboard
[  8580.161] (II) event9  - Razer Razer Basilisk V3: device is a keyboard
[  8580.162] (II) config/udev: Adding input device Razer Razer Huntsman Elite (/dev/input/event2)
[  8580.162] (**) Razer Razer Huntsman Elite: Applying InputClass "libinput keyboard catchall"
[  8580.162] (**) Razer Razer Huntsman Elite: Applying InputClass "keyboard"
[  8580.162] (II) Using input driver 'libinput' for 'Razer Razer Huntsman Elite'
[  8580.163] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 47 paused 0
[  8580.163] (**) Razer Razer Huntsman Elite: always reports core events
[  8580.163] (**) Option "Device" "/dev/input/event2"
[  8580.164] (II) event2  - Razer Razer Huntsman Elite: is tagged by udev as: Keyboard
[  8580.164] (II) event2  - Razer Razer Huntsman Elite: device is a keyboard
[  8580.164] (II) event2  - Razer Razer Huntsman Elite: device removed
[  8580.164] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1532:0226.0001/input/input2/event2"
[  8580.164] (II) XINPUT: Adding extended input device "Razer Razer Huntsman Elite" (type: KEYBOARD, id 11)
[  8580.164] (**) Option "xkb_model" "pc105"
[  8580.164] (**) Option "xkb_layout" "de"
[  8580.164] (**) Option "xkb_variant" "deadgraveacute"
[  8580.165] (II) event2  - Razer Razer Huntsman Elite: is tagged by udev as: Keyboard
[  8580.165] (II) event2  - Razer Razer Huntsman Elite: device is a keyboard
[  8580.166] (II) config/udev: Adding input device Razer Razer Huntsman Elite Keyboard (/dev/input/event3)
[  8580.166] (**) Razer Razer Huntsman Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[  8580.166] (**) Razer Razer Huntsman Elite Keyboard: Applying InputClass "keyboard"
[  8580.166] (II) Using input driver 'libinput' for 'Razer Razer Huntsman Elite Keyboard'
[  8580.166] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
[  8580.166] (**) Razer Razer Huntsman Elite Keyboard: always reports core events
[  8580.166] (**) Option "Device" "/dev/input/event3"
[  8580.168] (II) event3  - Razer Razer Huntsman Elite Keyboard: is tagged by udev as: Keyboard
[  8580.168] (II) event3  - Razer Razer Huntsman Elite Keyboard: device is a keyboard
[  8580.168] (II) event3  - Razer Razer Huntsman Elite Keyboard: device removed
[  8580.168] (II) libinput: Razer Razer Huntsman Elite Keyboard: needs a virtual subdevice
[  8580.168] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.1/0003:1532:0226.0002/input/input3/event3"
[  8580.168] (II) XINPUT: Adding extended input device "Razer Razer Huntsman Elite Keyboard" (type: MOUSE, id 12)
[  8580.168] (**) Option "AccelerationScheme" "none"
[  8580.168] (**) Razer Razer Huntsman Elite Keyboard: (accel) selected scheme none/0
[  8580.168] (**) Razer Razer Huntsman Elite Keyboard: (accel) acceleration factor: 2.000
[  8580.168] (**) Razer Razer Huntsman Elite Keyboard: (accel) acceleration threshold: 4
[  8580.169] (II) event3  - Razer Razer Huntsman Elite Keyboard: is tagged by udev as: Keyboard
[  8580.169] (II) event3  - Razer Razer Huntsman Elite Keyboard: device is a keyboard
[  8580.170] (II) config/udev: Adding input device Razer Razer Huntsman Elite (/dev/input/event4)
[  8580.170] (II) No input driver specified, ignoring this device.
[  8580.170] (II) This device may have been added with another device file.
[  8580.171] (II) config/udev: Adding input device Razer Razer Huntsman Elite (/dev/input/event5)
[  8580.171] (**) Razer Razer Huntsman Elite: Applying InputClass "libinput pointer catchall"
[  8580.171] (II) Using input driver 'libinput' for 'Razer Razer Huntsman Elite'
[  8580.222] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 49 paused 0
[  8580.222] (**) Razer Razer Huntsman Elite: always reports core events
[  8580.222] (**) Option "Device" "/dev/input/event5"
[  8580.223] (II) event5  - Razer Razer Huntsman Elite: is tagged by udev as: Mouse
[  8580.223] (II) event5  - Razer Razer Huntsman Elite: device is a pointer
[  8580.223] (II) event5  - Razer Razer Huntsman Elite: device removed
[  8580.223] (II) libinput: Razer Razer Huntsman Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.223] (II) libinput: Razer Razer Huntsman Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.223] (II) libinput: Razer Razer Huntsman Elite: Step value 0 was provided, libinput Fallback acceleration function is used.
[  8580.223] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.2/0003:1532:0226.0003/input/input5/event5"
[  8580.223] (II) XINPUT: Adding extended input device "Razer Razer Huntsman Elite" (type: MOUSE, id 13)
[  8580.223] (**) Option "AccelerationScheme" "none"
[  8580.223] (**) Razer Razer Huntsman Elite: (accel) selected scheme none/0
[  8580.223] (**) Razer Razer Huntsman Elite: (accel) acceleration factor: 2.000
[  8580.223] (**) Razer Razer Huntsman Elite: (accel) acceleration threshold: 4
[  8580.224] (II) event5  - Razer Razer Huntsman Elite: is tagged by udev as: Mouse
[  8580.224] (II) event5  - Razer Razer Huntsman Elite: device is a pointer
[  8580.225] (II) config/udev: Adding input device Razer Razer Huntsman Elite (/dev/input/mouse0)
[  8580.225] (II) No input driver specified, ignoring this device.
[  8580.225] (II) This device may have been added with another device file.
[  8580.226] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[  8580.226] (II) No input driver specified, ignoring this device.
[  8580.226] (II) This device may have been added with another device file.
[  8580.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[  8580.227] (II) No input driver specified, ignoring this device.
[  8580.227] (II) This device may have been added with another device file.
[  8580.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  8580.227] (II) No input driver specified, ignoring this device.
[  8580.227] (II) This device may have been added with another device file.
[  8580.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[  8580.227] (II) No input driver specified, ignoring this device.
[  8580.227] (II) This device may have been added with another device file.
[  8580.228] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event15)
[  8580.228] (II) No input driver specified, ignoring this device.
[  8580.228] (II) This device may have been added with another device file.
[  8580.228] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event16)
[  8580.228] (II) No input driver specified, ignoring this device.
[  8580.228] (II) This device may have been added with another device file.
[  8580.229] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event18)
[  8580.229] (II) No input driver specified, ignoring this device.
[  8580.229] (II) This device may have been added with another device file.
[  8580.229] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event19)
[  8580.229] (II) No input driver specified, ignoring this device.
[  8580.229] (II) This device may have been added with another device file.
[  8580.230] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event20)
[  8580.230] (II) No input driver specified, ignoring this device.
[  8580.230] (II) This device may have been added with another device file.
[  8580.230] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event21)
[  8580.230] (II) No input driver specified, ignoring this device.
[  8580.230] (II) This device may have been added with another device file.
[  8580.230] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[  8580.230] (II) No input driver specified, ignoring this device.
[  8580.230] (II) This device may have been added with another device file.
[  8580.231] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event11)
[  8580.231] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  8580.231] (**) Eee PC WMI hotkeys: Applying InputClass "keyboard"
[  8580.231] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[  8580.231] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 50 paused 0
[  8580.231] (**) Eee PC WMI hotkeys: always reports core events
[  8580.231] (**) Option "Device" "/dev/input/event11"
[  8580.232] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  8580.232] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[  8580.232] (II) event11 - Eee PC WMI hotkeys: device removed
[  8580.232] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input11/event11"
[  8580.232] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[  8580.232] (**) Option "xkb_model" "pc105"
[  8580.232] (**) Option "xkb_layout" "de"
[  8580.232] (**) Option "xkb_variant" "deadgraveacute"
[  8580.233] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[  8580.233] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[  8580.233] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[  8580.233] (II) No input driver specified, ignoring this device.
[  8580.233] (II) This device may have been added with another device file.
[  8580.240] (**) Razer Razer Basilisk V3 Keyboard: Applying InputClass "libinput keyboard catchall"
[  8580.240] (**) Razer Razer Basilisk V3 Keyboard: Applying InputClass "keyboard"
[  8580.240] (II) Using input driver 'libinput' for 'Razer Razer Basilisk V3 Keyboard'
[  8580.240] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[  8580.240] (**) Razer Razer Basilisk V3 Keyboard: always reports core events
[  8580.240] (**) Option "Device" "/dev/input/event7"
[  8580.240] (II) libinput: Razer Razer Basilisk V3 Keyboard: is a virtual subdevice
[  8580.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6.1/1-6.1:1.1/0003:1532:0099.0005/input/input7/event7"
[  8580.240] (II) XINPUT: Adding extended input device "Razer Razer Basilisk V3 Keyboard" (type: KEYBOARD, id 15)
[  8580.240] (**) Option "xkb_model" "pc105"
[  8580.240] (**) Option "xkb_layout" "de"
[  8580.240] (**) Option "xkb_variant" "deadgraveacute"
[  8580.240] (**) Razer Razer Huntsman Elite Keyboard: Applying InputClass "libinput keyboard catchall"
[  8580.240] (**) Razer Razer Huntsman Elite Keyboard: Applying InputClass "keyboard"
[  8580.240] (II) Using input driver 'libinput' for 'Razer Razer Huntsman Elite Keyboard'
[  8580.240] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  8580.240] (**) Razer Razer Huntsman Elite Keyboard: always reports core events
[  8580.240] (**) Option "Device" "/dev/input/event3"
[  8580.240] (II) libinput: Razer Razer Huntsman Elite Keyboard: is a virtual subdevice
[  8580.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-8/1-8:1.1/0003:1532:0226.0002/input/input3/event3"
[  8580.240] (II) XINPUT: Adding extended input device "Razer Razer Huntsman Elite Keyboard" (type: KEYBOARD, id 16)
[  8580.240] (**) Option "xkb_model" "pc105"
[  8580.240] (**) Option "xkb_layout" "de"
[  8580.240] (**) Option "xkb_variant" "deadgraveacute"
[  8580.337] (**) Option "fd" "40"
[  8580.337] (II) event1  - Power Button: device removed
[  8580.337] (**) Option "fd" "43"
[  8580.337] (II) event0  - Power Button: device removed
[  8580.337] (**) Option "fd" "44"
[  8580.337] (II) event6  - Razer Razer Basilisk V3: device removed
[  8580.337] (**) Option "fd" "45"
[  8580.337] (**) Option "fd" "46"
[  8580.337] (II) event9  - Razer Razer Basilisk V3: device removed
[  8580.337] (**) Option "fd" "47"
[  8580.337] (II) event2  - Razer Razer Huntsman Elite: device removed
[  8580.337] (**) Option "fd" "48"
[  8580.337] (**) Option "fd" "49"
[  8580.337] (II) event5  - Razer Razer Huntsman Elite: device removed
[  8580.337] (**) Option "fd" "50"
[  8580.337] (II) event11 - Eee PC WMI hotkeys: device removed
[  8580.337] (**) Option "fd" "45"
[  8580.337] (II) event7  - Razer Razer Basilisk V3 Keyboard: device removed
[  8580.337] (**) Option "fd" "48"
[  8580.337] (II) event3  - Razer Razer Huntsman Elite Keyboard: device removed
[  8580.341] (II) UnloadModule: "libinput"
[  8580.341] (II) systemd-logind: not releasing fd for 13:67, still in use
[  8580.341] (II) UnloadModule: "libinput"
[  8580.341] (II) systemd-logind: not releasing fd for 13:71, still in use
[  8580.341] (II) UnloadModule: "libinput"
[  8580.341] (II) systemd-logind: releasing fd for 13:75
[  8580.341] (II) UnloadModule: "libinput"
[  8580.341] (II) systemd-logind: releasing fd for 13:69
[  8580.342] (II) UnloadModule: "libinput"
[  8580.342] (II) systemd-logind: releasing fd for 13:67
[  8580.342] (II) UnloadModule: "libinput"
[  8580.342] (II) systemd-logind: releasing fd for 13:66
[  8580.342] (II) UnloadModule: "libinput"
[  8580.342] (II) systemd-logind: releasing fd for 13:73
[  8580.342] (II) UnloadModule: "libinput"
[  8580.342] (II) systemd-logind: releasing fd for 13:71
[  8580.342] (II) UnloadModule: "libinput"
[  8580.342] (II) systemd-logind: releasing fd for 13:70
[  8580.343] (II) UnloadModule: "libinput"
[  8580.343] (II) systemd-logind: releasing fd for 13:64
[  8580.343] (II) UnloadModule: "libinput"
[  8580.343] (II) systemd-logind: releasing fd for 13:65
[  8580.455] (II) NVIDIA(GPU-0): Deleting GPU-0
[  8580.572] (II) Server terminated successfully (0). Closing log file.

Will try running spotify on x11 in a few minutes. Thanks for your help!

Last edited by hmmSalat (2026-02-08 12:59:09)

Offline

#11 2026-02-08 13:21:28

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

Okay, tried starting a gnome X11 session using startx from terminal. It does not work.

** Message:13:54:22.201: Starting GNOME session target: gnome-session-x11@gnome.target
** (process:19595): ERROR **: 13:54:22.201: Failed to start uni gnome-session-x11@gnome.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome.target not found.
xinit: connection to X server lost

Offline

#12 2026-02-08 13:23:39

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,593

Re: spotify-launcher - GPU process isn't usable. Goodbye.

Gnome disabled X support by default, so the Arch packages don't have it. You'll have to use a different WM.

Offline

#13 2026-02-08 13:31:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,418

Re: spotify-launcher - GPU process isn't usable. Goodbye.

[  8579.358] (==) Using config file: "/etc/X11/xorg.conf"

Get rid of that file.
Though there's only one GPU anyway and no further issues.

[  8579.358] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Sun Feb  8 13:54:21 2026

Sanity check, do you have similar problems w/ other electron clients (chromium)?
Does https://aur.archlinux.org/packages/spotify work ?

Offline

#14 2026-02-11 05:29:11

hmmSalat
Member
Registered: 2020-02-29
Posts: 12

Re: spotify-launcher - GPU process isn't usable. Goodbye.

seth wrote:
[  8579.358] (==) Using config file: "/etc/X11/xorg.conf"

Get rid of that file.
Though there's only one GPU anyway and no further issues.

[  8579.358] (==) Log file: "/home/stefan/.local/share/xorg/Xorg.0.log", Time: Sun Feb  8 13:54:21 2026

Sanity check, do you have similar problems w/ other electron clients (chromium)?
Does https://aur.archlinux.org/packages/spotify work ?

Okay, i deleted the xorg.conf.

I get the same error when trying to run Spotify from AUR.

Other electron clients like discord are working without any problems.

Offline

#15 2026-02-11 09:00:49

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,418

Re: spotify-launcher - GPU process isn't usable. Goodbye.

Have you tried running spotify in an actual X11 session?
Have you tried running it on a fresh user account?

Offline

Board footer

Powered by FluxBB