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