• EveryMuffinIsNowEncrypted@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    74
    ·
    4 days ago

    If you’re like me and are wondering what the hell a “DRM format modifier” is, well, from the article:

    DRM format modifiers provide details on tiling, compression, and other attributes for image buffers. Depending upon the layout it can also help with better performance and other more versatile use-cases. DRM format modifiers support can allow Vulkan-powered Wayland compositors, compositors running on the Zink OpenGL-on-Vulkan layer, interoperability between different graphics APIs, and more.

    Cheers. <3

      • edinbruh@feddit.it
        link
        fedilink
        English
        arrow-up
        22
        ·
        4 days ago

        It’s direct rendering manager. Basically it’s what kernel GPU drivers are called in linux

      • Klajan@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 days ago

        Well I would also love Digital Rights Management improvements. Maybe then streaming services would actually work with Full HD (or even HD) on Linux…

        This is sadly a large sticking point to get some of my Friends to convert to Linux…

        • fonix232@fedia.io
          link
          fedilink
          arrow-up
          7
          ·
          4 days ago

          Well, that’s kind of the problem of a fully open OS where the system administrator (root) can fine-tune everything.

          The (technical) purpose of DRM is to ensure the stream goes through a certified channel. This means encryption on the wire, as well as ensuring that the image data, from the point of decryption to the point of display, isn’t intercepted.

          For this, the DRM module needs absolute, un-overridable control over the process. With root access, one can easily load a modified GPU driver that funnels the decoded image data not just to the output display, but to a separate buffer (a file). Or not even go that far but simply snatch the encryption key from memory and decrypt the streamed media directly. The list goes on.