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
This commit is contained in:
n
2025-06-19 22:43:01 +02:00
committed by GitHub
parent b43f9aaebc
commit 08f22084e6
@@ -29,6 +29,7 @@ in
"nvidia"
"nvidiafb"
"nvidia-drm"
"nvidia-uvm"
"nvidia-modeset"
];
boot.kernelModules = [ "bbswitch" ];