source: appendixa/kbd-desc.xml@ 5d0e2ab

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 5d0e2ab was 2c094d6, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<sect2><title>Contents of Kbd</title>
2
3<para>Last checked against version &kbd-contversion;.</para>
4
5<sect3><title>Program Files</title>
6<para>chvt, deallocvt, dumpkeys, fgconsole,
7getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap,
8mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
9psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons,
10setfont, setkeycodes, setleds, setlogcons,
11setmetamode, setvesablank, showfont, showkey, unicode_start, and
12unicode_stop</para></sect3>
13
14<sect3><title>Descriptions</title>
15
16<sect4><title>chvt</title>
17<para>chvt changes foreground virtual terminal.</para></sect4>
18
19<sect4><title>deallocvt</title>
20<para>deallocvt deallocates unused virtual terminals.</para></sect4>
21
22<sect4><title>dumpkeys</title>
23<para>dumpkeys dumps keyboard translation tables.</para></sect4>
24
25<sect4><title>fgconsole</title>
26<para>fgconsole prints the number of the active virtual terminal.</para></sect4>
27
28<sect4><title>getkeycodes</title>
29<para>getkeycodes prints the kernel scancode-to-keycode
30mapping table.</para></sect4>
31
32<sect4><title>getunimap</title>
33<para>getunimap prints the currently used unimap.</para></sect4>
34
35<sect4><title>kbd_mode</title>
36<para>kbd_mode reports or sets the keyboard mode.</para></sect4>
37
38<sect4><title>kbdrate</title>
39<para>kbdrate sets the keyboard repeat and delay rates.</para></sect4>
40
41<sect4><title>loadkeys</title>
42<para>loadkeys loads keyboard translation tables.</para></sect4>
43
44<sect4><title>loadunimap</title>
45<para>loadunimap loads the kernel unicode-to-font mapping table.</para></sect4>
46
47<sect4><title>mapscrn</title>
48<para>mapscrn loads a user defined output character
49mapping table into the console driver. Note that it is obsolete and that its
50features are built into setfont.</para></sect4>
51
52<sect4><title>openvt</title>
53<para>openvt starts a program on a new virtual terminal (VT).</para></sect4>
54
55<sect4><title>psfaddtable, psfgettable, psfstriptable, psfxtable</title>
56<para>These are a set of tools for handling Unicode character tables for
57console fonts.</para></sect4>
58
59<sect4><title>resizecons</title>
60<para>resizecons changes the kernel idea of the console size.</para></sect4>
61
62<sect4><title>setfont</title>
63<para>This lets you change the EGA/VGA fonts in console.</para></sect4>
64
65<sect4><title>setkeycodes</title>
66<para>setkeycodes loads kernel scancode-to-keycode mapping
67table entries.</para></sect4>
68
69<sect4><title>setleds</title>
70<para>setleds sets the keyboard LEDs. Many people find it useful to have numlock
71enabled by default and, by using this program, you can
72achieve this.</para></sect4>
73
74<sect4><title>setlogcons</title>
75<para>setlogcons sends kernel messages to the console.</para></sect4>
76
77<sect4><title>setmetamode</title>
78<para>setmetamode defines the keyboard meta key handling.</para></sect4>
79
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>
83
84<sect4><title>showfont</title>
85<para>showfont displays data about a font. The information shown includes font
86information, font properties, character metrics and
87character bitmaps.</para></sect4>
88
89<sect4><title>showkey</title>
90<para>showkey examines the scancodes and keycodes sent by
91the keyboard.</para></sect4>
92
93<sect4><title>unicode_start</title>
94<para>unicode_start puts the console in Unicode mode.</para></sect4>
95
96<sect4><title>unicode_stop</title>
97<para>unicode_stop reverts keyboard and console from
98unicode mode.</para></sect4>
99
100</sect3>
101
102</sect2>
103
Note: See TracBrowser for help on using the repository browser.