We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dbc93 commit c1e145fCopy full SHA for c1e145f
nixos-config/hosts/yui/nvidia/default.nix
@@ -48,16 +48,12 @@
48
# nvidia assume that by default your CPU does not support PAT,
49
# but this is effectively never the case in 2023
50
"NVreg_UsePageAttributeTable=1"
51
- # This may be a noop, but it's somewhat uncertain
52
- "NVreg_EnablePCIeGen3=1"
53
# This is sometimes needed for ddc/ci support, see
54
# https://www.ddcutil.com/nvidia/
55
#
56
# Current monitor does not support it, but this is useful for
57
# the future
58
"NVreg_RegistryDwords=RMUseSwI2c=0x01;RMI2cSpeed=100"
59
- # When (if!) I get another nvidia GPU, check for resizeable bar
60
- # settings
61
];
62
};
63
0 commit comments