43 lines
1000 B
Groff
43 lines
1000 B
Groff
.\" $NetBSD: pcdisplay.4,v 1.5 2001/09/22 15:58:13 wiz Exp $
|
|
.Dd March 20, 1999
|
|
.Os
|
|
.Dt PCDISPLAY 4
|
|
.Sh NAME
|
|
.Nm pcdisplay
|
|
.Nd PC display adapter driver for wscons
|
|
.Sh SYNOPSIS
|
|
.Cd options PCDISPLAY_SOFTCURSOR
|
|
.Pp
|
|
.Cd "pcdisplay0 at isa?"
|
|
.Cd "wsdisplay* at pcdisplay? console ?"
|
|
.Sh DESCRIPTION
|
|
This driver supports PC display adapter hardware within the
|
|
.Xr wscons 4
|
|
console framework. It doesn't provide direct device
|
|
driver entry points but makes its functions available via
|
|
the internal
|
|
.Xr wsdisplay 4
|
|
interface.
|
|
.Pp
|
|
The
|
|
.Nm
|
|
driver is intended as a minimal
|
|
.Dq catch-all
|
|
driver for the different kinds of
|
|
.Tn MDA
|
|
or
|
|
.Tn CGA
|
|
compatible adapters. It doesn't support multiple screens, nor
|
|
colors or font loading.
|
|
.Pp
|
|
Supported kernel option(s):
|
|
.Bl -tag -ohang -width xxxx
|
|
.It Cd options PCDISPLAY_SOFTCURSOR
|
|
Use a large, non-blinking cursor generated by software. The default is to use
|
|
the cursor provided by the underlying display hardware.
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr isa 4 ,
|
|
.Xr vga 4 ,
|
|
.Xr wscons 4
|