- Merge the following from the English version:
r48529 -> r48673 head/ja_JP.eucJP/books/handbook/x11/chapter.xml
This commit is contained in:
parent
3a22032634
commit
f19cfe6585
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48674
1 changed files with 18 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue