fix(nvidia): open-source drivers are not supported
This commit is contained in:
parent
5938e817d9
commit
638917bcde
@ -11,12 +11,12 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.nvidia = {
|
||||
nvidiaSettings = true;
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
forceFullCompositionPipeline = true;
|
||||
open = false; # Maxwell is not supported by open drivers
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
|
||||
boot.kernelParams = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user