xref: /netbsd-src/share/man/man4/man4.amiga/grfcv.4 (revision 633f3639db593aa92599e0f49563a30ce60059e2)
1.\"	$NetBSD: grfcv.4,v 1.9 2017/02/17 22:24:46 christos Exp $
2.\"
3.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd February 17, 2017
28.Dt GRFCV 4 amiga
29.Os
30.Sh NAME
31.Nm grfcv
32.Nd 8/15/16/24/32-bit color graphics driver
33.Sh SYNOPSIS
34.Cd "grfcv0 at zbus0"
35.Cd "grf5 at grfcv0"
36.Cd "ite5 at grf5"
37.Cd "wsdisplay* at grf5"
38.Sh DESCRIPTION
39The
40.Nm
41device driver supports graphics boards with the S3 Trio64 chipset.
42It supports the minimal ioctl's needed to run X11.
43.Sh HARDWARE
44The
45.Nm
46interface supports the following ZorroIII expansion card:
47.Bl -tag -width "xxxxxxxxxxxxxx" -offset indent
48.It Em CyberVision 64
49A Zorro III only card.
50From phase5, manufacturer 8512, product 34.
51.El
52.Sh FILES
53.Bl -tag -width "xxxxxxxxxx" -compact
54.It Pa /dev/grf5
55graphics interface special file
56.It Pa /dev/ttye5
57console interface special file for the internal terminal emulator
58.El
59.Sh SEE ALSO
60.Xr amiga/console 4 ,
61.Xr amiga/grfcv3d 4 ,
62.Xr amiga/ite 4 ,
63.Xr amiga/grfconfig 8
64.Sh HISTORY
65The
66.Nm
67interface first appeared in
68.Nx 1.1 .
69It was modified for
70.Nx 6.0
71to support
72.Xr wsdisplay 4
73interface.
74.Sh AUTHORS
75.An -nosplit
76The
77.Nm
78driver was written by
79.An Michael Teske
80and enhanced by
81.An Bernd Ernesti .
82The
83.Xr wsdisplay 4
84interface was added by
85.An Frank Wille
86and
87.An Radoslaw Kujawa .
88.Sh BUGS
89.Nm
90does not support the sync-on-green flag from
91.Xr amiga/grfconfig 8 .
92.Pp
93The
94.Xr wsdisplay 4
95interface does not support all functionality provided by the driver and it can
96not be used at the same time as
97.Xr amiga/ite 4 .
98X11 is not supported with
99.Xr wsdisplay 4 .
100It needs more testing.
101