this post was submitted on 30 Jul 2026
131 points (100.0% liked)
Linux Gaming
26997 readers
154 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Correct, it's not Digital Rights Management.
It's direct rendering manager. Basically it's what kernel GPU drivers are called in linux
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...
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.
More like Digital Restrictions Management, amirite?