Jump to content

Nvidia: Difference between revisions

No change in size ,  20 February
no edit summary
imported>Camini
(Add special config to pin unstable driver for RTX Super card)
imported>Camini
No edit summary
Line 266: Line 266:
=== Running the new RTX SUPER on nixos stable ===
=== Running the new RTX SUPER on nixos stable ===


The new RTX Super are not supported bay 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 you config.
{{file|/etc/nixos/nvidia.nix|nix|<nowiki>
{{file|/etc/nixos/nvidia.nix|nix|<nowiki>
{ pkgs, config, libs, ... }:
{ pkgs, config, libs, ... }:
Anonymous user