add some notes and an example

This commit is contained in:
drochner 1999-03-31 15:37:47 +00:00
parent 719a8b0d1d
commit 5faf61eaf6

View File

@ -1,4 +1,4 @@
.\" $NetBSD: wsconscfg.8,v 1.2 1999/02/03 20:59:20 augustss Exp $
.\" $NetBSD: wsconscfg.8,v 1.3 1999/03/31 15:37:47 drochner Exp $
.\"
.Dd January 12, 1999
.Os
@ -49,8 +49,35 @@ depth and other low-level display properties. Valid
arguments are defined by the underlying display device driver.
.It Fl e Ar emul
Specify the terminal emulation to use for the virtual terminal. The set of
available terminal emulations is determined at kernel compile time.
available terminal emulations is determined at kernel compile time. See
.Xr wscons 4
for details.
.El
.Pp
Typically, the
.Nm
utility will be invoked in system startup by the
.Pa /etc/rc.wscons
script, controlled by the
.Pa /etc/wscons.conf
configuration file.
.Sh FILES
.Pa /etc/wscons.conf
.Sh EXAMPLES
.Dl wsconscfg -t 80x50 -e vt100 1
.Pp
Configure screen 1 (i.e. the second), it will get the type
.Dq 80x50
and use the VT100 terminal emulation. (Note:
.Dq 80x50
is a screen type offered by the
.Xr vga 4
display driver. In this particular case, an 8x8-font must be loaded
before to make the screen useful. See
.Xr wsfontload 8 .)
.Sh BUGS
There should be an easy way to get a list of the screen types available
on a display, and of the emulations supported by the kernel.
.Sh "SEE ALSO"
.Xr wscons 4
.Xr wsconsctl 8 ,