this post was submitted on 28 Feb 2024
208 points (97.7% liked)

Linux

47353 readers
1302 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 6 months ago* (last edited 6 months ago) (2 children)

What the.... they're working so fast!!!! At this pace, NVK could probably equal, if not surpass the proprietary drivers by the end of the year!

Only 1 question: how will that affect Wayland support for Nvidia?

I'm an AMD user, but I'm curious.

[–] [email protected] 7 points 6 months ago (1 children)

It does not directly affect wayland support in any way unless you're using one of those experimental Wayland in Vulkan modes.

It does affect it indirectly insofar as that, with NVK, you're able to use the nouveau kernel module which exposes standardised interfaces that Wayland relies on without losing the ability to do Vulkan which was not possible previously. If you wanted Vulkan previously, you had to use Nvidia's proprietary driver and its non-standard interfaces that cause issues with Wayland.

[–] [email protected] 1 points 6 months ago (1 children)

It does not directly affect wayland support in any way unless you're using one of those experimental Wayland in Vulkan modes.

Doesn't Zink on NVK support fully compliant OpenGL 4.6?

[–] [email protected] 1 points 6 months ago (1 children)

Yes but I don't see how that's related to Wayland as nouveau (mesa OGL) is also capable of driving apps inside a modern desktop.

[–] [email protected] 2 points 6 months ago (1 children)

I think their are plans to switch to Zink on NVK to reduce the maintenance efforts

[–] [email protected] 1 points 6 months ago (1 children)
[–] [email protected] 3 points 6 months ago

Yeah:

For OpenGL support, we are still expecting Zink + NVK to be the plan going forward

[–] [email protected] 3 points 6 months ago

Ive been trying out nouveau with mesa 24.1, wayland seems better than last time I tried it out on proprietary nvidia drivers. Only issue I've notice is that mouse movement feels weird and performance drops when you move the mouse.