Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.amiga Initial wscons support by Jukka An...



details:   https://anonhg.NetBSD.org/src/rev/61b03689ee74
branches:  trunk
changeset: 503209:61b03689ee74
user:      is <is%NetBSD.org@localhost>
date:      Fri Feb 02 21:54:49 2001 +0000

description:
Initial wscons support by Jukka Andberg from PR 11068.

diffstat:

 share/man/man4/man4.amiga/Makefile       |   5 +-
 share/man/man4/man4.amiga/amidisplaycc.4 |  52 ++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r 2e71a93cbf49 -r 61b03689ee74 share/man/man4/man4.amiga/Makefile
--- a/share/man/man4/man4.amiga/Makefile        Fri Feb 02 21:52:11 2001 +0000
+++ b/share/man/man4/man4.amiga/Makefile        Fri Feb 02 21:54:49 2001 +0000
@@ -1,7 +1,8 @@
 #      from: @(#)Makefile      8.2 (Berkeley) 2/16/94
-#      $NetBSD: Makefile,v 1.14 1999/12/21 06:33:00 fair Exp $
+#      $NetBSD: Makefile,v 1.15 2001/02/02 21:54:49 is Exp $
 
-MAN=   afsc.4 ahsc.4 atzsc.4 autoconf.4 console.4 bah.4 ed.4 es.4 fdc.4 \
+MAN=   afsc.4 ahsc.4 amidisplaycc.4 atzsc.4 autoconf.4 console.4 bah.4 \
+       ed.4 es.4 fdc.4 \
        grfcl.4 grfcv.4 grfcv3d.4 grfet.4 grfrh.4 grfrt.4 grful.4 \
        gtsc.4 intro.4 ite.4 mem.4 mfcs.4 mgnsc.4 qn.4 ser.4 \
        wesc.4 zssc.4
diff -r 2e71a93cbf49 -r 61b03689ee74 share/man/man4/man4.amiga/amidisplaycc.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.amiga/amidisplaycc.4  Fri Feb 02 21:54:49 2001 +0000
@@ -0,0 +1,52 @@
+.Dd September 3, 2000
+.Dt AMIDISPLAYCC 4
+.Sh NAME
+.Nm amidisplaycc
+.Nd wscons interface to amiga custom chips drivers
+.\"
+.Sh SYNOPSIS
+.Cd amidisplaycc0 at mainbus0
+.Cd wsdisplay0 at amidisplaycc0 
+.\"
+.Sh DESCRIPTION
+This device acts as an adapter between the 
+.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
+Amiga abstract graphic driver functions for the low-level 
+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
+the inconvience.
+.Pp
+What it does support is hilite (bold), underline, reverse and 
+foreground/background colors.
+.Pp
+The number of virtual screens is limited only by
+the available chip memory. Each virtual screen can have a
+different display mode. The available display modes are listed
+below. Other modes can easily be added to the kernel. The default
+mode is 640x400x1.
+.Pp
+640x200x1, 640x200x2, 640x200x3, 640x200x4,
+.Pp
+640x400x1, 640x400x2, 640x400x3, 640x400x4,
+.Pp
+640x480x1, 640x480x2, 640x480x3, 640x480x4,
+.Pp
+Palette is the default palette compiled in the kernel, and currently
+cannot be changed runtime.
+.Pp
+Also, the font is the 8x8 font compiled into the kernel, and cannot
+be changed runtime.
+.\"
+.Sh SEE ALSO
+.Xr wscons 4
+.Xr wsdisplay 4
+



Home | Main Index | Thread Index | Old Index