source: appendixa/kbd-desc.xml@ 53ad30a

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_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 53ad30a was 53ad30a, checked in by Mark Hymers <markh@…>, 23 years ago

[Bug 190] Put descs in alphabetical order

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

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