- Merge the following from the English version:

r48529 -> r48673	head/ja_JP.eucJP/books/handbook/x11/chapter.xml
This commit is contained in:
Ryusuke SUZUKI 2016-04-19 15:05:09 +00:00
parent 3a22032634
commit f19cfe6585
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48674

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: r48529
Original revision: r48673
$FreeBSD$
-->
<chapter xmlns="http://docbook.org/ns/docbook"
@ -563,7 +563,7 @@ EndSection</programlisting>
</example>
<para>コンフィグレーションファイルで <acronym>VESA</acronym>
ドライバを設定するには、以下のにしてください。</para>
ドライバを設定するには、以下のようにしてください。</para>
<example xml:id="x-config-video-cards-file-vesa">
<title>ファイルで <acronym>VESA</acronym>
@ -574,6 +574,22 @@ EndSection</programlisting>
<programlisting>Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection</programlisting>
</example>
<para><acronym>UEFI</acronym> または &arm;
コンピュータを使うために <literal>scfb</literal>
ドライバを設定するには、以下のように設定してください。</para>
<example xml:id="x-config-video-cards-file-scfb">
<title>ファイルの中で <literal>scfb</literal>
ビデオドライバを選択する。</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>