Can't enable HDR In game, it's enabled OS Side and screen side
Hey, issue in the title ðŸ˜
Solution:Jump to solution
mangohud ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 5120 -H 1440 -f -r 240 --hdr-enabled --adaptive-sync --force-grab-cursor %command% --launcher-skip -skipStartScreen
Here is my launch options for Cyberpunk 2077 as an example...4 Replies
You need to run the game in gamescope. Either on the deck version of bazzite or add the gamescope commands to launch options in steam. HDR Implementation is not finished yet outside of gamescope.
Solution
mangohud ENABLE_GAMESCOPE_WSI=1 DXVK_HDR=1 gamescope -W 5120 -H 1440 -f -r 240 --hdr-enabled --adaptive-sync --force-grab-cursor %command% --launcher-skip -skipStartScreen
Here is my launch options for Cyberpunk 2077 as an exampleAlso you'll have to modify that for your usecase, run gamescope --help to get a list of options
thank you both for the answer, really helpful!