mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nixos: document nvidia legacy driver options
This commit is contained in:
parent
614ed1e1ad
commit
bd84ebaa1e
@ -61,6 +61,12 @@ by default because it’s not free software. You can enable it as follows:
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
Or if you have an older card, you may have to use one of the legacy drivers:
|
||||||
|
<programlisting>
|
||||||
|
services.xserver.videoDrivers = [ "nvidiaLegacy340" ];
|
||||||
|
services.xserver.videoDrivers = [ "nvidiaLegacy304" ];
|
||||||
|
services.xserver.videoDrivers = [ "nvidiaLegacy173" ];
|
||||||
|
</programlisting>
|
||||||
You may need to reboot after enabling this driver to prevent a clash
|
You may need to reboot after enabling this driver to prevent a clash
|
||||||
with other kernel modules.</para>
|
with other kernel modules.</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user