this post was submitted on 29 Mar 2025
914 points (98.8% liked)
Technology
68244 readers
5248 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The answer is a bit complicated. Linux has a long history with HDR where you would need exact software and hardware, or else no HDR... Just know that it will get easier because the ball has already started to roll in the correct direction.
But the shortest way I can say it now,
If you use Valve's game mode, (which is possible to get either using steamos, bazzite, chimera OS, nobara, or you can manually set it up. You should be able to get it to work. This should work for windows games that support HDR. AFAIK there are no Linux games yet supporting HDR. It should be possible to get videos playing with HDR also, but that would be an exercise for the reader, or wait until people make it easier.
Please correct me if I am wrong, but I currently believe the newest version, of KDE and Gnome are now HDR ready. If I am wrong you might just need the newest beta which will become stable Q2 this year.
Playing videos, I believe the newest version of MPV just got HDR support. With more apps incoming.
Anything that let's a gamepad or a remote browse your videos? AFAIK not yet, but be patient, as this is all new
gamescope
is what you're going to want to search for if you're attempting this exercise. I just set gamescope in the launch options for the games where I want HDR.Wayland has had HDR support for around 6 months (using Arch, btw, so YMMV depending on how current your distro is). The issue has been that there is no way for an application to determine if your hardware supports HDR because Wayland doesn't have color management protocols.
The Wayland color management protocols are done and are targeted for the next major release of Wayland (in a month or two, roughly). In the meantime, in applications that supports it (like mpv if you want to watch movies) you can launch it with
ENABLE_HDR_WSI=1
to let it know that your setup can use HDR. Once the protocols are released you won't need to do this.You can edit/create a .desktop file for HDR mpv like so:
Here's a link to the topic on the Arch wiki: https://wiki.archlinux.org/title/HDR_monitor_support
TL;DR: Official support in a few months. But this is Linux, so you can get things sooner if you want to tinker.