this post was submitted on 20 Jan 2024
112 points (96.7% liked)

Linux

47948 readers
1548 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
 

The Linux DMA-BUF protocol for Wayland is widely used these days and supported by multiple compositors for negotiating optimal buffer allocation parameters between clients and compositors. The current fifth version of linux-dmabuf was marked as stable with it working out well and no need for any other changes before removing the "experimental" tag.

The new transient seat protocol for Wayland is for creating short-lived seats for remote users. These transient seats will be automatically removed as soon as the client disconnects. The transient seat protocol is intended for use with Wayland's virtual input and virtual pointer protocols for remote desktop use.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 9 months ago (1 children)

DMA-BUF being marked as "unstable" for a decade was a fucking joke. It's a protocol that's required to get any kind of meaningful hardware accel going, which nearly every app does nowadays. Within Wayland circles, it's been understood it's not going to change for years, as doing so would break nearly every single existing app, yet all kinds of bikeshedding prevented it from being moved to stable.

Hopefully this marks a turning point for many other similarly important protocols stuck in unstable/staging hell too, like pointer constraints and text input. If devs can't rely on basic functionality to be present and it takes more than say three years to commit to it, it's time to admit that either the process or the protocol is broken.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

ION was the only thing supported by hardware manufacturers for many of those years - I’d agree DMA-BUF is the better solution, but switching from ION to DMA-BUF has also broken lots of functionality

It’s good that we can finally use the same protocol from hardware to software

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

I just wish the hardware industry like nVidia would support more. I would love to jump on Linux but as a VR dev, I am stuck in Windows which is only getting worse with each passing year.

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

Why so? AMD supports Wayland just fine, while having good enough performance. As a VR dev, AMD still including a USB C port on GPUs should actually be even more convenient for you.

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

It is not strictly because of the GPU drivers as I could get around that to a degree or change cards, but more that VR development tools are not well supported on Linux. I develop the Meta Quest with Unity and thus I am stuck on Windows. :-(

[–] [email protected] 0 points 9 months ago

Don't SteamVR tools work on linux as well? Not that it'd help in your situation, where you're stuck with proprietary GPU drivers and proprietary VR tools.

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

This is the best summary I could come up with:


With Wayland Protocols 1.33 there are various fixes/clarifications and then two main changes: Linux DMA-BUF is now considered stable and the transient seat protocol (ext-transient-seat) is introduced for the first time.

The Linux DMA-BUF protocol for Wayland is widely used these days and supported by multiple compositors for negotiating optimal buffer allocation parameters between clients and compositors.

The current fifth version of linux-dmabuf was marked as stable with it working out well and no need for any other changes before removing the "experimental" tag.

These transient seats will be automatically removed as soon as the client disconnects.

The transient seat protocol is intended for use with Wayland's virtual input and virtual pointer protocols for remote desktop use.

Wayland's transient seat protocol already has support for Sway / wlroots along with WayVNC.


The original article contains 226 words, the summary contains 131 words. Saved 42%. I'm a bot and I'm open source!