Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
We use affiliate links to earn us some pennies. Learn more.

NVIDIA DLSS support in progress for NVK, the open source Vulkan driver for NVIDIA GPUs

By -
Last updated: 15 Oct 2025 at 5:35 pm UTC

This is pretty big and exciting, the open source NVK driver for NVIDIA GPUs is on a path towards getting NVIDIA DLSS support. Announced on their Bluesky profile by one of Valve's Linux developers, Autumn Ashton, who has previously done a fair amount of work on the likes of DXVK and VKD3D-Proton (and created D9VK).

Ashton mentioned how it took 3 days but they got DLSS to work on NVK noting:

After about 3 days of work, I got DLSS to work on NVK (the open source NVIDIA driver in Mesa)!

DLSS is essentially just some launched Cuda kernels, so it was just a matter of implementing the VK_NVX_binary_import and VK_NVX_image_view_handle extensions.

With an image noted to be "(Control, 960x540 -> 1920x1080)":


Image Credit - Autumn Ashton

Further in the Bluesky thread Ashton noted:

These extensions are used by DXVK and VKD3D-Proton via DXVK-NVAPI to implement DLSS. Although, that alone was not an easy feat because the surface area of Cuda is pretty huge and parsing the cubins is difficult as there's these weirdly packed attributes spread across-multiple sections an ELF where some of the metadata is ordinal-based and some of it is name-based and oh, the ELF is also inside another container of ELFs (elves?).

But once you parse all that out, it's actually not *that* bad.

The surface area is mostly in the parsing of the cubins, the actual dispatch code is tiny! ATM, it only supports DLSS versions that have code compiled for the GPU you are using. If you try and run old DLSS on a new GPU, that won't work currently. PTX->NIR is much harder.

Pretty great to see the NVK driver continue to make big improvements. One day perhaps the open source driver might end up being the best way for NVIDIA GPU owners on Linux.

Article taken from GamingOnLinux.com.
9 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 checked 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.
See more from me
All posts need to follow our rules. Please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Readers can also email us for any issues or concerns.
3 comments Subscribe

_Mars 9 hours ago
This is probably the single most important thing that NVK needs to be a viable option as a driver alternative.
Nvidia exclusive features are a big reason why people buy those GPUs and DLSS in particular has been a huge advantage over AMD until FSR4(and even then DLSS still has the edge).

It's obviously still far off but the fact you can use those features on open source drivers without explicit support from Nvidia is fantastic. In the future we might have drivers in the kernel like the AMD ones with most RTX features and we won't need to wait for Nvidia to address issues (like the DX12 performance regressions).

This is huge for Nvidia usage on Linux and one of the major things SteamOS needs for an official public release.
Cley_Faye 9 hours ago
Hm. I must be missing something here.

I tried nouveau with my 3080Ti, and got around 10fps in DRG (and yes, I checked that it was actually in use). Switched back to nvidia-open (yes, I know, "open"…), got back to 120fps (limited in-game to that).

I'm sure some people will enjoy the availability of DLSS, and it sounds like a fun thing to do from a technical perspective, but unless I'm missing something *huge*, having decent baseline performances sounds more important than that for large scale usage.
Stella 7 hours ago
User Avatar
Just like with FSR4 on RDNA3-, people were saying it couldn't be done and that it was impossible to implement because [].
Now this guy did it and proved us all wrong! emoji


Last edited by Stella on 15 Oct 2025 at 12:32 pm UTC
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon Logo Patreon. Plain Donations: PayPal Logo 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!
Login / Register