Mercurial > mplayer.hg
annotate DOCS/video.html @ 6960:87deea511b1f
continuing paragraph reformatting
author | gabucino |
---|---|
date | Sat, 10 Aug 2002 20:26:43 +0000 |
parents | 3274d0725fde |
children | 916f62dd0910 |
rev | line source |
---|---|
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1612 | 2 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4920
diff
changeset
|
3 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4920
diff
changeset
|
4 <HEAD> |
6882
f3f87f6bf5cf
Added a uniform title: something - MPlayer - The Movie Player for Linux.
diego
parents:
6732
diff
changeset
|
5 <TITLE>Video - MPlayer - The Movie Player for Linux</TITLE> |
6391 | 6 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4920
diff
changeset
|
8 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4920
diff
changeset
|
9 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
10 <BODY> |
1704 | 11 |
1612 | 12 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
13 <P><B><A NAME="video">2.3.1 Video output devices</A></B></P> |
1612 | 14 |
15 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
16 <P><B><A NAME="mtrr">2.3.1.1 Setting up MTRR</A></B></P> |
1612 | 17 |
1946 | 18 <P>It is VERY recommended to check if the MTRR registers are set up properly, |
6960 | 19 because they can give a big performance boost.</P> |
1946 | 20 |
6960 | 21 <P>Do a '<CODE>cat /proc/mtrr</CODE>':</P> |
1946 | 22 |
23 <P><CODE> | |
6960 | 24 --($:~)-- cat /proc/mtrr<BR> |
25 reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9<BR> | |
26 reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1<BR> | |
1946 | 27 </CODE></P> |
28 | |
6599 | 29 <P>It's right, shows my Matrox G400 with 16MB memory. I did this from |
6960 | 30 XFree 4.x.x , which sets up MTRR registers automatically.</P> |
1946 | 31 |
6960 | 32 <P>If nothing worked, you have to do it manually. First, you have to find the |
33 base address. You have 3 ways to find it:</P> | |
1612 | 34 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
35 <UL> |
6960 | 36 <LI>from X11 startup messages, for example: |
37 <P><CODE>(--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000<BR> | |
38 (--) SVGA: Linear framebuffer at 0xD8000000</CODE></P></LI> | |
39 <LI>from /proc/pci (use lspci -v command): | |
40 <P> | |
41 <CODE>01:00.0 VGA compatible controller: Matrox Graphics, Inc.: Unknown device 0525</CODE> | |
42 <CODE>Memory at d8000000 (32-bit, prefetchable)</CODE> | |
43 </P></LI> | |
44 <LI>from mga_vid kernel driver messages (use dmesg): | |
45 <P><CODE>mga_mem_base = d8000000</CODE></P></LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
46 </UL> |
1612 | 47 |
1682 | 48 <P>Then let's find the memory size. This is very easy, just convert video ram |
6960 | 49 size to hexadecimal, or use this table:</P> |
1612 | 50 |
1682 | 51 <TABLE BORDER=0> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
52 <TR><TD> </TD><TD>1 MB</TD><TD WIDTH="10%"></TD><TD>0x100000</TD></TR> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
53 <TR><TD></TD><TD>2 MB</TD><TD></TD><TD>0x200000</TD></TR> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
54 <TR><TD></TD><TD>4 MB</TD><TD></TD><TD>0x400000</TD></TR> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
55 <TR><TD></TD><TD>8 MB</TD><TD></TD><TD>0x800000</TD></TR> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
56 <TR><TD></TD><TD>16 MB</TD><TD></TD><TD>0x1000000</TD></TR> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
57 <TR><TD></TD><TD>32 MB</TD><TD></TD><TD>0x2000000</TD></TR> |
1682 | 58 </TABLE> |
1612 | 59 |
60 | |
6599 | 61 <P>You know base address and memory size, let's setup MTRR registers! |
6960 | 62 For example, for the Matrox card above (base=0xd8000000) with 32MB |
63 ram (size=0x2000000) just execute:</P> | |
1612 | 64 |
65 | |
1682 | 66 <P><CODE> echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr</CODE></P> |
1612 | 67 |
68 | |
6599 | 69 <P>Not all CPUs support MTRRs. For example older K6-2's [around 266MHz, |
6960 | 70 stepping 0] doesn't support MTRR, but stepping 12's do ('<CODE>cat |
71 /proc/cpuinfo</CODE>' to check it').</P> | |
1612 | 72 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
73 <P><B><A NAME="xv">2.3.1.2 Xv</A></B></P> |
1612 | 74 |
1682 | 75 <P>Under XFree86 4.0.2 or newer, you can use your card's hardware YUV routines |
6960 | 76 using the XVideo extension. This is what the option '-vo xv' uses. Also, |
77 this is driver supports adjusting brightness/contrast/hue/etc (unless you use | |
78 the old, slow DirectShow DivX codec, which supports it everywhere), see the | |
79 man page.</P> | |
4498 | 80 |
81 <P>In order to make this work, be sure to check the following:</P> | |
6960 | 82 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
83 <UL> |
6960 | 84 <LI>You have to use XFree86 4.0.2 or newer (former versions don't have |
85 XVideo)</LI> | |
86 <LI>Your card actually supports hardware acceleration (modern cards do)</LI> | |
87 <LI>X loads the XVideo extension, it's something like this: | |
1612 | 88 |
6960 | 89 <P><CODE> (II) Loading extension XVideo</CODE></P> |
90 | |
91 <P>in /var/log/XFree86.0.log</P> | |
1612 | 92 |
6960 | 93 <P>NOTE: this loads only the XFree86's extension. In a good install, this |
94 is always loaded, and doesn't mean that the _card's_ XVideo support is | |
95 loaded!</P> | |
96 </LI> | |
1612 | 97 |
6960 | 98 <LI>Your card has Xv support under Linux. To check, try 'xvinfo', it is the |
99 part of the XFree86 distribution. It should display a long text, similar | |
100 to this: | |
101 | |
102 <PRE> | |
1612 | 103 X-Video Extension version 2.2 |
104 screen #0 | |
105 Adaptor #0: "Savage Streams Engine" | |
106 number of ports: 1 | |
107 port base: 43 | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
108 operations supported: PutImage |
1612 | 109 supported visuals: |
110 depth 16, visualID 0x22 | |
111 depth 16, visualID 0x23 | |
112 number of attributes: 5 | |
113 (...) | |
114 Number of image formats: 7 | |
115 id: 0x32595559 (YUY2) | |
116 guid: 59555932-0000-0010-8000-00aa00389b71 | |
117 bits per pixel: 16 | |
118 number of planes: 1 | |
119 type: YUV (packed) | |
120 id: 0x32315659 (YV12) | |
121 guid: 59563132-0000-0010-8000-00aa00389b71 | |
122 bits per pixel: 12 | |
123 number of planes: 3 | |
124 type: YUV (planar) | |
125 (...etc...) | |
6960 | 126 </PRE> |
1612 | 127 |
6960 | 128 <P>It must support YUY2 packed, and YV12 planar pixel formats to be |
129 usable with <B>MPlayer</B>.</P> | |
130 </LI> | |
1612 | 131 |
6960 | 132 <LI>And finally, check if <B>MPlayer</B> was compiled with 'xv' support. |
133 ./configure prints this.</LI> | |
1612 | 134 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
135 </UL> |
1682 | 136 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
137 <P><B><A NAME="xv_3dfx">2.3.1.2.1 3dfx cards</A></B></P> |
1612 | 138 |
6960 | 139 <P>Older 3dfx drivers were known to have problems with XVideo acceleration, it |
140 didn't support either YUY2 or YV12, and so. Verify that you have XFree86 | |
141 version 4.2.0 or greater, it works OK with YV12 and YUY2. Previous versions, | |
142 including 4.1.0 <B>crashes with YV12</B>! If you experience strange effects | |
143 using -vo xv, try SDL (it has XVideo too) and see if it helps. Check the | |
144 <A HREF="#sdl">SDL section</A> for details.</P> | |
1612 | 145 |
6960 | 146 <P><B>OR</B>, try the NEW -vo tdfxfb driver! See the |
147 <A HREF="#tdfxfb">tdfxfb</A> section!</P> | |
1612 | 148 |
2865 | 149 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
150 <P><B><A NAME="xv_s3">2.3.1.2.2 S3 cards</A></B></P> |
1682 | 151 |
152 <P>S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3 | |
6960 | 153 or greater (in case of image problems, try 16bpp). As for S3 Virge.. there is |
154 xv support, but the card itself is very slow, so you better sell it.</P> | |
1682 | 155 |
6960 | 156 <P><B>NOTE</B>: Savage cards have a slow YV12 image displaying capability (it |
157 needs to do YV12->YUY2 conversion, because the Savage hardware can't display | |
158 YV12). So when this documentation says at some point "this has YV12 output | |
159 use this, it's faster", it's not sure. Try | |
160 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/Savage-driver/savage_drv.o.mmx2.bz2">this | |
161 driver</A>, it uses MMX2 for this task and is faster than the native X | |
162 driver.</P> | |
2865 | 163 |
164 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
165 <P><B><A NAME="xv_nvidia">2.3.1.2.3 nVidia cards</A></B></P> |
1612 | 166 |
6960 | 167 <P>nVidia isn't a very good choice under Linux (according to nVidia, this is |
168 <A HREF="users_against_developers.html#nvidia">not true</A>).. You'll have to | |
169 use the binary closed-source nVidia driver, available at nVidia's web site. | |
170 The standard XFree86 driver doesn't support XVideo for these cards, due to | |
171 nVidia's closed sources/specifications.</P> | |
1612 | 172 |
3290 | 173 <P>As far as I know the latest XFree86 driver contains XVideo support for |
6960 | 174 GeForce 2 and 3.</P> |
3290 | 175 |
6599 | 176 <P>Riva128 cards don't have XVideo support even with the nVidia driver :( |
6960 | 177 Complain to nVidia.</P> |
1612 | 178 |
179 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
180 <P><B><A NAME="xv_ati">2.3.1.2.4 ATI cards</A></B></P> |
1612 | 181 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
182 <UL> |
6960 | 183 <LI>The <A HREF="http://www.linuxvideo.org/gatos">GATOS driver</A> (which you |
184 should use, unless you have Rage128 or Radeon) has VSYNC enabled by | |
185 default. It means that decoding speed (!) is synced to the monitor's | |
186 refresh rate. If playing seems to be slow, try disabling VSYNC somehow, or | |
187 set refresh rate to n*(fps of the movie) Hz.</LI> | |
1920 | 188 |
6960 | 189 <LI>Radeon VE - currently only XFree86 CVS has driver for this card, version |
190 4.1.0 doesn't. And no TV out support. Of course with <B>MPlayer</B> you can | |
191 happily get <B>accelerated</B> display, with or without <B>TV output</B>, and | |
192 no libraries or X are needed. Read <A HREF="#vidix">Vidix</A> section.</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
193 </UL> |
1612 | 194 |
195 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
196 <P><B><A NAME="xv_neomagic">2.3.1.2.5 NeoMagic cards</A></B></P> |
1922
5f0e4310dd4d
NeoMagic stuff added (legyen egyszer gyereknap...)
gabucino
parents:
1920
diff
changeset
|
197 |
4920
089485d69edd
added notes about enhanced Neomagic and Savage4 drivers
gabucino
parents:
4908
diff
changeset
|
198 <P>These cards can be found in many laptops. Unfortunately, the driver in |
089485d69edd
added notes about enhanced Neomagic and Savage4 drivers
gabucino
parents:
4908
diff
changeset
|
199 X 4.2.0 can't do Xv, but we have a modified, Xv-capable driver for you. |
089485d69edd
added notes about enhanced Neomagic and Savage4 drivers
gabucino
parents:
4908
diff
changeset
|
200 <A HREF="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neomagic_drv.o.4.2.0.bz2">Download from here</A>. |
5359 | 201 Driver provided by Stefan Seyfried.</P> |
5378 | 202 |
6960 | 203 <P>To allow playback of DVD sized content change your XF86Config like this:</P> |
5378 | 204 |
205 <P> | |
6960 | 206 Section "Device"<BR> |
207 <I>[...]</I><BR> | |
208 Driver "neomagic"<BR> | |
209 <B>Option "OverlayMem" "829440"</B><BR> | |
210 <I>[...]</I><BR> | |
211 EndSection | |
5359 | 212 </P> |
1922
5f0e4310dd4d
NeoMagic stuff added (legyen egyszer gyereknap...)
gabucino
parents:
1920
diff
changeset
|
213 |
5378 | 214 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
215 <P><B><A NAME="xv_trident">2.3.1.2.6 Trident cards</A></B></P> |
3794 | 216 |
217 <P>If you want to use xv with a trident card, provided that it doesn't | |
6960 | 218 work with 4.1.0, try the latest CVS of XFree or wait for XFree 4.2.0. |
219 The latest CVS adds support for fullscreen xv support with the | |
220 Cyberblade XP card.</P> | |
1922
5f0e4310dd4d
NeoMagic stuff added (legyen egyszer gyereknap...)
gabucino
parents:
1920
diff
changeset
|
221 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
222 <P><B><A NAME="dga">2.3.1.3 DGA</A></B></P> |
1612 | 223 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
224 <P><B><A NAME="dga_summary">2.3.1.3.1 Summary</A></B></P> |
1612 | 225 |
6960 | 226 <P>This document tries to explain in some words what DGA is in general and what |
227 the DGA video output driver for <B>MPlayer</B> can do (and what it | |
228 can't).</P> | |
1612 | 229 |
230 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
231 <P><B><A NAME="dga_whatis">2.3.1.3.2 What is DGA</A></B></P> |
1612 | 232 |
1682 | 233 <P>DGA is short for Direct Graphics Access and is a means for a program to |
6960 | 234 bypass the X-Server and directly modifying the framebuffer memory. |
235 Technically spoken this happens by mapping the framebuffer memory into | |
236 the memory range of your process. This is allowed by the kernel only | |
237 if you have superuser privileges. You can get these either by logging in | |
238 as root or by setting the SUID bit on the <B>MPlayer</B> executable (NOT | |
239 recommended!).</P> | |
1612 | 240 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
241 <P>There are two versions of DGA: DGA1 is used by XFree 3.x.x and DGA2 was |
6960 | 242 introduced with XFree 4.0.1.</P> |
1612 | 243 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
244 <P>DGA1 provides only direct framebuffer access as described above. For |
6960 | 245 switching the resolution of the video signal you have to rely on the |
246 XVidMode extension.</P> | |
1612 | 247 |
1682 | 248 <P>DGA2 incorporates the features of XVidMode extension and also allows |
6960 | 249 switching the depth of the display. So you may, although basically |
250 running a 32 bit depth X server, switch to a depth of 15 bits and vice | |
251 versa. </P> | |
1612 | 252 |
1682 | 253 <P>However DGA has some drawbacks. It seems it is somewhat dependent on the |
6960 | 254 graphics chip you use and on the implementation of the X server's video |
255 driver that controls this chip. So it does not work on every system ...</P> | |
1612 | 256 |
257 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
258 <P><B><A NAME="dga_installation">2.3.1.3.3 Installing DGA support for MPlayer</A></B></P> |
1682 | 259 |
260 <P>First make sure X loads the DGA extension, see in /var/log/XFree86.0.log:</P> | |
261 | |
262 <P> <CODE>(II) Loading extension XFree86-DGA</CODE></P> | |
263 | |
6960 | 264 <P>See, XFree86 4.0.x or greater is VERY RECOMMENDED! <B>MPlayer</B>'s DGA |
265 driver is autodetected on ./configure, or you can force it with | |
266 --enable-dga.</P> | |
1612 | 267 |
1682 | 268 <P>If the driver couldn't switch to a smaller resolution, experiment with |
6960 | 269 switches -vm (only with X 3.3.x), -fs, -bpp, -zoom to find a video mode that |
270 the movie fits in. There is no converter right now.. :(</P> | |
1612 | 271 |
6960 | 272 <P>Become ROOT. DGA needs root access to be able to write directly video |
273 memory. If you want to run it as user, then install <B>MPlayer</B> SUID | |
274 root:</P> | |
1612 | 275 |
1682 | 276 <P><CODE> |
6960 | 277 chown root /usr/local/bin/mplayer<BR> |
278 chmod 750 /usr/local/bin/mplayer<BR> | |
279 chmod +s /usr/local/bin/mplayer</CODE></P> | |
1612 | 280 |
281 | |
1682 | 282 <P>Now it works as a simple user, too.</P> |
1612 | 283 |
284 | |
1682 | 285 <P><B>!!!! BUT STAY TUNED !!!!</B><BR> |
6960 | 286 This is a <B>BIG</B> security risk! Never do this on a server or on a |
287 computer can be accessed by more people than only you because they can gain | |
288 root privileges through SUID root <B>MPlayer</B>.<BR> | |
289 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B></P> | |
1682 | 290 |
291 <P>Now use '-vo dga' option, and there you go! (hope so:) | |
6960 | 292 You should also try if the '-vo sdl:dga' option works for you! It's much |
293 faster!!!</P> | |
1682 | 294 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
295 <P><B><A NAME="dga_resolution">2.3.1.3.4 Resolution switching</A></B></P> |
1682 | 296 |
6960 | 297 <P>The DGA driver allows for switching the resolution of the output signal. |
298 This avoids the need for doing (slow) software scaling and at the same time | |
299 provides a fullscreen image. Ideally it would switch to the exact resolution | |
300 (except for honoring aspect ratio) of the video data, but the X server only | |
301 allows switching to resolutions predefined in | |
302 <CODE>/etc/X11/XF86Config</CODE> (<CODE>/etc/X11/XF86Config-4</CODE> for | |
303 XFree 4.0.X respectively). Those are defined by so-called modelines and | |
304 depend on the capabilities of your video hardware. The X server scans this | |
305 config file on startup and disables the modelines not suitable for your | |
306 hardware. You can find out which modes survive with the X11 log file. It can | |
307 be found at: | |
308 <CODE>/var/log/XFree86.0.log</CODE>.</P> | |
309 | |
1682 | 310 <P>See appendix A for some sample modeline definitions.</P> |
311 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
312 <P><B><A NAME="dga_mplayer">2.3.1.3.5 DGA & MPlayer</A></B></P> |
1612 | 313 |
6960 | 314 <P>DGA is used in two places with <B>MPlayer</B>: The SDL driver can be made to |
315 make use of it (-vo sdl:dga) and within the DGA driver (-vo dga). The above | |
316 said is true for both; in the following sections I'll explain how the DGA | |
317 driver for <B>MPlayer</B> works.</P> | |
1612 | 318 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
319 <P><B><A NAME="dga_features">2.3.1.3.6 Features of the DGA driver</A></B></P> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
320 |
1682 | 321 <P>The DGA driver is invoked by specifying -vo dga at the command line. |
6960 | 322 The default behavior is to switch to a resolution matching the original |
323 resolution of the video as close as possible. It deliberately ignores the | |
324 -vm and -fs switches (enabling of video mode switching and fullscreen) - | |
325 it always tries to cover as much area of your screen as possible by switching | |
326 the video mode, thus refraining to use a single additional cycle of your CPU | |
327 to scale the image. | |
328 If you don't like the mode it chooses you may force it to choose the mode | |
329 matching closest the resolution you specify by -x and -y. | |
330 By providing the -v option, the DGA driver will print, among a lot of other | |
331 things, a list of all resolutions supported by your current XF86-Config | |
332 file. | |
333 Having DGA2 you may also force it to use a certain depth by using the -bpp | |
334 option. Valid depths are 15, 16, 24 and 32. It depends on your hardware | |
335 whether these depths are natively supported or if a (possibly slow) | |
336 conversion has to be done.</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
337 |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
338 <P>If you should be lucky enough to have enough offscreen memory left to |
6960 | 339 put a whole image there, the DGA driver will use doublebuffering, which |
340 results in much smoother movie replaying. It will tell you whether double- | |
341 buffering is enabled or not.</P> | |
1612 | 342 |
1682 | 343 <P>Doublebuffering means that the next frame of your video is being drawn in |
6960 | 344 some offscreen memory while the current frame is being displayed. When the |
345 next frame is ready, the graphics chip is just told the location in memory | |
346 of the new frame and simply fetches the data to be displayed from there. | |
347 In the meantime the other buffer in memory will be filled again with new | |
348 video data.</P> | |
1682 | 349 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
350 <P>Doublebuffering may be switched on by using the option -double and may be |
6960 | 351 disabled with -nodouble. Current default option is to disable |
352 doublebuffering. When using the DGA driver, onscreen display (OSD) only | |
353 works with doublebuffering enabled. However, enabling doublebuffering may | |
354 result in a big speed penalty (on my K6-II+ 525 it used an additional 20% of | |
355 CPU time!) depending on the implementation of DGA for your hardware.</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
356 |
1682 | 357 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
358 <P><B><A NAME="dga_speed">2.3.1.3.7 Speed issues</A></B></P> |
1682 | 359 |
360 <P>Generally spoken, DGA framebuffer access should be at least as fast as using | |
6960 | 361 the X11 driver with the additional benefit of getting a fullscreen image. |
362 The percentage speed values printed by <B>MPlayer</B> have to be interpreted | |
363 with some care, as for example, with the X11 driver they do not include the | |
364 time used by the X-Server needed for the actual drawing. Hook a terminal to a | |
365 serial line of your box and start top to see what is really going on in your | |
366 box...</P> | |
1682 | 367 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
368 <P>Generally spoken, the speedup done by using DGA against 'normal' use of X11 |
6960 | 369 highly depends on your graphics card and how well the X-Server module for it |
370 is optimized.</P> | |
1682 | 371 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
372 <P>If you have a slow system, better use 15 or 16bit depth since they require |
6960 | 373 only half the memory bandwidth of a 32 bit display.</P> |
1612 | 374 |
6960 | 375 <P>Using a depth of 24bit is even a good idea if your card natively just |
376 supports 32 bit depth since it transfers 25% less data compared to the 32/32 | |
377 mode.</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
378 |
6599 | 379 <P>I've seen some AVI files already be replayed on a Pentium MMX 266. AMD K6-2 |
6960 | 380 CPUs might work at 400 MHZ and above.</P> |
1612 | 381 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
382 <P><B><A NAME="dga_bugs">2.3.1.3.8 Known bugs</A></B></P> |
1682 | 383 |
6599 | 384 <P>Well, according to some developers of XFree, DGA is quite a beast. They |
6960 | 385 tell you better not to use it. Its implementation is not always flawless |
386 with every chipset driver for XFree out there.</P> | |
1612 | 387 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
388 <UL> |
6960 | 389 <LI>With XFree 4.0.3 and nv.o there is a bug resulting in strange |
390 colors.</LI> | |
391 <LI>ATI driver requires to switch mode back more than once after finishing | |
392 using of DGA.</LI> | |
393 <LI>Some drivers simply fail to switch back to normal resolution (use | |
394 Ctrl-Alt-Keypad +, - to switch back manually).</LI> | |
395 <LI>Some drivers simply display strange colors.</LI> | |
396 <LI>Some drivers lie about the amount of memory they map into the process's | |
397 address space, thus vo_dga won't use doublebuffering (SIS?).</LI> | |
398 <LI>some drivers seem to fail to report even a single valid mode. In this | |
399 case the DGA driver will crash telling you about a nonsense mode of | |
400 100000x100000 or the like ...</LI> | |
401 <LI>OSD only works with doublebuffering enabled.</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
402 </UL> |
1682 | 403 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
404 <P><B><A NAME="dga_future">2.3.1.3.9 Future work</A></B></P> |
1682 | 405 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
406 <UL> |
6960 | 407 <LI>use of the new X11 render interface for OSD</LI> |
408 <LI>where is my TODO list ???? :-(((</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
409 </UL> |
1612 | 410 |
411 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
412 <P><B><A NAME="dga_modelines">2.3.1.3.A Some modelines</A></B></P> |
1612 | 413 |
1682 | 414 <PRE> |
1612 | 415 Section "Modes" |
416 Identifier "Modes[0]" | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
417 Modeline "800x600" 40 800 840 968 1056 600 601 605 628 |
1612 | 418 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
419 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 |
1612 | 420 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan |
421 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310 | |
422 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan | |
423 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan | |
424 EndSection | |
1682 | 425 </PRE> |
1612 | 426 |
6599 | 427 <P>These entries work fine with my Riva128 chip, using nv.o X server driver |
6960 | 428 module.</P> |
1612 | 429 |
430 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
431 <P><B><A NAME="dga_bug_reports">2.3.1.3.B Bug Reports</A></B></P> |
1612 | 432 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
433 <P>If you experience troubles with the DGA driver please feel free to file |
6960 | 434 a bug report to me (e-mail address below). Please start <B>MPlayer</B> with |
435 the -v option and include all lines in the bug report that start with | |
436 vo_dga:</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
437 |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
438 <P>Please do also include the version of X11 you are using, the graphics card |
6960 | 439 and your CPU type. The X11 driver module (defined in XF86-Config) might |
440 also help. Thanks!</P> | |
1612 | 441 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
442 |
1682 | 443 <P><I>Acki (acki@acki-netz.de, www.acki-netz.de)</I></P> |
1612 | 444 |
445 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
446 <P><B><A NAME="sdl">2.3.1.4 SDL</A></B></P> |
1612 | 447 |
6583 | 448 <P>SDL (Simple Directmedia Layer) is basically a unified video/audio |
3988 | 449 interface. Programs that use it know only about SDL, and not about what video |
450 or audio driver does SDL actually use. For example a Doom port using SDL can | |
451 run on svgalib, aalib, X, fbdev, and others, you only have to specify the | |
452 (for example) video driver to use with the SDL_VIDEODRIVER environment | |
453 variable. Well, in theory.</P> | |
454 | |
455 <P>With <B>MPlayer</B>, we used its X11 driver's software scaler ability for | |
456 cards/drivers that doesn't support XVideo, until we made our own (faster, | |
457 nicer) software scaler. Also we used its aalib output, but now we have ours | |
458 which is more comfortable. Its DGA mode was better than ours, until | |
459 recently. Get it now? :)</P> | |
460 | |
461 <P>It also helps with some buggy drivers/cards if the video is jerky | |
462 (not slow system problem), or audio is lagging.</P> | |
463 | |
5119 | 464 <P>SDL video output supports displaying subtitles under the movie, on the (if |
465 present) black bar.</P> | |
466 | |
1682 | 467 <P>Here are some notes about SDL out in <B>MPlayer</B>.</P> |
1612 | 468 |
469 | |
470 | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
471 <TABLE BORDER=0> |
6599 | 472 <TR><TD COLSPAN=4><P><B>There are several command line switches for SDL:</B></P></TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
473 <TR><TD> </TD><TD><CODE>-vo sdl:name</CODE></TD><TD> </TD><TD> |
6599 | 474 specifies sdl video driver to use (i.e.. aalib, dga, x11)</TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
475 <TR><TD></TD><TD><CODE>-ao sdl:name</CODE></TD><TD></TD><TD>specifies sdl audio driver to use (i.e.. dsp, |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
476 esd, arts)</TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
477 <TR><TD></TD><TD><CODE>-noxv</CODE></TD><TD></TD><TD>disables XVideo hardware acceleration</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
478 <TR><TD></TD><TD><CODE>-forcexv</CODE></TD><TD></TD><TD>tries to force XVideo acceleration</TD></TR> |
1612 | 479 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
480 <TR><TD COLSPAN=4><P><B>SDL Keys:</B></P></TD></TR> |
1612 | 481 |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
482 <TR><TD></TD><TD><CODE>F</CODE></TD><TD></TD><TD>toggles fullscreen/windowed mode</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
483 <TR><TD></TD><TD><CODE>C</CODE></TD><TD></TD><TD>cycles available fullscreen modes</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
484 <TR><TD></TD><TD><CODE>W/S</CODE></TD><TD></TD><TD>mappings for * and / (mixer control)</TD></TR> |
1612 | 485 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
486 </TABLE> |
1612 | 487 |
1682 | 488 <P><B>KNOWN BUGS:</B></P> |
6960 | 489 |
490 <UL> | |
491 <LI>Keys pressed under sdl:aalib console driver repeat forever. (use -vo aa!) | |
492 It's bug in SDL, I can't change it (tested with SDL 1.2.1).</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
493 </UL> |
1612 | 494 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
495 <P><B><A NAME="svgalib">2.3.1.5 SVGAlib</A></B></P> |
1682 | 496 |
6499 | 497 <P><B><U>Installation</U></B><BR> |
498 You'll have to install svgalib and its development package in order for | |
499 <B>MPlayer</B> build its SVGAlib driver (autodetected, but can be forced), | |
500 and don't forget to edit /etc/vga/libvga.config to suit your card & | |
501 monitor.</P> | |
502 | |
503 <P><B><U>Notes</U></B><BR> | |
504 Be sure not to use the -fs switch, since it toggles the usage of the software | |
505 scaler, and it's slow. If you really need it, use the <CODE>-sws 4</CODE> | |
506 option which will produce bad quality, but is somewhat faster.</P> | |
507 | |
508 <P><B><U>EGA (4bpp) support</U></B><BR> | |
509 SVGAlib incorporates EGAlib, and <B>MPlayer</B> has the possibility to | |
510 display any movie in 16 colors, thus usable in the following sets:</P> | |
1612 | 511 |
6499 | 512 <UL> |
513 <LI>EGA card with EGA monitor: 320x200x4bpp, 640x200x4bpp, 640x350x4bpp</LI> | |
514 <LI>EGA card with CGA monitor: 320x200x4bpp, 640x200x4bpp</LI> | |
515 </UL> | |
516 | |
517 <P>The bpp (bits per pixel) value must be set to 4 by hand:<BR> | |
518 <CODE>-bpp 4</CODE><BR> | |
519 The movie probably must be scaled down to fit in EGA mode:<BR> | |
520 <CODE>-vop scale=640:350</CODE> or<BR> | |
521 <CODE>-vop scale=320:200</CODE><BR> | |
522 For that we need fast but bad quality scaling routine:<BR> | |
523 <CODE>-sws 4</CODE><BR> | |
524 Maybe automatic aspect correction has to be shut off:<BR> | |
525 <CODE>-noaspect</CODE><BR> | |
526 </P> | |
527 | |
1612 | 528 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
529 <P><B><A NAME="fbdev">2.3.1.6 Framebuffer output (FBdev)</A></B></P> |
1682 | 530 |
531 <P>Whether to build the FBdev target is autodetected during ./configure . | |
6960 | 532 Read the framebuffer documentation in the kernel sources |
533 (Documentation/fb/*) for info on how to enable it, etc..!</P> | |
1612 | 534 |
1682 | 535 <P>If your card doesn't support VBE 2.0 standard (older ISA/PCI |
6960 | 536 cards, such as S3 Trio64), only VBE 1.2 (or older?): |
537 Well, VESAfb is still available, but you'll have to load SciTech Display | |
538 Doctor (formerly UniVBE) before booting Linux. Use a DOS boot disk or | |
539 whatever. And don't forget to register your UniVBE ;))</P> | |
1612 | 540 |
1682 | 541 <P>The FBdev output takes some additional parameters above the others:</P> |
1612 | 542 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
543 <TABLE BORDER=0> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
544 <TR><TD> </TD><TD><CODE>-fb</CODE></TD><TD> </TD><TD> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
545 specify the framebuffer device to use (/dev/fb0)</TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
546 <TR><TD></TD><TD><CODE>-fbmode</CODE></TD><TD></TD><TD>mode name to use (according to /etc/fb.modes)</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
547 <TR><TD></TD><TD><CODE>-fbmodeconfig</CODE></TD><TD></TD><TD> config file of modes (default /etc/fb.modes)</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
548 <TR><TD></TD><TD><CODE>-monitor_hfreq</CODE></TD><TD></TD><TD ROWSPAN=3>IMPORTANT values, see example.conf</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
549 <TR><TD></TD><TD><CODE>-monitor_vfreq</CODE></TD><TD></TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
550 <TR><TD></TD><TD><CODE>-monitor_dotclock</CODE></TD><TD></TD></TR> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
551 </TABLE> |
1612 | 552 |
1682 | 553 <P>If you want to change to a specific mode, then use</P> |
1612 | 554 |
1682 | 555 <P><CODE> mplayer -vm -fbmode (NameOfMode) filename</CODE></P> |
1612 | 556 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
557 <UL> |
6960 | 558 <LI><B>-vm</B> alone will choose the most suitable mode from /etc/fb.modes. |
559 Can be used together with -x and -y options too. The -flip option is | |
560 supported only if the movie's pixel format matches the video mode's pixel | |
561 format. Pay attention to the bpp value, fbdev driver tries to use the | |
562 current, or if you specify the -bpp option, then that.</LI> | |
563 <LI><B>-zoom</B> option isn't supported (software scaling is slow). -fs | |
564 option isn't supported. You can't use 8bpp (or less) modes.</LI> | |
565 <LI>you possibly want to turn the cursor off: <CODE>echo -e | |
566 '\033[?25l'</CODE> or <CODE>setterm -cursor off</CODE><BR> | |
567 and the screen saver: <CODE>setterm -blank 0</CODE><BR> | |
568 To turn the cursor back on: <CODE>echo -e '\033[?25h'</CODE> | |
569 or <CODE>setterm -cursor on</CODE></LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
570 </UL> |
1612 | 571 |
1682 | 572 <P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, |
6960 | 573 and don't ask for it, since it's not an <B>MPlayer</B> limitation.</P> |
1612 | 574 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
575 <P><B><A NAME="mga_vid">2.3.1.7 Matrox framebuffer (mga_vid)</A></B></P> |
1612 | 576 |
1992 | 577 <P>This section is about the Matrox G200/G400/G450/G550 BES (Back-End Scaler) |
6960 | 578 support, the mga_vid kernel driver. It's active developed by me (A'rpi), and |
579 it has hardware VSYNC support with triple buffering. It works on both | |
580 framebuffer console and under X.</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
581 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
582 <P><B>WARNING</B>: on non-Linux systems, use <A HREF="#vidix">VIDIX</A> for |
4505
fdeee8424d90
on non-Linux use Vidix instead of mga_vid kernelmodule
gabucino
parents:
4504
diff
changeset
|
583 mga_vid !!!</P> |
fdeee8424d90
on non-Linux use Vidix instead of mga_vid kernelmodule
gabucino
parents:
4504
diff
changeset
|
584 |
1682 | 585 <P>To use it, you first have to compile mga_vid.o:</P> |
1612 | 586 |
1682 | 587 <P><CODE> cd drivers<BR> |
6960 | 588 make</CODE></P> |
1612 | 589 |
1682 | 590 <P>Then create /dev/mga_vid device:</P> |
1612 | 591 |
1682 | 592 <P><CODE> mknod /dev/mga_vid c 178 0</CODE></P> |
1612 | 593 |
1682 | 594 <P>and load the driver with</P> |
595 | |
596 <P><CODE> insmod mga_vid.o</CODE></P> | |
1612 | 597 |
1682 | 598 <P>You should verify the memory size detection using the 'dmesg' command. If |
6960 | 599 it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's |
600 memory size in MB:</P> | |
1612 | 601 |
1682 | 602 <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P> |
1612 | 603 |
3664
f3a20477f042
added "copy mga_vid to /lib/modules" to install instructions
gabucino
parents:
3583
diff
changeset
|
604 <P>To make it load/unload automatically when needed, first insert the following line |
6960 | 605 at the end of /etc/modules.conf:</P> |
1612 | 606 |
1682 | 607 <P><CODE> alias char-major-178 mga_vid</CODE></P> |
1612 | 608 |
3664
f3a20477f042
added "copy mga_vid to /lib/modules" to install instructions
gabucino
parents:
3583
diff
changeset
|
609 <P>Then copy the <CODE>mga_vid.o</CODE> module to the appropriate place under |
f3a20477f042
added "copy mga_vid to /lib/modules" to install instructions
gabucino
parents:
3583
diff
changeset
|
610 <CODE>/lib/modules/<kernel version>/somewhere</CODE>.</P> |
f3a20477f042
added "copy mga_vid to /lib/modules" to install instructions
gabucino
parents:
3583
diff
changeset
|
611 |
1682 | 612 <P>Then run</P> |
1612 | 613 |
1682 | 614 <P><CODE> depmod -a</CODE></P> |
1612 | 615 |
1682 | 616 <P>Now you have to (re)compile <B>MPlayer</B>, ./configure will detect /dev/mga_vid |
6960 | 617 and build the 'mga' driver. Using it from <B>MPlayer</B> goes by '-vo mga' if |
618 you have matroxfb console, or '-vo xmga' under XFree86 3.x.x or 4.x.x.</P> | |
1682 | 619 |
2108 | 620 <P>The mga_vid driver cooperates with Xv.</P> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
621 |
4504 | 622 <P>The <CODE>/dev/mga_vid</CODE> device file can be read (for example by |
623 <CODE>cat /dev/mga_vid</CODE>) for some info, and written for brightness | |
6960 | 624 change: <CODE>echo "brightness=120" > /dev/mga_vid</CODE></P> |
4504 | 625 |
1612 | 626 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
627 <P><B><A NAME="sis_vid">2.3.1.8 SiS 6326 framebuffer (sis_vid)</A></B></P> |
1682 | 628 |
629 <P>SiS 6326 YUV Framebuffer driver -> sis_vid kernel driver</P> | |
1612 | 630 |
1682 | 631 <P>Its interface should be compatible with the mga_vid, but the driver was not |
6960 | 632 updated after the mga_vid changes, so it's outdated now. Volunteers |
633 needed to test it and bring the code up-to-date.</P> | |
1612 | 634 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
635 <P><B><A NAME="tdfxfb">2.3.1.9 3dfx YUV support (tdfxfb)</A></B></P> |
1612 | 636 |
1992 | 637 <P>This driver uses the kernel's tdfx framebuffer driver to play movies with |
6960 | 638 YUV acceleration. You'll need a kernel with tdfxfb support, and recompile |
639 with <CODE>./configure --enable-tdfxfb</CODE></P> | |
1612 | 640 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
641 <P><B><A NAME="opengl">2.3.1.10 OpenGL output</A></B></P> |
1612 | 642 |
6309 | 643 <P><B>MPlayer</B> supports displaying movies using OpenGL, but if your |
6960 | 644 platform/driver supports xv as should be the case on a PC with Linux, use xv |
645 instead, OpenGL performance is considerably worse. If you have an X11 | |
646 implementation without xv support, OpenGL is a viable alternative.</P> | |
6309 | 647 |
648 <P>Unfortunately not all drivers support this feature. The Utah-GLX drivers | |
6960 | 649 (for XFree86 3.3.6) support it for all cards. See |
650 <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A> | |
651 for details about how to install it.</P> | |
1612 | 652 |
6309 | 653 <P>XFree86(DRI) >= 4.0.3 supports OpenGL with Matrox and Radeon cards, >= 4.2 |
6960 | 654 supports Rage128. See |
655 <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> | |
656 for download and installation instructions.</P> | |
1612 | 657 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
658 <P><B><A NAME="aalib">2.3.1.11 AAlib - text mode displaying</A></B></P> |
1612 | 659 |
1682 | 660 <P><B>AAlib</B> is a library for displaying graphics in text mode, using powerful |
6960 | 661 ASCII renderer. There are LOTS of programs already supporting it, like Doom, |
662 Quake, etc. <B>MPlayer</B> contains a very usable driver for it. | |
663 If ./configure detects aalib installed, the aalib libvo driver will be | |
664 built.</P> | |
1612 | 665 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
666 <TABLE BORDER=0> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
667 <TR><TD COLSPAN=4><P><B>You can use some keys in the AA Window to change rendering options:</B></P></TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
668 <TR><TD> </TD><TD><CODE>1</CODE></TD><TD> </TD><TD>decrease contrast</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
669 <TR><TD></TD><TD><CODE>2</CODE></TD><TD></TD><TD>increase contrast</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
670 <TR><TD></TD><TD><CODE>3</CODE></TD><TD></TD><TD>decrease brightness</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
671 <TR><TD></TD><TD><CODE>4</CODE></TD><TD></TD><TD>increase brightness</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
672 <TR><TD></TD><TD><CODE>5</CODE></TD><TD></TD><TD>switch fast rendering on/off</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
673 <TR><TD></TD><TD><CODE>6</CODE></TD><TD></TD><TD>set dithering mode (none, error distribution, Floyd Steinberg)</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
674 <TR><TD></TD><TD><CODE>7</CODE></TD><TD></TD><TD>invert image</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
675 <TR><TD></TD><TD><CODE>a</CODE></TD><TD></TD><TD>toggles between aa and <B>MPlayer</B> control)</TD></TR> |
1682 | 676 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
677 <TR><TD COLSPAN=4><P><B>The following command line options can be used:</B></P></TD></TR> |
1612 | 678 |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
679 <TR><TD></TD><TD><CODE>-aaosdcolor=V</CODE></TD><TD></TD><TD>change OSD color</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
680 <TR><TD></TD><TD><CODE>-aasubcolor=V</CODE></TD><TD></TD><TD>change subtitle color</TD></TR> |
6599 | 681 <TR><TD COLSPAN=3></TD><TD><P><I>where V can be: (0/normal, 1/dark, 2/bold, 3/bold font, 4/reverse, 5/special)</I></P></TD></TR> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
682 |
6599 | 683 <TR><TD COLSPAN=4><P><B>AAlib itself provides a large sum of options. |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
684 Here are some important:</B></P></TD></TR> |
1682 | 685 |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
686 <TR><TD></TD><TD><CODE>-aadriver</CODE></TD><TD></TD><TD>set recommended aa driver (X11, curses, Linux)</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
687 <TR><TD></TD><TD><CODE>-aaextended</CODE></TD><TD></TD><TD>use all 256 characters</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
688 <TR><TD></TD><TD><CODE>-aaeight</CODE></TD><TD></TD><TD>use eight bit ASCII</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
689 <TR><TD></TD><TD><CODE>-aahelp</CODE></TD><TD></TD><TD>prints out all aalib options</TD></TR> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
690 </TABLE> |
1682 | 691 |
692 <P>NOTE: the rendering is very CPU intensive, especially when using AA-on-X | |
6960 | 693 (using aalib on X), and it's least CPU intensive on standard, |
694 non-framebuffer console. Use SVGATextMode to set up a big textmode, | |
695 then enjoy! (secondary head Hercules cards rock :)) (anyone can enhance | |
696 fbdev to do conversion/dithering to hgafb? Would be neat :)</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
697 |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
698 <P>Use the <CODE>-framedrop</CODE> option if your computer isn't fast enough to |
6960 | 699 render all frames!</P> |
1612 | 700 |
6960 | 701 <P>Playing on terminal you'll get better speed and quality using the Linux |
702 driver, not curses (-aadriver linux). But therefore you need write access on | |
703 /dev/vcsa<terminal>! That isn't autodetected by aalib, but vo_aa tries | |
704 to find the best mode. See | |
705 <A HREF="http://aa-project.sourceforge.net/tune/">http://aa-project.sourceforge.net/tune/</A> | |
706 for further tuning issues.</P> | |
1612 | 707 |
2471 | 708 |
6960 | 709 <P><B><A NAME="vesa">2.3.1.12. VESA - output to VESA BIOS</A></B></P> |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
710 |
6960 | 711 <P>This driver was designed and introduced as a <B>generic driver</B> for any |
712 video card which has VESA VBE 2.0 compatible BIOS. Another advantage of this | |
713 driver is that it tries to force TV output on.<BR> | |
714 <B>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998</B> (Page | |
715 70) says:</P> | |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
716 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
717 <BLOCKQUOTE> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
718 <B>Dual-Controller Designs</B><BR> |
6960 | 719 VBE 3.0 supports the dual-controller design by assuming that since both |
720 controllers are typically provided by the same OEM, under control of a | |
721 single BIOS ROM on the same graphics card, it is possible to hide the fact | |
722 that two controllers are indeed present from the application. This has the | |
723 limitation of preventing simultaneous use of the independent controllers, | |
724 but allows applications released before VBE 3.0 to operate normally. The | |
725 VBE Function 00h (Return Controller Information) returns the combined | |
726 information of both controllers, including the combined list of available | |
727 modes. When the application selects a mode, the appropriate controller is | |
728 activated. Each of the remaining VBE functions then operates on the active | |
729 controller. | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
730 </BLOCKQUOTE> |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
731 |
6960 | 732 <P>So you have chances to get working TV-out by using this driver.<BR> |
733 (I guess that TV-out frequently is standalone head or standalone output | |
734 at least.)</P> | |
735 | |
736 <P><B>What are pluses:</B><BR> | |
737 - You have chances to watch movies <B>if Linux even doesn't know</B> your | |
738 video hardware.<BR> | |
739 - You don't need to have installed any graphics' related things on your Linux | |
740 (like X11 (aka XFree86), fbdev and so on). This driver can be run from | |
741 <B>text-mode</B>.<BR> | |
742 - You have chances to get <B>working TV-out</B>. (It's known at least for | |
743 ATI's cards).<BR> | |
744 - This driver calls <B>int 10h</B> handler thus it's not an emulator - it | |
745 calls <B>real</B> things of <B>real</B> BIOS in <B>real</B>-mode. (Finely - | |
746 in vm86 mode).<BR> | |
747 - You can use Vidix with it, thus getting accelerated video display | |
748 <B>AND</B> TV output at the same time! (recommended for ATI cards) | |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
749 </P> |
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
750 |
6960 | 751 <P><B>What are minuses:</B><BR> |
752 - It works only on <B>x86 systems</B>.<BR> | |
753 - It can be used only by <B>ROOT</B>.<BR> | |
754 - Currently it's available only for <B>Linux</B>.<BR> | |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
755 </P> |
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
756 |
6960 | 757 <P>Don't use this driver with <B>GCC 2.96</B>! It won't work!</P> |
3141 | 758 |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
759 <TABLE BORDER=0> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
760 <TR><TD COLSPAN=4><P><B>These switches of command line currently are available for VESA:</B></P></TD></TR> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
761 <TR><TD> </TD><TD VALIGN="top"><CODE>-vo vesa:opts</CODE></TD><TD></TD><TD>currently recognized: <B>dga</B> to force dga mode and <B>nodga</B> to disable dga mode. Note: you may omit these parameters to enable <B>autodetect</B> of dga mode. (In the future also will specify mode parameters such as refresh rate, interlacing, doublescan and so on. Samples: i43, 85, d100)</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
762 <TR><TD></TD><TD VALIGN="top"><CODE>-screenw, -screenh, -bpp</CODE></TD><TD></TD><TD>force userdefined mode</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
763 <TR><TD></TD><TD VALIGN="top"><CODE>-x, -y</CODE></TD><TD></TD><TD>set userdefined prescaling</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
764 <TR><TD></TD><TD VALIGN="top"><CODE>-zoom</CODE></TD><TD></TD><TD>enables userdefined prescaling</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
765 <TR><TD></TD><TD VALIGN="top"><CODE>-fs</CODE></TD><TD></TD><TD>scales image to fullscreen</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
766 <TR><TD></TD><TD VALIGN="top"><CODE>-fs -zoom</CODE></TD><TD></TD><TD>scales userdefined prescaling to fullscreen</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
767 <TR><TD></TD><TD VALIGN="top"><CODE>-double</CODE></TD><TD></TD><TD>enables double buffering mode. (Available only in DGA mode). Should be slower of single buffering, but has no flickering effects.</TD></TR> |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
768 </TABLE> |
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
769 |
6960 | 770 <P><B>Known problems and workaround:</B><BR> |
771 - If you have installed <B>NLS</B> font on your Linux box and run VESA driver | |
772 from text-mode then after terminating <B>MPlayer</B> you will have <B>ROM | |
773 font</B> loaded instead of national. You can load national font again by | |
774 using <B><I>setsysfont</I></B> utility from for example Mandrake | |
775 distribution.<BR> | |
776 (<B>Hint</B>: The same utility is used for localization of fbdev).<BR> | |
777 - Some <B>Linux graphics drivers</B> don't update active <B>BIOS mode</B> in | |
778 DOS memory. So if you have such problem - always use VESA driver only from | |
779 <B>text-mode</B>. Otherwise text-mode (#03) will be activated anyway and | |
780 you will need restart your computer.<BR> | |
781 - Often after terminating VESA driver you get <B>black screen</B>. To return | |
782 your screen to original state - simply switch to other console (by pressing | |
783 <B>Alt-Fx</B>) then switch to your previous console by the same way.<BR> | |
784 - To get <B>working TV-out</B> you need have plugged TV-connector in before | |
785 booting your PC since video BIOS initializes itself only once during POST | |
786 procedure. | |
2448
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
787 </P> |
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
788 |
1e56c3381d55
'vesa' vo driver added. By Nick Kurshev. (spellchecked, fixed, mplayerdoxized)
gabucino
parents:
2408
diff
changeset
|
789 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
790 <P><B><A NAME="x11">2.3.1.13 X11</A></B></P> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
791 |
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
792 <P>Avoid if possible. Outputs to X11 (uses shared memory extension), with no |
6960 | 793 hardware acceleration at all. Supports (MMX/3DNow/SSE accelerated, but still |
794 slow) software scaling, use the options <CODE>-fs -zoom</CODE>. Most cards | |
795 have hardware scaling support, use the <CODE>-vo xv</CODE> output for them, | |
796 or <CODE>-vo xmga</CODE> for Matroxes.</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
797 |
6960 | 798 <P>The problem is that most cards' driver doesn't support hardware acceleration |
799 on the second head/TV. In those cases, you see green/blue colored window | |
800 instead of the movie. This is where this driver comes in handy, but you need | |
801 powerful CPU to use software scaling. Don't use the SDL driver's software | |
802 output+scaler, it has worse image quality!</P> | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
803 |
6960 | 804 <P>Software scaling is very slow, you better try changing video modes instead. |
805 It's very simple. See the <A HREF="#dga_modelines">DGA section's modelines</A>, | |
806 and insert them into your XF86Config.</P> | |
807 | |
3290 | 808 <UL> |
809 <LI>If you have XFree86 4.x.x - use the <CODE>-vm</CODE> option. It will | |
6960 | 810 change to a resolution your movie fits in. If it doesn't:</LI> |
3290 | 811 <LI>With XFree86 3.x.x - you have to cycle through available resolutions |
812 with the <B>CTRL-ALT-plus</B> and <B>minus</B> keys.</LI> | |
813 </UL> | |
814 | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
815 <P>If you can't find the modes you inserted, browse XFree86's output. Some |
6960 | 816 drivers can't use low pixelclocks that are needed for low resolution |
817 video modes.</P> | |
3290 | 818 |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
819 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
820 <P><B><A NAME="vidix">2.3.1.14 VIDIX</A></B></P> |
4199 | 821 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
822 <P><B>WHAT IS VIDIX?</B></P> |
4199 | 823 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
824 <P>VIDIX is the abbreviation for <B>VID</B>eo <B>I</B>nterface for |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
825 *ni<B>X</B>.<BR> |
4199 | 826 VIDIX was designed and introduced as an interface for fast user-space drivers |
6583 | 827 providing such video performance as mga_vid does for Matrox cards. It's |
828 also very portable.</P> | |
4199 | 829 |
830 <P>This interface was designed as an attempt to fit existing video acceleration | |
6583 | 831 interfaces (known as mga_vid, rage128_vid, radeon_vid, pm3_vid) into a fixed scheme. It |
4199 | 832 provides highlevel interface to chips which are known as BES (BackEnd |
833 scalers) or OV (Video Overlays). It doesn't provide lowlevel interface to | |
834 things which are known as graphics servers. (I don't want to compete with X11 | |
835 team in graphics mode switching). I.e. main goal of this interface is to | |
6583 | 836 maximize the speed of video playback. |
4199 | 837 </P> |
838 | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
839 <P><B>USAGE</B></P> |
4199 | 840 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
841 <UL> |
4199 | 842 <LI>You can use standalone video output driver: <CODE>-vo xvidix</CODE><BR> |
843 This driver was developed as X11's front end to VIDIX technology. It | |
6599 | 844 requires X server and can work only under X server.</LI> |
4199 | 845 <LI>You can use VIDIX subdevice which was applied to several video output |
846 drivers, such as:<BR> | |
6583 | 847 <CODE>-vo vesa:vidix</CODE> (<B>LINUX ONLY</B>) and <CODE>-vo fbdev:vidix</CODE></LI> |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
848 </UL> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
849 Indeed it doesn't matter which video output driver is used with <B>VIDIX</B>. |
4199 | 850 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
851 <P><B>REQUIREMENTS</B></P> |
4199 | 852 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
853 <UL> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
854 <LI>video card should be in graphics mode (I write <B>should</B> simply |
4199 | 855 because I tested it in text mode - it works but has awful output ;) Use |
856 AAlib for that).<BR> | |
857 <I>Note: Everyone can try this trick by commenting out mode switching in | |
858 vo_vesa driver.</I></LI> | |
859 <LI><B>MPlayer</B>'s video output driver should know active video mode and be | |
860 able to tell to VIDIX subdevice some video characteristics of server.</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
861 </UL> |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
862 I hope that probably every video output driver of <B>MPlayer</B> will |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
863 recognize <CODE>:vidix</CODE> subdevice. |
4199 | 864 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
865 <P><B>USAGE METHODS</B></P> |
4199 | 866 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
867 <P>When VIDIX is used as <B>subdevice</B> (<CODE>-vo vesa:vidix</CODE>) then |
4199 | 868 video mode configuration is performed by video output device |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
869 (<B>vo_server</B> in short). Therefore you can pass into command line of |
4199 | 870 <B>MPlayer</B> the same keys as for vo_server. In addition it understands |
871 <CODE>-double</CODE> key as globally visible parameter. (I recommend using | |
872 this key with VIDIX at least for ATI's card).<BR> | |
6960 | 873 As for <CODE>-vo xvidix</CODE>: currently it recognizes the following |
4356 | 874 options: <CODE>-fs -zoom -x -y -double</CODE>.<BR> |
4199 | 875 </P> |
876 | |
877 <P>Also you can specify VIDIX's driver directly as third subargument in command | |
6960 | 878 line:<BR> |
4199 | 879 <BR> |
880 <code>mplayer -vo xvidix:mga_vid.so -fs -zoom -double | |
881 file.avi</code><BR> | |
882 or<BR> | |
883 <code>mplayer -vo vesa:vidix:radeon_vid.so -fs -zoom -double -bpp | |
884 32 file.avi</code><BR> | |
885 <BR> | |
886 But it's dangerous, and you shouldn't do that. In this case given driver will | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
887 be forced and result is unpredictable (it may <B>freeze</B> your |
4339 | 888 computer). You should do that ONLY if you are absolutely sure it will work, |
889 and <B>MPlayer</B> doesn't do it automatically. Please tell about it to the | |
890 developers. The Right Way is to use VIDIX without arguments to enable driver | |
4199 | 891 autodetection. |
892 </P> | |
893 | |
894 <P> | |
895 VIDIX is very new technology and it's extremely possible that on your system | |
896 (OS=abc CPU=xyz) it won't work. In this case only solution for you it's port | |
897 it (mainly libdha). But there is hope that it will work on those systems | |
898 where X11 does. | |
899 </P> | |
900 | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
901 <P>And the last <B>WARNING</B>: (un)fortunately you <B>MUST</B> have |
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
902 <B>ROOT</B> privileges to use VIDIX due to direct hardware access. At least |
6599 | 903 set the <B>SUID</B> bit on the <B>MPlayer</B> executable. |
4199 | 904 </P> |
905 | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
906 <P><B>VIDEO EQUALIZER</B></P> |
4496 | 907 |
908 <P> | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
909 This is a video equalizer implemented especially for VIDIX. You can use |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
910 it either with <B>1-8</B> keys as described in the man page, or |
4506 | 911 by command line arguments. <B>MPlayer</B> recognizes the |
6960 | 912 following options: |
4496 | 913 </P> |
914 | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
915 <TABLE> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
916 <TR><TD> </TD><TD VALIGN="top"><CODE>-brightness</CODE></TD><TD> </TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
917 <TD>Adjust <B>BRIGHTNESS</B> of video output. It's not equal to brightness |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
918 adjusting on monitor panel or on TV. It changes intensity of RGB components of |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
919 video signal from black to white screen.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
920 <TR><TD></TD><TD VALIGN="top"><CODE>-contrast</CODE></TD><TD></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
921 <TD>Adjust <B>CONTRAST</B> of video output. Works in similar manner as |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
922 brightness.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
923 <TR><TD></TD><TD VALIGN="top"><CODE>-saturation</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
924 <TD></TD><TD>Adjust <B>SATURATION</B> of video output. You can get grayscale |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
925 output with this option.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
926 <TR><TD></TD><TD VALIGN="top"><CODE>-hue</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
927 <TD></TD><TD>Adjust <B>HUE</B> of video signal. You can get colored negative |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
928 of image with this option.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
929 <TR><TD></TD><TD VALIGN="top"><CODE>-red_intensity</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
930 <TD></TD><TD>Adjust intensity of <B>RED</B> component of video signal.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
931 <TR><TD></TD><TD VALIGN="top"><CODE>-green_intensity</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
932 <TD></TD><TD>Adjust intensity of <B>GREEN</B> component of video signal.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
933 <TR><TD></TD><TD VALIGN="top"><CODE>-blue_intensity</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
934 <TD></TD><TD>Adjust intensity of <B>BLUE</B> component of video signal.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
935 </TABLE> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
936 |
4496 | 937 <P> |
938 Each parameter can accept values from <B>-1000</B> to <B>+1000</B>.<BR> | |
939 Default value for each parameter is <B>0</B>. | |
940 </P> | |
941 <P> | |
942 <B>Note:</B> Not every driver provides support for each of those parameters. | |
6599 | 943 Currently only <B>radeon_vid.so</B> provides full support for video equalizing. |
4496 | 944 Other drivers only partly support these options. |
945 </P> | |
946 <P><B>Examples:</B><BR> | |
947 <CODE>mplayer -vo vesa:vidix -brightness -300 -contrast 200 | |
948 filename.avi</CODE><BR> | |
949 or<BR> | |
950 <CODE>mplayer -vo xvidix -red_intensity -50 -saturation 400 -hue 300 | |
951 filename.vob</CODE> | |
952 </P> | |
953 | |
2956
f6b51da0a50d
DOXized and applied Nick's radeon_vid patch. Nick, should I update
gabucino
parents:
2883
diff
changeset
|
954 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
955 <P><B><A NAME="zr">2.3.1.15 Zr</A></B></P> |
4339 | 956 |
957 <P>This is a display-driver (<CODE>-vo zr</CODE>) for a number of MJPEG | |
6960 | 958 capture/playback cards (tested for DC10+ and Buz, and it should work for the |
959 LML33, the DC10). The driver works by encoding the frame to jpeg and then | |
960 sending it to the card. For the jpeg encoding <B>libavcodec</B> is | |
961 used, and required.</P> | |
4339 | 962 |
963 <P>This driver talks to the kernel driver available at | |
6960 | 964 <A HREF="http://mjpeg.sourceforge.net">http://mjpeg.sourceforge.net</A>, so |
965 you must get it working first. Then recompile <B>MPlayer</B> with | |
966 <CODE>--enable-zr</CODE>.</P> | |
4339 | 967 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
968 Some remarks: |
4339 | 969 <UL> |
4360 | 970 <LI>don't start or stop XawTV on the playback device during playback, |
971 it will crash your computer. It is, however, fine to <B>FIRST</B> start | |
972 XawTV, <B>THEN</B> start <B>MPlayer</B>, wait for <B>MPlayer</B> to finish | |
973 and <B>THEN</B> stop XawTV.</LI> | |
6599 | 974 <LI>this driver adds <CODE>-zr*</CODE> command line options. The explanation |
4339 | 975 of these options can be viewed with <CODE>-zrhelp</CODE>. It is possible to |
6599 | 976 crop the input frame (cut borders to make it fit or to enhance performance) |
4339 | 977 and to do other things.</LI> |
4360 | 978 <LI>the driver takes data in YV12 and YUY2 format, this means that some |
979 codecs won't work. Some old VfW (Video for Windows) codecs, for example, | |
6599 | 980 are incompatible with this driver. The error message that you will see is: |
4360 | 981 <CODE>Sorry, selected video_out device is incompatible with this codec. |
982 </CODE></LI> | |
983 <LI>OSD is currently not supported, so you won't see | |
984 subtitles.</LI> | |
4339 | 985 </UL> |
986 | |
987 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
988 <P><B><A NAME="dvb">2.3.1.16 DVB</A></B></P> |
6729 | 989 |
990 <P><B>MPlayer</B> supports cards with the Siemens DVB chipset from vendors like | |
6960 | 991 Siemens, Technotrend, Galaxis or Hauppauge. The latest DVB drivers are |
992 available from the <A HREF="http://www.linuxtv.org">Linux TV site</A>. If you | |
993 want to do software transcoding you should have at least a 1GHz CPU.</P> | |
6729 | 994 |
995 <P>Configure should detect your DVB card. If it did not, force detection with | |
996 | |
997 <PRE> | |
998 ./configure --enable-dvb | |
999 </PRE> | |
1000 | |
1001 <P>If you have ost headers at a non-standard path, set the path with</P> | |
1002 | |
1003 <PRE> | |
1004 ./configure --with-extraincdir=<DVB source directory>/ost/include | |
1005 </PRE> | |
1006 | |
1007 <P>Then compile and install as usual.</P> | |
1008 | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1009 <P><B>USAGE</B></P> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1010 |
6729 | 1011 <P>Hardware decoding (playing standard MPEG1/2 files) can be done with this |
6960 | 1012 command:</P> |
6729 | 1013 |
1014 <PRE> | |
1015 mplayer -ao mpegpes -vo mpegpes file.mpg|vob | |
1016 </PRE> | |
1017 | |
1018 <P>Software decoding or transcoding different formats to MPEG1 can be achieved | |
6960 | 1019 using a command like this:</P> |
6729 | 1020 |
1021 <PRE> | |
1022 mplayer -ao mpegpes -vo mpegpes -vop lavc yourfile.ext | |
1023 mplayer -ao mpegpes -vo mpegpes -vop fame,expand yourfile.ext | |
1024 </PRE> | |
1025 | |
1026 <P>Note that DVB cards only support heights 288 and 576 for PAL or 240 and 480 | |
6960 | 1027 for NTSC. You <B>must</B> rescale for other heights by adding |
1028 <CODE>scale=width:height</CODE> with the width and height you want to the | |
1029 <CODE>-vop</CODE> option. DVB cards accept various widths, like 720, 704, | |
1030 640, 512, 480, 352 etc and do hardware scaling in horizontal direction, so | |
1031 you do not need to scale horizontally in most cases. For a 512x384 (aspect | |
1032 4:3) DivX try:</P> | |
6729 | 1033 |
1034 <PRE> | |
1035 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=512:576 | |
1036 </PRE> | |
1037 | |
1038 <P>If you have a widescreen movie and you do not want to scale it to full height, | |
6960 | 1039 you can use the <CODE>expand=w:h</CODE> plugin to add black bands. To view a |
1040 640x384 DivX, try:</P> | |
6729 | 1041 |
1042 <PRE> | |
1043 mplayer -ao mpegpes -vo mpegpes -vop lavc,expand=640:576 file.avi | |
1044 </PRE> | |
1045 | |
1046 <P>If your CPU is too slow for a full size 720x576 DivX, try downscaling:</P> | |
1047 | |
1048 <PRE> | |
1049 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:576 file.avi | |
1050 </PRE> | |
1051 | |
1052 <P>If speed does not improve, try vertical downscaling, too:</P> | |
1053 | |
1054 <PRE> | |
1055 mplayer -ao mpegpes -vo mpegpes -vop lavc,scale=352:288 file.avi | |
1056 </PRE> | |
1057 | |
1058 <P>For OSD and subtitles use the expand feature of the OSD plugin. So, instead | |
6960 | 1059 of <CODE>expand=w:h</CODE> or <CODE>expand=w:h:x:y</CODE>, use |
1060 <CODE>expand=w:h:x:y:1</CODE> (the 5th parameter <CODE>:1</CODE> at the end | |
1061 will enable OSD rendering). You may want to move the image up a bit to get a | |
1062 bigger black zone for subtitles. You may also want to move subtitles up, if | |
1063 they are outside your TV screen, use the <CODE>-subpos <0-100></CODE> switch | |
1064 to adjust this (<CODE>-subpos 80</CODE> is a good choice).</P> | |
6729 | 1065 |
1066 <P>In order to play non-25fps movies on a PAL TV or with a slow CPU, add the | |
6960 | 1067 <CODE>-framedrop</CODE> option.</P> |
6729 | 1068 |
1069 <P>To keep the aspect ratio of DivX files and get the optimal scaling parameters | |
6960 | 1070 (hardware horizontal scaling and software vertical scaling while keeping the |
1071 right aspect ratio), use the new dvbscale plugin:</P> | |
6729 | 1072 |
1073 <PRE> | |
1074 for 3:4 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale | |
1075 for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 | |
1076 </PRE> | |
1077 | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1078 <P><B>FUTURE</B></P> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1079 |
6729 | 1080 <P>If you have questions or want to hear feature announcements and take part in |
6960 | 1081 discussions on this subject, join our |
1082 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dvb">MPlayer-DVB</A> | |
1083 mailing list. Please remember that the list language is English.</P> | |
6729 | 1084 |
1085 <P>In the future you may expect the ability to display OSD and subtitles using | |
6960 | 1086 the native OSD feature of DVB cards, as well as more fluent playback of |
1087 non-25fps movies and realtime transcoding between MPEG2 and MPEG4 (partial | |
1088 decompression).</P> | |
6729 | 1089 |
4496 | 1090 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1091 <P><B><A NAME="dxr3">2.3.1.17 DXR3</A></B></P> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1092 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1093 <P><B>MPlayer</B> supports hardware accelerated playback with the Creative DXR3 |
6960 | 1094 and Sigma Designs Hollywood Plus cards.</P> |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1095 |
6960 | 1096 <P>First of all you will need properly installed DXR3/H+ drivers, version |
1097 0.12.0 or later. You can find the drivers and installation instructions at | |
1098 the <A HREF="http://dxr3.sourceforge.net/">DXR3 & Hollywood Plus for | |
1099 Linux</A> site. Configure should detect your card automatically, compilation | |
1100 should go without any problems.</P> | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1101 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1102 <P><B>USAGE</B></P> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1103 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1104 <TABLE> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1105 <TR><TD> </TD><TD VALIGN="top"><CODE>-vo dxr3:<noprebuf>:<codec>:<device></CODE></TD><TD> </TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1106 <TD>Where <CODE><noprebuf></CODE> specifies turning off prebuffering. |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1107 This is done automatically on Athlons. If playback is out of sync try |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1108 disabling prebuffering. If noprebuf is left out prebuffering is enabled |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1109 (except on Athlons). |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1110 <BR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1111 <CODE><codec></CODE> = fame/avcodec, avcodec produces better quality |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1112 output, but fame is faster for those of you with slow machines. The default is |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1113 to use libavcodec. Note that you need libavcodec properly installed (read |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1114 DOCS/codecs.html). |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1115 <BR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1116 <CODE><device></CODE> = device number to use if you have more than one |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1117 em8300 card. |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1118 <BR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1119 Any of these options may be left out, but they must be specified in this |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1120 order, i.e. <CODE>dxr3:fame</CODE> works, <CODE>dxr3:1</CODE> works, but |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1121 <CODE>dxr3:1:avcodec</CODE> will not.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1122 <TR><TD></TD><TD VALIGN="top"><CODE>-ao oss:/dev/em8300_ma-X</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1123 <TD></TD><TD>For audio output, where <CODE>X</CODE> is the device number |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1124 (0 if one card).</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1125 <TR><TD></TD><TD VALIGN="top"><CODE>-ac hwac3</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1126 <TD></TD><TD>For digital instead of analog audio output.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1127 <TR><TD></TD><TD VALIGN="top"><CODE>-vc mpegpes</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1128 <TD></TD><TD>Force hardware acceleration, only works with MPEG1/2.</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1129 <TR><TD></TD><TD VALIGN="top"><CODE>-aop list=resample:fout=xxxxx</CODE></TD> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1130 <TD></TD><TD>If sample rate is below 44100Hz, select either 44100Hz or 48000Hz |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1131 depending on which one matches closest. I.e. if the movie uses 22050Hz use |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1132 44100Hz as 44100 / 2 = 22050, if it is 24000Hz use 48000Hz as 48000 / 2 = 24000 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1133 and so on. This does not work with digital audio output |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1134 (<CODE>-ac hwac3</CODE>).</TD></TR> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1135 </TABLE> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1136 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1137 <P><B>Overlay</B><P> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1138 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1139 <P>To get overlay run dxr3view that comes with the em8300 package before |
6960 | 1140 starting <B>MPlayer</B>. You can set various options in dxr3view by pressing |
1141 <CODE>T</CODE> while holding the mouse cursor above the window.</P> | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1142 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1143 <P><B>MPEG1, MPEG2, VCD and DVD Notes</B></P> |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1144 |
6960 | 1145 <P>MPEG1/2 content should now automatically be detected by <B>MPlayer</B> and |
1146 it will use the hardware acceleration of the DXR3 to play it. If not, you can | |
1147 force it to hardware acceleration with <CODE>-vc mpegpes</CODE>. Also, if you | |
1148 plan to use any postprocessing filters you must use <CODE>-vc | |
1149 mpeg12</CODE>.</P> | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1150 |
6960 | 1151 <P>In some instances, subtitles may not appear properly in sync with the A/V |
1152 stream when using hardware decoding (<CODE>-vc mpegpes</CODE>). This is a | |
1153 known bug. The em8300 will also improperly handle subtitles that are too big, | |
1154 and may hang for a second or two. At this time, the only workaround is to use | |
1155 <CODE>-vc mpeg12</CODE> when viewing DVDs with subtitles.<P> | |
6732
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1156 |
8460a77203de
DXR3 moved to video.html. TOC updated, added <CODE> where appropiate.
diego
parents:
6729
diff
changeset
|
1157 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1158 <P><B><A NAME="tv-out">2.3.1.A TV-out support</A></B></P> |
1612 | 1159 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1160 <P><B><A NAME="tv-out_matrox">2.3.1.A.1 Matrox G400 cards</A></B></P> |
1612 | 1161 |
6960 | 1162 <P>Under Linux you have 2 methods to get G400 TV out working:</P> |
5116 | 1163 |
1164 <P><B>IMPORTANT:</B> Only Matrox G400DH/G400MAX has TV-out support under Linux, others (G450, G550) has <B>NOT!</B></P> | |
2309 | 1165 |
2486 | 1166 <UL> |
1167 <LI><B>XFree86</B>: using the driver and the HAL module, available from | |
1168 <A HREF="http://www.matrox.com">Matrox's site</A>. This will give you X on | |
1169 the TV.<BR> <B>This method doesn't give you accelerated playback</B> as | |
1170 under Windoze! The second head has only YUV framebuffer, the <I>BES</I> | |
1171 (Back End Scaler, the YUV scaler on G200/G400/G450/G550 cards) doesn't work | |
1172 on it! The windows driver somehow workarounds this, probably by using the | |
1173 3D engine to zoom, and the YUV framebuffer to display the zoomed | |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2747
diff
changeset
|
1174 image. If you really want to use X, use the <CODE>-vo x11 -fs -zoom</CODE> |
6599 | 1175 options, but it will be <B>SLOW</B>, and has <B>Macrovision</B> copy protection |
4177 | 1176 enabled (you can "workaround" Macrovision using |
1177 <A HREF="http://avifile.sourceforge.net/mgamacro.pl">this</A> perl | |
1178 script.</LI> | |
2486 | 1179 <LI><B>Framebuffer</B>: using the <B>matroxfb modules</B> in the 2.4 kernels. |
1180 2.2 kernels don't have the TVout feature in them, thus unusable for this. | |
3030 | 1181 You have to enable ALL matroxfb-specific feature during compilation (except |
5713 | 1182 MultiHead), and compile them into <B>modules</B>! You'll also need I2C |
1183 enabled. | |
2486 | 1184 <UL> |
1185 <LI> | |
1186 Enter <CODE>TVout/matroxset</CODE> and type <CODE>make</CODE>. Install | |
1187 <CODE>matroxset</CODE> into somewhere in your PATH.</LI> | |
1188 <LI> | |
1189 If you don't have <CODE>fbset</CODE> installed, enter | |
1190 <CODE>TVout/fbset</CODE> and type <CODE>make</CODE>. Install | |
1191 <CODE>fbset</CODE> into somewhere in your PATH.</LI> | |
1192 <LI> | |
1193 Then enter into the <CODE>TVout/</CODE> directory in the <B>MPlayer</B> | |
1194 source, and execute <CODE>./modules</CODE> as root. Your text-mode console | |
1195 will enter into framebuffer mode (no way back!).</LI> | |
1196 <LI>Next, run the <CODE>./matroxtv</CODE> script. This will present you | |
1197 to a very simple menu. Press <B>2</B> and <B>ENTER</B>. Now you should | |
1198 have the same picture on your monitor, and TV. The <B>3.</B> option | |
1199 will turn on independent display, but then you <B>can't use X</B>! If | |
6960 | 1200 the TV (PAL!) picture has some weird stripes on it, the script wasn't able to |
2486 | 1201 set the resolution correctly (to 640x512 by default). Use other menu |
1202 items randomly and it'll be OK :)</LI> | |
1203 </UL> | |
1204 | |
1205 <P> | |
1206 Yoh. Next task is to make the cursor on tty1 (or whatever) to disappear, | |
1207 and turn off screen blanking. Execute the following commands:</P> | |
1208 | |
1209 <P> | |
4701 | 1210 <CODE>echo -e '\033[?25l'</CODE> or <CODE>setterm -cursor off<BR> |
2486 | 1211 setterm -blank 0</CODE> |
1212 </P> | |
1213 | |
1214 <P> | |
1215 You possibly want to put the above into a script, and also clear | |
6960 | 1216 the screen.. To turn the cursor back:<BR><CODE>echo -e '\033[?25h'</CODE> |
4701 | 1217 or <CODE>setterm -cursor on</CODE> |
2486 | 1218 </P> |
1219 | |
1220 <P>Yeah kewl. Start movie playing with <CODE>mplayer -vo mga -fs -screenw 640 | |
1221 -screenh 512 <filename></CODE><BR> | |
6960 | 1222 (if you use X, now change to matroxfb with for example CTRL-ALT-F1!)<BR> |
2486 | 1223 Change 640x512 if you set the resolution to other..<BR> |
6960 | 1224 <B>Enjoy the ultra-fast ultra-featured Matrox TV output (better than Xv)!</B> |
2486 | 1225 </P> |
1226 </LI> | |
1227 </UL> | |
2309 | 1228 |
1229 | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1230 <P><B><A NAME="tv-out_ati">2.3.1.A.2 ATI cards</A></B></P> |
2206 | 1231 |
1232 <P> | |
6583 | 1233 <B><U>PREAMBLE</U></B><BR> |
6960 | 1234 Currently ATI doesn't want to support any of its TV-out chips under Linux, |
1235 because of their licensed Macrovision technology.</P> | |
6583 | 1236 |
1237 <P><B><U>ATI CARDS TV-OUT STATUS ON LINUX</U></B></P> | |
2206 | 1238 |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1239 <UL> |
6960 | 1240 <LI><B>ATI Mach64</B>: supported by |
1241 <A HREF="http://gatos.sf.net">gatos</A>.</LI> | |
1242 <LI><B>ASIC Radeon VIVO</B>: supported by | |
1243 <A HREF="http://gatos.sf.net">gatos</A>.</LI> | |
1244 <LI><B>Radeon</B> and <B>Rage128</B>: supported by <B>MPlayer</B>! | |
1245 Check <a href="#vesa">VESA driver</a> and <A HREF="#2.3.1.15">Vidix</A> | |
1246 sections.</LI> | |
6435
d0d74f9d8d4a
Background now set by CSS, added doctype and charset.
diego
parents:
6393
diff
changeset
|
1247 </UL> |
2206 | 1248 |
1249 <P> | |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1250 On other cards, just use the <a href="#vesa">VESA driver</a>, without |
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1251 VIDIX. Powerful CPU is needed, though. |
2206 | 1252 </P> |
1253 | |
6583 | 1254 <P>Only thing you need to do - <B>have TV connector plugged in before |
1255 booting your PC</B> since video BIOS initializes itself only once during | |
1256 POST procedure. | |
2206 | 1257 </P> |
1258 | |
2472
487f5bbb38ae
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate
gabucino
parents:
2471
diff
changeset
|
1259 |
6906
3274d0725fde
Changed all link names from the section number to a sensible label.
diego
parents:
6882
diff
changeset
|
1260 <P><B><A NAME="tv-out_voodoo">2.3.1.A.3 Voodoo 3</A></B></P> |
2472
487f5bbb38ae
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate
gabucino
parents:
2471
diff
changeset
|
1261 |
487f5bbb38ae
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate
gabucino
parents:
2471
diff
changeset
|
1262 <P> |
6960 | 1263 Check <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">this URL</A>. |
2472
487f5bbb38ae
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate
gabucino
parents:
2471
diff
changeset
|
1264 </P> |
487f5bbb38ae
link to tomi ollila's voodoo3 tvout text. if he has interest to integrate
gabucino
parents:
2471
diff
changeset
|
1265 |
1612 | 1266 </BODY> |
1267 </HTML> |