Added more instructions for NVIDIA on Wayland.

This commit is contained in:
Zeckmathederg 2024-07-30 09:00:27 -06:00
parent 4452c82fac
commit fad8af7ff6
2 changed files with 14 additions and 1 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>July 30th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Added more instructions for NVIDIA on Wayland.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - libX11: 1.8.9 -&gt; 1.8.10.</para>
</listitem>

View File

@ -220,7 +220,17 @@
<title>NVIDIA</title>
<para>
You will only need to worry about the refresh rate if it's applicable to
Unlike X11, Wayland requires that the nvidia_drm module has the modeset
option set to true, which is not by default. Do so by creating the
following folder and file, then reboot:
</para>
<screen><userinput>mkdir -pv /etc/modprobe.d/nvidia.conf
cat &gt; /etc/modprobe.d/nvidia.conf &lt;&lt; "EOF"
<literal>options nvidia_drm modeset=1</literal></userinput></screen>
<para>
Then you will only need to worry about the refresh rate if it's applicable to
you. You won't need to worry about making sure the <application>NVIDIA
</application> driver is used when starting
<application>Wayland</application>. However, read through the