Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 document some more options
details: https://anonhg.NetBSD.org/src/rev/9244766cb2b1
branches: trunk
changeset: 467811:9244766cb2b1
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Mar 29 19:54:23 1999 +0000
description:
document some more options
diffstat:
share/man/man4/wscons.4 | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 43 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r 7b8c31c7d9cd -r 9244766cb2b1 share/man/man4/wscons.4
--- a/share/man/man4/wscons.4 Mon Mar 29 17:54:34 1999 +0000
+++ b/share/man/man4/wscons.4 Mon Mar 29 19:54:23 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wscons.4,v 1.6 1999/03/27 21:12:05 drochner Exp $
+.\" $NetBSD: wscons.4,v 1.7 1999/03/29 19:54:23 drochner Exp $
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -43,6 +43,7 @@
.Cd options WSEMUL_NO_DUMB
.Cd options \&"WSEMUL_DEFAULT=\e"xxx\e""
.Cd options WS_KERNEL_FG=WSCOL_XXX
+.Cd options WS_KERNEL_BG=WSCOL_XXX
.Cd options WSDISPLAY_COMPAT_PCVT
.Cd options WSDISPLAY_COMPAT_SYSCONS
.Cd options WSDISPLAY_COMPAT_USL
@@ -206,6 +207,47 @@
find the
.Nm
driver entry points, symlinks are a helpful measure.)
+.Pp
+.Em Other options:
+.Bl -tag -width xxxxxxxx
+.It Cd options WS_KERNEL_FG=WSCOL_XXX ,
+.It Cd options WS_KERNEL_BG=WSCOL_XXX ,
+.It Cd options \&WS_KERNEL_COLATTR="(WSATTR_XXX | WSATTR_YYY)"
+and
+.It Cd options \&WS_KERNEL_MONOATTR="(WSATTR_XXX | WSATTR_YYY)"
+allow to make console output originating from the kernel appear differently
+than output from user level programs (via
+.Pa /dev/console
+or the specific tty
+device like
+.Pa /dev/ttyE0
+).
+.Dq WS_KERNEL_FG
+and
+.Dq WS_KERNEL_BG
+set the foreground / background used on color displays. The
+.Dq WSCOL_XXX
+arguments are colors as defined in
+.Pa /usr/include/wscons/wsdisplayvar.h .
+.Dq WS_KERNEL_COLATTR
+and
+.Dq WS_KERNEL_MONOATTR
+are additional attribute flags used on color resp. monochrome displays,
+the arguments are defined in the same header file. Whether the attributes
+are supported or not depends on the actually used graphics adapter.
+These options are ignored by the
+.Dq dumb
+terminal emulation.
+.It Cd options WSCOMPAT_USL_SYNCTIMEOUT=nnn
+The virtual screen switching protocol enabled by
+.Dq WSDISPLAY_COMPAT_USL
+uses a somewhat complex handshake protocol to pass control to user programs
+as X servers controlling a virtual screen. To avoid a non-responsive
+application to lock the whole console system a screen switch will be rolled
+back if the user application does not respond to a screen switch request
+within some time. This option allows to set this timeout (in seconds),
+the default value is 5 seconds.
+.El
.Sh BUGS
This man page is still extremely incomplete.
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index