Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world
linux_gaming·Linux Gamingbymillion

Plasma 6: How to use HDR with games?

As the title asks, how does one actually use HDR for games after upgrading to Plasma 6?

This was the feature I was most excited about, and I can hit the HDR button on my display configuration and it looks like the desktop is going into HDR mode, but so far I have had zero luck enabling the HDR feature in games. Every game I've tried had the HDR toggle disabled with no way to enable it.

I am running these games under Proton and I've tried both 8-GE and 9 Beta. Any tips?

Edit: probably important to note that I am using an AMD GPU under Wayland

View original on lemmy.world
59

21 replies

lemmy.world

Hi! To enable HDR in most games you will need to set your game in fullscreen. Windowed or Borderless won't allow you to use HDR functionality.

You'll also need to use the DXVK_HDR=1 %command% startup variable in steam to enable HDR in any Proton game. Proton 8 and 9 should support HDR without issuez although there are some games that might need additional configuration.

If you use an NVIDIA card, you might need to enable NVAPI with DXVK_ENABLE_NVAPI=1

Happy gaming! :D

31
Lojcsreply
lemm.ee

This only lets you enable hdr in game. Since proton runs under xwayland the hdr info won't reach the compositor.

3
millionreply
lemmy.world

Oh really? That sucks, how do you work around that?

2
Lojcsreply
lemm.ee

Gamescope supports hdr with --hdr-enabled --hdr-debug-force-output flags and running the game under it doesn't require xwayland in my understanding. It doesn't support nvidia though

2
millionreply
lemmy.world

So what is the benefit of KDE's HDR support at that? Could you do something similar under Gnome and get HDR support in games?

1
Lojcsreply

If gnome supports hdr too you can. Kde's support is a part of the stack that needs to support hdr for it to work. The programs and drivers can speak hdr all they want but if the compositor (kde) doesn't understand and relay the info to the monitor it won't work.

2

Nice, this appears to allow me to enable HDR at least in Resident Evil 8.

Is there a distinct command if the game is native Vulkan versus using the Direct3d to Vulkan layer?

Edit: Lojcs is saying this only allows you to enable it but it isn't actually working, https://a.lemmy.world/lemmy.world/comment/8535260

1

Well I was wondering this whole time how that works! Thanks a ton!

1
lemmy.secnd.me

To play Proton games you only need the latest gamescope from git, the HDR layer and environment variables are no longer needed for gamescope

Just set the launch arguments on Steam for any game to: gamescope --hdr-enabled --nested-refresh 165 --fullscreen --steam -w 3440 -W 3440 -h 1440 -H 1440 -- %command%.

Don't forget to set your refresh rate and resolution.

If you want to play videos files in HDR (YouTube also works) you need to use mpv together with the HDR layer.

After installing the layer you can run mpv like this: ENABLE_HDR_WSI=1 mpv --vo=gpu-next --target-colorspace-hint --gpu-api=vulkan --gpu-context=waylandvk "https://www.youtube.com/watch?v=dQw4w9WgXcQ".

10
millionreply
lemmy.world

Thanks, appreciate the write up. Definitely sounds like HDR under Linux has a long way to go to reach the "just works" level.

I asked this in another thread but I would be curious to get different perspectives; could you use gamescope and mpv under Gnome and get HDR support or is KDE's HDR support essential here?

4
Domireply
lemmy.secnd.me

Thanks, appreciate the write up. Definitely sounds like HDR under Linux has a long way to go to reach the "just works" level.

It's not as long as you might think, by the end of the year we should have out of the box HDR on Linux. At least for Proton games. All the puzzle pieces are there, they just need to be put in place.

could you use gamescope and mpv under Gnome and get HDR support or is KDE's HDR support essential here?

No, not until GNOME implements their HDR support. You can however run gamescope and mpv directly in tty instead of KDE/GNOME.

5

Fingers crossed on the out of the box support.

Thanks again for the knowledge.

2

On the Steam Deck it already "just works" for a lot of games (with an OLED or an external display). So we're not that far off for those changes propagating to Desktop.

3
millionreply
lemmy.world

I finally got a chance to try this out and couldn't get it to work then I realized you mentioned this was git only right now, and I am all Flatpak'd up, so I need to wait.

What is the specific commit that adds the magic since the last release?

1
Domireply
lemmy.secnd.me

Not sure, probably somewhere around when the new Wayland backend was introduced: https://github.com/ValveSoftware/gamescope/commit/9563271dea5ee4844b16a7e179e9f6bc7ed51168

I also normally run in Flatpak but I switched to native until everything settles in. Turns out the config files are compatible now so you can run either and they will pick up the others config with no issue. Just have to watch out with shader pre-compilation because if you have different Mesa versions the clients will pre-compile back and forth all the time.

2

I could compile my own flatpak locally I suppose but I imagine they will do a release soon

1
lemmy.world

To add to this, I was doing some testing since this is on my mind and I am also unable to get HDR working on Youtube under either Firefox or Chromium.

This may be orthogonal to running games or it could be related.

5

That might be more due to them not supporting HDR on Linux yet, but I'll wait for someone else to confirm that

3

You reached the end

Plasma 6: How to use HDR with games? | Spyke