Summary of existing issues with the nVidia proprietary driver

Non-gamer here simply looking to achieve a viable workstation setup.

With each successive driver release since the 550 series there’s a growing number of problems.

Currently tracking 4 known issues. To summarize, ordered by subjective severity, from lowest to highest:

  1. Use-after free error in 570 driver. Needs to be addressed, but low impact with no crash.
  1. Chrome/Electron VK_ERROR_INCOMPATIBLE_DRIVER errors at launch. I don’t care about this one as I use neither software/platform.
  1. GTK4 application tooltips and popover dialogs are stretched/distorted/frozen. This affects the GL and NGL renderers for GTK4 apps and is wildly annoying.
  1. GTK4 apps background CPU usage and application crash-on-exit with Vulkan renderer. This is a showstopper for using the default Vulkan GTK4 renderer.

Using this roundup topic for myself to organize, track, and update the overall status of issues I’m facing for each successive driver release.

I’ve provided numerous nVidia bug reports, GDB backtraces, etc. where applicable, and will also continue providing feedback on the individual issue threads as well as driver-release-specific feedback topic threads.

Current stack:

  • Arch Linux | Kernel 6.13.5
  • Gnome-shell | Mutter 47.5
  • Wayland (meson_options: xwayland=false, x11=false)
  • Gtk4 4.16.12
  • Mesa 24.3.4
  • vulkan-icd-loader 1.4.304
  • nVidia 570.124.04
1 Like

Forgot one…

  1. Nvidia driver isn’t compatible with simpledrm so boot output and TTYs are blank

For older generation GPUs (<= Pascal), nvidia_drm.fbdev=0 kernel parameter is still required to have a functional TTY, display the full boot text, and avoid the “freezing” / black screen.

Also, nvidia_drm.modeset=1, used in combination with the patched Arch kernel, is still required as a kernel parameter to avoid the simpledrm device creation.

See Also:

Updating this tracking thread for the nVidia 570.133.07 Production Branch driver release.

Currently afftected by 5 issues with nVidia Linux drivers.

New bug reports attached and further details have been submitted for each individual issue.


  1. Use-after free error
  1. Chrome/Electron VK_ERROR_INCOMPATIBLE_DRIVER errors at launch.
  1. GTK4 application tooltips and popover dialogs are stretched/distorted/frozen. This affects the GL and NGL renderers
  1. GTK4 apps background CPU usage and application crash-on-exit with Vulkan renderer. This is a showstopper for using the default Vulkan GTK4 renderer.
  1. Nvidia driver isn’t compatible with simpledrm so boot output and TTYs are blank

Latest stack:
  • Arch Linux | Kernel 6.13.7
  • Gnome-shell | Mutter 48.0
  • Wayland (meson_options: xwayland=false, x11=false)
  • Gtk4 4.18.2
  • Mesa 25.0.2
  • vulkan-icd-loader 1.4.304
  • nVidia 570.133.07

I will continue to update this tracking thread for each successive driver release.

2 Likes