source: appendixa/kbd-desc.xml@ f1da843

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_0 v3_1 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 f1da843 was b822811, checked in by Mark Hymers <markh@…>, 23 years ago

XML changes

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The Kbd package contains the chvt,
5deallocvt, dumpkeys, fgconsole, getkeycodes,
6kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn,
7psfxtable,
8resizecons, screendump, setfont,
9setkeycodes, setleds, setmetamode, setvesablank, showfont,
10showkey,
11unicode_start, and unicode_stop programs. There are some other programs that
12don't get installed by default, as they are very optional. Take a look at the
13Kbd package contents if you have trouble with your console.</para>
14
15</sect2>
16
17<sect2>
18<title>Description</title>
19
20<sect3>
21<title>chvt</title>
22
23<para>chvt changes foreground virtual terminal.</para>
24
25</sect3>
26
27<sect3>
28<title>deallocvt</title>
29
30<para>deallocvt deallocates unused virtual terminals.</para>
31
32</sect3>
33
34<sect3>
35<title>dumpkeys</title>
36
37<para>dumpkeys dumps keyboard translation tables.</para>
38
39</sect3>
40
41<sect3>
42<title>fgconsole</title>
43
44<para>fgconsole prints the number of the active virtual terminal.</para>
45
46</sect3>
47
48<sect3>
49<title>getkeycodes</title>
50
51<para>getkeycodes prints the kernel scancode-to-keycode mapping table.</para>
52
53</sect3>
54
55<sect3>
56<title>kbd_mode</title>
57
58<para>kbd_mode reports or sets the keyboard mode.</para>
59
60</sect3>
61
62<sect3>
63<title>kbdrate</title>
64
65<para>kbdrate sets the keyboard repeat and delay rates.</para>
66
67</sect3>
68
69<sect3>
70<title>loadkeys</title>
71
72<para>loadkeys loads keyboard translation tables.</para>
73
74</sect3>
75
76<sect3>
77<title>loadunimap</title>
78
79<para>loadunimap loads the kernel unicode-to-font mapping table.</para>
80
81</sect3>
82
83<sect3>
84<title>mapscrn</title>
85
86<para>mapscrn loads a user defined output character
87mapping table into the console driver. Note that it is obsolete and that its
88features are built into setfont.</para>
89
90</sect3>
91
92<sect3>
93<title>psfxtable</title>
94
95<para>psfxtable is a tool for handling Unicode character tables for
96console fonts.</para>
97
98</sect3>
99
100<sect3>
101<title>resizecons</title>
102
103<para>resizecons changes the kernel idea of the console size.</para>
104
105</sect3>
106
107<sect3>
108<title>screendump</title>
109
110<para>A screen shot utility for the console.</para>
111
112</sect3>
113
114<sect3>
115<title>setfont</title>
116
117<para>This lets you change the EGA/VGA fonts in console.</para>
118
119</sect3>
120
121<sect3>
122<title>setkeycodes</title>
123
124<para>setkeycodes loads kernel scancode-to-keycode mapping table entries.</para>
125
126</sect3>
127
128<sect3>
129<title>setleds</title>
130
131<para>setleds sets the keyboard LEDs. Many people find it useful to have numlock
132enabled by default, and it is by using this program that you can
133achieve this.</para>
134
135</sect3>
136
137<sect3>
138<title>setmetamode</title>
139
140<para>setmetamode defines the keyboard meta key handling.</para>
141
142</sect3>
143
144<sect3>
145<title>setvesablank</title>
146
147<para>This lets you fiddle with the built-in hardware screensaver
148(not toasters, only a blank screen).</para>
149
150</sect3>
151
152<sect3>
153<title>showfont</title>
154
155<para>showfont displays data about a font. The information shown includes font
156information, font properties, character metrics, and character bitmaps.</para>
157
158</sect3>
159
160<sect3>
161<title>showkey</title>
162
163<para>showkey examines the scancodes and keycodes sent by the keyboard.</para>
164
165</sect3>
166
167<sect3>
168<title>unicode_start</title>
169
170<para>unicode_start puts the console in Unicode mode.</para>
171
172</sect3>
173
174<sect3>
175<title>unicode_stop</title>
176
177<para>unicode_stop reverts keyboard and console from unicode mode.</para>
178
179</sect3>
180
181</sect2>
182
Note: See TracBrowser for help on using the repository browser.