NVIDIA: Difference between revisions
Artoria2e5 (talk | contribs) No edit summary |
Artoria2e5 (talk | contribs) No edit summary |
||
Line 387: | Line 387: | ||
= The Nvidia open driver = | = The Nvidia open driver = | ||
The Nvidia open driver is enabled via: | The Nvidia open driver is enabled via: | ||
< | <syntaxHighlight lang="nix"> | ||
services.xserver.videoDrivers = [ "nvidia" ]; | services.xserver.videoDrivers = [ "nvidia" ]; | ||
hardware.nvidia.open = true; | hardware.nvidia.open = true; | ||
</ | </syntaxHighlight> | ||
The Nvidia open driver is ''very'' similar to its proprietary sibling. Most content in the proprietary section above apply; just copy over the proprietary config above and toggle the "open" option, and you are set. | The Nvidia open driver is ''very'' similar to its proprietary sibling. Most content in the proprietary section above apply; just copy over the proprietary config above and toggle the "open" option, and you are set. |