summaryrefslogtreecommitdiff
path: root/man/mga.man
blob: be4141a107d4b86f5dad48b52b8cacef725b8cd2 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga.man,v 1.7 2003/04/03 07:11:03 herrb Exp $ 
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH mga __drivermansuffix__ __vendorversion__
.SH NAME
mga \- Matrox video driver
.SH SYNOPSIS
.nf
.B "Section \*qDevice\*q"
.BI "  Identifier \*q"  devname \*q
.B  "  Driver \*qmga\*q"
\ \ ...
.B EndSection
.fi
.SH DESCRIPTION
.B mga
is an __xservername__ driver for Matrox video cards.  The driver is fully
accelerated, and provides support for the following framebuffer depths: 8,
15, 16, 24, and an 8+24 overlay mode.  All visual types are supported for
depth 8, and both TrueColor and DirectColor visuals are supported for the
other depths except 8+24 mode which supports PseudoColor, GrayScale and
TrueColor.  Multi\-card configurations are supported.  XVideo is supported
on G200 and newer systems, with either
.B TexturedVideo
or video overlay.  The second head of dual\-head cards is supported for the
G450 and G550.  Support for the second head on G400 cards requires a
binary\-only "mga_hal" module that is available from Matrox
<http://www.matrox.com>, and may be on the CD supplied with the card.  That
module also provides various other enhancements, and may be necessary to
use the DVI (digital) output on the G550 (and other cards).
.SH "SUPPORTED HARDWARE"
The
.B mga
driver supports PCI and AGP video cards based on the following Matrox
chips.  They are listed in approximate chronological order of production
(with the most recent chipsets listed last), so consult this list when you
are unsure whether your card is meant when references are made to \(oqG200
and later\(cq chips, for example.
.TP
.B MGA2064W
.TP
.B MGA1064SG
Mystique
.TP
.B MGA2164W
Millennium II
.TP
.B G100
Productiva G100
.TP
.B G200
Millennium G200 and Mystique G200
.TP
.B G400
Millenium G400, Millenium G400 MAX, Millenium G450, and Marvel G450 eTV
.TP 
.B G550
Millenium G550 and Millenium G550 Dual DVI
.SH "CONFIGURATION DETAILS"
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details.  This section only covers configuration details specific to this
driver.
.PP
The driver auto\-detects the chipset type, but the following
.B ChipSet
names may optionally be specified in the config file
.B \*qDevice\*q
section, and will override the auto\-detection:
.PP
.RS 4
"mga2064w", "mga1064sg", "mga2164w", "mga2164w agp", "mgag100", "mgag200",
"mgag200 pci", "mgag400", "mgag550".
.RE
.PP
The G450 is Chipset "mgag400" with ChipRev 0x80.
.PP
The driver will auto\-detect the amount of video memory present for all
chips except the Millennium II.  In the Millennium II case it defaults
to 4096\ kBytes.  When using a Millennium II, the actual amount of video
memory should be specified with a
.B VideoRam
entry in the config file
.B \*qDevice\*q
section.
.PP
The following driver
.B Options
are supported:
.TP
.BI "Option \*qColorKey\*q \*q" integer \*q
Set the colormap index used for the transparency key for the depth 8 plane
when operating in 8+24 overlay mode.  The value must be in the range
2\-255.  Default: 255.
.TP
.BI "Option \*qHWCursor\*q \*q" boolean \*q
Enable or disable the HW cursor.  Default: on.
.TP
.BI "Option \*qMGASDRAM\*q \*q" boolean \*q
Specify whether G100, G200 or G400 cards have SDRAM.  The driver attempts to
auto\-detect this based on the card's PCI subsystem ID.  This option may
be used to override that auto\-detection.  The
.B mga
driver is not able to auto\-detect the presence of of SDRAM on secondary
heads in multihead configurations so this option will often need to be
specified in multihead configurations.  Default: auto\-detected.
.TP
.BI "Option \*qNoAccel\*q \*q" boolean \*q
Disable or enable acceleration.  Default: acceleration is enabled.
.TP
.BI "Option \*qAccelMethod\*q \*q" "string" \*q
Chooses between available acceleration architectures.  Valid options are
.B XAA
and
.B EXA.
XAA is the traditional acceleration architecture and support for it is very
stable.  EXA is a newer acceleration architecture with better performance for
the Render and Composite extensions, but the rendering code for it is newer and
possibly unstable.  The default is
.B XAA.
.TP
.BI "Option \*qNoHal\*q \*q" boolean \*q
Disable or enable loading the "mga_hal" module.  Default: the module is
loaded when available and when using hardware that it supports.
.TP
.BI "Option \*qOverclockMem\*q"
Set clocks to values used by some commercial X Servers (G100, G200 and G400
only).  Default: off.
.TP
.BI "Option \*qOverlay\*q \*q" value \*q
Enable 8+24 overlay mode.  Only appropriate for depth 24. 
Recognized values are: "8,24", "24,8". Default: off.
.RB ( Note:
the G100 is unaccelerated in the 8+24 overlay mode due to a missing
hardware feature.) 
.TP
.BI "Option \*qPciRetry\*q \*q" boolean \*q
Enable or disable PCI retries.  Default: off.
.TP
.BI "Option \*qRotate\*q \*qCW\*q"
.TP
.BI "Option \*qRotate\*q \*qCCW\*q"
Rotate the display clockwise or counterclockwise.  This mode is unaccelerated.
Default: no rotation.
.TP
.BI "Option \*qShadowFB\*q \*q" boolean \*q
Enable or disable use of the shadow framebuffer layer.  Default: off.
.TP
.BI "Option \*qSyncOnGreen\*q \*q" boolean \*q
Enable or disable combining the sync signals with the green signal.
Default: off.
.TP
.BI "Option \*qUseFBDev\*q \*q" boolean \*q
Enable or disable use of on OS\-specific fb interface (and is not supported
on all OSs).  See fbdevhw(__drivermansuffix__) for further information.
Default: off.
.TP
.BI "Option \*qVideoKey\*q \*q" integer \*q
This sets the default pixel value for the YUV video overlay key.
Default: undefined.
.TP
.BI "Option \*qTexturedVideo\*q \*q" boolean \*q
This has XvImage support use the texture engine rather than the video
overlay.  This option is only supported by G200 and later chips, and only
at 16 and 32 bits per pixel.
Default: off.
.TP
.BI "Option \*qOldDmaInit\*q \*q" boolean \*q
This forces the driver to use the old DMA initialization path for DRI.
Use this option only to support a older version of the DRI driver with
a newer DRM (version 3.2 or later).  This option also disables the use
of direct rendering on PCI cards.
Default: off.
.TP
.BI "Option \*qForcePciDma\*q \*q" boolean \*q
This forces the use of PCI DMA even if AGP DMA could be used.  This
option is primarily intended for testing purposes, but it could also
be used on systems with a buggy or poorly function AGP implementation.
Default: off.
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: Radoslaw Kapitan, Mark Vojkovich, and also David Dawes, Guy
Desbief, Dirk Hohndel, Doug Merritt, Andrew E. Mileski, Andrew van der Stock,
Leonard N. Zubkoff, Andrew C. Aitchison.