Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git] / BOOK / appendixa / kbd-desc.xml
blob2a86f5a4a9a38bf2da545052760a73a7ea72ca64
1 <sect2><title>Contents of Kbd</title>
3 <para>Last checked against version &kbd-contversion;.</para>
5 <sect3><title>Program Files</title>
6 <para>chvt, deallocvt, dumpkeys, fgconsole, 
7 getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap,
8 mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
9 psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, 
10 setfont, setkeycodes, setleds, setlogcons,
11 setmetamode, setvesablank, showfont, showkey, unicode_start, and
12 unicode_stop</para></sect3>
14 <sect3><title>Descriptions</title>
16 <sect4><title>chvt</title>
17 <para>chvt changes foreground virtual terminal.</para></sect4>
19 <sect4><title>deallocvt</title>
20 <para>deallocvt deallocates unused virtual terminals.</para></sect4>
22 <sect4><title>dumpkeys</title>
23 <para>dumpkeys dumps keyboard translation tables.</para></sect4>
25 <sect4><title>fgconsole</title>
26 <para>fgconsole prints the number of the active virtual terminal.</para></sect4>
28 <sect4><title>getkeycodes</title>
29 <para>getkeycodes prints the kernel scancode-to-keycode 
30 mapping table.</para></sect4>
32 <sect4><title>getunimap</title>
33 <para>getunimap prints the currently used unimap.</para></sect4>
35 <sect4><title>kbd_mode</title>
36 <para>kbd_mode reports or sets the keyboard mode.</para></sect4>
38 <sect4><title>kbdrate</title>
39 <para>kbdrate sets the keyboard repeat and delay rates.</para></sect4>
41 <sect4><title>loadkeys</title>
42 <para>loadkeys loads keyboard translation tables.</para></sect4>
44 <sect4><title>loadunimap</title>
45 <para>loadunimap loads the kernel unicode-to-font mapping table.</para></sect4>
47 <sect4><title>mapscrn</title>
48 <para>mapscrn loads a user defined output character
49 mapping table into the console driver. Note that it is obsolete and that its
50 features are built into setfont.</para></sect4>
52 <sect4><title>openvt</title>
53 <para>openvt starts a program on a new virtual terminal (VT).</para></sect4>
55 <sect4><title>psfaddtable, psfgettable, psfstriptable, psfxtable</title>
56 <para>These are a set of tools for handling Unicode character tables for 
57 console fonts.</para></sect4>
59 <sect4><title>resizecons</title>
60 <para>resizecons changes the kernel idea of the console size.</para></sect4>
62 <sect4><title>setfont</title>
63 <para>This lets you change the EGA/VGA fonts in console.</para></sect4>
65 <sect4><title>setkeycodes</title>
66 <para>setkeycodes loads kernel scancode-to-keycode mapping 
67 table entries.</para></sect4>
69 <sect4><title>setleds</title>
70 <para>setleds sets the keyboard LEDs. Many people find it useful to have numlock
71 enabled by default, and it is by using this program that you can 
72 achieve this.</para></sect4>
74 <sect4><title>setlogcons</title>
75 <para>setlogcons sends kernel messages to the console.</para></sect4>
77 <sect4><title>setmetamode</title>
78 <para>setmetamode defines the keyboard meta key handling.</para></sect4>
80 <sect4><title>setvesablank</title>
81 <para>This lets you fiddle with the built-in hardware screensaver 
82 (not toasters, only a blank screen).</para></sect4>
84 <sect4><title>showfont</title>
85 <para>showfont displays data about a font. The information shown includes font
86 information, font properties, character metrics, and 
87 character bitmaps.</para></sect4>
89 <sect4><title>showkey</title>
90 <para>showkey examines the scancodes and keycodes sent by 
91 the keyboard.</para></sect4>
93 <sect4><title>unicode_start</title>
94 <para>unicode_start puts the console in Unicode mode.</para></sect4>
96 <sect4><title>unicode_stop</title>
97 <para>unicode_stop reverts keyboard and console from 
98 unicode mode.</para></sect4>
100 </sect3>
102 </sect2>