source: appendixa/kbd-desc.xml@ eadc0e5

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 eadc0e5 was 087e584, checked in by Alex Gronenwoud <alex@…>, 21 years ago

Small retouches of the text. Wrapping 'last checked' in parentheses.

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

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