Nvidia: Difference between revisions

imported>Vodkabot
No edit summary
imported>Vodkabot
No edit summary
Line 15: Line 15:


=== Bumblebee ===
=== Bumblebee ===
Unofficial solution, but is easy to use.


Use <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> option.
Use <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> option.
Line 24: Line 26:


=== Nvidia PRIME ===
=== Nvidia PRIME ===
Official solution, but needs some preparing.


'''1.''' Configure NixOS to allow Intel and Nvidia X.Org drivers coexist together, and also to disable nvidia card by default. Requires NixOS version with https://github.com/NixOS/nixpkgs/pull/37369 merged
'''1.''' Configure NixOS to allow Intel and Nvidia X.Org drivers coexist together, and also to disable nvidia card by default. Requires NixOS version with https://github.com/NixOS/nixpkgs/pull/37369 merged