GDM: Document problems with using Wayland on NVIDIA GPUs

This commit is contained in:
Douglas R. Reno 2023-08-01 13:57:50 -05:00
parent f11dce689e
commit 4830ec33ce
2 changed files with 16 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<listitem>
<para>August 1st, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Document some of GDM's behavior with NVIDIA GPUs, and
a potential workaround if users wish to try it. Fixes
<ulink url="&blfs-ticket-root;18266">#18266</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Update to firefox-115.1.0esr (security update). Fixes
<ulink url="&blfs-ticket-root;18310">#18310</ulink>.</para>

View File

@ -227,6 +227,17 @@ rm -rv /tmp/*.{service,target.d}</userinput></screen>
a newer version of <application>GDM</application>.
</para>
<para>
On some systems with NVIDIA GPUs, GDM will hide Wayland sessions by
default. This is often done to prevent users from encountering problems
with buggy drivers, which can result in system lockups, application
crashes, power management problems, and graphics slowdowns. If you have
an NVIDIA GPU and still want to try running Wayland sessions anyway,
execute the following command:
</para>
<screen role="nodump"><userinput>ln -s /dev/null /etc/udev/rules.d/61-gdm.rules</userinput></screen>
</sect3>
<sect3 id="gdm-init">