summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2002-08-30 12:44:44 +0000
committerhm <hm@FreeBSD.org>2002-08-30 12:44:44 +0000
commitd12b45d5cc159e2c1f4e5d470257e71e0ed9ea5c (patch)
tree111a6446589afdb98e98c0661c04988b316c3f75 /share
parentbb3cc65f1f18fdf41fe4e945d7b9c465176561d4 (diff)
downloadFreeBSD-src-d12b45d5cc159e2c1f4e5d470257e71e0ed9ea5c.zip
FreeBSD-src-d12b45d5cc159e2c1f4e5d470257e71e0ed9ea5c.tar.gz
document options for integrating pcvt configuration into the new /etc/rc.d
startup system.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.5114
1 files changed, 114 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 14c00a7..6ac4cc0 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -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
OpenPOWER on IntegriCloud