Jump to content

Nvidia: Difference between revisions

60 bytes added ,  7 September 2023
no edit summary
imported>Ziasquinn
m (added a new option that installs 525 based off this https://discourse.nixos.org/t/using-older-revisions-of-nvidia-drivers/28645/5)
imported>Nadimkobeissi
No edit summary
Line 53: Line 53:
powerManagement.enable = true;
powerManagement.enable = true;


     # Use the NVidia open source kernel module (which isn't “nouveau”).
     # Use the NVidia open source kernel module (not to be confused with the
    # independent third-party "nouveau" open source driver).
     # Support is limited to the Turing and later architectures. Full list of  
     # Support is limited to the Turing and later architectures. Full list of  
     # supported GPUs is at:  
     # supported GPUs is at:  
     # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus  
     # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus  
     # Only available from driver 515.43.04+
     # Only available from driver 515.43.04+
     open = false;
     open = true;


     # Enable the Nvidia settings menu,
     # Enable the Nvidia settings menu,