From 541a9a08ecd4c9031bc6d974e6225b7d22c4db7f Mon Sep 17 00:00:00 2001 From: Elia Geretto Date: Sat, 20 Oct 2018 08:52:12 +0000 Subject: [PATCH] bumblebee: Fix nvidia-fallback instruction When using the Nvidia proprietary driver from `rpmfusion-nonfree-nvidia-driver`, the `nvidia-fallback` service is disabled by default but it is started as a dependency. The correct way to prevent it from starting is to mask it. --- modules/ROOT/pages/bumblebee.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/bumblebee.adoc b/modules/ROOT/pages/bumblebee.adoc index 7c74174..8b79f7f 100644 --- a/modules/ROOT/pages/bumblebee.adoc +++ b/modules/ROOT/pages/bumblebee.adoc @@ -118,7 +118,7 @@ In that case, Fedora-compatible driver packages can be obtained from this source + ---- # systemctl enable bumblebeed -# systemctl disable nvidia-fallback +# systemctl mask nvidia-fallback ---- Finally, reboot and bumblebee should be ready to go.