svn commit: r48673 - head/en_US.ISO8859-1/books/handbook/x11
Warren Block
wblock at FreeBSD.org
Tue Apr 19 00:49:11 UTC 2016
Author: wblock
Date: Tue Apr 19 00:49:10 2016
New Revision: 48673
URL: https://svnweb.freebsd.org/changeset/doc/48673
Log:
Add a section on choosing the scfb video driver for UEFI or ARM computers.
Modified:
head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Mon Apr 18 20:20:51 2016 (r48672)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Tue Apr 19 00:49:10 2016 (r48673)
@@ -562,6 +562,21 @@ EndSection</programlisting>
Driver "vesa"
EndSection</programlisting>
</example>
+
+ <para>To set the <literal>scfb</literal> driver for use
+ with a <acronym>UEFI</acronym> or &arm; computer:</para>
+
+ <example xml:id="x-config-video-cards-file-scfb">
+ <title>Select <literal>scfb</literal> Video Driver in a
+ File</title>
+
+ <para><filename>/usr/local/etc/X11/xorg.conf.d/driver-scfb.conf</filename></para>
+
+ <programlisting>Section "Device"
+ Identifier "Card0"
+ Driver "scfb"
+EndSection</programlisting>
+ </example>
</listitem>
</varlistentry>
</variablelist>
More information about the svn-doc-all
mailing list