| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 | # SOME DESCRIPTIVE TITLE# Copyright (C) YEAR Free Software Foundation, Inc.# This file is distributed under the same license as the PACKAGE package.# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.##, fuzzymsgid ""msgstr """Project-Id-Version: PACKAGE VERSION\n""POT-Creation-Date: 2020-06-17 12:44+0800\n""PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n""Last-Translator: FULL NAME <EMAIL@ADDRESS>\n""Language-Team: LANGUAGE <LL@li.org>\n""Language: \n""MIME-Version: 1.0\n""Content-Type: text/plain; charset=UTF-8\n""Content-Transfer-Encoding: 8bit\n"#. type: Content of: <sect1><title>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:11msgid "Configuring the Linux Console"msgstr ""#. type: Content of: <sect1><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:14msgid "console"msgstr ""#. type: Content of: <sect1><indexterm><secondary>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:15msgid "configuring"msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:18msgid """This section discusses how to configure the ""<command>systemd-vconsole-setup</command> system service, which configures ""the virtual console font and console keymap."msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:22msgid """The <command>systemd-vconsole-setup</command> service reads the ""<filename>/etc/vconsole.conf</filename> file for configuration ""information. Decide which keymap and screen font will be used. Various ""language-specific HOWTOs can also help with this, see <ulink ""url=\"http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html\"/>.  Examine ""the output of <command>localectl list-keymaps</command> for a list of valid ""console keymaps. Look in the <filename ""class=\"directory\">/usr/share/consolefonts</filename> directory for valid ""screen fonts."msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:32msgid """The <filename>/etc/vconsole.conf</filename> file should contain lines of the ""form: VARIABLE=\"value\". The following variables are recognized:"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:38msgid "KEYMAP"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:40msgid """This variable specifies the key mapping table for the keyboard. If unset, it ""defaults to <literal>us</literal>."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:46msgid "KEYMAP_TOGGLE"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:48msgid """This variable can be used to configure a second toggle keymap and is unset ""by default."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:54msgid "FONT"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:56msgid "This variable specifies the font used by the virtual console."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:62msgid "FONT_MAP"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:64msgid "This variable specifies the console map to be used."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:69msgid "FONT_UNIMAP"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:71msgid "This variable specifies the Unicode font map."msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:77msgid "An example for a German keyboard and console is given below:"msgstr ""#.  This is what is used by jhalfs for creating the vconsole.conf file.#.      Whenever you want to change the following, please inform the jhalfs#.      maintainer(s). #. type: Content of: <sect1><screen>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:81#, no-wrapmsgid """<userinput>cat > /etc/vconsole.conf << \"EOF\"\n""<literal>KEYMAP=de-latin1\n""FONT=Lat2-Terminus16</literal>\n""EOF</userinput>"msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:86msgid """You can change KEYMAP value at runtime by using the ""<command>localectl</command> utility:"msgstr ""#. type: Content of: <sect1><screen>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:89#, no-wrapmsgid "<userinput>localectl set-keymap MAP</userinput>"msgstr ""#. type: Content of: <sect1><note><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:91msgid """Please note that the <command>localectl</command> command can be used only ""on a system booted with systemd."msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:94msgid """You can also use <command>localectl</command> utility with the corresponding ""parameters to change X11 keyboard layout, model, variant and options:"msgstr ""#. type: Content of: <sect1><screen>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:98#, no-wrapmsgid """<userinput>localectl set-x11-keymap LAYOUT [MODEL] [VARIANT] ""[OPTIONS]</userinput>"msgstr ""#. type: Content of: <sect1><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:100msgid """To list possible values for <command>localectl set-x11-keymap</command> ""parameters, run <command>localectl</command> with parameters listed below:"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:107msgid "list-x11-keymap-models"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:109msgid "Shows known X11 keyboard mapping models."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:114msgid "list-x11-keymap-layouts"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:116msgid "Shows known X11 keyboard mapping layouts."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:121msgid "list-x11-keymap-variants"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:123msgid "Shows known X11 keyboard mapping variants."msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:128msgid "list-x11-keymap-options"msgstr ""#. type: Content of: <sect1><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:130msgid "Shows known X11 keyboard mapping options."msgstr ""#. type: Content of: <sect1><note><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:136msgid """Using any of the parameters listed above requires the XKeyboard-Config ""package from BLFS."msgstr ""
 |