Skip to content

Commit 00810bf

Browse files
committed
feat(nvidia): Update driver settings
New GPU supports PCIe gen 4, and resizeable BAR is set by default as long as the motherboard supports it.
1 parent 71bf225 commit 00810bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nixos-config/hosts/yui/nvidia/default.nix

-4
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,12 @@
4848
# nvidia assume that by default your CPU does not support PAT,
4949
# but this is effectively never the case in 2023
5050
"NVreg_UsePageAttributeTable=1"
51-
# This may be a noop, but it's somewhat uncertain
52-
"NVreg_EnablePCIeGen3=1"
5351
# This is sometimes needed for ddc/ci support, see
5452
# https://www.ddcutil.com/nvidia/
5553
#
5654
# Current monitor does not support it, but this is useful for
5755
# the future
5856
"NVreg_RegistryDwords=RMUseSwI2c=0x01;RMI2cSpeed=100"
59-
# When (if!) I get another nvidia GPU, check for resizeable bar
60-
# settings
6157
];
6258
};
6359

0 commit comments

Comments
 (0)