Unverified Commit 08f22084 authored by n's avatar n Committed by GitHub
Browse files

nvidia-optimus: blacklist "nvidia-uvm" (#396074)

Even though other NVIDIA modules are blacklisted, `nvidia_uvm` is loaded and the NVIDIA card is still in use; In order to completely disable NVIDIA graphics we need to blacklist the `nvidia_uvm` kernel module
parent b43f9aae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ in
      "nvidia"
      "nvidiafb"
      "nvidia-drm"
      "nvidia-uvm"
      "nvidia-modeset"
    ];
    boot.kernelModules = [ "bbswitch" ];