White space fix only. Translators can ignore.

Sponsored by: iXsystems
This commit is contained in:
Dru Lavigne 2014-02-11 20:17:36 +00:00
parent 0285e7d415
commit 06397305e3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43878

View file

@ -376,14 +376,13 @@ me:\
<sect2 xml:id="setting-console"> <sect2 xml:id="setting-console">
<title>Console Setup</title> <title>Console Setup</title>
<para>Several localized fonts <para>Several localized fonts are available for the console. To
are available for the console. To see a listing of see a listing of available fonts, type
available fonts, type
<command>ls /usr/share/syscons/fonts</command>. To configure <command>ls /usr/share/syscons/fonts</command>. To configure
the console font, specify the the console font, specify the
<replaceable>font_name</replaceable>, <replaceable>font_name</replaceable>,
without the <filename>.fnt</filename> suffix, without the <filename>.fnt</filename> suffix, in
in <filename>/etc/rc.conf</filename>:</para> <filename>/etc/rc.conf</filename>:</para>
<programlisting>font8x16=<replaceable>font_name</replaceable> <programlisting>font8x16=<replaceable>font_name</replaceable>
font8x14=<replaceable>font_name</replaceable> font8x14=<replaceable>font_name</replaceable>
@ -391,40 +390,38 @@ font8x8=<replaceable>font_name</replaceable></programlisting>
<indexterm><primary>keymap</primary></indexterm> <indexterm><primary>keymap</primary></indexterm>
<indexterm><primary>screenmap</primary></indexterm> <indexterm><primary>screenmap</primary></indexterm>
<para>The keymap and screenmap <para>The keymap and screenmap can be set by adding the
can be set by following to <filename>/etc/rc.conf</filename>:</para>
adding the following to <filename>/etc/rc.conf</filename>:</para>
<programlisting>scrnmap=<replaceable>screenmap_name</replaceable> <programlisting>scrnmap=<replaceable>screenmap_name</replaceable>
keymap=<replaceable>keymap_name</replaceable> keymap=<replaceable>keymap_name</replaceable>
keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting> keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
<para>To see the list of available screenmaps, type <para>To see the list of available screenmaps, type
<command>ls /usr/share/syscons/scrnmaps</command>. Do <command>ls /usr/share/syscons/scrnmaps</command>. Do not
not include the <filename>.scm</filename> suffix when include the <filename>.scm</filename> suffix when specifying
specifying <replaceable>screenmap_name</replaceable>. A screenmap <replaceable>screenmap_name</replaceable>. A screenmap with a
with a corresponding mapped font is usually needed as a corresponding mapped font is usually needed as a workaround
workaround for expanding bit 8 to bit 9 on a VGA adapter's for expanding bit 8 to bit 9 on a VGA adapter's font character
font character matrix so that letters are moved out of the matrix so that letters are moved out of the pseudographics
pseudographics area if the screen font uses a bit 8 area if the screen font uses a bit 8 column.</para>
column.</para>
<para>To see the list of available keymaps, type <para>To see the list of available keymaps, type
<filename>ls /usr/share/syscons/keymaps</filename>. When <filename>ls /usr/share/syscons/keymaps</filename>. When
specifying the <replaceable>keymap_name</replaceable>, do not include the specifying the <replaceable>keymap_name</replaceable>, do not
<filename>.kbd</filename> suffix. When uncertain as to which include the <filename>.kbd</filename> suffix. When uncertain
keymap to use, &man.kbdmap.1; can be used to test keymaps as to which keymap to use, &man.kbdmap.1; can be used to test
without rebooting.</para> keymaps without rebooting.</para>
<para>The <literal>keychange</literal> entry is usually needed to <para>The <literal>keychange</literal> entry is usually needed
program function keys to match the selected terminal type to program function keys to match the selected terminal type
because function key sequences cannot be defined in the keymap.</para> because function key sequences cannot be defined in the
keymap.</para>
<para>Next, set the correct console terminal type in <para>Next, set the correct console terminal type in
<filename>/etc/ttys</filename> for all virtual terminal <filename>/etc/ttys</filename> for all virtual terminal
entries. <xref entries. <xref linkend="locale-charset"/> summarizes the
linkend="locale-charset"/> summarizes the available available terminal types.:</para>
terminal types.:</para>
<table xml:id="locale-charset" frame="none" pgwide="1"> <table xml:id="locale-charset" frame="none" pgwide="1">
<title>Defined Terminal Types for Character Sets</title> <title>Defined Terminal Types for Character Sets</title>
@ -532,18 +529,17 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
</tgroup> </tgroup>
</table> </table>
<para>If <application>moused</application> is enabled in <para>If <application>moused</application> is enabled in
<filename>/etc/rc.conf</filename>, additional configuration <filename>/etc/rc.conf</filename>, additional configuration
may be required. may be required. By default, the mouse cursor of the
By default, the mouse cursor of the &man.syscons.4; driver &man.syscons.4; driver occupies the
occupies the <literal>0xd0</literal>-<literal>0xd3</literal> range in the character set. If the <literal>0xd0</literal>-<literal>0xd3</literal> range in the
language uses this range, move the cursor's range. To enable character set. If the language uses this range, move the
this workaround for &os;, add the following line to cursor's range. To enable this workaround for &os;, add the
<filename>/etc/rc.conf</filename>:</para> following line to <filename>/etc/rc.conf</filename>:</para>
<programlisting>mousechar_start=3</programlisting> <programlisting>mousechar_start=3</programlisting>
</sect2>
</sect2>
<sect2> <sect2>
<title>Xorg Setup</title> <title>Xorg Setup</title>
@ -552,22 +548,21 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
configure <application>Xorg</application>. When configuring configure <application>Xorg</application>. When configuring
<application>Xorg</application> for localization, additional <application>Xorg</application> for localization, additional
fonts and input methods are available from the &os; Ports fonts and input methods are available from the &os; Ports
Collection. Application specific <acronym>i18n</acronym> settings such Collection. Application specific <acronym>i18n</acronym>
as fonts and menus can be tuned in settings such as fonts and menus can be tuned in
<filename>~/.Xresources</filename> and <filename>~/.Xresources</filename> and should allow users to
should allow users to view their selected view their selected language in graphical application
language in graphical application menus.</para> menus.</para>
<indexterm><primary>X Input Method <indexterm><primary>X Input Method (XIM)</primary></indexterm>
(XIM)</primary></indexterm>
<para>The X Input Method (<acronym>XIM</acronym>) protocol is an
<application>Xorg</application> standard for inputting
non-English characters. <xref linkend="locale-xim"/>
summarizes the input method applications which are available
in the &os; Ports Collection. Additional Fcitx and Uim
applications are also available.</para>
<para>The X Input Method (<acronym>XIM</acronym>) protocol
is an <application>Xorg</application> standard for
inputting non-English characters. <xref
linkend="locale-xim"/> summarizes the input method applications which are
available in the &os; Ports Collection. Additional Fcitx
and Uim applications are also available.</para>
<table xml:id="locale-xim" frame="none" pgwide="1"> <table xml:id="locale-xim" frame="none" pgwide="1">
<title>Available Input Methods</title> <title>Available Input Methods</title>
@ -615,7 +610,7 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
<entry>Chinese</entry> <entry>Chinese</entry>
<entry><package>chinese/scim-tables</package></entry> <entry><package>chinese/scim-tables</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/ibus-anthy</package></entry> <entry><package>japanese/ibus-anthy</package></entry>
@ -629,17 +624,17 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/ibus-skk</package></entry> <entry><package>japanese/ibus-skk</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/im-ja</package></entry> <entry><package>japanese/im-ja</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/kinput2</package></entry> <entry><package>japanese/kinput2</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
@ -649,12 +644,12 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/scim-canna</package></entry> <entry><package>japanese/scim-canna</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/scim-honoka</package></entry> <entry><package>japanese/scim-honoka</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
@ -699,8 +694,8 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/skkinput3</package></entry> <entry><package>japanese/skkinput3</package></entry>
</row> </row>
<row> <row>
<entry>Japanese</entry> <entry>Japanese</entry>
<entry><package>japanese/uim-anthy</package></entry> <entry><package>japanese/uim-anthy</package></entry>