NVIDIA: Difference between revisions

imported>Greizgh
m sync mode: type swtich -> switch
imported>Ccellado
No edit summary
Line 1: Line 1:
== Install NVIDIA official drivers ==
* Determine the appropriate driver version for your card [https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ nvidia official legacy driver list]
* Pick the correct <code>"nvidia"</code> version if needed, actual refference in [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/hardware/video/nvidia.nix#L12 nixpkgs repository]
Then you'll need to add it in your configuration.nix file:
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{
  services.xserver.videoDrivers = [ "nvidia" ];
  ...
</nowiki>}}
== Determining the type of your GPU ==
== Determining the type of your GPU ==