this post was submitted on 21 Nov 2023
164 points (98.2% liked)

Linux

48208 readers
1349 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] pathief@lemmy.world 9 points 1 year ago

Congrats to the devs!

[–] C126@sh.itjust.works 7 points 1 year ago (1 children)

What does this mean for the average user?

[–] Specialpatrol@feddit.uk 5 points 1 year ago (1 children)

A step toward having an nvidia driver that comes with your open source Linux distro

[–] C126@sh.itjust.works 1 points 1 year ago (1 children)

I meant, how is it different than what I had before? What is vulkan 1.0?

[–] Specialpatrol@feddit.uk 2 points 1 year ago

Some computer games and other graphics intensive apps are using vulkan, and they will now work with an nvidia card without needing to go get nvidias proprietary driver, which is often buggy due to not being properly tested with your desktop and system in general.

[–] tun@lemm.ee 3 points 1 year ago

I have been reading news about NVK release 1.0

Only this time I see NVK mentioned as open source Nvidia driver.

[–] kadu@lemmy.world 1 points 1 year ago

I wonder if the open source driver will ever be able to replicate quite advanced features such as frame generation.

DLSS is easy enough - make the driver have a generic hook compatible with the Windows DLL, which Proton already can use.

But frame generation? It actually requires the driver to intercept quite a lot of calls from the game engine.