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.
This commit is contained in:
Elia Geretto 2018-10-20 08:52:12 +00:00
parent 1a8a67735c
commit 541a9a08ec

View file

@ -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.