source: clfs-sysroot/BOOK/final-system/common/kbd.xml @ cc8d737

Last change on this file since cc8d737 was cc8d737, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Use cat instead of echo wherever possible.

  • Property mode set to 100644
File size: 11.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-kbd" role="wrap">
9  <?dbhtml filename="kbd.html"?>
10
11  <title>Kbd-&kbd-version;</title>
12
13  <indexterm zone="ch-system-kbd">
14    <primary sortas="a-Kbd">Kbd</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Kbd package contains key-table files and keyboard
21    utilities.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Kbd</title>
27
28    <para os="cc1">When Cross Compiling the configure script does not
29    run a select few tests, Set the values manually:</para>
30
31<screen os="cc1"><userinput>cat &gt; config.cache &lt;&lt; EOF
32ac_cv_func_setpgrp_void=yes
33ac_cv_func_malloc_0_nonnull=yes
34ac_cv_func_realloc_0_nonnull=yes
35EOF</userinput></screen>
36
37    <para os="a">Prepare Kbd for compilation:</para>
38
39<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
40    --prefix=/usr --datadir=/lib/kbd \
41    --cache-file=config.cache</userinput></screen>
42
43    <variablelist os="c">
44      <title>The meaning of the configure options:</title>
45
46      <varlistentry>
47        <term><parameter>--datadir</parameter></term>
48        <listitem>
49          <para>This option places the Kbd data and keymap files into /lib/kbd,
50          as they are used by some of the scripts in the CLFS-Bootscripts
51          package and must be on the root partition.</para>
52        </listitem>
53      </varlistentry>
54
55    </variablelist>
56
57    <para os="d">Compile the package:</para>
58
59<screen os="e"><userinput>make</userinput></screen>
60
61    <para os="f">Install the package:</para>
62
63<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
64
65    <para os="h">Some of the Programs from Kbd are used by some of the scripts
66    in the CLFS-Bootscripts package. As <filename
67    class="directory">/usr</filename> may not be available during the early
68    stages of booting, those binaries need to be on the root partition:</para>
69
70<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/{kbd_mode,loadkeys,openvt,setfont} ${CLFS}/bin</userinput></screen>
71
72  </sect2>
73
74  <sect2 id="contents-kbd" role="content">
75    <title>Contents of Kbd</title>
76
77    <segmentedlist>
78      <segtitle>Installed programs</segtitle>
79
80      <seglistitem>
81        <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode,
82        kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable
83        (link to psfxtable), psfgettable (link to psfxtable), psfstriptable
84        (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes,
85        setleds, setmetamode, showconsolefont, showkey, unicode_start, and
86        unicode_stop</seg>
87      </seglistitem>
88    </segmentedlist>
89
90    <variablelist>
91      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
92      <?dbfo list-presentation="list"?>
93      <?dbhtml list-presentation="table"?>
94
95      <varlistentry id="chvt">
96        <term><command>chvt</command></term>
97        <listitem>
98          <para>Changes the foreground virtual terminal</para>
99          <indexterm zone="ch-system-kbd chvt">
100            <primary sortas="b-chvt">chvt</primary>
101          </indexterm>
102        </listitem>
103      </varlistentry>
104
105      <varlistentry id="deallocvt">
106        <term><command>deallocvt</command></term>
107        <listitem>
108          <para>Deallocates unused virtual terminals</para>
109          <indexterm zone="ch-system-kbd deallocvt">
110            <primary sortas="b-deallocvt">deallocvt</primary>
111          </indexterm>
112        </listitem>
113      </varlistentry>
114
115      <varlistentry id="dumpkeys">
116        <term><command>dumpkeys</command></term>
117        <listitem>
118          <para>Dumps the keyboard translation tables</para>
119          <indexterm zone="ch-system-kbd dumpkeys">
120            <primary sortas="b-dumpkeys">dumpkeys</primary>
121          </indexterm>
122        </listitem>
123      </varlistentry>
124
125      <varlistentry id="fgconsole">
126        <term><command>fgconsole</command></term>
127        <listitem>
128          <para>Prints the number of the active virtual terminal</para>
129          <indexterm zone="ch-system-kbd fgconsole">
130            <primary sortas="b-fgconsole">fgconsole</primary>
131          </indexterm>
132        </listitem>
133      </varlistentry>
134
135      <varlistentry id="getkeycodes">
136        <term><command>getkeycodes</command></term>
137        <listitem>
138          <para>Prints the kernel scancode-to-keycode mapping table</para>
139          <indexterm zone="ch-system-kbd getkeycodes">
140            <primary sortas="b-getkeycodes">getkeycodes</primary>
141          </indexterm>
142        </listitem>
143      </varlistentry>
144
145      <varlistentry id="kbd_mode">
146        <term><command>kbd_mode</command></term>
147        <listitem>
148          <para>Reports or sets the keyboard mode</para>
149          <indexterm zone="ch-system-kbd kbd_mode">
150            <primary sortas="b-kbd_mode">kbd_mode</primary>
151          </indexterm>
152        </listitem>
153      </varlistentry>
154
155      <varlistentry id="kbdrate">
156        <term><command>kbdrate</command></term>
157        <listitem>
158          <para>Sets the keyboard repeat and delay rates</para>
159          <indexterm zone="ch-system-kbd kbdrate">
160            <primary sortas="b-kbdrate">kbdrate</primary>
161          </indexterm>
162        </listitem>
163      </varlistentry>
164
165      <varlistentry id="loadkeys">
166        <term><command>loadkeys</command></term>
167        <listitem>
168          <para>Loads the keyboard translation tables</para>
169          <indexterm zone="ch-system-kbd loadkeys">
170            <primary sortas="b-loadkeys">loadkeys</primary>
171          </indexterm>
172        </listitem>
173      </varlistentry>
174
175      <varlistentry id="loadunimap">
176        <term><command>loadunimap</command></term>
177        <listitem>
178          <para>Loads the kernel unicode-to-font mapping table</para>
179          <indexterm zone="ch-system-kbd loadunimap">
180            <primary sortas="b-loadunimap">loadunimap</primary>
181          </indexterm>
182        </listitem>
183      </varlistentry>
184
185      <varlistentry id="mapscrn">
186        <term><command>mapscrn</command></term>
187        <listitem>
188          <para>An obsolete program that used to load a user-defined output
189          character mapping table into the console driver; this is now done
190          by <command>setfont</command></para>
191          <indexterm zone="ch-system-kbd mapscrn">
192            <primary sortas="b-mapscrn">mapscrn</primary>
193          </indexterm>
194        </listitem>
195      </varlistentry>
196
197      <varlistentry id="openvt">
198        <term><command>openvt</command></term>
199        <listitem>
200          <para>Starts a program on a new virtual terminal (VT)</para>
201          <indexterm zone="ch-system-kbd openvt">
202            <primary sortas="b-openvt">openvt</primary>
203          </indexterm>
204        </listitem>
205      </varlistentry>
206
207      <varlistentry id="psfaddtable">
208        <term><command>psfaddtable</command></term>
209        <listitem>
210          <para>A link to <command>psfxtable</command></para>
211          <indexterm zone="ch-system-kbd psfaddtable">
212            <primary sortas="b-psfaddtable">psfaddtable</primary>
213          </indexterm>
214        </listitem>
215      </varlistentry>
216
217      <varlistentry id="psfgettable">
218        <term><command>psfgettable</command></term>
219        <listitem>
220          <para>A link to <command>psfxtable</command></para>
221          <indexterm zone="ch-system-kbd psfgettable">
222            <primary sortas="b-psfgettable">psfgettable</primary>
223          </indexterm>
224        </listitem>
225      </varlistentry>
226
227      <varlistentry id="psfstriptable">
228        <term><command>psfstriptable</command></term>
229        <listitem>
230          <para>A link to <command>psfxtable</command></para>
231          <indexterm zone="ch-system-kbd psfstriptable">
232            <primary sortas="b-psfstriptable">psfstriptable</primary>
233          </indexterm>
234        </listitem>
235      </varlistentry>
236
237      <varlistentry id="psfxtable">
238        <term><command>psfxtable</command></term>
239        <listitem>
240          <para>Handle Unicode character tables for console fonts</para>
241          <indexterm zone="ch-system-kbd psfxtable">
242            <primary sortas="b-psfxtable">psfxtable</primary>
243          </indexterm>
244        </listitem>
245      </varlistentry>
246
247      <varlistentry id="resizecons">
248        <term><command>resizecons</command></term>
249        <listitem>
250          <para>Changes the kernel idea of the console size</para>
251          <indexterm zone="ch-system-kbd resizecons">
252            <primary sortas="b-resizecons">resizecons</primary>
253          </indexterm>
254        </listitem>
255      </varlistentry>
256
257      <varlistentry id="setfont">
258        <term><command>setfont</command></term>
259        <listitem>
260          <para>Changes the Enhanced Graphic Adapter (EGA) and Video Graphics
261          Array (VGA) fonts on the console</para>
262          <indexterm zone="ch-system-kbd setfont">
263            <primary sortas="b-setfont">setfont</primary>
264          </indexterm>
265        </listitem>
266      </varlistentry>
267
268      <varlistentry id="setkeycodes">
269        <term><command>setkeycodes</command></term>
270        <listitem>
271          <para>Loads kernel scancode-to-keycode mapping table entries; this is
272          useful if there are unusual keys on the keyboard</para>
273          <indexterm zone="ch-system-kbd setkeycodes">
274            <primary sortas="b-setkeycodes">setkeycodes</primary>
275          </indexterm>
276        </listitem>
277      </varlistentry>
278
279      <varlistentry id="setleds">
280        <term><command>setleds</command></term>
281        <listitem>
282          <para>Sets the keyboard flags and Light Emitting Diodes (LEDs)</para>
283          <indexterm zone="ch-system-kbd setleds">
284            <primary sortas="b-setleds">setleds</primary>
285          </indexterm>
286        </listitem>
287      </varlistentry>
288
289      <varlistentry id="setmetamode">
290        <term><command>setmetamode</command></term>
291        <listitem>
292          <para>Defines the keyboard meta-key handling</para>
293          <indexterm zone="ch-system-kbd setmetamode">
294            <primary sortas="b-setmetamode">setmetamode</primary>
295          </indexterm>
296        </listitem>
297      </varlistentry>
298
299      <varlistentry id="showconsolefont">
300        <term><command>showconsolefont</command></term>
301        <listitem>
302          <para>Shows the current EGA/VGA console screen font</para>
303          <indexterm zone="ch-system-kbd showconsolefont">
304            <primary sortas="b-showconsolefont">showconsolefont</primary>
305          </indexterm>
306        </listitem>
307      </varlistentry>
308
309      <varlistentry id="showkey">
310        <term><command>showkey</command></term>
311        <listitem>
312          <para>Reports the scancodes, keycodes, and ASCII codes of the keys
313          pressed on the keyboard</para>
314          <indexterm zone="ch-system-kbd showkey">
315            <primary sortas="b-showkey">showkey</primary>
316          </indexterm>
317        </listitem>
318      </varlistentry>
319
320      <varlistentry id="unicode_start">
321        <term><command>unicode_start</command></term>
322        <listitem>
323          <para>Puts the keyboard and console in UNICODE mode. Never use it on
324          CLFS, because applications are not configured to support UNICODE.</para>
325          <indexterm zone="ch-system-kbd unicode_start">
326            <primary sortas="b-unicode_start">unicode_start</primary>
327          </indexterm>
328        </listitem>
329      </varlistentry>
330
331      <varlistentry id="unicode_stop">
332        <term><command>unicode_stop</command></term>
333        <listitem>
334          <para>Reverts keyboard and console from UNICODE mode</para>
335          <indexterm zone="ch-system-kbd unicode_stop">
336            <primary sortas="b-unicode_stop">unicode_stop</primary>
337          </indexterm>
338        </listitem>
339      </varlistentry>
340
341    </variablelist>
342
343  </sect2>
344
345</sect1>
Note: See TracBrowser for help on using the repository browser.