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.

  • chameleon@kbin.social
    link
    fedilink
    arrow-up
    19
    ·
    5 months ago

    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.

    • ozymandias117@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      5 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

    • Immersive_Matthew@sh.itjust.works
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      5 months ago

      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.

      • justJanne@startrek.website
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        5 months ago

        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.

        • Immersive_Matthew@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          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. :-(

          • justJanne@startrek.website
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            5 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.

  • AutoTL;DR@lemmings.worldB
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 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!