| 9 Apr 2026 |
anji | Right. So different drivers have to make different prioritization decisions without necessarily seeing the total system picture. | 16:06:48 |
anji | Which is different than vidmm | 16:06:55 |
anji | I'm not arguing Linux necessarily needs such a complex video memory manager btw. Just trying to understand what is currently there and how it works. And it's cool to see progress here, because vram overcommit is/was pretty bad. | 16:13:17 |
niklaskorz | The Nvidia open kernel modules support Linux heterogenous memory management but I don't know if this automatically entails memory eviction from vram to ram | 23:17:43 |
| 10 Apr 2026 |
ccicnce113424 | https://github.com/NixOS/nixpkgs/pull/498612 | nixos/nvidia, linuxPackages.nvidia-x11: split proprietary kernel modules, use source-built ICDs, write params via modprobe
Can you have a look? | 09:07:01 |
K900 | You probably want to talk to the CUDA folks for this tbh | 09:07:53 |
K900 | They're de facto the ones in charge of the Nvidia proprietary stack | 09:08:01 |
niklaskorz | Gaetan already reviewed it | 09:08:13 |
niklaskorz | well, at least he reacted on the PR | 09:08:35 |
K900 | I mean they should still be the ones to merge it probably | 09:10:11 |
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 |