| 10 Apr 2026 |
niklaskorz | agreed, I've request the team for review on the PR | 09:10:59 |
niklaskorz | * agreed, I've requested the team for review on the PR | 09:11:15 |
niklaskorz | I'll also smoke test the changes on my system in a moment | 09:15:31 |
K900 | I don't have Nvidia hardware | 09:17:14 |
K900 | So I can't help here | 09:17:19 |
| ladas552 joined the room. | 20:51:52 |
| 11 Apr 2026 |
anji | I'm curious if this section of the wiki is still relevant: https://wiki.nixos.org/wiki/Steam#Gamescope_HDR
I've been trying (and failing) to get HDR to work in Steam games for some time. On NixOS stable. This section recommends the "gamescope-wsi" package but it seems like this is now just the "gamescope" package? | 01:41:01 |
anji | * I'm curious if this section of the wiki is still relevant: https://wiki.nixos.org/wiki/Steam#Gamescope_HDR
I've been trying (and failing) to get HDR to work in Steam games for some time. On NixOS stable.
Specifically: This section recommends the "gamescope-wsi" package but it seems like this is now just the "gamescope" package? | 01:44:42 |
anji | Huh. Changing from gamescope to gamescope-wsi does seem to work. I guess I don't understand how search.nixos.org works then. I thought these two packages were somehow aliases but it does actually change something. Anyway, that wiki entry is 👍️ | 01:53:38 |
| Lukas joined the room. | 02:15:05 |
arcayr | i searched for it and can see it in both 25.11 and unstable | 03:33:02 |
arcayr | https://search.nixos.org/packages?channel=unstable&query=gamescope | 03:33:06 |
arcayr | did you by chance have it set to "nixos options" and not "packages" at the top? | 03:33:33 |
anji | Yeah. Thanks. I also see both but I assumed "Name: gamescope" meant they were aliases. I guess not :) | 03:33:46 |
anji | My incorrect assumption was that because they both have the same name and the same package.nix it's the same. Nope | 03:34:17 |
arcayr | i think that's basically a "this package fulfills ... " | 03:34:17 |
arcayr | like other distros' provides: and such | 03:34:24 |
arcayr | (e.g., coreutils-rust "provides:" coreutils so that pkgs don't whine about not having coreutils installed) | 03:34:45 |
anji | * My incorrect assumption was that because they both have the same "Name:" and the same package.nix it's the same. Nope | 03:34:46 |
anji | Ah, that makes a lot of sense. Thanks again | 03:34:58 |
anji | By the way I've also had success when running Wayland by using GE-Proton and PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 ENABLE_HDR_WSI=1 %command% as command. This also seems to be the rare combination which makes HDR work on some Proton games. | 14:08:50 |
niklaskorz | fyi you don't need ENABLE_HDR_WSI with up to date drivers anymore | 14:23:42 |
niklaskorz | Mesa 25+ (for AMD and Intel) or Nvidia 595+ | 14:24:01 |
anji | I needed it otherwise tonemapping in several games was wrong. Typical "washed out" colors. On NixOS stable with Plasma. | 14:26:32 |
niklaskorz | what drivers are you on? | 14:29:30 |
niklaskorz | if it's Nvidia then likely 580 | 14:29:42 |
niklaskorz | 26.05 will default to 595 so you can remove the hdr layer then | 14:30:14 |
niklaskorz | * 26.05 will default to 595 so you can remove the hdr layer when updating in two months | 14:30:44 |
anji | I'm on AMD with whatever is current on 25.11. Mesa 25.2 or something. | 14:31:31 |
niklaskorz | hm then you shouldn't need the layer at all | 14:31:53 |