nvidia.rst: Added a section on slow boot times (#1130)

This closes https://github.com/clearlinux/clear-linux-documentation/issues/1101
This commit is contained in:
Lucius Hu
2020-04-21 12:53:32 -04:00
committed by GitHub
parent edd1bc10ff
commit 16ecd84b56
+20
View File
@@ -446,6 +446,26 @@ Try disabling other graphics devices, including integrated graphics, in your
system's EFI/BIOS.
Slow boot times
===============
There have been reports of slow boot times with NVIDIA drivers installed.
Normally, when GDM detects NVIDIA proprietary drivers, it will disable Wayland
and enable X11. Should GDM fail to disbale Wayland, it may results in slow boot
times, according to `this GitHub reprot
<https://github.com/clearlinux/distribution/issues/1780>`_.
To manually disable Wayland:
.. code-block:: bash
sudo tee /etc/gdm/custom.conf > /dev/null <<'EOF'
[daemon]
WaylandEnable=false
EOF
Brightness control
==================