NVIDIA: Difference between revisions

Gerg-L (talk | contribs)
remove unneccessary option declarations, add note on disabling nouveau kernel modues
Gerg-L (talk | contribs)
m change comment
Line 15: Line 15:
   hardware.graphics.enable = true;
   hardware.graphics.enable = true;
   services.xserver.videoDrivers = [ "nvidia" ];
   services.xserver.videoDrivers = [ "nvidia" ];
   hardware.nvidia.open = true;  # see the note at the top of the page
   hardware.nvidia.open = true;  # see the note above
}
}
</nowiki>}}
</nowiki>}}