mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
whatnow: Fix heredoc and another typo.
This commit is contained in:
parent
afca8d41c4
commit
c9510ff711
@ -38,7 +38,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
|
||||
<listitem>
|
||||
<para>September 21st, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - whatnow: Fix heredoc and another typo.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 19th, 2024</para>
|
||||
<itemizedlist>
|
||||
|
@ -229,9 +229,10 @@
|
||||
following folder and file, then reboot:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir -pv /etc/modprobe.d/nvidia.conf
|
||||
<screen><userinput>mkdir -pv /etc/modprobe.d &&
|
||||
cat > /etc/modprobe.d/nvidia.conf << "EOF"
|
||||
<literal>options nvidia_drm modeset=1</literal></userinput></screen>
|
||||
<literal>options nvidia_drm modeset=1</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>
|
||||
Then you will only need to worry about the refresh rate if it's applicable to
|
||||
|
Loading…
Reference in New Issue
Block a user