Jump to content

Nvidia: Difference between revisions

m
no edit summary
imported>Camini
No edit summary
imported>Camini
mNo edit summary
Line 267: Line 267:


The new RTX Super are not supported by the 545 driver. On Nixos stable, you want to use the 535 driver that come from unstable branch or the 550 (beta).
The new RTX Super are not supported by the 545 driver. On Nixos stable, you want to use the 535 driver that come from unstable branch or the 550 (beta).
To do that you need to manually call the driver you want in you config.
To do that you need to manually call the driver you want in your config.
Check on this link to choose the driver you want and change your config accordingly :
https://github.com/NixOS/nixpkgs/blob/979a311fbd179b86200e412a3ed266b64808df4e/pkgs/os-specific/linux/nvidia-x11/default.nix#L36
 
{{file|/etc/nixos/nvidia.nix|nix|<nowiki>
{{file|/etc/nixos/nvidia.nix|nix|<nowiki>
{ pkgs, config, libs, ... }:
{ pkgs, config, libs, ... }:
Anonymous user