aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2024-11-15 09:49:20 +0800
committerXi Ruoyao <xry111@xry111.site>2024-11-16 10:36:20 +0800
commitc386ba9c7e42237fde0ca33d4610dbdec5afa33d (patch)
tree33bf93c480d1a79e575f4f734ac0565b04c27f3d
parenta4096bdc3e8b21965c0380ebea55bc160c851c92 (diff)
bookwide: Use upper-case NVIDIA
It seems the upper-case form is used everywhere (except the title of the English Wikipedia page uses "Nvidia," note that the page content still uses "NVIDIA").
-rw-r--r--multimedia/libdriv/libvdpau.xml4
-rw-r--r--postlfs/config/firmware.xml10
-rw-r--r--x/installing/mesa.xml2
-rw-r--r--xsoft/graphweb/firefox.xml2
4 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/libdriv/libvdpau.xml b/multimedia/libdriv/libvdpau.xml
index 9e480c21c4..efc22b1e02 100644
--- a/multimedia/libdriv/libvdpau.xml
+++ b/multimedia/libdriv/libvdpau.xml
@@ -37,7 +37,7 @@
<para>
VDPAU (Video Decode and Presentation API for Unix) is an open source
- library (libvdpau) and API originally designed by Nvidia for its GeForce
+ library (libvdpau) and API originally designed by NVIDIA for its GeForce
8 series and later GPU hardware targeted at the X Window System.
This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.
@@ -52,7 +52,7 @@
GPU depends on the version of the GPU hardware; specifically,
to also decode MPEG-4 ASP (MPEG-4 Part 2), Xvid/OpenDivX (DivX 4), and
DivX 5 formats, a GeForce 200M (2xxM) Series (the eleventh generation of
- Nvidia's GeForce graphics processing units) or newer GPU hardware is
+ NVIDIA's GeForce graphics processing units) or newer GPU hardware is
required.
</para>
diff --git a/postlfs/config/firmware.xml b/postlfs/config/firmware.xml
index f727c1c3d3..fdd8e4ba67 100644
--- a/postlfs/config/firmware.xml
+++ b/postlfs/config/firmware.xml
@@ -93,7 +93,7 @@
<para>
Firmware for video controllers. On x86 machines this is required for
ATI devices (Radeon and AMDGPU chips) and may be useful for Intel (Skylake
- and later) and Nvidia (Kepler and later) GPUs.
+ and later) and NVIDIA (Kepler and later) GPUs.
</para>
<para>
@@ -116,8 +116,8 @@
</para>
<para>
- Nvidia GPUs from Kepler onwards require signed firmware, otherwise the
- nouveau driver is unable to provide hardware acceleration. Nvidia has
+ NVIDIA GPUs from Kepler onwards require signed firmware, otherwise the
+ nouveau driver is unable to provide hardware acceleration. NVIDIA has
now released firmware up to Ada Lovelace (GeForce 40 series) to
linux-firmware.
</para>
@@ -572,10 +572,10 @@ cp -v &lt;YOUR_BLOBS&gt; /usr/lib/firmware/amdgpu</userinput></screen>
</sect3>
<sect3 id="nvidia-video-firmware">
- <title>Firmware for Nvidia video chips</title>
+ <title>Firmware for NVIDIA video chips</title>
<para>
- Nvidia has released basic signed firmware for recent graphics chips,
+ NVIDIA has released basic signed firmware for recent graphics chips,
but significantly after the chips and its own binary drivers were first
available. For other chips it has been necessary to extract the firmware
from the binary driver.
diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml
index 04fa849c0f..6b75318a31 100644
--- a/x/installing/mesa.xml
+++ b/x/installing/mesa.xml
@@ -181,7 +181,7 @@
<para>
The video device is most likely one of three families: AMD, Intel, or
- Nvidia. See the Command Explanations for
+ NVIDIA. See the Command Explanations for
<parameter>-D gallium-drivers=auto</parameter> below to
see what options are available for your specific video hardware (or
emulated video hardware). You should probably add the softpipe or
diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml
index a05b6eb26b..4f1718bcfc 100644
--- a/xsoft/graphweb/firefox.xml
+++ b/xsoft/graphweb/firefox.xml
@@ -615,7 +615,7 @@ ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
<para>
Although WebRender (using the GPU for compositing) is not used by
- default, it now appears to work well on supported hardware (ATI, Nvidia
+ default, it now appears to work well on supported hardware (ATI, NVIDIA
and Intel GPUs with Mesa-18 or later). For an explanation, please see
<ulink
url="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/">hacks.mozilla.org</ulink>.