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:
parent
b43f9aaebc
commit
08f22084e6
@ -29,6 +29,7 @@ in
|
||||
"nvidia"
|
||||
"nvidiafb"
|
||||
"nvidia-drm"
|
||||
"nvidia-uvm"
|
||||
"nvidia-modeset"
|
||||
];
|
||||
boot.kernelModules = [ "bbswitch" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user