Page MenuHomeFreeBSD

Maybe a fix for terms not being defined?

Authored By
debdrup
Nov 9 2018, 1:00 PM
Size
1 KB
Referenced Files
None
Subscribers
None

Maybe a fix for terms not being defined?

Index: en_US.ISO8859-1/books/handbook/x11/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/x11/chapter.xml (revision 52414)
+++ en_US.ISO8859-1/books/handbook/x11/chapter.xml (working copy)
@@ -413,7 +413,42 @@
<sect2 xml:id="x-config-video-cards">
<title>Video Cards</title>
+ <para>Because of changes made in recent versions of &os;, it
+ is now possible to use graphics drivers provided by the Ports
+ framework or as packages. As such, users can use one of the
+ following drivers available from
+ <package>graphics/drm-kmod</package>.</para>
+
<variablelist>
+ <varlistentry xml:id="x-config-video-cards-ports">
+ <term>&i915kms; Intel KMS driver</term>
+ <term>&radeonkms; Radeon KMS driver</term>
+ <term>&amdgpu; AMD KMS driver</term>
+
+ <listitem>
+ <para>2D and 3D acceleration is supported on most
+ &i915kms; graphics cards provided by Intel.</para>
+
+ <para>Driver name: <literal>i915kms</literal></para>
+
+ <para>2D and 3D acceleration is supported on most older
+ &radeonkms; graphics cards provided by AMD.</para>
+
+ <para>Driver name: <literal>radeonkms</literal></para>
+
+ <para>2D and 3D acceleration is supported on most newer
+ &amdgpu; graphics cards provided by AMD.</para>
+
+ <para>Driver name: <literal>amdgpu</literal></para>
+
+ <para>For reference, please see <link
+ xlink:href="https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units"/>
+ or <link
+ xlink:href="https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units"/>
+ for a list of supported GPUs.</para>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="x-config-video-cards-intel">
<term>&intel;</term>

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1634914
Default Alt Text
Maybe a fix for terms not being defined? (1 KB)

Event Timeline