Fixed a number of typos.

This commit is contained in:
Zeckmathederg 2024-07-04 01:40:11 -06:00
parent db3d4c90dd
commit 0d52bcd91a
9 changed files with 19 additions and 22 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>July 4th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Fixed a number of typos.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - Add important note for NSS.</para>
</listitem>

View File

@ -62,7 +62,7 @@
<para>
<application>MinGW-w64-GCC</application>-&mingw-w64-gcc-version;
vs <application>MinGW-w64-GCC </application>-14.1.0: <application>
vs <application>MinGW-w64-GCC</application>-14.1.0: <application>
GCC</application>-14.1.0 for an unknown reason cannot be built for
any arch for the MinGW-w64 target, leading to the inability to
compile the newest version with <application>MinGW-w64

View File

@ -4,7 +4,7 @@ DRM_AMDGPU = { value = " *M", comment = "For radeonsi" }
DRM_AMDGPU_SI="*"
DRM_AMDGPU_CIK="*"
DRM_AMD_DC="*"
DRM_NOUVEAU = { value = " M*", comment = "For nouveau" }
DRM_NOUVEAU = { value = " *M", comment = "For nouveau" }
DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" }
DRM_VMWGFX = { value = " *M", comment = "For svga" }
DRM_VGEM = { value = " *M", comment = "For swrast" }

View File

@ -14,8 +14,8 @@
<para>
Gamepads, or more widely known as game controllers, can be used with many
applications and games. However if you compiled the kernel yourself, the
kernel drivers for gamepads are not enabled. Go ahead and enable the kernel
options below and recompile the kernel if necessary.
kernel drivers for gamepads are likely not enabled. Go ahead and enable
the kernel options below and recompile the kernel if necessary.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gamepad-kernel.xml"/>

View File

@ -220,12 +220,12 @@
<para>
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 installation instructions
for compositors as they will likely have information regarding
<application>NVIDIA</application>. Results can be shotty, sometimes
the compositor won't be able to start. Be diligent.
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
installation instructions for compositors as they will likely have
information regarding <application>NVIDIA</application>. Results can be
shotty, sometimes the compositor won't be able to start. Be diligent.
</para>
</sect3>

View File

@ -36,8 +36,9 @@
</para>
<para>
Selecting <option>CONFIG_DRM_RADEON</option> or
<option>CONFIG_DRM_AMDGPU</option> as
Selecting <option>CONFIG_DRM_RADEON</option>,
<option>CONFIG_DRM_AMDGPU</option>, or
<option>CONFIG_DRM_NOUVEAU</option> as
<quote><literal>y</literal></quote> is not recommended. If it is, any
required firmware must be built as a part of the kernel image or the
initramfs for the driver to function correctly.
@ -51,13 +52,6 @@
may be unneeded for some GPU models.
</para>
<para>
Selecting <option>CONFIG_DRM_NOUVEAU</option> as
<quote><literal>y</literal></quote> is not recommended. If it is, any
required firmware must be built as a part of the kernel image or the
initramfs for the driver to function correctly.
</para>
<para>
For <literal>swrast</literal>, <option>CONFIG_DRM_VGEM</option>
is not strictly needed but recommended as an optimization.

View File

@ -34,7 +34,7 @@
Please check <xref linkend="steamdeps"/> to find what you will need
before proceeding, although most of <xref linkend="sdchapter"/>
is a straight shot. There is some choice involved such as choosing
if you want X11 or Wayland, Pulseaudio or Pipewire, so forth.
if you want X11 or Wayland, Alsa or Pulseaudio, so forth.
</para>
</sect1>

View File

@ -29,7 +29,7 @@
</para>
<para>
As <application>Wine</application> deals with a foriegn format,
As <application>Wine</application> deals with a foreign format,
it is to be expected that it depends on extra toolchains as well as
other dependencies. Please check <xref linkend="winedeps"/> before
continuing with this chapter.

View File

@ -62,7 +62,7 @@
<xref linkend="gnutls"/>,
<xref linkend="libunwind"/> (if 64-bit),
<xref linkend="mingw-w64-gcc"/>, OpenGL (<xref linkend="libglvnd"/> and/or
<xref linkend="mesa"/>),
<xref linkend="mesa"/>), and
<xref linkend="whatnow"/>
</para>