1612
|
1 <HTML>
|
1704
|
2 <BODY BGCOLOR=white>
|
|
3
|
|
4 <FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
|
1612
|
5
|
1682
|
6 <P><B><A NAME=2.2.1>2.2.1. Video output devices</A></B></P>
|
1612
|
7
|
1682
|
8 <TABLE BORDER=0>
|
|
9
|
|
10 <TD COLSPAN=4><P><B>General:</B></P></TD><TR>
|
1612
|
11
|
1682
|
12 <TD> </TD><TD VALIGN=top>x11</TD><TD> </TD><TD>X11 with optional SHM extension</TD><TR>
|
|
13 <TD></TD><TD VALIGN=top>xv</TD><TD></TD><TD>X11 using overlays with the Xvideo extension (hardware YUV & scaling)</TD><TR>
|
|
14 <TD></TD><TD VALIGN=top>gl</TD><TD></TD><TD>OpenGL renderer, so far works only with:
|
|
15 <UL><LI>all cards with Utah-GLX
|
|
16 <LI>Matrox cards with X/DRI >=4.0.3
|
|
17 <LI>Radeon with X/DRI CVS</UL></TD><TR>
|
|
18 <TD></TD><TD VALIGN=top>dga</TD><TD></TD><TD>X11 DGA extension</TD><TR>
|
|
19 <TD></TD><TD VALIGN=top>fbdev</TD><TD></TD><TD>Output to general framebuffers</TD><TR>
|
|
20 <TD></TD><TD VALIGN=top>svga</TD><TD></TD><TD>Output to SVGAlib</TD><TR>
|
|
21 <TD></TD><TD VALIGN=top>sdl</TD><TD></TD><TD>
|
|
22 <CODE>1.1.7:</CODE> supports software scaling<BR>
|
|
23 <CODE>1.1.8:</CODE> supports Xvideo (hardware scaling/fullscreen)<BR>
|
|
24 <CODE>1.2.0:</CODE> supports AAlib (-vo aa is very recommended, see below!)</TD><TR>
|
|
25 <TD></TD><TD VALIGN=top>ggi</TD><TD></TD><TD>similar to SDL</TD><TR>
|
|
26 <TD></TD><TD VALIGN=top>aa</TD><TD></TD><TD>textmode rendering with AAlib</TD><TR>
|
|
27
|
|
28 <TD COLSPAN=4><P><B>Card specific:</B></P></TD><TR>
|
1612
|
29
|
1682
|
30 <TD> </TD><TD VALIGN=top>mga</TD><TD> </TD><TD>Matrox G200/G400 hardware YUV overlay via the mga_vid device</TD><TR>
|
|
31 <TD></TD><TD VALIGN=top>xmga</TD><TD></TD><TD>Matrox G200/G400 overlay (mga_vid) in X11 window<BR>
|
|
32 (<I>Xv emulation on X 3.3.x!</I>)</TD><TR>
|
|
33 <TD></TD><TD VALIGN=top>syncfb</TD><TD></TD><TD>Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga)</TD><TR>
|
|
34 <TD></TD><TD VALIGN=top>3dfx</TD><TD></TD><TD>Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe
|
|
35 broken)</TD><TR>
|
|
36
|
|
37 <TD COLSPAN=4><P><B>Special:</B></P></TD><TR>
|
1612
|
38
|
1682
|
39 <TD> </TD><TD VALIGN=top>png</TD><TD> </TD><TD>PNG files output (use -z switch to set compression)</TD><TR>
|
|
40 <TD></TD><TD VALIGN=top>pgm</TD><TD></TD><TD>PGM files output (for testing purposes or ffmpeg encoding)</TD><TR>
|
|
41 <TD></TD><TD VALIGN=top>md5</TD><TD></TD><TD>MD5sum output (for MPEG conformance tests)</TD><TR>
|
1898
|
42 <TD></TD><TD VALIGN=top>odivx</TD><TD></TD><TD>OpenDivX AVI File writer (use -br to set encoding bitrate) (<B>WITHOUT SOUND</B>!)</TD><TR>
|
1682
|
43 <TD></TD><TD VALIGN=top>null</TD><TD></TD><TD>Null output (for speed tests/benchmarking)</TD><TR>
|
|
44 </TABLE>
|
1612
|
45
|
1682
|
46 <P>NOTE: <I>check the following subsections for details and requirements!</I></P>
|
1612
|
47
|
|
48
|
1682
|
49 <P><B><A NAME=2.2.1.1>2.2.1.1. MTRR</A></B></P>
|
1612
|
50
|
1682
|
51 <P>It is VERY recommended to set MTRR registers up properly, because they can
|
|
52 give a big performance boost. First you have to find the base address.
|
|
53 You have 3 ways to find it:</P>
|
1612
|
54
|
1682
|
55 <P><UL>
|
|
56 <LI>from X11 startup messages, for example:
|
|
57 <P><CODE>(--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000<BR>
|
|
58 (--) SVGA: Linear framebuffer at 0xD8000000</CODE></P>
|
|
59 <LI>from /proc/pci (use lspci -v command):
|
|
60 <P><TABLE>
|
|
61 <TD VALIGN=top><CODE>01:00.0</CODE></TD><TD><CODE>VGA compatible controller: Matrox Graphics, Inc.: Unknown device 0525</CODE></TD><TR>
|
|
62 <TD></TD><TD><CODE>Memory at d8000000 (32-bit, prefetchable)</CODE></TD><TR>
|
|
63 </TABLE></P></CODE>
|
|
64 <LI>from mga_vid kernel driver messages (use dmesg):
|
|
65 <P><CODE>mga_mem_base = d8000000</CODE></P>
|
|
66 </UL></P>
|
1612
|
67
|
1682
|
68 <P>Then let's find the memory size. This is very easy, just convert video ram
|
|
69 size to hexadecimal, or use this table:</P>
|
1612
|
70
|
1682
|
71 <TABLE BORDER=0>
|
|
72 <TD> </TD><TD>1 MB</TD><TD WIDTH=10%></TD><TD>0x100000</TD><TR>
|
|
73 <TD></TD><TD>2 MB</TD><TD></TD><TD>0x200000</TD><TR>
|
|
74 <TD></TD><TD>4 MB</TD><TD></TD><TD>0x400000</TD><TR>
|
|
75 <TD></TD><TD>8 MB</TD><TD></TD><TD>0x800000</TD><TR>
|
|
76 <TD></TD><TD>16 MB</TD><TD></TD><TD>0x1000000</TD><TR>
|
|
77 <TD></TD><TD>32 MB</TD><TD></TD><TD>0x2000000</TD><TR>
|
|
78 </TABLE>
|
1612
|
79
|
|
80
|
1682
|
81 <P>You know base address and memory size, let's setup mtrr registers!
|
|
82 For example, for the Matrox card above (base=0xd8000000) with 32MB
|
|
83 ram (size=0x2000000) just execute:</P>
|
1612
|
84
|
|
85
|
1682
|
86 <P><CODE> echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr</CODE></P>
|
1612
|
87
|
|
88
|
1682
|
89 <P>Not all CPUs support MTRRs. For example older K6-2's [around 266Mhz,
|
|
90 stepping 0] doesn't support MTRR, but stepping 12's do ('<CODE>cat /proc/cpuinfo</CODE>'
|
1686
|
91 to check it</CODE>').</P>
|
1612
|
92
|
1682
|
93 <P><B><A NAME=2.2.1.2>2.2.1.2. Xv</A></B></P>
|
1612
|
94
|
1682
|
95 <P>Under XFree86 4.0.2 or newer, you can use your card's hardware YUV routines
|
|
96 using the XVideo extension. This is what the option '-vo xv' uses.
|
|
97 In order to make this work, be sure to check the following:</P>
|
|
98 <P><UL>
|
|
99 <LI>You have to use XFree86 4.0.2 or newer (former versions don't have XVideo)
|
|
100 <LI>Your card actually supports harware acceleration (modern cards do)
|
|
101 <LI>X loads the XVideo extension, it's something like this:
|
1612
|
102
|
1682
|
103 <P><CODE> (II) Loading extension XVideo</CODE></P>
|
|
104 <P>in /var/log/XFree86.0.log</P>
|
1612
|
105
|
1682
|
106 <P>NOTE: this loads only the XFree86's extension. In a good install, this is
|
|
107 always loaded, and doesn't mean that the _card's_ XVideo support is loaded!</P>
|
1612
|
108
|
1682
|
109 <LI>Your card has Xv support under Linux. To check, try 'xvinfo', it is the
|
|
110 part of the XFree86 distribution. It should display a long text, similar
|
|
111 to this:
|
|
112 <PRE>
|
1612
|
113 X-Video Extension version 2.2
|
|
114 screen #0
|
|
115 Adaptor #0: "Savage Streams Engine"
|
|
116 number of ports: 1
|
|
117 port base: 43
|
|
118 operations supported: PutImage
|
|
119 supported visuals:
|
|
120 depth 16, visualID 0x22
|
|
121 depth 16, visualID 0x23
|
|
122 number of attributes: 5
|
|
123 (...)
|
|
124 Number of image formats: 7
|
|
125 id: 0x32595559 (YUY2)
|
|
126 guid: 59555932-0000-0010-8000-00aa00389b71
|
|
127 bits per pixel: 16
|
|
128 number of planes: 1
|
|
129 type: YUV (packed)
|
|
130 id: 0x32315659 (YV12)
|
|
131 guid: 59563132-0000-0010-8000-00aa00389b71
|
|
132 bits per pixel: 12
|
|
133 number of planes: 3
|
|
134 type: YUV (planar)
|
|
135 (...etc...)
|
1682
|
136 </PRE>
|
1612
|
137
|
1682
|
138 <P>It must support YUY2 packed, and YV12 planar pixel formats to be
|
|
139 usable with <B>MPlayer</B>.</P>
|
1612
|
140
|
1682
|
141 <LI>And finally, check if <B>MPlayer</B> was compiled with 'xv' support.
|
|
142 ./configure prints this.
|
1612
|
143
|
1682
|
144 </UL></P>
|
|
145
|
|
146 <P><B><A NAME=2.2.1.2.1>2.2.1.2.1. 3dfx cards</A></B></P>
|
1612
|
147
|
1682
|
148 <P>Older 3dfx drivers were known to have problems with XVideo acceleration,
|
|
149 it didn't support either YUY2 or YV12, and so. Verify that you have
|
|
150 XFree86 version 4.1.0 or greater, it works ok. Alternatively, you can use
|
|
151 <A HREF="http://dri.sourceforge.net">DRI</A> cvs.
|
|
152 If you experience strange effects using -vo xv, try SDL (it has XVideo too)
|
|
153 and see if it helps. Check the <A HREF="#2.2.1.4">SDL section</A> for details.</P>
|
1612
|
154
|
|
155
|
1682
|
156 <P><B><A NAME=2.2.1.2.2>2.2.1.2.2. S3 cards</A></B></P>
|
|
157
|
|
158 <P>S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3
|
|
159 or greater. As for S3 Virge.. sell it.</P>
|
|
160
|
|
161 <P><B><A NAME=2.2.1.2.3>2.2.1.2.3. nVidia cards</A></B></P>
|
1612
|
162
|
1682
|
163 <P>nVidia isn't a very good choice under Linux.. You'll have to use the
|
|
164 binary nVidia driver, available at nVidia's website. The standard X
|
|
165 driver doesn't support XVideo for these cards, due to nVidia's closed
|
|
166 sources/specifications.</P>
|
1612
|
167
|
1682
|
168 <P><UL><LI>Riva128 cards don't have XVideo support even with the nvidia driver :(
|
|
169 Complain to NVidia.</UL></P>
|
1612
|
170
|
|
171
|
1682
|
172 <P><B><A NAME=2.2.1.2.4>2.2.1.2.4. ATI cards</A></B></P>
|
1612
|
173
|
1920
|
174 <P>
|
|
175 <LI>The GATOS driver has VSYNC enabled by default. It means that decoding speed
|
1682
|
176 (!) is synced to the monitor's refresh rate. If playing seems to be slow, try
|
1920
|
177 disabling VSYNC somehow, or set refresh rate to n*(fps of the movie) Hz.</LI>
|
|
178
|
|
179 <LI>Radeon VE - currently only XFree86 CVS has driver for this card, version
|
|
180 4.1.0 doesn't. No TV-out support.</LI>
|
|
181 </P>
|
1612
|
182
|
|
183
|
1682
|
184 <P><B><A NAME=2.2.1.3>2.2.1.3. DGA</A></B></P>
|
1612
|
185
|
1682
|
186 <P><B><A NAME=2.2.1.3.1>2.2.1.3.1. Summary</A></B></P>
|
1612
|
187
|
1682
|
188 <P>This document tries to explain in some words what DGA is in general and
|
|
189 what the DGA video output driver for mplayer can do (and what it can't).</P>
|
1612
|
190
|
|
191
|
1682
|
192 <P><B><A NAME=2.2.1.3.2>2.2.1.3.2. What is DGA</A></B></P>
|
1612
|
193
|
1682
|
194 <P>DGA is short for Direct Graphics Access and is a means for a program to
|
|
195 bypass the X-Server and directly modifying the framebuffer memory.
|
|
196 Technically spoken this happens by mapping the framebuffer memory into
|
|
197 the memory range of your process. This is allowed by the kernel only
|
|
198 if you have superuser privileges. You can get these either by logging in
|
|
199 as root or by setting the suid bit on the mplayer excecutable (NOT
|
|
200 recommended!).</P>
|
1612
|
201
|
1682
|
202 <P>There are two versions of DGA: DGA1 is used by XFree 3.x.x and DGA2 was
|
|
203 introduced with XFree 4.0.1.</P>
|
1612
|
204
|
1682
|
205 <P>DGA1 provides only direct framebuffer access as described above. For
|
|
206 switching the resolution of the video signal you have to rely on the
|
|
207 XVidMode extension.</P>
|
1612
|
208
|
1682
|
209 <P>DGA2 incorporates the features of XVidMode extension and also allows
|
|
210 switching the depth of the display. So you may, although basically
|
|
211 running a 32 bit depth XServer, switch to a depth of 15 bits and vice
|
|
212 versa. </P>
|
1612
|
213
|
1682
|
214 <P>However DGA has some drawbacks. It seems it is somewhat dependent on the
|
|
215 graphics chip you use and on the implementation of the XServer's video
|
|
216 driver that controls this chip. So it does not work on every system ...</P>
|
1612
|
217
|
|
218
|
1682
|
219 <P><B><A NAME=2.2.1.3.3>2.2.1.3.3. Installing DGA support for MPlayer</A></B></P>
|
|
220
|
|
221 <P>First make sure X loads the DGA extension, see in /var/log/XFree86.0.log:</P>
|
|
222
|
|
223 <P> <CODE>(II) Loading extension XFree86-DGA</CODE></P>
|
|
224
|
|
225 <P>See, XFree86 4.0.x or greater is VERY RECOMMENDED!
|
|
226 <B>MPlayer</B>'s DGA driver is autodetected on ./configure, or you can force it
|
|
227 with --enable-dga.</P>
|
1612
|
228
|
1682
|
229 <P>If the driver couldn't switch to a smaller resolution, experiment with
|
|
230 switches -vm (only with X 3.3.x), -fs, -bpp, -zoom to find a video mode that
|
|
231 the movie fits in. There is no converter right now.. :(</P>
|
1612
|
232
|
1682
|
233 <P>Become ROOT. DGA needs root access to be able to write directly video memory.
|
|
234 If you want to run it as user, then install <B>MPlayer</B> SUID root:</P>
|
1612
|
235
|
1682
|
236 <P><CODE>
|
|
237 <CODE>chown root /usr/local/bin/mplayer<BR>
|
1686
|
238 chmod 750 /usr/local/bin/mplayer<BR>
|
|
239 chmod +s /usr/local/bin/mplayer</CODE></P>
|
1612
|
240
|
|
241
|
1682
|
242 <P>Now it works as a simple user, too.</P>
|
1612
|
243
|
|
244
|
1682
|
245 <P><B>!!!! BUT STAY TUNED !!!!</B><BR>
|
|
246 This is a <B>BIG</B> security risk! Never do this on a server or on a computer
|
|
247 can be accessed by more people than only you because they can gain root
|
|
248 privilegies through suid root mplayer.<BR>
|
|
249 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B></P>
|
|
250
|
|
251 <P>Now use '-vo dga' option, and there you go! (hope so:)
|
|
252 You should also try if the '-vo sdl:dga' option works for you! It's much
|
|
253 faster!!!</P>
|
|
254
|
|
255 <P><B><A NAME=2.2.1.3.4>2.2.1.3.4. Resolution switching</A></B></P>
|
|
256
|
|
257 <P>The DGA driver allows for switching the resolution of the output signal.
|
|
258 This avoids the need for doing (slow) software scaling and at the same
|
|
259 time provides a fullscreen image. Ideally it would switch to the exact
|
|
260 resolution (except for honouring aspect ratio) of the video data, but the
|
1686
|
261 XServer only allows switching to resolutions predefined in
|
1682
|
262 <CODE>/etc/X11/XF86Config</CODE> (<CODE>/etc/X11/XF86Config-4</CODE> for XFree 4.0.X respectively).
|
|
263 Those are defined by so-called modelines and depend on the capabilites
|
|
264 of your video hardware. The XServer scans this config file on startup and
|
|
265 disables the modelines not suitable for your hardware. You can find
|
|
266 out which modes survive with the X11 log file. It can be found at:
|
|
267 <CODE>/var/log/XFree86.0.log</CODE>.</P>
|
|
268 <P>See appendix A for some sample modeline definitions.</P>
|
|
269
|
|
270 <P><B><A NAME=2.2.1.3.5>2.2.1.3.5. DGA & MPlayer</A></B></P>
|
1612
|
271
|
1682
|
272 <P>DGA is used in two places with <B>MPlayer</B>: The SDL driver can be made to make
|
|
273 use of it (-vo sdl:dga) and within the DGA driver (-vo dga).
|
|
274 The above said is true for both; in the following sections I'll explain
|
|
275 how the DGA driver for <B>MPlayer</B> works.</P>
|
1612
|
276
|
1682
|
277 <P><B><A NAME=2.2.1.3.6>2.2.1.3.6. Features of the DGA driver</A></B></P>
|
|
278
|
|
279 <P>The DGA driver is invoked by specifying -vo dga at the command line.
|
|
280 The default behaviour is to switch to a resolution matching the original
|
|
281 resolution of the video as close as possible. It deliberately ignores the
|
|
282 -vm and -fs switches (enabling of video mode switching and fullscreen) -
|
|
283 it always tries to cover as much area of your screen as possible by switching
|
|
284 the video mode, thus refraining to use a single additional cycle of your CPU
|
|
285 to scale the image.
|
|
286 If you don't like the mode it chooses you may force it to choose the mode
|
|
287 matching closest the resolution you specify by -x and -y.
|
|
288 By providing the -v option, the DGA driver will print, among a lot of other
|
|
289 things, a list of all resolutions supported by your current XF86-Config
|
|
290 file.
|
|
291 Having DGA2 you may also force it to use a certain depth by using the -bpp
|
|
292 option. Valid depths are 15, 16, 24 and 32. It depends on your hardware
|
|
293 whether these depths are natively supported or if a (possibly slow)
|
|
294 conversion has to be done.</P>
|
|
295
|
|
296 <P>If you should be lucky enough to have enough offscreen memory left to
|
|
297 put a whole image there, the DGA driver will use doublebuffering, which
|
|
298 results in much smoother movie replaying. It will tell you whether double-
|
|
299 buffering is enabled or not.</P>
|
1612
|
300
|
1682
|
301 <P>Doublebuffering means that the next frame of your video is being drawn in
|
|
302 some offscreen memory while the current frame is being displayed. When the
|
|
303 next frame is ready, the graphics chip is just told the location in memory
|
|
304 of the new frame and simply fetches the data to be displayed from there.
|
|
305 In the meantime the other buffer in memory will be filled again with new
|
|
306 video data.</P>
|
|
307
|
|
308 Doublebuffering may be switched on by using the option -double and may be
|
|
309 disabled with -nodouble. Current default option is to disable
|
|
310 doublebuffering. When using the DGA driver, onscreen display (OSD) only
|
|
311 works with doublebuffering enabled. However, enabling doublebuffering may
|
|
312 result in a big speed penalty (on my K6-II+ 525 it used an additional 20% of
|
|
313 CPU time!) depending on the implementation of DGA for your hardware.</P>
|
|
314
|
|
315
|
|
316 <P><B><A NAME=2.2.1.3.7>2.2.1.3.7. Speed issues</A></B></P>
|
|
317
|
|
318 <P>Generally spoken, DGA framebuffer access should be at least as fast as using
|
|
319 the X11 driver with the additional benefit of getting a fullscreen image.
|
|
320 The percentage speed values printed by mplayer have to be interpreted with
|
|
321 some care, as for example, with the X11 driver they do not include the time
|
|
322 used by the X-Server needed for the actual drawing. Hook a terminal to a
|
|
323 serial line of your box and start top to see what is really going on in your
|
|
324 box ...</P>
|
|
325
|
|
326 <P>Generally spoken, the speedup done by using DGA against 'normal' use of X11
|
|
327 highly depends on your graphics card and how well the X-Server module for it
|
|
328 is optimized.</P>
|
|
329
|
|
330 <P>If you have a slow system, better use 15 or 16bit depth since they require
|
|
331 only half the memory bandwidth of a 32 bit display.</P>
|
1612
|
332
|
1682
|
333 <P>Using a depth of 24bit is even a good idea if your card natively just supports
|
|
334 32 bit depth since it transfers 25% less data compared to the 32/32 mode.</P>
|
|
335
|
|
336 <P>I've seen some avi files already be replayed on a Pentium MMX 266. AMD K6-2
|
|
337 CPUs might work at 400 MHZ and above.</P>
|
1612
|
338
|
1682
|
339 <P><B><A NAME=2.2.1.3.8>2.2.1.3.8. Known bugs</A></B></P>
|
|
340
|
|
341 <P>Well, according to some developpers of XFree, DGA is quite a beast. They
|
|
342 tell you better not to use it. Its implementation is not always flawless
|
|
343 with every chipset driver for XFree out there.</P>
|
1612
|
344
|
1682
|
345 <P><UL>
|
|
346 <LI>with XFree 4.0.3 and nv.o there is a bug resulting in strange colors
|
|
347 <LI>ATI driver requires to switch mode back more than once after finishing
|
|
348 using of DGA
|
|
349 <LI>some drivers simply fail to switch back to normal resolution (use
|
|
350 Ctrl-Alt-Keypad +, - to switch back manually)
|
|
351 <LI>some drivers simply display strange colors
|
|
352 <LI>some drivers lie about the amount of memory they map into the process's
|
|
353 address space, thus vo_dga won't use doublebuffering (SIS?)
|
|
354 <LI>some drivers seem to fail to report even a single valid mode. In this
|
|
355 case the DGA driver will crash telling you about a nonsense mode of
|
|
356 100000x100000 or the like ...
|
|
357 <LI>OSD only works with doublebuffering enabled
|
|
358 </UL></P>
|
|
359
|
|
360 <P><B><A NAME=2.2.1.3.9>2.2.1.3.9. Future work</A></B></P>
|
|
361
|
|
362 <P><UL><LI>use of the new X11 render interface for OSD
|
|
363 <LI>where is my TODO list ???? :-(((</UL></P>
|
1612
|
364
|
|
365
|
1682
|
366 <P><B><A NAME=2.2.1.3.A>2.2.1.3.A. Some modelines</A></B></P>
|
1612
|
367
|
1682
|
368 <PRE>
|
1612
|
369 Section "Modes"
|
|
370 Identifier "Modes[0]"
|
|
371 Modeline "800x600" 40 800 840 968 1056 600 601 605 628
|
|
372 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425
|
|
373 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
|
|
374 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan
|
|
375 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310
|
|
376 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan
|
|
377 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan
|
|
378 EndSection
|
1682
|
379 </PRE>
|
1612
|
380
|
1682
|
381 <P>These entries work fine with my Riva128 chip, using nv.o XServer driver
|
|
382 module.</P>
|
1612
|
383
|
|
384
|
1682
|
385 <P><B><A NAME=2.2.1.3.B>2.2.1.3.B. Bug Reports</A></B></P>
|
1612
|
386
|
1682
|
387 <P>If you experience troubles with the DGA driver please feel free to file
|
|
388 a bug report to me (e-mail address below). Please start mplayer with the
|
|
389 -v option and include all lines in the bug report that start with vo_dga:</P>
|
|
390
|
|
391 <P>Please do also include the version of X11 you are using, the graphics card
|
|
392 and your CPU type. The X11 driver module (defined in XF86-Config) might
|
|
393 also help. Thanks!</P>
|
1612
|
394
|
1682
|
395
|
|
396 <P><I>Acki (acki@acki-netz.de, www.acki-netz.de)</I></P>
|
1612
|
397
|
|
398
|
1682
|
399 <P><B><A NAME=2.2.1.4>2.2.1.4. SDL</A></B></P>
|
1612
|
400
|
1682
|
401 <P>Here are some notes about SDL out in <B>MPlayer</B>.</P>
|
1612
|
402
|
|
403
|
|
404
|
1682
|
405 <P><TABLE BORDER=0>
|
|
406 <TD COLSPAN=4><P><B>There are several commandline switches for SDL:</B></P></TD><TR>
|
|
407 <TD> </TD><TD>-vo sdl:name</TD><TD> </TD><TD>
|
|
408 specifies sdl video driver to use (ie. aalib, dga, x11)</TD><TR>
|
|
409 <TD></TD><TD>-ao sdl:name</TD><TD></TD><TD>specifies sdl audio driver to use (ie. dsp,
|
|
410 esd, arts)</TD><TR>
|
|
411 <TD></TD><TD>-noxv</TD><TD></TD><TD>disables Xvideo hardware acceleration</TD><TR>
|
|
412 <TD></TD><TD>-forcexv</TD><TD></TD><TD>tries to force Xvideo acceleration</TD><TR>
|
1612
|
413
|
1682
|
414 <TD COLSPAN=4><P><B>SDL Keys:</B></P></TD><TR>
|
1612
|
415
|
1682
|
416 <TD></TD><TD>F</TD><TD></TD><TD>toggles fullscreen/windowed mode</TD><TR>
|
|
417 <TD></TD><TD>C</TD><TD></TD><TD>cycles available fullscreen modes</TD><TR>
|
|
418 <TD></TD><TD>W/S</TD><TD></TD><TD>mappings for * and / (mixer control)</TD><TR>
|
1612
|
419
|
1682
|
420 </TABLE></P>
|
1612
|
421
|
1682
|
422 <P><B>KNOWN BUGS:</B></P>
|
|
423 <P><UL><LI>Keys pressed under sdl:aalib console driver repeat forever. (use -vo aa !)
|
|
424 It's bug in SDL, I can't change it (tested with SDL 1.2.1).
|
|
425 </UL></P>
|
1612
|
426
|
1682
|
427 <P><B><A NAME=2.2.1.5>2.2.1.5. SVGAlib</A></B></P>
|
|
428
|
|
429 <P>If you don't have X, you can use the SVGAlib target! Be sure not to use the
|
|
430 -fs switch, since it toggles the usage of the software scaler, and it's
|
|
431 SLOOOW now, unless you have a real fast CPU (and/or MTRR?). :(</P>
|
1612
|
432
|
1682
|
433 <P>Of course you'll have to install svgalib and its development package in
|
|
434 order for <B>MPlayer</B> build its SVGAlib driver (autodetected, but can be
|
|
435 forced), and don't forget to edit /etc/vga/libvga.config to suit your
|
|
436 card & monitor.</P>
|
1612
|
437
|
1682
|
438 <P><B><A NAME=2.2.1.6>2.2.1.6. Framebuffer output (FBdev)</A></B></P>
|
|
439
|
|
440 <P>Whether to build the FBdev target is autodetected during ./configure .
|
|
441 Read the framebuffer documentation in the kernel sources
|
|
442 (Documentation/fb/*) for info on how to enable it, etc.. !</P>
|
1612
|
443
|
1682
|
444 <P>If your card doesn't support VBE 2.0 standard (older ISA/PCI
|
|
445 cards, such as S3 Trio64), only VBE 1.2 (or older?) :
|
|
446 Well, VESAfb is still available, but you'll have to load SciTech Display
|
|
447 Doctor (formerly UniVBE) before booting Linux. Use a DOS boot disk or
|
|
448 whatever. And don't forget to register your UniVBE ;))</P>
|
1612
|
449
|
1682
|
450 <P>The FBdev output takes some additional parameters above the others:</P>
|
1612
|
451
|
1682
|
452 <P><TABLE BORDER=0>
|
|
453 <TD> </TD><TD>-fb</TD><TD> </TD><TD>
|
|
454 specify the framebuffer device to use (/dev/fd0)</TD><TR>
|
|
455 <TD></TD><TD>-fbmode</TD><TD></TD><TD>mode name to use (according to /etc/fb.modes)</TD><TR>
|
|
456 <TD></TD><TD>-fbmodeconfig</TD><TD></TD><TD> config file of modes (default /etc/fb.modes)</TD><TR>
|
|
457 <TD></TD><TD>-monitor_hfreq</TD><TD></TD><TD ROWSPAN=3>IMPORTANT values, see example.conf</TD><TR>
|
|
458 <TD></TD><TD>-monitor_vfreq</TD><TD></TD><TR>
|
|
459 <TD></TD><TD>-monitor_dotclock</TD><TD></TD><TR>
|
|
460 </TABLE></P>
|
1612
|
461
|
1682
|
462 <P>If you want to change to a specific mode, then use</P>
|
1612
|
463
|
1682
|
464 <P><CODE> mplayer -vm -fbmode (NameOfMode) filename</CODE></P>
|
1612
|
465
|
1682
|
466 <P><UL><LI><B>-vm</B> alone will choose the most suitable mode from /etc/fb.modes . Can be
|
|
467 used together with -x and -y options too. The -flip option is supported only
|
|
468 if the movie's pixel format matches the video mode's pixel format.
|
|
469 Pay attention to the bpp value, fbdev driver tries to use the current,
|
|
470 or if you specify the -bpp option, then that.
|
|
471 <LI><B>-zoom</B> option isn't supported (software scaling is slow). -fs option
|
|
472 isn't supported. You can't use 8bpp (or less) modes.</UL></P>
|
1612
|
473
|
1682
|
474 <P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer,
|
|
475 and don't ask for it, since it's not an <B>MPlayer</B> limitation.</P>
|
1612
|
476
|
1682
|
477 <P><B><A NAME=2.2.1.7>2.2.1.7. Matrox framebuffer (mga_vid)</A></B></P>
|
1612
|
478
|
1682
|
479 <P>This section is about the Matrox G200/G400/G450 BES (Back-End Scaler)
|
|
480 support, the mga_vid kernel driver. It's active developed by me (A'rpi), and
|
|
481 it has hardware VSYNC support with triple buffering. It works on both
|
|
482 framebuffer console and under X.</P>
|
|
483
|
|
484 <P>To use it, you first have to compile mga_vid.o:</P>
|
1612
|
485
|
1682
|
486 <P><CODE> cd drivers<BR>
|
|
487 make</CODE></P>
|
1612
|
488
|
1682
|
489 <P>Then create /dev/mga_vid device:</P>
|
1612
|
490
|
1682
|
491 <P><CODE> mknod /dev/mga_vid c 178 0</CODE></P>
|
1612
|
492
|
1682
|
493 <P>and load the driver with</P>
|
|
494
|
|
495 <P><CODE> insmod mga_vid.o</CODE></P>
|
1612
|
496
|
1682
|
497 <P>You should verify the memory size detection using the 'dmesg' command. If
|
|
498 it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's
|
|
499 memory size in MB:</P>
|
1612
|
500
|
1682
|
501 <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P>
|
1612
|
502
|
1682
|
503 <P>To make it load/unload automatically when needed, insert the following line
|
|
504 at the end of /etc/modules.conf:</P>
|
1612
|
505
|
1682
|
506 <P><CODE> alias char-major-178 mga_vid</CODE></P>
|
1612
|
507
|
1682
|
508 <P>Then run</P>
|
1612
|
509
|
1682
|
510 <P><CODE> depmod -a</CODE></P>
|
1612
|
511
|
1682
|
512 <P>Now you have to (re)compile <B>MPlayer</B>, ./configure will detect /dev/mga_vid
|
|
513 and build the 'mga' driver. Using it from <B>MPlayer</B> goes by '-vo mga' if
|
|
514 you have matroxfb console, or '-vo xmga' under XFree86 3.x.x or 4.x.x.</P>
|
|
515
|
|
516 <P>Note: '-vo xmga' works under XFree86 4.x.x, but it conflicts with the Xv
|
|
517 driver, so avoid using both. If you messed up Xv with mga, try running
|
|
518 <B>MPlayer</B> with '-vo mga' . It should fix Xv.</P>
|
1612
|
519
|
|
520
|
1682
|
521 <P><B><A NAME=2.2.1.8>2.2.1.8. SiS 6326 framebuffer (sis_vid)</A></B></P>
|
|
522
|
|
523 <P>SiS 6326 YUV Framebuffer driver -> sis_vid kernel driver</P>
|
1612
|
524
|
1682
|
525 <P>Its interface should be compatible with the mga_vid, but the driver was not
|
|
526 updated after the mga_vid changes, so it's outdated now. Volunteers
|
|
527 needed to test it and bring the code up-to-date.</P>
|
1612
|
528
|
1682
|
529 <P><B><A NAME=2.2.1.9>2.2.1.9. 3dfx YUV support</A></B></P>
|
1612
|
530
|
1682
|
531 <P>3dfx has native YUV+scaler support, using /dev/3dfx (tdfx.o driver?)
|
|
532 The /dev/3dfx kernel driver exists only for 2.2.x kernels, for use with
|
|
533 Glide 2.x Linux ports. It's not tested with <B>MPlayer</B>, and so no more
|
|
534 supported. Volunteers needed to test it and bring the code up-to-date.</P>
|
1612
|
535
|
1682
|
536 <P><B><A NAME=2.2.1.10>2.2.1.10. OpenGL output</A></B></P>
|
1612
|
537
|
1682
|
538 <P><B>MPlayer</B> support displaying movies using OpenGL. Unfortunately, not all
|
|
539 drivers support this ability. For example the Utah-GLX drivers
|
|
540 (for XFree86 3.3.6) have it, with all cards.
|
|
541 See <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A>
|
|
542 for details about how to install it.</P>
|
1612
|
543
|
1682
|
544 <P>XFree86(DRI) >= 4.0.3 supports it only with Matrox, and Radeon cards.
|
|
545 See <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> for download,
|
|
546 and installation instructions.</P>
|
1612
|
547
|
1682
|
548 <P><B><A NAME=2.2.1.11>2.2.1.11. AAlib - text mode displaying</B></P>
|
1612
|
549
|
1682
|
550 <P><B>AAlib</B> is a library for displaying graphics in text mode, using powerful
|
|
551 ASCII renderer. There are LOTS of programs already supporting it, like Doom,
|
|
552 Quake, etc. MPlayer contains a very usable driver for it.
|
|
553 If ./configure detects aalib installed, the aalib libvo driver will be built.</P>
|
1612
|
554
|
1682
|
555 <P><TABLE BORDER=0>
|
|
556 <TD COLSPAN=4><P><B>You can use some keys in the AA Window to change rendering options:</B></P></TD><TR>
|
|
557 <TD> </TD><TD>1</TD><TD> </TD><TD>decrease contrast</TD><TR>
|
|
558 <TD></TD><TD>2</TD><TD></TD><TD>increase contrast</TD><TR>
|
|
559 <TD></TD><TD>3</TD><TD></TD><TD>decrease brightness</TD><TR>
|
|
560 <TD></TD><TD>4</TD><TD></TD><TD>increase brightness</TD><TR>
|
|
561 <TD></TD><TD>5</TD><TD></TD><TD>switch fast rendering on/off</TD><TR>
|
|
562 <TD></TD><TD>6</TD><TD></TD><TD>set dithering mode (none, error distribution, floyd steinberg)</TD><TR>
|
|
563 <TD></TD><TD>7</TD><TD></TD><TD>invert image</TD><TR>
|
|
564 <TD></TD><TD>a</TD><TD></TD><TD>toggles between aa and mplayer control)</TD><TR>
|
|
565
|
|
566 <TD COLSPAN=4><P><B>The following command line options can be used:</B></P></TD><TR>
|
1612
|
567
|
1682
|
568 <TD></TD><TD>-aaosdcolor=V</TD><TD></TD><TD>change osd color</TD><TR>
|
|
569 <TD></TD><TD>-aasubcolor=V</TD><TD></TD><TD>change subtitle color</TD><TR>
|
|
570 <TD COLSPAN=3></TD><TD><P><I>where V can be: (0/normal, 1/dark, 2/bold, 3/boldfont, 4/reverse, 5/special)</P></TD><TR>
|
1612
|
571
|
1682
|
572 <TD COLSPAN=4><P><B>AAlib itselves provides a large sum of options.
|
|
573 Here are some important:</P></B></TD><TR>
|
|
574
|
|
575 <TD></TD><TD>-aadriver</TD><TD></TD><TD>set recommended aa driver (X11, curses, linux)</TD><TR>
|
|
576 <TD></TD><TD>-aaextended</TD><TD></TD><TD>use all 256 characters</TD><TR>
|
|
577 <TD></TD><TD>-aaeight</TD><TD></TD><TD>use eight bit ascii</TD><TR>
|
|
578 <TD></TD><TD>-aahelp</TD><TD></TD><TD>prints out all aalib options</TD><TR>
|
|
579 </TABLE></P>
|
|
580
|
|
581 <P>NOTE: the rendering is very CPU intensive, especially when using AA-on-X
|
|
582 (using aalib on X), and it's least CPU intensive on standard,
|
|
583 non-framebuffer console. Use SVGATextMode to set up a big textmode,
|
|
584 then enjoy! (secondary head Hercules cards rock :)) (anyone can enhance
|
|
585 bdev to do conversion/dithering to hgafb? Would be neat :)</P>
|
1612
|
586
|
1682
|
587 <P>Use the -framedrop option if your comp isn't fast enough to render all frames!</P>
|
1612
|
588
|
1682
|
589 <P>Playing on terminal you'll get better speed and quality using the linux driver, not
|
|
590 curses (-aadriver linux). But therefore you need write access on /dev/vcsa<terminal>!
|
|
591 That isn't autodetected by aalib, bu vo_aa tries to find the best mode.
|
1731
|
592 See <A HREF="http://aa-project.sourceforge.net/tune/">http://aa-project.sourceforge.net/tune/</A> for further tuning issues.</P>
|
1612
|
593
|
1682
|
594 <P><B><A NAME=2.2.1.A>2.2.1.A. TV-out support</A></B></P>
|
1612
|
595
|
1682
|
596 <P><B><A NAME=2.2.1.A.1>2.2.1.A.1. Matrox cards</A></B></P>
|
1612
|
597
|
1682
|
598 <P><I> What I'd love to see in mplayer is the the same feature that I see in my
|
|
599 windows box. When I start a movie in windows (in a window or in full screen)
|
|
600 the movie is also redirected to the tv-out and I can also see it full screen
|
|
601 on my tv. I love this feature and was wondering how hard it would be to add
|
|
602 such a feature to mplayer.</I></P>
|
1612
|
603
|
1682
|
604 <P>It's a driver limitation. BES (Back-End Scaler, it's the overlay generator
|
|
605 and YUV scaling engine of G200/G400/G450 cards) works only with CRTC1.
|
|
606 Normally, CRTC1 (textmode, every bpp gfx and BES) is routed to HEAD1,
|
|
607 and CRTC2 (only 16/32bpp gfx) is routed to HEAD2 (TV-out).</P>
|
1612
|
608
|
1682
|
609 <P>Under linux, you have two choices to get TV-out working:</P>
|
1612
|
610
|
1682
|
611 <P><UL>
|
|
612 <LI>Using X 4.0.x + the HAL driver from matrox, so you'll get dual-head
|
|
613 support, and you'll be able to redirect second output to the TV.
|
|
614 Unfortunately it has Macrovision encryption enabled, so it will
|
|
615 only work on directly-connected TV, no through VCR.
|
|
616 Other problem is that Xv doesn't work on the second head.
|
|
617 (I don't know how Windows solve it, maybe it swaps the CRTCs between
|
|
618 the heads, or just uses YUV framebuffer of second DAC with some trick)
|
|
619 <LI>Using matroxfb with dual-head support enabled (2.4.x kernels).
|
|
620 You'll be able to get a framebuffer console (using CRTC2, so it's
|
|
621 slow), and TV-out (using CRTC1, with BES support).
|
|
622 You have to forget X while using this kind of TV-out! :(
|
|
623 </UL></P>
|
1612
|
624
|
1682
|
625 <P>Follow these instructions:</P>
|
1612
|
626
|
1682
|
627 <P><UL>
|
|
628 <LI>Compile all the matrox-related things to modules in the kernel.
|
|
629 (you MUST compile them to modules, at least I couldn't get them
|
|
630 working built-in yet)
|
|
631 [reboot to new kernel & install modules, but don't load them yet!]
|
|
632 <P><CODE>
|
|
633 cd TVout<BR>
|
|
634 ./compile.sh</CODE></P>
|
|
635 <LI>Run the 'modules' script from the TV-out directory of mplayer.
|
|
636 It will switch your console to framebuffer.
|
|
637 Change to tty1 (ALT+F1)!
|
|
638 Now run the script 'independent', it will set up your tty's:
|
|
639 <P>tty 1,2: fb console, CRTC2, head 1 (monitor)<BR>
|
|
640 tty 3,4,5...: framebuffer+BES, CRTC1, head 2 (TV-out)</P>
|
|
641 You should run the scripts TV-* and Mon-* to set up resolutions:
|
|
642 <P>change to tty1 (ALT+F1), and run Mon-* (one of them)<BR>
|
|
643 change to tty3 (ALT+F3) and then back to tty1 (ALT+F1)</P>
|
|
644 (this change will select tty3 on /dev/fb1 - tricky)<BR>
|
|
645 <P>run TV-* (one of them)</P>
|
|
646 (now you'll get a console on your PAL TV - don't know about NTSC)
|
|
647 <P>Now if you start mplayer (on tty1), the picture will show up on
|
|
648 the tty3, so you'll see it on your TV or second monitor.</P>
|
|
649 </UL></P>
|
1612
|
650
|
1682
|
651 <P>Yes, it is a bit 'hack' now. But I'm waiting for the marvel
|
|
652 project to be finished, it will provide real TV-out drivers, I hope.</P>
|
1612
|
653
|
1682
|
654 <P>My current problem is that BES is working only with CRTC1. So picture
|
|
655 will always shown up on head routed to CRTC1 (normaly the monitor),
|
|
656 so i have to swap CRTC's, but this way your console will framebuffer
|
|
657 (CRTC2 can't do text-mode) and a bit slow (no acceleration). :(</P>
|
1612
|
658
|
1682
|
659 <P><I>Anyway i also just get monochrome output on the tv ...</I>
|
|
660 Maybe you have NTSC TV? Or just didn't run one of TV-* scripts.</P>
|
1612
|
661
|
|
662 </BODY>
|
|
663 </HTML>
|