source: appendixa/kbd-desc.xml@ 713cffb

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 713cffb was a9cb6f08, checked in by Gerard Beekmans <gerard@…>, 23 years ago

Spell Checks

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