Skip to content
Snippets Groups Projects
Commit 393bb134 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/denittis/nvidia_modprobe_fix' into 'master'

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

See merge request !327
parents 57e33775 ec2163a9
Branches
Tags
1 merge request!327wrap: Execute nvidia-modprobe with the -c=0 option
...@@ -227,6 +227,7 @@ maybe_load_nvidia_modules (GError **error) ...@@ -227,6 +227,7 @@ maybe_load_nvidia_modules (GError **error)
{ {
"nvidia-modprobe", "nvidia-modprobe",
"-u", "-u",
"-c=0",
NULL NULL
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment