source: appendixa/kbd-desc.xml@ e4b9338

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 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 e4b9338 was 5406b13, checked in by Timothy Bauscher <timothy@…>, 21 years ago

Billy's kbd conversion.

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

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