From c1e145f74315ce2c336646f861650b81b6dfaca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sun, 1 Sep 2024 05:46:49 +0200 Subject: [PATCH] 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. --- nixos-config/hosts/yui/nvidia/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos-config/hosts/yui/nvidia/default.nix b/nixos-config/hosts/yui/nvidia/default.nix index 19c5a987..f34437c9 100644 --- a/nixos-config/hosts/yui/nvidia/default.nix +++ b/nixos-config/hosts/yui/nvidia/default.nix @@ -48,16 +48,12 @@ # nvidia assume that by default your CPU does not support PAT, # but this is effectively never the case in 2023 "NVreg_UsePageAttributeTable=1" - # This may be a noop, but it's somewhat uncertain - "NVreg_EnablePCIeGen3=1" # This is sometimes needed for ddc/ci support, see # https://www.ddcutil.com/nvidia/ # # Current monitor does not support it, but this is useful for # the future "NVreg_RegistryDwords=RMUseSwI2c=0x01;RMI2cSpeed=100" - # When (if!) I get another nvidia GPU, check for resizeable bar - # settings ]; };