document options for integrating pcvt configuration into the new /etc/rc.d

startup system.
This commit is contained in:
Hellmuth Michaelis 2002-08-30 12:44:44 +00:00
parent 6b6c162a88
commit 2455cd9ea2

View File

@ -1964,6 +1964,120 @@ by default.
Flags for
.Xr isdntrace 8 .
.\" -----------------------------------------------------
.It Va pcvt_verbose
.Pq Vt bool
Set to
.Dq Li NO
by default.
When set to
.Dq Li YES ,
verbose messages about the actions done by the start script are displayed.
.Em Note:
the pcvt driver must be comiled into the kernel before the pcvt related
options described here take any effect.
.It Va pcvt_keymap
.Pq Vt str
Set to
.Dq Li NO
by default.
Use this to configure a national keyboard mapping found in the
.Pa /usr/share/misc/keycap.pcvt
file of keyboard mappings.
(see also the manual pages
.Xr keycap 5
and
.Xr keycap 3
for usage of pcvt's keycap database and the manual page
.Xr kcon 1
option -m for national keyboard mapping configuration).
.It Va pcvt_keydel
.Pq Vt int
Set to
.Dq Li NO
by default.
Used to set the keyboard key repeat delay value. Valid values are
in the range 0..3 for delay values of 250, 500, 750 and 1000 msec.
(See also the
.Xr kcon 1
manual page).
.It Va pcvt_keyrate
.Pq Vt int
Set to
.Dq Li NO
by default.
Used to set the keyboard key repetition rate value. Valid values are
in the range 0..31 for repetition values of 2..30 characters per second.
.It Va pcvt_keyrepeat
.Pq Vt bool
Set to
.Dq Li NO
by default.
Set to
.Dq Li YES
to enable automatic keyboard key repeating.
.It Va pcvt_force24
.Pq Vt bool
Set to
.Dq Li NO
by default.
Set to
.Dq Li YES
to force pcvt to use 24 lines only (in 25 lines mode) for compatibility
with the original VT220 terminal.
.It Va pcvt_hpext
.Pq Vt bool
Set to
.Dq Li NO
by default.
Set to
.Dq Li YES
to enable the display and funtionality of function key labels (as found
on Hewlett-Packard terminals such as the HP2392A and the HP700/92 in
ANSI mode).
.It Va pcvt_lines
.Pq Vt int
Set to
.Dq Li NO
by default resulting in a value of 25.
Used to set the number of lines on the screen. For VGA displays, valid
values are 25, 28, 40 and 50 lines.
(See also the
.Xr scon 1
manual page).
.It Va pcvt_blanktime
.Pq Vt int
Set to
.Dq Li NO
by default.
Used to set the screen saver timeout in seconds for values greater than
zero.
.It Va pcvt_cursorh
.Pq Vt int
Set to
.Dq Li NO
by default.
Used to set the cursor top scanline.
(See also the
.Xr cursor 1
manual page).
.It Va pcvt_cursorl
.Pq Vt int
Set to
.Dq Li NO
by default.
Used to set the cursor bottom scanline.
.It Va pcvt_monohigh
.Pq Vt bool
Set to
.Dq Li NO
by default.
Set to
.Dq Li YES
to set intensity to high on monochrome monitors.
(See also the
.Xr scon 1
manual page, option -p, for more information on changing VGA palette
values).
.El
.Sh FILES
.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact