xref: /openbsd/share/man/man4/man4.sparc64/mgx.4 (revision 4bdff4be)
1.\"	$OpenBSD: mgx.4,v 1.14 2011/12/03 23:01:21 schwarze Exp $
2.\"
3.\" Copyright (c) 2003, 2005 Miodrag Vallat
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
23.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.Dd $Mdocdate: December 3 2011 $
27.Dt MGX 4 sparc64
28.Os
29.Sh NAME
30.Nm mgx
31.Nd SMS MGX and MGXPlus accelerated 8/24-bit color frame buffers
32.Sh SYNOPSIS
33.Cd "mgx* at sbus?"
34.Cd "wsdisplay* at mgx?"
35.Sh DESCRIPTION
36The
37.Tn Southland Media Systems
38.Pq now Tn "Quantum 3D"
39MGX and MGXPlus are SBus color frame buffers, with graphics acceleration
40capabilities.
41.Pp
42The
43.Nm
44driver interfaces the frame buffer with the
45.Xr wscons 4
46console framework.
47It does not provide direct device driver entry points
48but makes its functions available via the internal
49.Xr wsdisplay 4
50interface.
51.Sh DISPLAY RESOLUTION
52The MGX and MGXPlus frame buffers will adapt their resolution to the monitor
53they are connected to.
54However, when not connected to a Sun monitor, the device will default to the
55.Xr cgthree 4 Ns -compatible
561152x900 resolution, with a refresh rate of 66Hz.
57A different resolution can be forced using the set of DIP switches
58.Pq sometimes covered by metal foil
59located near the SBus connector on the board itself.
60.Pp
61The DIP switch settings are as follows:
62.Bl -column "OFF OFF OFF OFF" "Resolution" "Refresh Rate" "Details"
63.It Sy "Switches" Ta Sy "Resolution" Ta Sy "Refresh Rate" Ta Sy "Details"
64.It Sy "1   2   3   4" Ta "" Ta "" Ta ""
65.\" 0
66.It Li "OFF OFF OFF OFF" Ta 1024x768 Ta 77Hz Ta ""
67.\" 2
68.It Li "OFF ON  OFF OFF" Ta 1280x1024 Ta 76Hz Ta ""
69.\" 3 (exactly the same as #7. Not a typo)
70.It Li "ON  ON  OFF OFF" Ta 1152x900 Ta 66Hz Ta ""
71.\" 4
72.It Li "OFF OFF ON  OFF" Ta 1152x900 Ta 76Hz Ta ""
73.\" 6
74.It Li "OFF ON  ON  OFF" Ta 1152x900 Ta 77Hz Ta ""
75.\" 7
76.It Li "ON  ON  ON  OFF" Ta 1152x900 Ta 66Hz Ta "cgthree compatible"
77.\" 11
78.It Li "ON  ON  OFF ON " Ta 1152x900 Ta 66Hz Ta "cgsix compatible"
79.\" 12
80.It Li "OFF OFF ON  ON " Ta 1280x1024 Ta 67Hz Ta ""
81.\" 15
82.It Li "ON  ON  ON  ON " Ta probed Ta probed Ta "factory default"
83.El
84.Pp
85All other combinations are unsupported and may damage the hardware.
86.Sh SEE ALSO
87.Xr intro 4 ,
88.Xr sbus 4 ,
89.Xr wscons 4 ,
90.Xr wsdisplay 4
91.Sh CAVEATS
92This driver does not support mode switching at the moment, and
93drives the card in PROM-compatible, 8 bit, mode only.
94