HDR enabled on monitor, not available in games
I just installed bazzite on my main pc and I enabled and configured hdr on both of my monitors, but when I play games, the hdr option in the games I play is grayed out and set to "off"
Is there something more i should be doing to enable hdr in games?
Here are some updates when it comes to my computer:
Operating System: Bazzite 42
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.15.6-103.bazzite.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor
Memory: 32 GiB of RAM (31.3 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 3080
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570 AORUS MASTER
System Version: -CF
I'm running 2 monitors
Samsun LS27D80xE and a Samsung Odyssey G85SD.
I'm playing the games on the G85SD
34 Replies
One thing I saw was someone on ProtonDB said something about Steam Input being the culprit, but I don't know.
You can either use proton ge 10+ with
PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 %command%
in the launch options or use gamescope with: gamescope --hdr-enabled -- %command%
. For gamescope you would still need to set the other flags. (https://wiki.archlinux.org/title/Gamescope)
Oh and you need to use protonup to install the ge proton to steam and set that as the compatibility option.would proton-ge latest work?
Yes. wayland + hdr is supported since ge 10-1.
I put in the proton_enable stuff but now my game opens up on the wrong monitor
though the HDR switch is now active
There's an extra launch option for that. Might take me a minute to find
oh okay
"whatever your primary is works as well"?
Do
kscreen-doctor -o
to identify the port for the monitor you want it to show up on.DP being the display port I suppose
Yes. You're looking for the identifier

I tried putting in the DP-# that's on mine but the window still opens in the wrong monitor
Since the wayland folks are still bickering how to implement primary monitor, it will take some time before this will "just work"
dang. Its so weird because before today It just opened on the right monitor no problem
Yeah that was what the other guy was experiencing too with hdr flag: https://discord.com/channels/1072614816579063828/1387811191413276803
so I deleted the
PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 %command%
and the game is opening on the correct monitor nowYou should also be able to switch an active window with meta-shift-arrowkey. Not sure if this still works though, haven't had a multi monitor setup in a while
hmmm
I'll give it a check
I tried switching it to the other window. It moved, but all the resolutions were built for the initial monitor, which is a 4k monitor, and the primary is a 1440 ultrawide
😦 Can you show me the output you get from kscreen-doctor and the launch arguments you use? It would be weird that it works for them, but not for you.
how do I use kscreen-doctor?
oh wait sorry, I'm a little frazzled. Here we go:
@biebel
Output: 1 DP-3 e7cf8038-1afc-4f28-92f7-273831445eb7 enabled connected priority 2 DisplayPort replication source:0 Modes: 1:3840x2160@60! 2:3840x2160@30 3:3840x2160@30 4:2560x1440@60 5:1920x1080@60 6:1920x1080@60 7:1920x1080@50 8:1680x1050@60 9:1600x900@60 10:1280x1024@60 11:1440x900@60 12:1280x800@60 13:1280x720@60 14:1280x720@60 15:1280x720@50 16:1024x768@60 17:800x600@60 18:720x576@50 19:720x480@60 20:640x480@60 Geometry: 0,0 3072x1728 Scale: 1.25 Rotation: 1 Overscan: 0 Vrr: Never RgbRange: unknown HDR: enabled SDR brightness: 330 nits SDR gamut wideness: 0% Peak brightness: 330 nits, overridden with: 330 nits Max average brightness: 351 nits Min brightness: 0 nits Wide Color Gamut: enabled ICC profile: none Color profile source: sRGB Color power preference: prefer efficiency and performance Brightness control: supported, set to 100% and dimming to 100% Color resolution: unknown Allow EDR: unsupported Output: 2 DP-2 848a69f1-237f-4efb-b5ef-b4165a60084b enabled connected priority 1 DisplayPort replication source:0 Modes: 21:3440x1440@60! 22:3440x1440@175 23:3440x1440@120 24:2560x1440@175 25:2560x1440@120 26:2560x1440@60 27:1920x1080@175 28:1920x1080@120 29:1920x1080@120 30:1920x1080@60 31:1680x1050@60 32:1600x900@60 33:1280x1024@60 34:1440x900@60 35:1280x800@60 36:1280x720@60 37:1280x720@60 38:1024x768@60 39:800x600@60 40:720x480@60 41:640x480@60 Geometry: 3072,0 3440x1440 Scale: 1 Rotation: 1 Overscan: 0 Vrr: Never RgbRange: unknown HDR: enabled SDR brightness: 230 nits SDR gamut wideness: 0% Peak brightness: 230 nits, overridden with: 230 nits Max average brightness: 254 nits Min brightness: 0 nits Wide Color Gamut: enabled ICC profile: none Color profile source: sRGB Color power preference: prefer accuracy Brightness control: supported, set to 100% and dimming to 100% Color resolution: unknown Allow EDR: unsupported
You need DP-2 for the 1440 p one
let's give it another go
does it matter where in the launch options it goes?
I'm not sure
nope it still launched on the 4k one
i haven't used gamescope. Haven't really looked into doing that yet :Tikthink:
:(. Try
gamescope -f --hdr-enabled -w 3440 -h 1440 -- %command%
That should give you fullscreen on max resshould this be on top of everything else?
no that should be the full launch option
okay let's see...
looks like it allowed me to turn on hdr
on the correct monitor
Nice. just fyi if you want to start it windowed you need -W and -H to define the window size instead of -f. If you want to use mangohud with gamescope you need to add --mangoapp. You always need the -- at the end of the gamescope flags
if I don't want to define the size at all, where should I put the "--"
gamescope -f --hdr-enabled -- %command%
?
I'm trying with the other game I've had issues with-f is full screen. -w (x) -h ()y sets the render resolution, -W (x) -H (y) sets the display resolution. If you don't specify the render resolition, it will default to whatever the resolution on the steamdeck is.
You can use scopebuddy and scopebuddygui to more easily manage gamescope settings
ScopeBuddy - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
The gui is a flatpak