source: appendixa/kbd-desc.xml@ 0bb2989

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 0bb2989 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
RevLine 
[5406b13]1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
[8fcc2c0]2
[5406b13]3<sect2><title>Descriptions</title>
[bdc08c1]4
[087e584]5<para>(Last checked against version &kbd-contversion;.)</para>
[5df2845]6
[5406b13]7<sect3><title>Program file descriptions</title>
[5df2845]8
[978d0bf]9<para><command>chvt</command> changes the foreground virtual terminal.</para>
[5df2845]10
[978d0bf]11<para><command>deallocvt</command> deallocates unused virtual terminals.</para>
[5df2845]12
[978d0bf]13<para><command>dumpkeys</command> dumps the keyboard translation tables.</para>
[5df2845]14
[978d0bf]15<para><command>fgconsole</command> prints the number of the active virtual terminal.</para>
[5df2845]16
[978d0bf]17<para><command>getkeycodes</command> prints the kernel scancode-to-keycode
18mapping table.</para>
[5df2845]19
[978d0bf]20<para><command>getunimap</command> prints the currently used unimap.</para>
[74ab612]21
[978d0bf]22<para><command>kbd_mode</command> reports or sets the keyboard mode.</para>
[5df2845]23
[978d0bf]24<para><command>kbdrate</command> sets the keyboard repeat and delay rates.</para>
[5df2845]25
[978d0bf]26<para><command>loadkeys</command> loads the keyboard translation tables.</para>
[5df2845]27
[978d0bf]28<para><command>loadunimap</command> loads the kernel unicode-to-font mapping table.</para>
[5df2845]29
[978d0bf]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>
[5df2845]33
[978d0bf]34<para><command>openvt</command> starts a program on a new virtual terminal (VT).</para>
[5df2845]35
[978d0bf]36<para><command>psf*</command> are a set of tools for handling Unicode
37character tables for console fonts.</para>
[5df2845]38
[978d0bf]39<para><command>resizecons</command> changes the kernel idea of the console size.</para>
[5df2845]40
[978d0bf]41<para><command>setfont</command> lets you change the EGA/VGA fonts on the console.</para>
[bdc08c1]42
[978d0bf]43<para><command>setkeycodes</command> loads kernel scancode-to-keycode
44mapping table entries, useful if you have some unusual keys on your keyboard.</para>
[5df2845]45
[978d0bf]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>
[5df2845]48
[978d0bf]49<para><command>setlogcons</command> sends kernel messages to the console.</para>
[74ab612]50
[978d0bf]51<para><command>setmetamode</command> defines the keyboard meta key handling.</para>
[5df2845]52
[978d0bf]53<para><command>setvesablank</command> lets you fiddle with the built-in
54hardware screensaver (no toasters, just a blank screen).</para>
[5df2845]55
[978d0bf]56<para><command>showfont</command> displays data about a font, including
57font properties, character metrics and character bitmaps.</para>
[5df2845]58
[978d0bf]59<para><command>showkey</command> reports the scancodes and keycodes and
60ASCII codes of the keys pressed on the keyboard.</para>
[5df2845]61
[978d0bf]62<para><command>unicode_start</command> puts the keyboard and console in
63unicode mode.</para>
[5df2845]64
[978d0bf]65<para><command>unicode_stop</command> reverts keyboard and console from
66unicode mode.</para>
[bdc08c1]67
68</sect3>
[5df2845]69
70</sect2>
71
Note: See TracBrowser for help on using the repository browser.