mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Added more instructions for NVIDIA on Wayland.
This commit is contained in:
parent
4452c82fac
commit
fad8af7ff6
@ -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 -> 1.8.10.</para>
|
||||
</listitem>
|
||||
|
@ -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 > /etc/modprobe.d/nvidia.conf << "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
|
||||
|
Loading…
Reference in New Issue
Block a user