Skip to content
Snippets Groups Projects

wrap: Execute nvidia-modprobe with the -c=0 option

Merged Ludovico de Nittis requested to merge wip/denittis/nvidia_modprobe_fix into master
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -227,6 +227,7 @@ maybe_load_nvidia_modules (GError **error)
{
"nvidia-modprobe",
"-u",
"-c=0",
NULL
};
Loading