# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" 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 \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:11 msgid "Configuring the Linux Console" msgstr "" #. type: Content of: <sect1><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:14 msgid "console" msgstr "" #. type: Content of: <sect1><indexterm><secondary> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:15 msgid "configuring" msgstr "" #. type: Content of: <sect1><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:18 msgid "" "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:22 msgid "" "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:32 msgid "" "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:38 msgid "KEYMAP" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:40 msgid "" "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:46 msgid "KEYMAP_TOGGLE" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:48 msgid "" "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:54 msgid "FONT" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:56 msgid "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:62 msgid "FONT_MAP" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:64 msgid "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:69 msgid "FONT_UNIMAP" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:71 msgid "This variable specifies the Unicode font map." msgstr "" #. type: Content of: <sect1><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:77 msgid "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-wrap msgid "" "<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:86 msgid "" "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-wrap msgid "<userinput>localectl set-keymap MAP</userinput>" msgstr "" #. type: Content of: <sect1><note><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:91 msgid "" "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:94 msgid "" "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-wrap msgid "" "<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:100 msgid "" "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:107 msgid "list-x11-keymap-models" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:109 msgid "Shows known X11 keyboard mapping models." msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:114 msgid "list-x11-keymap-layouts" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:116 msgid "Shows known X11 keyboard mapping layouts." msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:121 msgid "list-x11-keymap-variants" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:123 msgid "Shows known X11 keyboard mapping variants." msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:128 msgid "list-x11-keymap-options" msgstr "" #. type: Content of: <sect1><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:130 msgid "Shows known X11 keyboard mapping options." msgstr "" #. type: Content of: <sect1><note><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter09/consoled.xml:136 msgid "" "Using any of the parameters listed above requires the XKeyboard-Config " "package from BLFS." msgstr ""