source: final-system/common/kbd.xml@ 109c00d

Last change on this file since 109c00d was 0636f6c, checked in by Jim Gifford <clfs@…>, 19 years ago

r981@server (orig r979): jim | 2005-12-30 10:11:32 -0800

r1226@server: cstaub | 2005-12-30 08:35:37 -0800
Updated package deps, removed explanation of cross-compiling from final-system binutils, and removed note about GRUB's testsuite failure


  • Property mode set to 100644
File size: 12.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-kbd" role="wrap">
9 <?dbhtml filename="kbd.html"?>
10
11 <title>Kbd-&kbd-version;</title>
12
13 <indexterm zone="ch-system-kbd">
14 <primary sortas="a-Kbd">Kbd</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Kbd package contains key-table files and keyboard
21 utilities.</para>
22
23 <segmentedlist>
24 <segtitle>&dependencies;</segtitle>
25
26 <seglistitem>
27 <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, Gettext,
28 Glibc, Grep, Gzip, M4, Make, Patch, and Sed</seg>
29 </seglistitem>
30 </segmentedlist>
31
32 </sect2>
33
34 <sect2 role="installation">
35 <title>Installation of Kbd</title>
36
37 <para os="p1">The following patch fixes build issues with GCC 4.x:</para>
38
39<screen os="p2"><userinput>patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen>
40
41 <para os="a">Prepare Kbd for compilation:</para>
42
43<screen os="b"><userinput>./configure</userinput></screen>
44
45 <para os="c">Compile the package:</para>
46
47<screen os="d"><userinput>make</userinput></screen>
48
49 <para os="e">Install the package:</para>
50
51<screen os="f"><userinput>make install</userinput></screen>
52
53 </sect2>
54
55 <sect2 id="contents-kbd" role="content">
56 <title>Contents of Kbd</title>
57
58 <segmentedlist>
59 <segtitle>Installed programs</segtitle>
60
61 <seglistitem>
62 <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, getunimap,
63 kbd_mode, kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable
64 (link to psfxtable), psfgettable (link to psfxtable), psfstriptable
65 (link to psfxtable), psfxtable, resizecons, setfont, setkeycodes,
66 setleds, setlogcons, setmetamode, setvesablank, showconsolefont,
67 showkey, unicode_start, and unicode_stop</seg>
68 </seglistitem>
69 </segmentedlist>
70
71 <variablelist>
72 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 <?dbfo list-presentation="list"?>
74 <?dbhtml list-presentation="table"?>
75
76 <varlistentry id="chvt">
77 <term><command>chvt</command></term>
78 <listitem>
79 <para>Changes the foreground virtual terminal</para>
80 <indexterm zone="ch-system-kbd chvt">
81 <primary sortas="b-chvt">chvt</primary>
82 </indexterm>
83 </listitem>
84 </varlistentry>
85
86 <varlistentry id="deallocvt">
87 <term><command>deallocvt</command></term>
88 <listitem>
89 <para>Deallocates unused virtual terminals</para>
90 <indexterm zone="ch-system-kbd deallocvt">
91 <primary sortas="b-deallocvt">deallocvt</primary>
92 </indexterm>
93 </listitem>
94 </varlistentry>
95
96 <varlistentry id="dumpkeys">
97 <term><command>dumpkeys</command></term>
98 <listitem>
99 <para>Dumps the keyboard translation tables</para>
100 <indexterm zone="ch-system-kbd dumpkeys">
101 <primary sortas="b-dumpkeys">dumpkeys</primary>
102 </indexterm>
103 </listitem>
104 </varlistentry>
105
106 <varlistentry id="fgconsole">
107 <term><command>fgconsole</command></term>
108 <listitem>
109 <para>Prints the number of the active virtual terminal</para>
110 <indexterm zone="ch-system-kbd fgconsole">
111 <primary sortas="b-fgconsole">fgconsole</primary>
112 </indexterm>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry id="getkeycodes">
117 <term><command>getkeycodes</command></term>
118 <listitem>
119 <para>Prints the kernel scancode-to-keycode mapping table</para>
120 <indexterm zone="ch-system-kbd getkeycodes">
121 <primary sortas="b-getkeycodes">getkeycodes</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 <varlistentry id="getunimap">
127 <term><command>getunimap</command></term>
128 <listitem>
129 <para>Prints the currently used unicode-to-font mapping table</para>
130 <indexterm zone="ch-system-kbd getunimap">
131 <primary sortas="b-getunimap">getunimap</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="kbd_mode">
137 <term><command>kbd_mode</command></term>
138 <listitem>
139 <para>Reports or sets the keyboard mode</para>
140 <indexterm zone="ch-system-kbd kbd_mode">
141 <primary sortas="b-kbd_mode">kbd_mode</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="kbdrate">
147 <term><command>kbdrate</command></term>
148 <listitem>
149 <para>Sets the keyboard repeat and delay rates</para>
150 <indexterm zone="ch-system-kbd kbdrate">
151 <primary sortas="b-kbdrate">kbdrate</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="loadkeys">
157 <term><command>loadkeys</command></term>
158 <listitem>
159 <para>Loads the keyboard translation tables</para>
160 <indexterm zone="ch-system-kbd loadkeys">
161 <primary sortas="b-loadkeys">loadkeys</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="loadunimap">
167 <term><command>loadunimap</command></term>
168 <listitem>
169 <para>Loads the kernel unicode-to-font mapping table</para>
170 <indexterm zone="ch-system-kbd loadunimap">
171 <primary sortas="b-loadunimap">loadunimap</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="mapscrn">
177 <term><command>mapscrn</command></term>
178 <listitem>
179 <para>An obsolete program that used to load a user-defined output
180 character mapping table into the console driver; this is now done
181 by <command>setfont</command></para>
182 <indexterm zone="ch-system-kbd mapscrn">
183 <primary sortas="b-mapscrn">mapscrn</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="openvt">
189 <term><command>openvt</command></term>
190 <listitem>
191 <para>Starts a program on a new virtual terminal (VT)</para>
192 <indexterm zone="ch-system-kbd openvt">
193 <primary sortas="b-openvt">openvt</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="psfaddtable">
199 <term><command>psfaddtable</command></term>
200 <listitem>
201 <para>A link to <command>psfxtable</command></para>
202 <indexterm zone="ch-system-kbd psfaddtable">
203 <primary sortas="b-psfaddtable">psfaddtable</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="psfgettable">
209 <term><command>psfgettable</command></term>
210 <listitem>
211 <para>A link to <command>psfxtable</command></para>
212 <indexterm zone="ch-system-kbd psfgettable">
213 <primary sortas="b-psfgettable">psfgettable</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="psfstriptable">
219 <term><command>psfstriptable</command></term>
220 <listitem>
221 <para>A link to <command>psfxtable</command></para>
222 <indexterm zone="ch-system-kbd psfstriptable">
223 <primary sortas="b-psfstriptable">psfstriptable</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="psfxtable">
229 <term><command>psfxtable</command></term>
230 <listitem>
231 <para>Handle Unicode character tables for console fonts</para>
232 <indexterm zone="ch-system-kbd psfxtable">
233 <primary sortas="b-psfxtable">psfxtable</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="resizecons">
239 <term><command>resizecons</command></term>
240 <listitem>
241 <para>Changes the kernel idea of the console size</para>
242 <indexterm zone="ch-system-kbd resizecons">
243 <primary sortas="b-resizecons">resizecons</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="setfont">
249 <term><command>setfont</command></term>
250 <listitem>
251 <para>Changes the Enhanced Graphic Adapter (EGA) and Video Graphics
252 Array (VGA) fonts on the console</para>
253 <indexterm zone="ch-system-kbd setfont">
254 <primary sortas="b-setfont">setfont</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="setkeycodes">
260 <term><command>setkeycodes</command></term>
261 <listitem>
262 <para>Loads kernel scancode-to-keycode mapping table entries; this is
263 useful if there are unusual keys on the keyboard</para>
264 <indexterm zone="ch-system-kbd setkeycodes">
265 <primary sortas="b-setkeycodes">setkeycodes</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="setleds">
271 <term><command>setleds</command></term>
272 <listitem>
273 <para>Sets the keyboard flags and Light Emitting Diodes (LEDs)</para>
274 <indexterm zone="ch-system-kbd setleds">
275 <primary sortas="b-setleds">setleds</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="setlogcons">
281 <term><command>setlogcons</command></term>
282 <listitem>
283 <para>Sends kernel messages to the console</para>
284 <indexterm zone="ch-system-kbd setlogcons">
285 <primary sortas="b-setlogcons">setlogcons</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="setmetamode">
291 <term><command>setmetamode</command></term>
292 <listitem>
293 <para>Defines the keyboard meta-key handling</para>
294 <indexterm zone="ch-system-kbd setmetamode">
295 <primary sortas="b-setmetamode">setmetamode</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="setvesablank">
301 <term><command>setvesablank</command></term>
302 <listitem>
303 <para>Lets the user adjust the built-in hardware screensaver (a blank
304 screen)</para>
305 <indexterm zone="ch-system-kbd setvesablank">
306 <primary sortas="b-setvesablank">setvesablank</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="showconsolefont">
312 <term><command>showconsolefont</command></term>
313 <listitem>
314 <para>Shows the current EGA/VGA console screen font</para>
315 <indexterm zone="ch-system-kbd showconsolefont">
316 <primary sortas="b-showconsolefont">showconsolefont</primary>
317 </indexterm>
318 </listitem>
319 </varlistentry>
320
321 <varlistentry id="showkey">
322 <term><command>showkey</command></term>
323 <listitem>
324 <para>Reports the scancodes, keycodes, and ASCII codes of the keys
325 pressed on the keyboard</para>
326 <indexterm zone="ch-system-kbd showkey">
327 <primary sortas="b-showkey">showkey</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
332 <varlistentry id="unicode_start">
333 <term><command>unicode_start</command></term>
334 <listitem>
335 <para>Puts the keyboard and console in UNICODE mode. Never use it on
336 LFS, because applications are not configured to support UNICODE.</para>
337 <indexterm zone="ch-system-kbd unicode_start">
338 <primary sortas="b-unicode_start">unicode_start</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="unicode_stop">
344 <term><command>unicode_stop</command></term>
345 <listitem>
346 <para>Reverts keyboard and console from UNICODE mode</para>
347 <indexterm zone="ch-system-kbd unicode_stop">
348 <primary sortas="b-unicode_stop">unicode_stop</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 </variablelist>
354
355 </sect2>
356
357</sect1>
Note: See TracBrowser for help on using the repository browser.