Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

NVIDIA has released two new Beta drivers for Linux recently, so here's your usual rundown of what's new and changed.

First up is the Beta 530.30.02, which is for their normal mainline consumer drivers. Here's all that's changed:

  • Added an application profile to avoid performance problems in Xfce 4 when the OpenGL compositor backend is enabled along with G-SYNC.
  • Added support for suspend and resume when using GSP firmware.
  • Moved the nvidia-settings application icon into the 'hicolor' icon theme, which allows it to be customized by other icon themes selected in the desktop environment.
  • Fixed a bug that prevented PRIME render offload from working for Wayland applications when running on a system with an AMD iGPU.
  • Fixed a bug that prevented nvidia-installer from recording kernel log output to the installer log in some module loading failure paths.
  • Changed nvidia-installer to no longer use the $XDG_DATA_DIRS environment variable. XDG data files are now installed to a path specified by the --xdg-data-dir option, or /usr/share if not specified.
    This fixes a problem when Flatpak is installed that caused the installer to place the nvidia-settings.desktop file in /root/.local/share/flatpak/exports/share/applications.
  • Changed the behavior of glXGetRefreshRateSGI() for non-integer refresh rates to round to the nearest whole number rather than truncating.
  • Changed the compression format of the .run installer package from xz to zstd. This results in a smaller compressed package, and faster decompression performance. A fallback zstd decompressor is embedded into the installer package for systems which do not already have a zstd decompression program installed.
  • Fixed a bug that caused nvidia-installer to mistakenly unload some already loaded non-NVIDIA kernel modules.
  • Added compatibility for Linux kernels with Indirect Branch Tracking (IBT).

NVIDIA also just recently released the Vulkan Beta 525.47.11 for developers that includes these changes:

  • New:
  • Fixes:
    • Fixed issue with line stipple pattern when line stipple enable is dynamic.
    • Vulkan Video fixes:
      • Fix an issue where the driver is incorrectly padded in-place the API provided bitstream buffer when the size of the buffer is smaller than 16 bytes.
      • Fix an h.264 encoder bug with handling IDR pictures when the coded picture resolution changes.
      • Fix an issue where in some session configuration cases an incorrect size is being reported for the required memory heap for the h.264 encoder session.

That extension noted above was worked on by people from Valve, Igalia, Google and NVIDIA and it's described as allowing "creating 3D views of 3D images such that the views contain a subset of the slices in the image, using a Z offset and range, for the purpose of using the views as storage image descriptors. This matches functionality in D3D12 and is primarily intended to support D3D12 emulation" — so it's another that was created to help the likes of Proton.

Article taken from GamingOnLinux.com.
Tags: Beta, Drivers, Misc, NVIDIA
6 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
3 comments

Xpander Feb 28, 2023
Driver seems to work without issues. Didn't run into any of the bugs that are reported fixed though. Can't see the change in the nvidia-settings icons also but i guess thats my icon theme taking over maybe

xpander@archlinux ~ $ nvidia-smi | grep Version
| NVIDIA-SMI 530.30.02              Driver Version: 530.30.02    CUDA Version: 12.1     |


not sure what this is all about though? some security thing?
QuoteAdded compatibility for Linux kernels with Indirect Branch Tracking IBT)


Last edited by Xpander on 28 February 2023 at 4:40 pm UTC
CatKiller Feb 28, 2023
View PC info
  • Supporter Plus
Quoting: XpanderCan't see the change in the nvidia-settings icons also but i guess thats my icon theme taking over maybe
hicolor is the ultimate fallback for icons. When looking for a particular icon, the DE will first look in the theme, and then step back through the Inherits themes, and finally look in hicolor. The reason you wouldn't see a change is because your theme isn't taking it over, although this change makes it possible for themes to do so.
mr-victory Feb 28, 2023
Quoting: Xpandernot sure what this is all about though? some security thing?
Quote
Added compatibility for Linux kernels with Indirect Branch Tracking IBT)
It means hell yeah! (For me, at least) Indirect Branch Tracking is a security feature in Intel Gen 11+ GPUs. Enabling IBT requires all kernel modules to be compiled with certain options, which is not a problem for mainline modules but breaks Nvidia driver. On Arch Linux based distros, (IBT is disabled upstream, for now) having an Intel Gen 11+ processor required a kernel parameter, otherwise Nvidia driver crashes and you get no display output.
TLDR: I was waiting for this for almost a year.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.