NVK Has landed!

AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.world to Linux@lemmy.ml – 220 points –
collabora.com

And as usual this is without any help from Nvidia

Linus "fuck you Nvidia" gif

21

You are viewing a single comment

For those out of the loop that don’t read articles (this isn’t an article it’s a post by one of the creator’s of the driver)

What is NVK?

NVK is a new fully open-source Vulkan driver for Nvidia hardware.

What is the difference between selecting dx12 and vulkan on a game that supports both versus putting a vulkan driver on the card? Will the vulkan drive have better performance on games which already support vulkan? All games? Thanks for any explanation

If you're on Linux Vulkan is the way to go. Unless their use of the standard is really bad, Vulkan will always perform better on Linux than DirectX 12

If you're on Windows, then it can be a bit of a crap shoot on which one performs better.

Dx12 is absolutely proprietary. Vulkan is open source.

Vulkan isn't open source, it's an open standard.

Open source, open standard same stuff.

No, its not. With open source software you, a regular person, can feasibly get a change included into the code base. That is NOT true with an open standard. You, or more accurately a very large and powerful company you work with or for, have to have significant pull to even hope to get a change in. Even then, those changes take a lot of time to proliferate.

With open source code that change can happen as soon as you write it, you don't even have to wait for the maintainer to merge it; just fork the software. You can't really "fork" Vulkan as a normal dev; no one will follow your spec. You don't have enough pull as a single dev to get billion dollar companies to follow it. But you can relatively easily get those same companies to use your fork of an open source software.

They are entirely different systems.

"I will prove you wrong and fork vulkan and make everyone use my version " that's what i would've d Said if i was some genius who knew how to code but am not. Joke aside, i meant in terms of openness. You can't make dx12 work on linux, android,etc but vulkan works everywhere.

That is because it's an open standard, not open source. You can read the documentation and implement a driver for a new platform, but you're not porting vulkan to it. Likewise, there is tons of windows only open source code that will never work anywhere else because they target windows specific code.

I know what an open standard is (i hope ) from watching Andreas kling code his from scratch browser "ladybird". Posix is one. Html , css, js too. Basically, anything that give you specs and let you implement them. I know wine try to implement (reverse engineer) the windows syscalls to make windows apps work on linux down to the weird quirks and bugs.

If you run dx12 on Linux. You're likely going to be using a translation letter that converts dx12 to vulkan.