Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/consoled.xml

    rfb66c4c r39b5bb6  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    3131
    3232  <para>The <filename>/etc/vconsole.conf</filename> file should contain lines
    33   of the form: VARIABLE="value". The following variables are recognized:</para>
     33  of the form: <envar>VARIABLE=value</envar>. The following variables are recognized:</para>
    3434
    3535  <variablelist>
     
    7474
    7575  </variablelist>
     76
     77  <para>We'll use <literal>C.UTF-8</literal> as the locale for interactive
     78  sessions in the Linux console in <xref role='.'
     79  linkend='ch-config-locale'/>  The console fonts shipped by
     80  the <application>Kbd</application> package containing the glyphs for
     81  all characters from the program messages in the <literal>C.UTF-8</literal>
     82  locale are <filename>LatArCyrHeb*.psfu.gz</filename>,
     83  <filename>LatGrkCyr*.psfu.gz</filename>,
     84  <filename>Lat2-Terminus16.psfu.gz</filename>, and
     85  <filename>pancyrillic.f16.psfu.gz</filename> in
     86  <filename class='directory'>/usr/share/consolefonts</filename> (the other
     87  shipped console fonts lack glyphs of some characters like the Unicode
     88  left/right quotation marks and the Unicode English dash). So set one of
     89  them, for example <filename>Lat2-Terminus16.psfu.gz</filename> as the
     90  default console font:</para>
     91
     92  <!-- We are using "nodump" for general settings, but not examples.  This
     93       is ironic, but needed for the compatibility with jhalfs!  -->
     94<screen role='nodump'><userinput>echo <literal>FONT=Lat2-Terminus16</literal> &gt; /etc/vconsole.conf</userinput></screen>
    7695
    7796  <para>An example for a German keyboard and console is given below:</para>
Note: See TracChangeset for help on using the changeset viewer.