From 204d4965ffe0845d8ba81719fbfa4b4baaaffd1f Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 9 Oct 2022 00:42:19 -0400 Subject: [PATCH] levi: sync mode --- hosts/levi/optimus.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/levi/optimus.nix b/hosts/levi/optimus.nix index e1383c8..1f9fc59 100644 --- a/hosts/levi/optimus.nix +++ b/hosts/levi/optimus.nix @@ -1,6 +1,6 @@ { lib, pkgs, ... }: let - current-mode = "nvidia-mux"; + current-mode = "nvidia"; constants = { hardware.nvidia.prime.intelBusId = "PCI:0:2:0"; @@ -51,8 +51,10 @@ let ### nvidia drivers disabled # # Not well tested. Possibly Incomplete. + # Won't allow external displays connected to nvidia GPU. # # Shutting off Nvidia GPU would theoretically save power. + # I do not think this actually powers down the Nvidia GPU, just stops using it. # boot.kernelParams = [ "module_blacklist=nouveau" ]; };