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-20 02:13:01 +05:30 committed by GitHub
parent b43f9aaebc
commit 08f22084e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ in
"nvidia"
"nvidiafb"
"nvidia-drm"
"nvidia-uvm"
"nvidia-modeset"
];
boot.kernelModules = [ "bbswitch" ];