source: appendixa/kbd-desc.xml@ e403b99

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 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 e403b99 was 978d0bf, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Changing the style of the command descriptions in appendix A.

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

  • Property mode set to 100644
File size: 2.6 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<para><command>chvt</command> changes the foreground virtual terminal.</para>
10
11<para><command>deallocvt</command> deallocates unused virtual terminals.</para>
12
13<para><command>dumpkeys</command> dumps the keyboard translation tables.</para>
14
15<para><command>fgconsole</command> prints the number of the active virtual terminal.</para>
16
17<para><command>getkeycodes</command> prints the kernel scancode-to-keycode
18mapping table.</para>
19
20<para><command>getunimap</command> prints the currently used unimap.</para>
21
22<para><command>kbd_mode</command> reports or sets the keyboard mode.</para>
23
24<para><command>kbdrate</command> sets the keyboard repeat and delay rates.</para>
25
26<para><command>loadkeys</command> loads the keyboard translation tables.</para>
27
28<para><command>loadunimap</command> loads the kernel unicode-to-font mapping table.</para>
29
30<para><command>mapscrn</command> is an obsolete program that used to load
31a user-defined output character mapping table into the console driver. This is
32now done by setfont.</para>
33
34<para><command>openvt</command> starts a program on a new virtual terminal (VT).</para>
35
36<para><command>psf*</command> are a set of tools for handling Unicode
37character tables for console fonts.</para>
38
39<para><command>resizecons</command> changes the kernel idea of the console size.</para>
40
41<para><command>setfont</command> lets you change the EGA/VGA fonts on the console.</para>
42
43<para><command>setkeycodes</command> loads kernel scancode-to-keycode
44mapping table entries, useful if you have some unusual keys on your keyboard.</para>
45
46<para><command>setleds</command> sets the keyboard flags and LEDs. Many
47people find it useful to have NumLock on by default, setleds +num achieves this.</para>
48
49<para><command>setlogcons</command> sends kernel messages to the console.</para>
50
51<para><command>setmetamode</command> defines the keyboard meta key handling.</para>
52
53<para><command>setvesablank</command> lets you fiddle with the built-in
54hardware screensaver (no toasters, just a blank screen).</para>
55
56<para><command>showfont</command> displays data about a font, including
57font properties, character metrics and character bitmaps.</para>
58
59<para><command>showkey</command> reports the scancodes and keycodes and
60ASCII codes of the keys pressed on the keyboard.</para>
61
62<para><command>unicode_start</command> puts the keyboard and console in
63unicode mode.</para>
64
65<para><command>unicode_stop</command> reverts keyboard and console from
66unicode mode.</para>
67
68</sect3>
69
70</sect2>
71
Note: See TracBrowser for help on using the repository browser.