xref: /openbsd-src/share/man/man4/pcdisplay.4 (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1.\" $OpenBSD: pcdisplay.4,v 1.4 2001/06/23 07:03:57 pjanzen Exp $
2.\" $NetBSD: pcdisplay.4,v 1.3 2000/05/13 15:22:17 mycroft Exp $
3.\"
4.Dd March 20, 1999
5.Dt PCDISPLAY 4
6.Os
7.Sh NAME
8.Nm pcdisplay
9.Nd PC display adapter driver for wscons
10.Sh SYNOPSIS
11.Cd "pcdisplay0 at isa?"
12.Cd "wsdisplay* at pcdisplay? console ?"
13.Cd option PCDISPLAY_SOFTCURSOR
14.Sh DESCRIPTION
15This driver supports PC display adapter hardware within the
16.Xr wscons 4
17console framework.
18It doesn't provide direct device driver entry points but makes its
19functions available via the internal
20.Xr wsdisplay 4
21interface.
22.Pp
23The
24.Nm
25driver is intended as a minimal
26.Dq catch-all
27driver for the different kinds of MDA or CGA compatible adapters.
28It doesn't support multiple screens, nor colors or font loading.
29.Pp
30Supported kernel option(s):
31.Bl -tag -ohang -width xxxx
32.It Cd option PCDISPLAY_SOFTCURSOR
33Use a large, non-blinking cursor generated by software. The default is to use
34the cursor provided by the underlying display hardware.
35.El
36.Sh SEE ALSO
37.Xr isa 4 ,
38.Xr vga 4 ,
39.Xr wscons 4
40