Nvidia: Difference between revisions

imported>Vodkabot
No edit summary
imported>Vodkabot
No edit summary
Line 1: Line 1:
For Optimus hybrid graphics there are currently two solutions available under NixOS:
For Optimus hybrid graphics there are currently two solutions available under NixOS:


1. '''Bumblebee'''
== Bumblebee ==


Use <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> option.
Use <syntaxHighlight lang="nix">hardware.bumblebee.enable = true;</syntaxHighlight> option.
Line 10: Line 10:
Cons: some performance penalty, no Vulkan support, things like CUDA and OpenCL are problematic to configure
Cons: some performance penalty, no Vulkan support, things like CUDA and OpenCL are problematic to configure


2. '''Nvidia PRIME'''
== Nvidia PRIME ==


Use the [https://github.com/dukzcry/crap/tree/master/primerun special script] for out of box experience.
Use the [https://github.com/dukzcry/crap/tree/master/primerun special script] for out of box experience.