source: appendixa/kbd-desc.xml@ bdc08c1

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 v3_2 v3_3 v4_0 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 bdc08c1 was bdc08c1, checked in by Mark Hymers <markh@…>, 22 years ago

[Bug 190] reorganise and sync descriptions

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

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