2002-03-14 00:44:48 +03:00
|
|
|
.\" $NetBSD: amidisplaycc.4,v 1.7 2002/03/13 21:44:48 wiz Exp $
|
2002-03-13 22:46:01 +03:00
|
|
|
.Dd February 4, 2002
|
2001-04-21 18:31:03 +04:00
|
|
|
.Dt AMIDISPLAYCC 4 amiga
|
2001-02-03 00:54:49 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm amidisplaycc
|
|
|
|
.Nd wscons interface to amiga custom chips drivers
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd amidisplaycc0 at mainbus0
|
2001-04-11 22:33:06 +04:00
|
|
|
.Cd wsdisplay0 at amidisplaycc0
|
2001-02-03 00:54:49 +03:00
|
|
|
.Sh DESCRIPTION
|
2001-04-11 22:33:06 +04:00
|
|
|
This device acts as an adapter between the
|
2001-02-03 00:54:49 +03:00
|
|
|
.Xr wscons 4
|
|
|
|
framework and the Amiga custom chip driver functions.
|
|
|
|
It exports the internal
|
|
|
|
.Xr wsdisplay 4
|
|
|
|
interface and contains the necessary rendering functions to
|
|
|
|
operate a text terminal with virtual screens. It uses the
|
2001-04-11 22:33:06 +04:00
|
|
|
Amiga abstract graphic driver functions for the low-level
|
2001-02-03 00:54:49 +03:00
|
|
|
display management.
|
|
|
|
.Pp
|
|
|
|
Currently it does not support running X. You can still run
|
|
|
|
X the old way, but be warned, you cannot switch screens while
|
|
|
|
in X and when quitting it, it seems to hang. Switching a screen
|
|
|
|
then will bring up the text console. As always, we apologise for
|
2001-06-14 03:38:29 +04:00
|
|
|
the inconvenience.
|
2001-02-03 00:54:49 +03:00
|
|
|
.Pp
|
2001-04-11 22:33:06 +04:00
|
|
|
What it does support is hilite (bold), underline, reverse and
|
2001-02-03 00:54:49 +03:00
|
|
|
foreground/background colors.
|
|
|
|
.Pp
|
|
|
|
The number of virtual screens is limited only by
|
2002-03-14 00:44:48 +03:00
|
|
|
the available chip memory.
|
2002-03-13 22:46:01 +03:00
|
|
|
Each virtual screen can have a different display mode.
|
|
|
|
A display mode defines the following things: height and width
|
2002-03-14 00:44:48 +03:00
|
|
|
in pixels, number of colors, and the size of the font.
|
2002-03-13 22:46:01 +03:00
|
|
|
The predefined modes are listed below.
|
2002-01-15 04:12:34 +03:00
|
|
|
.Bl -bullet -offset indent -compact
|
|
|
|
.It
|
2002-03-13 22:46:01 +03:00
|
|
|
80x50 - display size 640x400 with 8 colors, font size 8x8
|
2002-01-15 04:12:34 +03:00
|
|
|
.It
|
2002-03-13 22:46:01 +03:00
|
|
|
80x40 - display size 640x400 with 8 colors, font size 8x10
|
2002-01-15 04:12:34 +03:00
|
|
|
.It
|
2002-03-13 22:46:01 +03:00
|
|
|
80x25 - display size 640x400 with 8 colors, font size 8x16
|
2002-01-15 04:12:34 +03:00
|
|
|
.It
|
2002-03-13 22:46:01 +03:00
|
|
|
80x24 - display size 640x384 with 8 colors, font size 8x16
|
2002-01-15 04:12:34 +03:00
|
|
|
.El
|
2001-02-03 00:54:49 +03:00
|
|
|
.Pp
|
2002-03-13 22:46:01 +03:00
|
|
|
Fonts of width 8 are supported. Fonts can be compiled into the kernel
|
|
|
|
by specifying "options FONT_[fontname]" in the configuration file,
|
|
|
|
or loaded with the
|
|
|
|
.Xr wsfontload 8
|
2002-03-14 00:44:48 +03:00
|
|
|
utility runtime.
|
2001-02-03 00:54:49 +03:00
|
|
|
.Sh SEE ALSO
|
2002-01-15 04:12:34 +03:00
|
|
|
.Xr wscons 4 ,
|
2002-03-13 22:46:01 +03:00
|
|
|
.Xr wsdisplay 4 ,
|
2002-03-14 00:44:48 +03:00
|
|
|
.Xr wsfontload 8 ,
|
|
|
|
.Xr wsfont 9
|