mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
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:
parent
1a8a67735c
commit
541a9a08ec
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ In that case, Fedora-compatible driver packages can be obtained from this source
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
# systemctl enable bumblebeed
|
# systemctl enable bumblebeed
|
||||||
# systemctl disable nvidia-fallback
|
# systemctl mask nvidia-fallback
|
||||||
----
|
----
|
||||||
|
|
||||||
Finally, reboot and bumblebee should be ready to go.
|
Finally, reboot and bumblebee should be ready to go.
|
||||||
|
|
Loading…
Reference in a new issue