Jump to content

Nvidia: Difference between revisions

That way of specifying drivers has been deprecated for a long time
(Added NVIDIA prime option for AMD GPUs that was missing. Also made it clear that AMD integrated GPUs will also work with NVIDIA prime offload. I added this change to the old wiki too and was copied from there.)
(That way of specifying drivers has been deprecated for a long time)
Tags: Mobile edit Mobile web edit
Line 49: Line 49:


   # Load "nvidia" driver for Xorg and Wayland
   # Load "nvidia" driver for Xorg and Wayland
  # Or if you have an older card, you may have to use
  # one of the legacy drivers:
  # "nvidiaLegacy390", "nvidiaLegacy340", "nvidiaLegacy304"
  # Source: https://nixos.org/manual/nixos/stable/#sec-x11-graphics-cards-nvidia
   services.xserver.videoDrivers = ["nvidia"];
   services.xserver.videoDrivers = ["nvidia"];


7

edits