this post was submitted on 08 Apr 2024
196 points (96.7% liked)

Linux

47369 readers
1025 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
[–] lemmyvore@feddit.nl 3 points 5 months ago (1 children)

It will not though. Explicit sync is not a magic solution, it's just another way of syncing GPU work. Unlike implicit sync it needs to be implemented by every part of the graphical stack. Just because Nvidia is implementing it will not solve issues with compositors not having it, and graphical libraries not having it, and apps not supporting it, and so on and so forth. It's a step in the right direction but it won't fix everything overnight like some people think.

Also it's silly that this piece mentions Wayland and Nvidia because (1) Wayland doesn't implement sync of any kind, they probably meant to say "the Wayland stack" and (2) Nvidia is not the only driver that needs to implement explicit sync.

[–] visor841@lemmy.world 67 points 5 months ago (1 children)

will not solve issues with compositors not having it

Many compositors already have patches for explicit sync which should get merged fairly quickly.

graphical libraries not having it

Both Vulkan and OpenGL have support for explicit sync

apps not supporting it

Apps don't need to support it, they just need to use Vulkan and OpenGL, and they will handle it.

Wayland doesn't implement sync of any kind, they probably meant to say "the Wayland stack"

Wayland has a protocol specifically for explicit sync, it's as much a part of Wayland as pretty much anything else that's part of Wayland.

Nvidia is not the only driver that needs to implement explicit sync.

Mesa has already merged explicit sync support.

[–] Hadriscus@lemm.ee 23 points 5 months ago

so basically every single statement was incorrect ? lol