annotate DOCS/xml/en/video.xml @ 26904:b4a743e6d17d

Add install-dhahelperwin target to simplify dhahelper installation on Windows.
author diego
date Fri, 30 May 2008 20:10:36 +0000
parents 8eacd1538e64
children 3d468a9bb80b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20535
c0687e92d463 convert DOCS/xml/en and help_mp-en.h to UTF-8
kraymer
parents: 20048
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
10913
49b1a67e7381 Add revision keyword to english xml files, to ease translation synchronization
lumag
parents: 10869
diff changeset
2 <!-- $Revision$ -->
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
3 <chapter id="video">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <title>Video output devices</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
6 <sect1 id="mtrr">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <title>Setting up MTRR</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 It is VERY recommended to check if the MTRR registers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 are set up properly, because they can give a big performance boost.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 <para>
11359
496ff2403aac buglets and consistency improvements
diego
parents: 11358
diff changeset
15 Do a <command>cat /proc/mtrr</command>:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <prompt>--($:~)--</prompt> cat /proc/mtrr
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24 It's right, shows my Matrox G400 with 16MB memory. I did this from
20863
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
25 XFree 4.x.x, which sets up MTRR registers automatically.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 If nothing worked, you have to do it manually. First, you have to find the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30 base address. You have 3 ways to find it:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 <orderedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 from X11 startup messages, for example:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 (--) SVGA: PCI: Matrox MGA G400 AGP rev 4, Memory @ 0xd8000000, 0xd4000000
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 (--) SVGA: Linear framebuffer at 0xD8000000<!--
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
38 --></screen>
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
39 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 from <filename>/proc/pci</filename> (use <command>lspci -v</command>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 command):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 01:00.0 VGA compatible controller: Matrox Graphics, Inc.: Unknown device 0525
20863
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
45 Memory at d8000000 (32-bit, prefetchable)<!--
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
46 --></screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
47 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 from mga_vid kernel driver messages (use <command>dmesg</command>):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 <screen>mga_mem_base = d8000000</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
51 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 </orderedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 Then let's find the memory size. This is very easy, just convert video RAM
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 size to hexadecimal, or use this table:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 <informaltable frame="none">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 <tgroup cols="2">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 <tbody>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
61 <row><entry>1 MB</entry><entry>0x100000</entry></row>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
62 <row><entry>2 MB</entry><entry>0x200000</entry></row>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
63 <row><entry>4 MB</entry><entry>0x400000</entry></row>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
64 <row><entry>8 MB</entry><entry>0x800000</entry></row>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
65 <row><entry>16 MB</entry><entry>0x1000000</entry></row>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
66 <row><entry>32 MB</entry><entry>0x2000000</entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 </tbody>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 </tgroup>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 </informaltable>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 You know base address and memory size, let's setup MTRR registers!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 For example, for the Matrox card above (<literal>base=0xd8000000</literal>)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 with 32MB ram (<literal>size=0x2000000</literal>) just execute:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 <screen>
20863
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
77 echo "base=0xd8000000 size=0x2000000 type=write-combining" &gt; /proc/mtrr
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 <para>
12364
cfd1b419dbcd wording
diego
parents: 12349
diff changeset
82 Not all CPUs have MTRRs. For example older K6-2 (around 266MHz,
cfd1b419dbcd wording
diego
parents: 12349
diff changeset
83 stepping 0) CPUs don't have MTRRs, but stepping 12 does
cfd1b419dbcd wording
diego
parents: 12349
diff changeset
84 (execute <command>cat /proc/cpuinfo</command> to check it).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
86 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
88
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
89 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
90
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
91
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
92 <sect1 id="xv">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
93 <title>Xv</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 Under XFree86 4.0.2 or newer, you can use your card's hardware YUV routines
11359
496ff2403aac buglets and consistency improvements
diego
parents: 11358
diff changeset
97 using the XVideo extension. This is what the option
20863
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
98 <option>-vo xv</option> uses. Also, this driver supports adjusting
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
99 brightness/contrast/hue/etc. (unless you use the old, slow DirectShow DivX
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100 codec, which supports it everywhere), see the man page.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 In order to make this work, be sure to check the following:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <orderedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 You have to use XFree86 4.0.2 or newer (former versions don't have XVideo)
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
109 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 Your card actually supports hardware acceleration (modern cards do)
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
112 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 X loads the XVideo extension, it's something like this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115 <programlisting>(II) Loading extension XVideo</programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 in <filename>/var/log/XFree86.0.log</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 <note><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 This loads only the XFree86's extension. In a good install, this is
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
119 always loaded, and doesn't mean that the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
120 <emphasis role="bold">card's</emphasis> XVideo support is loaded!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 </para></note>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
122 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 Your card has Xv support under Linux. To check, try
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 <command>xvinfo</command>, it is the part of the XFree86 distribution. It
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 should display a long text, similar to this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 X-Video Extension version 2.2
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 screen #0
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 Adaptor #0: "Savage Streams Engine"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 number of ports: 1
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 port base: 43
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 operations supported: PutImage
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 supported visuals:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 depth 16, visualID 0x22
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 depth 16, visualID 0x23
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 number of attributes: 5
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 (...)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139 Number of image formats: 7
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 id: 0x32595559 (YUY2)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 guid: 59555932-0000-0010-8000-00aa00389b71
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142 bits per pixel: 16
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 number of planes: 1
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 type: YUV (packed)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 id: 0x32315659 (YV12)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 guid: 59563132-0000-0010-8000-00aa00389b71
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 bits per pixel: 12
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 number of planes: 3
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 type: YUV (planar)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 (...etc...)<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 It must support YUY2 packed, and YV12 planar pixel formats to be usable
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 with <application>MPlayer</application>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
154 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 And finally, check if <application>MPlayer</application> was compiled
11738
b0ddcc627b79 missing dot
paszczi
parents: 11731
diff changeset
157 with 'xv' support. Do a <command>mplayer -vo help | grep xv </command>.
11520
dd17c00dff68 Commands should be in <command> tags, better wording.
diego
parents: 11504
diff changeset
158 If 'xv' support was built a line similar to this should appear:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
159 <screen> xv X11/Xv</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
160 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 </orderedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
164
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
165 <sect2 id="tdfx">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 <title>3dfx cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 Older 3dfx drivers were known to have problems with XVideo acceleration, it
20857
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
170 didn't support YUY2 or YV12 colorspaces. Verify that you have XFree86
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
171 version 4.2.0 or later, it can handle YV12 and YUY2 while previous
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
172 versions, including 4.1.0, <emphasis role="bold">crash with YV12</emphasis>.
11136
f26ac9c57374 spelling fixes
diego
parents: 11079
diff changeset
173 If you experience strange effects using <option>-vo xv</option>, try SDL
f26ac9c57374 spelling fixes
diego
parents: 11079
diff changeset
174 (it has XVideo, too) and see if it helps. Check the
11483
462b97f8746f move section out of <link> tags
wight
parents: 11362
diff changeset
175 <link linkend="sdl">SDL</link> section for details.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
179 <emphasis role="bold">OR</emphasis>, try the NEW
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 <option>-vo tdfxfb</option> driver! See the <link linkend="tdfxfb">tdfxfb</link>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 section.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
183 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
186 <sect2 id="s3">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 <title>S3 cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 or greater (in case of image problems, try 16bpp). As for S3 Virge: there is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
192 xv support, but the card itself is very slow, so you better sell it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 </para>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
194
18535
8e92dd0ff93a Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
gpoirier
parents: 17559
diff changeset
195 <para>
8e92dd0ff93a Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
gpoirier
parents: 17559
diff changeset
196 There is now a native framebuffer driver for S3 Virge cards similiar to
18547
0cae738a12e1 typo fixes
gabrov
parents: 18535
diff changeset
197 tdfxfb. Set up your framebuffer (e.g. append
20857
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
198 "<option>vga=792 video=vesa:mtrr</option>" to your kernel comand line) and use
18535
8e92dd0ff93a Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
gpoirier
parents: 17559
diff changeset
199 <option>-vo s3fb</option> (<option>-vf yuy2</option> and <option>-dr</option>
8e92dd0ff93a Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
gpoirier
parents: 17559
diff changeset
200 will also help).
8e92dd0ff93a Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.
gpoirier
parents: 17559
diff changeset
201 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
203 <note><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 It's currently unclear which Savage models lack YV12 support, and convert by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
205 driver (slow). If you suspect your card, get a newer driver, or ask politely
15029
b0dd473ed38a correct spelling for mailing list names
diego
parents: 14958
diff changeset
206 on the MPlayer-users mailing list for an MMX/3DNow! enabled driver.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
207 </para></note>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
208 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
211 <sect2 id="nvidia">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212 <title>nVidia cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 <para>
19736
f7ad44a81a2c Remove reference to nvidia-opinions section, it's completely outdated.
diego
parents: 19734
diff changeset
215 nVidia isn't always a very good choice under Linux ... XFree86's
11065
2909e5a20c5a nvidia info update
gabucino
parents: 11040
diff changeset
216 open-source driver supports most of these cards, but for some cases, you'll
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
217 have to use the binary closed-source nVidia driver, available at
11524
03cc8751fec8 added link to nVidia drivers
wight
parents: 11521
diff changeset
218 <ulink url="http://www.nvidia.com/object/linux.html">nVidia's web site</ulink>.
03cc8751fec8 added link to nVidia drivers
wight
parents: 11521
diff changeset
219 You'll always need this driver if you want 3D acceleration, too.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
220 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
221
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
222 <para>
11065
2909e5a20c5a nvidia info update
gabucino
parents: 11040
diff changeset
223 Riva128 cards don't have XVideo support with XFree86's nVidia driver :(
2909e5a20c5a nvidia info update
gabucino
parents: 11040
diff changeset
224 Complain to nVidia.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
225 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
226
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
227 <para>
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
228 However, <application>MPlayer</application> contains a
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
229 <link linkend="vidix">VIDIX</link> driver for most nVidia cards. Currently it
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
230 is in beta stage, and has some drawbacks. For more information, see
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
231 <link linkend="vidix-nvidia">nVidia VIDIX</link> section.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
232 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
233 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
234
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
235
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
236 <sect2 id="ati">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
237 <title>ATI cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
238
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
239 <para>
14113
4c91818a371c link updates
diego
parents: 14024
diff changeset
240 The <ulink url="http://gatos.sf.net">GATOS driver</ulink>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
241 (which you should use, unless you have Rage128 or Radeon) has VSYNC enabled
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
242 by default. It means that decoding speed (!) is synced to the monitor's
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
243 refresh rate. If playing seems to be slow, try disabling VSYNC somehow, or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
244 set refresh rate to a n*(fps of the movie) Hz.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
245 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
246
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
247 <para>
10132
nicolas
parents: 10111
diff changeset
248 Radeon VE - if you need X, use XFree86 4.2.0 or greater for this card.
nicolas
parents: 10111
diff changeset
249 No TV out support. Of course with <application>MPlayer</application> you can
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
250 happily get <emphasis role="bold">accelerated</emphasis> display, with or
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
251 without <emphasis role="bold">TV output</emphasis>, and no libraries or X are
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
252 needed.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
253 Read the <link linkend="vidix">VIDIX</link> section.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
254 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
255 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
256
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
257
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
258 <sect2 id="neomagic">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
259 <title>NeoMagic cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
260
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
261 <para>
10132
nicolas
parents: 10111
diff changeset
262 These cards can be found in many laptops. You must use XFree86 4.3.0 or
nicolas
parents: 10111
diff changeset
263 above, or else use Stefan Seyfried's
10068
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
264 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/">Xv-capable drivers</ulink>.
10132
nicolas
parents: 10111
diff changeset
265 Just choose the one that applies to your version of XFree86.
10068
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
266 </para>
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
267
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
268 <para>
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
269 XFree86 4.3.0 includes Xv support, yet Bohdan Horst sent a small
b3ce60d238c4 Updates and a small patch provided by Bohdan Horst.
diego
parents: 9948
diff changeset
270 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neo_driver.patch">patch</ulink>
10132
nicolas
parents: 10111
diff changeset
271 against the XFree86 sources that speeds up framebuffer operations (so XVideo)
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
272 up to four times. The patch has been included in XFree86 CVS and should be in
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
273 the next release after 4.3.0.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
274 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
275
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
276 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
277 To allow playback of DVD sized content change your XF86Config like this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
278 <programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
279 Section "Device"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
280 [...]
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
281 Driver "neomagic"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
282 <emphasis>Option "OverlayMem" "829440"</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
283 [...]
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
284 EndSection<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
285 --></programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
286 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
287 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
288
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
289
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
290 <sect2 id="trident">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
291 <title>Trident cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
292
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
293 <para>
14319
0316e7b8b547 typo fixes
gabrov
parents: 14318
diff changeset
294 If you want to use Xv with a Trident card, provided that it doesn't work
11497
038b7a21fdc4 some spaces, xv -> Xv, missing "that"
wight
parents: 11483
diff changeset
295 with 4.1.0, install XFree 4.2.0. 4.2.0 adds support for fullscreen Xv
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
296 support with the Cyberblade XP card.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
297 </para>
11079
d4df1e5e5e49 the author's homepage points to us as the latest driver's source, so we
gabucino
parents: 11067
diff changeset
298
d4df1e5e5e49 the author's homepage points to us as the latest driver's source, so we
gabucino
parents: 11067
diff changeset
299 <para>
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
300 Alternatively, <application>MPlayer</application> contains a
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
301 <link linkend="vidix">VIDIX</link> driver for the Cyberblade/i1 card.
11079
d4df1e5e5e49 the author's homepage points to us as the latest driver's source, so we
gabucino
parents: 11067
diff changeset
302 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
303 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
304
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
305
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
306 <sect2 id="kyro">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
307 <title>Kyro/PowerVR cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
308
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
309 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
310 If you want to use Xv with a Kyro based card (for example Hercules
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
311 Prophet 4000XT), you should download the drivers from the
23574
9f2d63b24552 added some carriage returns and full stops, plus a missing 'option'
ptt
parents: 23254
diff changeset
312 <ulink url="http://www.powervr.com/">PowerVR site</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
313 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
314 </sect2>
24160
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
315
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
316
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
317 <sect2 id="intel">
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
318 <title>Intel cards</title>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
319
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
320 <para>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
321 These cards can be found in many laptops. Recent Xorg is recommended.
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
322 </para>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
323
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
324 <para>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
325 To allow playback of DVD sized (and larger) content change your XF86Config/xorg.conf like this:
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
326 <programlisting>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
327 Section "Device"
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
328 [...]
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
329 Driver "intel"
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
330 <emphasis>Option "LinearAlloc" "6144"</emphasis>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
331 [...]
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
332 EndSection
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
333 </programlisting>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
334 Lack of this option usually results in an error like
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
335 <screen>X11 error: BadAlloc (insufficient resources for operation)</screen>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
336 when attempting to use <option>-vo xv</option>.
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
337 </para>
bdef7723fd23 Document xorg.conf option needed for Xv playback on Intel cards.
rathann
parents: 24036
diff changeset
338 </sect2>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
339 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
340
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
341 <!-- ********** -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
342
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
343 <sect1 id="dga">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
344 <title>DGA</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
345
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
346 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
347 <title>PREAMBLE</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
348 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
349 This document tries to explain in some words what DGA is in general and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
350 what the DGA video output driver for <application>MPlayer</application>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
351 can do (and what it can't).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
352 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
353 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
354
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
355 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
356 <title>WHAT IS DGA</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
357 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
358 <acronym>DGA</acronym> is short for <emphasis>Direct Graphics
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
359 Access</emphasis> and is a means for a program to bypass the X server and
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
360 directly modifying the framebuffer memory. Technically spoken this happens
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
361 by mapping the framebuffer memory into the memory range of your process.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
362 This is allowed by the kernel only if you have superuser privileges. You
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
363 can get these either by logging in as <systemitem
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
364 class="username">root</systemitem> or by setting the SUID bit on the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
365 <application>MPlayer</application> executable (<emphasis role="bold">not
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
366 recommended</emphasis>).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
367 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
368 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
369 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
370 There are two versions of DGA: DGA1 is used by XFree 3.x.x and DGA2 was
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
371 introduced with XFree 4.0.1.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
372 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
373
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
374 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
375 DGA1 provides only direct framebuffer access as described above. For
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
376 switching the resolution of the video signal you have to rely on the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
377 XVidMode extension.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
378 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
379
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
380 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
381 DGA2 incorporates the features of XVidMode extension and also allows
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
382 switching the depth of the display. So you may, although basically
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
383 running a 32 bit depth X server, switch to a depth of 15 bits and vice
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
384 versa.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
385 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
386
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
387 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
388 However DGA has some drawbacks. It seems it is somewhat dependent on the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
389 graphics chip you use and on the implementation of the X server's video
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
390 driver that controls this chip. So it does not work on every system...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
391 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
392
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
393 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
394 <title>INSTALLING DGA SUPPORT FOR MPLAYER</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
395
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
396 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
397 First make sure X loads the DGA extension, see in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
398 <filename>/var/log/XFree86.0.log</filename>:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
399
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
400 <programlisting>(II) Loading extension XFree86-DGA</programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
401
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
402 See, XFree86 4.0.x or greater is
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
403 <emphasis role="bold">highly recommended</emphasis>!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
404 <application>MPlayer</application>'s DGA driver is autodetected by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
405 <filename>./configure</filename>, or you can force it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
406 with <option>--enable-dga</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
407 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
408 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
409
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
410 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
411 If the driver couldn't switch to a smaller resolution, experiment with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
412 options <option>-vm</option> (only with X 3.3.x), <option>-fs</option>,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
413 <option>-bpp</option>, <option>-zoom</option> to find a video mode that
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
414 the movie fits in. There is no converter right now :(
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
415 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
416
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
417 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
418 Become <systemitem class="username">root</systemitem>. DGA needs root
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
419 access to be able to write directly video memory. If you want to run it as
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
420 user, then install <application>MPlayer</application> SUID root:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
421
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
422 <screen>
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
423 chown root <replaceable>/usr/local/bin/mplayer</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
424 chmod 750 <replaceable>/usr/local/bin/mplayer</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
425 chmod +s <replaceable>/usr/local/bin/mplayer</replaceable>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
426 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
427
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
428 Now it works as a simple user, too.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
429 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
430
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
431 <caution>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
432 <title>Security risk</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
433 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
434 This is a <emphasis role="bold">big</emphasis> security risk!
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
435 <emphasis role="bold">Never</emphasis> do this on a server or on a computer
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
436 that can be accessed by other people because they can gain root privileges
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
437 through SUID root <application>MPlayer</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
438 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
439 </caution>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
440
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
441 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
442 Now use <option>-vo dga</option> option, and there you go! (hope so:) You
17496
10e5a3268f60 10l: wrong syntax
gpoirier
parents: 17495
diff changeset
443 should also try if the <option>-vo sdl:driver=dga</option> option works for you!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
444 It's much faster!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
445 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
446
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
447
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
448 <formalpara id="dga-modelines">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
449 <title>RESOLUTION SWITCHING</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
450
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
451 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
452 The DGA driver allows for switching the resolution of the output signal.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
453 This avoids the need for doing (slow) software scaling and at the same time
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
454 provides a fullscreen image. Ideally it would switch to the exact
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
455 resolution (except for honoring aspect ratio) of the video data, but the X
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
456 server only allows switching to resolutions predefined in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
457 <filename>/etc/X11/XF86Config</filename>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
458 (<filename>/etc/X11/XF86Config-4</filename> for XFree 4.X.X respectively).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
459 Those are defined by so-called modelines and depend on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
460 the capabilities of your video hardware. The X server scans this config
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
461 file on startup and disables the modelines not suitable for your hardware.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
462 You can find out which modes survive with the X11 log file. It can be found
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
463 at: <filename>/var/log/XFree86.0.log</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
464 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
465 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
466
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
467 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
468 These entries are known to work fine with a Riva128 chip, using the nv.o X
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
469 server driver module.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
470 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
471
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
472 <para><programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
473 Section "Modes"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
474 Identifier "Modes[0]"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
475 Modeline "800x600" 40 800 840 968 1056 600 601 605 628
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
476 Modeline "712x600" 35.0 712 740 850 900 400 410 412 425
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
477 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
478 Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
479 Modeline "352x288" 25.10 352 368 416 432 288 296 290 310
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
480 Modeline "352x240" 15.750 352 368 416 432 240 244 246 262 Doublescan
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
481 Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
482 EndSection
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
483 </programlisting></para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
484
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
485
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
486 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
487 <title>DGA &amp; MPLAYER</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
488 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
489 DGA is used in two places with <application>MPlayer</application>: The SDL
17496
10e5a3268f60 10l: wrong syntax
gpoirier
parents: 17495
diff changeset
490 driver can be made to make use of it (<option>-vo sdl:driver=dga</option>) and
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
491 within the DGA driver (<option>-vo dga</option>). The above said is true
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
492 for both; in the following sections I'll explain how the DGA driver for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
493 <application>MPlayer</application> works.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
494 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
495 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
496
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
497
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
498 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
499 <title>FEATURES</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
500
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
501 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
502 The DGA driver is invoked by specifying <option>-vo dga</option> at the
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
503 command line. The default behavior is to switch to a resolution matching
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
504 the original resolution of the video as close as possible. It deliberately
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
505 ignores the <option>-vm</option> and <option>-fs</option> options
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
506 (enabling of video mode switching and fullscreen) - it always tries to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
507 cover as much area of your screen as possible by switching the video mode,
13908
befd295c58d3 small clarification and syntactic fix (approved by Diego)
rathann
parents: 13490
diff changeset
508 thus refraining from using additional cycles of your CPU to scale the
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
509 image. If you don't like the mode it chooses you may force it to choose
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
510 the mode matching closest the resolution you specify by <option>-x</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
511 and <option>-y</option>. By providing the <option>-v</option> option, the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
512 DGA driver will print, among a lot of other things, a list of all
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
513 resolutions supported by your current <filename>XF86Config</filename> file.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
514 Having DGA2 you may also force it to use a certain depth by using the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
515 <option>-bpp</option> option. Valid depths are 15, 16, 24 and 32. It
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
516 depends on your hardware whether these depths are natively supported or if
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
517 a (possibly slow) conversion has to be done.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
518 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
519 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
520 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
521 If you should be lucky enough to have enough offscreen memory left to
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
522 put a whole image there, the DGA driver will use double buffering, which
13087
d50e09ea840b wording fix suggested by the Wanderer
diego
parents: 13082
diff changeset
523 results in much smoother movie playback. It will tell you whether
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
524 double buffering is enabled or not.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
525 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
526
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
527 <para>
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
528 Double buffering means that the next frame of your video is being drawn in
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
529 some offscreen memory while the current frame is being displayed. When the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
530 next frame is ready, the graphics chip is just told the location in memory
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
531 of the new frame and simply fetches the data to be displayed from there.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
532 In the meantime the other buffer in memory will be filled again with new
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
533 video data.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
534 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
535
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
536 <para>
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
537 Double buffering may be switched on by using the option
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
538 <option>-double</option> and may be disabled with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
539 <option>-nodouble</option>. Current default option is to disable
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
540 double buffering. When using the DGA driver, onscreen display (OSD) only
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
541 works with double buffering enabled. However, enabling double buffering may
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
542 result in a big speed penalty (on my K6-II+ 525 it used an additional 20%
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
543 of CPU time!) depending on the implementation of DGA for your hardware.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
544 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
545
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
546
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
547 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
548 <title>SPEED ISSUES</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
549
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
550 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
551 Generally spoken, DGA framebuffer access should be at least as fast as
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
552 using the X11 driver with the additional benefit of getting a fullscreen
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
553 image. The percentage speed values printed by
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
554 <application>MPlayer</application> have to be interpreted with some care,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
555 as for example, with the X11 driver they do not include the time used by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
556 the X server needed for the actual drawing. Hook a terminal to a serial
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
557 line of your box and start <command>top</command> to see what is really
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
558 going on in your box.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
559 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
560 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
561
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
562 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
563 Generally spoken, the speedup done by using DGA against 'normal' use of X11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
564 highly depends on your graphics card and how well the X server module for it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
565 is optimized.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
566 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
567
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
568 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
569 If you have a slow system, better use 15 or 16 bit depth since they require
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
570 only half the memory bandwidth of a 32 bit display.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
571 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
572
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
573 <para>
20863
8488e29241a5 [small fixes]
torinthiel
parents: 20862
diff changeset
574 Using a depth of 24 bit is a good idea even if your card natively just supports
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
575 32 bit depth since it transfers 25% less data compared to the 32/32 mode.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
576 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
577
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
578 <para>
13087
d50e09ea840b wording fix suggested by the Wanderer
diego
parents: 13082
diff changeset
579 I've seen some AVI files be played back on a Pentium MMX 266. AMD K6-2
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
580 CPUs might work at 400 MHZ and above.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
581 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
582
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
583
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
584 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
585 <title>KNOWN BUGS</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
586
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
587 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
588 Well, according to some developers of XFree, DGA is quite a beast. They
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
589 tell you better not to use it. Its implementation is not always flawless
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
590 with every chipset driver for XFree out there.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
591 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
592 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
593
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
594 <itemizedlist>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
595 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
596 With XFree 4.0.3 and <filename>nv.o</filename> there is a bug resulting
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
597 in strange colors.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
598 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
599 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
600 ATI driver requires to switch mode back more than once after finishing
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
601 using of DGA.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
602 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
603 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
604 Some drivers simply fail to switch back to normal resolution (use
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
605 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Keypad +</keycap></keycombo>
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
606 and
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
607 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Keypad -</keycap></keycombo>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
608 to switch back manually).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
609 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
610 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
611 Some drivers simply display strange colors.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
612 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
613 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
614 Some drivers lie about the amount of memory they map into the process's
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
615 address space, thus vo_dga won't use double buffering (SIS?).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
616 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
617 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
618 Some drivers seem to fail to report even a single valid mode. In this
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
619 case the DGA driver will crash telling you about a nonsense mode of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
620 100000x100000 or something like that.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
621 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
622 <listitem><para>
13082
1c86edd4e51a spelling
diego
parents: 12852
diff changeset
623 OSD only works with double buffering enabled (else it flickers).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
624 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
625 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
626
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
627 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
628
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
629 <!-- ********** -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
630
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
631 <sect1 id="sdl">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
632 <title>SDL</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
633
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
634 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
635 <acronym>SDL</acronym> (Simple Directmedia Layer) is basically a unified
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
636 video/audio interface. Programs that use it know only about SDL, and not
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
637 about what video or audio driver does SDL actually use. For example a Doom
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
638 port using SDL can run on svgalib, aalib, X, fbdev, and others, you only
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
639 have to specify the (for example) video driver to use with the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
640 <envar>SDL_VIDEODRIVER</envar> environment variable. Well, in theory.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
641 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
642
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
643 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
644 With <application>MPlayer</application>, we used its X11 driver's software
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
645 scaler ability for cards/drivers that doesn't support XVideo, until we made
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
646 our own (faster, nicer) software scaler. Also we used its aalib output, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
647 now we have ours which is more comfortable. Its DGA mode was better than
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
648 ours, until recently. Get it now? :)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
649 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
650
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
651 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
652 It also helps with some buggy drivers/cards if the video is jerky (not slow
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
653 system problem), or audio is lagging.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
654 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
655
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
656 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
657 SDL video output supports displaying subtitles under the movie, on the (if
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
658 present) black bar.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
659 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
660 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
661
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
662 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
663
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
664 <sect1 id="svgalib">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
665 <title>SVGAlib</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
666
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
667 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
668 <title>INSTALLATION</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
669 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
670 You'll have to install svgalib and its development package in order for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
671 <application>MPlayer</application> build its SVGAlib driver (autodetected,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
672 but can be forced), and don't forget to edit
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
673 <filename>/etc/vga/libvga.config</filename> to suit your card and monitor.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
674 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
675 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
676
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
677 <note><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
678 Be sure not to use the <option>-fs</option> switch, since it toggles the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
679 usage of the software scaler, and it's slow. If you really need it, use the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
680 <option>-sws 4</option> option which will produce bad quality, but is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
681 somewhat faster.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
682 </para></note>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
683
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
684 <formalpara>
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
685 <title>EGA (4BPP) SUPPORT</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
686 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
687 SVGAlib incorporates EGAlib, and <application>MPlayer</application> has the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
688 possibility to display any movie in 16 colors, thus usable in the following
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
689 sets:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
690 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
691 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
692
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
693 <itemizedlist>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
694 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
695 EGA card with EGA monitor: 320x200x4bpp, 640x200x4bpp, 640x350x4bpp
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
696 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
697 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
698 EGA card with CGA monitor: 320x200x4bpp, 640x200x4bpp
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
699 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
700 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
701
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
702 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
703 The bpp (bits per pixel) value must be set to 4 by hand:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
704 <option>-bpp 4</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
705 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
706
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
707 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
708 The movie probably must be scaled down to fit in EGA mode:
9677
142c42fa0986 sync with HTML
nicolas
parents: 9675
diff changeset
709 <screen>-vf scale=640:350</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
710 or
9677
142c42fa0986 sync with HTML
nicolas
parents: 9675
diff changeset
711 <screen>-vf scale=320:200</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
712 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
713
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
714 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
715 For that we need fast but bad quality scaling routine:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
716 <screen>-sws 4</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
717 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
718
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
719 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
720 Maybe automatic aspect correction has to be shut off:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
721 <screen>-noaspect</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
722 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
723
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
724 <note><para>
9683
nicolas
parents: 9677
diff changeset
725 According to my experience the best image quality on
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
726 EGA screens can be achieved by decreasing the brightness a bit:
9677
142c42fa0986 sync with HTML
nicolas
parents: 9675
diff changeset
727 <option>-vf eq=-20:0</option>. I also needed to lower the audio
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
728 samplerate on my box, because the sound was broken on 44kHz:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
729 <option>-srate 22050</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
730 </para></note>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
731
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
732 <para>
11214
c292ff78614f Filters should be in <option> tags.
wight
parents: 11136
diff changeset
733 You can turn on OSD and subtitles only with the <option>expand</option>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
734 filter, see the man page for exact parameters.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
735 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
736 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
737
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
738 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
739
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
740 <sect1 id="fbdev">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
741 <title>Framebuffer output (FBdev)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
742
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
743 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
744 Whether to build the FBdev target is autodetected during
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
745 <filename>./configure</filename>. Read the framebuffer documentation in
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
746 the kernel sources (<filename>Documentation/fb/*</filename>) for more
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
747 information.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
748 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
749
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
750 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
751 If your card doesn't support VBE 2.0 standard (older ISA/PCI cards, such as
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
752 S3 Trio64), only VBE 1.2 (or older?): Well, VESAfb is still available, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
753 you'll have to load SciTech Display Doctor (formerly UniVBE) before booting
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
754 Linux. Use a DOS boot disk or whatever. And don't forget to register your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
755 UniVBE ;))
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
756 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
757
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
758 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
759 The FBdev output takes some additional parameters above the others:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
760 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
761
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
762 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
763 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
764 <term><option>-fb</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
765 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
766 specify the framebuffer device to use (default: <filename>/dev/fb0</filename>)
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
767 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
768 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
769 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
770 <term><option>-fbmode</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
771 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
772 mode name to use (according to <filename>/etc/fb.modes</filename>)
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
773 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
774 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
775 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
776 <term><option>-fbmodeconfig</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
777 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
778 config file of modes (default: <filename>/etc/fb.modes</filename>)
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
779 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
780 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
781 <varlistentry>
11287
5fde9e4e1d17 _ --> - in option names
wight
parents: 11275
diff changeset
782 <term><option>-monitor-hfreq</option></term>
5fde9e4e1d17 _ --> - in option names
wight
parents: 11275
diff changeset
783 <term><option>-monitor-vfreq</option></term>
5fde9e4e1d17 _ --> - in option names
wight
parents: 11275
diff changeset
784 <term><option>-monitor-dotclock</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
785 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
786 <emphasis role="bold">important</emphasis> values, see
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
787 <filename>example.conf</filename>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
788 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
789 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
790 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
791
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
792 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
793 If you want to change to a specific mode, then use
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
794 <screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
795 mplayer -vm -fbmode <replaceable>name_of_mode</replaceable> <replaceable>filename</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
796 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
797 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
798
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
799 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
800 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
801 <option>-vm</option> alone will choose the most suitable mode from
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
802 <filename>/etc/fb.modes</filename>. Can be used together with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
803 <option>-x</option> and <option>-y</option> options too. The
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
804 <option>-flip</option> option is supported only if the movie's pixel
10132
nicolas
parents: 10111
diff changeset
805 format matches the video mode's pixel format. Pay attention to the bpp
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
806 value, fbdev driver tries to use the current, or if you specify the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
807 <option>-bpp</option> option, then that.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
808 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
809 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
810 <option>-zoom</option> option isn't supported
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
811 (use <option>-vf scale</option>). You can't use 8bpp (or less) modes.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
812 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
813 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
814 You possibly want to turn the cursor off:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
815 <screen>echo -e '\033[?25l'</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
816 or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
817 <screen>setterm -cursor off</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
818 and the screen saver:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
819 <screen>setterm -blank 0</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
820 To turn the cursor back on:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
821 <screen>echo -e '\033[?25h'</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
822 or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
823 <screen>setterm -cursor on</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
824 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
825 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
826
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
827 <note><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
828 FBdev video mode changing <emphasis>does not work</emphasis> with the VESA
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
829 framebuffer, and don't ask for it, since it's not an
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
830 <application>MPlayer</application> limitation.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
831 </para></note>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
832 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
833
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
834 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
835
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
836 <sect1 id="mga_vid">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
837 <title>Matrox framebuffer (mga_vid)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
838
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
839 <para>
22661
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
840 <systemitem>mga_vid</systemitem> is a combination of a video output driver and
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
841 a Linux kernel module that utilitizes the Matrox G200/G400/G450/G550 video
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
842 scaler/overlay unit to perform YUV->RGB colorspace conversion and arbitrary
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
843 video scaling.
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
844 <systemitem>mga_vid</systemitem> has hardware VSYNC support with triple
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
845 buffering. It works on both a framebuffer console and under X, but only
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
846 with Linux 2.4.x.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
847 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
848
22677
668f15f32e2c Add a link to Attila's mga_vid port to Linux 2.6.x.
diego
parents: 22668
diff changeset
849 <para>
668f15f32e2c Add a link to Attila's mga_vid port to Linux 2.6.x.
diego
parents: 22668
diff changeset
850 For a Linux 2.6.x version of this driver check out
668f15f32e2c Add a link to Attila's mga_vid port to Linux 2.6.x.
diego
parents: 22668
diff changeset
851 <ulink url="http://attila.kinali.ch/mga/"/>.
668f15f32e2c Add a link to Attila's mga_vid port to Linux 2.6.x.
diego
parents: 22668
diff changeset
852 </para>
668f15f32e2c Add a link to Attila's mga_vid port to Linux 2.6.x.
diego
parents: 22668
diff changeset
853
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
854 <procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
855 <title>Installation:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
856 <step><para>
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
857 To use it, you first have to compile <filename>drivers/mga_vid.o</filename>:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
858 <screen>
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
859 make drivers<!--
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
860 --></screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
861 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
862 <step><para>
22686
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
863 Then run (as <systemitem class="username">root</systemitem>)
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
864 <screen>make install-drivers</screen>
22686
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
865 which should install the module and create the device node for you.
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
866 Load the driver with
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
867 <screen>insmod mga_vid.o</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
868 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
869 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
870 You should verify the memory size detection using the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
871 <command>dmesg</command> command. If it's bad, use the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
872 <option>mga_ram_size</option> option
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
873 (<command>rmmod mga_vid</command> first),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
874 specify card's memory size in MB:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
875 <screen>insmod mga_vid.o mga_ram_size=16</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
876 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
877 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
878 To make it load/unload automatically when needed, first insert the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
879 following line at the end of <filename>/etc/modules.conf</filename>:
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
880
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
881 <programlisting>alias char-major-178 mga_vid</programlisting>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
882 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
883 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
884 Now you have to (re)compile <application>MPlayer</application>,
22661
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
885 <command>./configure</command> will detect
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
886 <filename>/dev/mga_vid</filename> and build the 'mga' driver. Using it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
887 from <application>MPlayer</application> goes by <option>-vo mga</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
888 if you have matroxfb console, or <option>-vo xmga</option> under XFree86
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
889 3.x.x or 4.x.x.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
890 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
891 </procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
892
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
893 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
894 The mga_vid driver cooperates with Xv.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
895 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
896
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
897 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
898 The <filename>/dev/mga_vid</filename> device file can be read for some
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
899 info, for example by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
900 <screen>cat /dev/mga_vid</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
901 and can be written for brightness change:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
902 <screen>echo "brightness=120" &gt; /dev/mga_vid</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
903 </para>
22661
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
904
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
905 <para>
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
906 There is a test application called <command>mga_vid_test</command> in the same
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
907 directory. It should draw 256x256 images on the screen if all is working well.
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
908 </para>
9babdd441b76 Some more details for the mga_vid section taken from drivers/README.
diego
parents: 22384
diff changeset
909
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
910 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
911
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
912 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
913
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
914 <sect1 id="tdfxfb" xreflabel="3Dfx YUV support (tdfxfb)">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
915 <title>3Dfx YUV support</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
916
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
917 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
918 This driver uses the kernel's tdfx framebuffer driver to play movies with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
919 YUV acceleration. You'll need a kernel with tdfxfb support, and recompile
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
920 with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
921 <screen>./configure --enable-tdfxfb</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
922 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
923 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
924
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
925 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
926
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
927 <sect1 id="tdfx_vid">
21878
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
928 <title>tdfx_vid</title>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
929
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
930 <para>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
931 This is a combination of a Linux kernel module and a video output
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
932 driver, similar to <link linkend="mga_vid">mga_vid</link>.
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
933 You'll need a 2.4.x kernel with the <systemitem>agpgart</systemitem>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
934 driver since <systemitem>tdfx_vid</systemitem> uses AGP.
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
935 Pass <option>--enable-tdfxfb</option> to <command>configure</command>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
936 to build the video output driver and build the kernel module with
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
937 the following instructions.
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
938 </para>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
939
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
940 <procedure>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
941 <title>Installing the tdfx_vid.o kernel module:</title>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
942 <step><para>
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
943 Compile <filename>drivers/tdfx_vid.o</filename>:
21878
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
944 <screen>
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
945 make drivers</screen>
21878
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
946 </para></step>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
947 <step><para>
22686
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
948 Then run (as <systemitem class="username">root</systemitem>)
26882
8eacd1538e64 Merge drivers/Makefile into top-level Makefile.
diego
parents: 26041
diff changeset
949 <screen>make install-drivers</screen>
22686
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
950 which should install the module and create the device node for you.
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
951 Load the driver with
21878
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
952 <screen>insmod tdfx_vid.o</screen>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
953 </para></step>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
954 <step><para>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
955 To make it load/unload automatically when needed, first insert the
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
956 following line at the end of <filename>/etc/modules.conf</filename>:
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
957
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
958 <programlisting>alias char-major-178 tdfx_vid</programlisting>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
959 </para></step>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
960 </procedure>
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
961
22686
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
962 <para>
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
963 There is a test application called <command>tdfx_vid_test</command> in the same
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
964 directory. It should print out some useful information if all is working well.
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
965 </para>
2677b18556f9 'make install' now takes care of most manual installation steps for *_vid.o.
diego
parents: 22677
diff changeset
966
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
967 </sect1>
21878
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
968
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
969 <!-- ********** -->
8b26ddc016bb Document vo_tdfx_vid.
diego
parents: 21725
diff changeset
970
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
971 <sect1 id="opengl">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
972 <title>OpenGL output</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
973
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
974 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
975 <application>MPlayer</application> supports displaying movies using OpenGL,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
976 but if your platform/driver supports xv as should be the case on a PC with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
977 Linux, use xv instead, OpenGL performance is considerably worse. If you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
978 have an X11 implementation without xv support, OpenGL is a viable
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
979 alternative.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
980 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
981
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
982 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
983 Unfortunately not all drivers support this feature. The Utah-GLX drivers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
984 (for XFree86 3.3.6) support it for all cards.
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
985 See <ulink url="http://utah-glx.sf.net"/> for details about how to
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
986 install it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
987 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
988
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
989 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
990 XFree86(DRI) 4.0.3 or later supports OpenGL with Matrox and Radeon cards,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
991 4.2.0 or later supports Rage128.
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
992 See <ulink url="http://dri.sf.net"/> for download and installation
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
993 instructions.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
994 </para>
10526
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
995
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
996 <para>
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
997 A hint from one of our users: the GL video output can be used to get
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
998 vsynced TV output. You'll have to set an environment variable (at
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
999 least on nVidia):
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
1000 </para>
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
1001
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
1002 <para>
20857
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
1003 <command>export __GL_SYNC_TO_VBLANK=1</command>
10526
280e03620324 Hint fixed up and synched to XML.
diego
parents: 10254
diff changeset
1004 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1005 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1006
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1007 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1008
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1009 <sect1 id="aalib">
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1010 <title>AAlib &ndash; text mode displaying</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1011
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1012 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1013 AAlib is a library for displaying graphics in text mode, using powerful
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1014 ASCII renderer. There are <emphasis>lots</emphasis> of programs already
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1015 supporting it, like Doom, Quake, etc. <application>MPlayer</application>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1016 contains a very usable driver for it. If <filename>./configure</filename>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1017 detects aalib installed, the aalib libvo driver will be built.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1018 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1019
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1020 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1021 You can use some keys in the AA Window to change rendering options:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1022 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1023
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1024 <informaltable>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1025 <tgroup cols="2">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1026 <thead>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1027 <row><entry>Key</entry><entry>Action</entry></row>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1028 </thead>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1029 <tbody>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1030 <row><entry><keycap>1</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1031 decrease contrast
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1032 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1033 <row><entry><keycap>2</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1034 increase contrast
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1035 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1036 <row><entry><keycap>3</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1037 decrease brightness
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1038 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1039 <row><entry><keycap>4</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1040 increase brightness
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1041 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1042 <row><entry><keycap>5</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1043 switch fast rendering on/off
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1044 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1045 <row><entry><keycap>6</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1046 set dithering mode (none, error distribution, Floyd Steinberg)
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1047 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1048 <row><entry><keycap>7</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1049 invert image
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1050 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1051 <row><entry><keycap>8</keycap></entry><entry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1052 toggles between aa and <application>MPlayer</application> control
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1053 </entry></row>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1054 </tbody>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1055 </tgroup>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1056 </informaltable>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1057
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1058 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1059 <title>The following command line options can be used:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1060 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1061 <term><option>-aaosdcolor=<replaceable>V</replaceable></option></term>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1062 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1063 change OSD color
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1064 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1065 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1066 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1067 <term><option>-aasubcolor=<replaceable>V</replaceable></option></term>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1068 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
1069 Change subtitle color
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1070 </para><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1071 where <replaceable>V</replaceable> can be:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1072 <literal>0</literal> (normal),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1073 <literal>1</literal> (dark),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1074 <literal>2</literal> (bold),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1075 <literal>3</literal> (bold font),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1076 <literal>4</literal> (reverse),
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1077 <literal>5</literal> (special).
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1078 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1079 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1080 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1081
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1082 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1083 <title>AAlib itself provides a large sum of options. Here are some
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1084 important:</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1085 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1086 <term><option>-aadriver</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1087 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
1088 Set recommended aa driver (X11, curses, Linux).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1089 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1090 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1091 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1092 <term><option>-aaextended</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1093 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
1094 Use all 256 characters.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1095 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1096 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1097 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1098 <term><option>-aaeight</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1099 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
1100 Use eight bit ASCII.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1101 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1102 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1103 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1104 <term><option>-aahelp</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1105 <listitem><para>
18649
a367e32c2173 small fixes in en/video.xml
kraymer
parents: 18547
diff changeset
1106 Prints out all aalib options.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1107 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1108 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1109 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1110
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1111 <note><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1112 The rendering is very CPU intensive, especially when using AA-on-X
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1113 (using aalib on X), and it's least CPU intensive on standard,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1114 non-framebuffer console. Use SVGATextMode to set up a big textmode,
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1115 then enjoy! (secondary head Hercules cards rock :)) (but IMHO you
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1116 can use <option>-vf 1bpp</option> option to get graphics on hgafb:)
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1117 </para></note>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1118
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1119 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1120 Use the <option>-framedrop</option> option if your computer isn't fast
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1121 enough to render all frames!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1122 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1123
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1124 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1125 Playing on terminal you'll get better speed and quality using the Linux
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1126 driver, not curses (<option>-aadriver linux</option>). But therefore you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1127 need write access on
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1128 <filename>/dev/vcsa<replaceable>&lt;terminal&gt;</replaceable></filename>!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1129 That isn't autodetected by aalib, but vo_aa tries to find the best mode.
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
1130 See <ulink url="http://aa-project.sf.net/tune"/> for further
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1131 tuning issues.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1132 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1133 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1134
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1135 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1136
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1137 <sect1 id="caca">
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1138 <title>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1139 <systemitem class="library">libcaca</systemitem> &ndash; Color ASCII Art library
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1140 </title>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1141
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1142 <para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1143 The <ulink url="http://sam.zoy.org/projects/libcaca/"><systemitem class="library">libcaca</systemitem></ulink>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1144 library is a graphics library that outputs text instead of pixels, so that it
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1145 can work on older video cards or text terminals. It is not unlike the famous
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1146 <systemitem class="library">AAlib</systemitem> library.
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1147 <systemitem class="library">libcaca</systemitem> needs a terminal to work, thus
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1148 it should work on all Unix systems (including Mac OS X) using either the
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1149 <systemitem class="library">slang</systemitem> library or the
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1150 <systemitem class="library">ncurses</systemitem> library, on DOS using the
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1151 <systemitem class="library">conio.h</systemitem> library, and on Windows systems
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1152 using either <systemitem class="library">slang</systemitem> or
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1153 <systemitem class="library">ncurses</systemitem> (through Cygwin emulation) or
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1154 <systemitem class="library">conio.h</systemitem>. If
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1155 <filename>./configure</filename>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1156 detects <systemitem class="library">libcaca</systemitem>, the caca libvo driver
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1157 will be built.
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1158 </para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1159
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1160 <itemizedlist>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1161 <title>The differences with <systemitem class="library">AAlib</systemitem> are
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1162 the following:</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1163 <listitem><para>
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1164 16 available colors for character output (256 color pairs)
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1165 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1166 <listitem><para>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1167 color image dithering
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1168 </para></listitem>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1169 </itemizedlist>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1170
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1171 <itemizedlist>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1172 <title>But <systemitem class="library">libcaca</systemitem> also has the
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1173 following limitations:</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1174 <listitem><para>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1175 no support for brightness, contrast, gamma
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1176 </para></listitem>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1177 </itemizedlist>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1178
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1179 <para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1180 You can use some keys in the caca window to change rendering options:
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1181 </para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1182
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1183 <informaltable>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1184 <tgroup cols="2">
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1185 <thead>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1186 <row><entry>Key</entry><entry>Action</entry></row>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1187 </thead>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1188 <tbody>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1189 <row><entry><keycap>d</keycap></entry><entry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1190 Toggle <systemitem class="library">libcaca</systemitem> dithering methods.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1191 </entry></row>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1192 <row><entry><keycap>a</keycap></entry><entry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1193 Toggle <systemitem class="library">libcaca</systemitem> antialiasing.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1194 </entry></row>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1195 <row><entry><keycap>b</keycap></entry><entry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1196 Toggle <systemitem class="library">libcaca</systemitem> background.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1197 </entry></row>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1198 </tbody>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1199 </tgroup>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1200 </informaltable>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1201
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1202 <variablelist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1203 <title><systemitem class="library">libcaca</systemitem> will also look for
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1204 certain environment variables:</title>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1205 <varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1206 <term><option>CACA_DRIVER</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1207 <listitem><para>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1208 Set recommended caca driver. e.g. ncurses, slang, x11.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1209 </para></listitem>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1210 </varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1211 <varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1212 <term><option>CACA_GEOMETRY (X11 only)</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1213 <listitem><para>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1214 Specifies the number of rows and columns. e.g. 128x50.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1215 </para></listitem>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1216 </varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1217 <varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1218 <term><option>CACA_FONT (X11 only)</option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1219 <listitem><para>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1220 Specifies the font to use. e.g. fixed, nexus.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1221 </para></listitem>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1222 </varlistentry>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1223 </variablelist>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1224
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1225 <para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1226 Use the <option>-framedrop</option> option if your computer is not fast
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1227 enough to render all frames.
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1228 </para>
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1229
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1230 </sect1>
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1231
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1232 <!-- ********** -->
12216
d4e2bdc246a3 -vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
diego
parents: 12188
diff changeset
1233
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1234 <sect1 id="vesa">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1235 <title>VESA - output to VESA BIOS</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1236
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1237 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1238 This driver was designed and introduced as a <emphasis role="bold">generic
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1239 driver</emphasis> for any video card which has VESA VBE 2.0 compatible
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1240 BIOS. Another advantage of this driver is that it tries to force TV output
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1241 on.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1242 <citetitle>VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1243 1998</citetitle> (Page 70) says:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1244 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1245
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1246 <blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1247 <formalpara><title>Dual-Controller Designs</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1248 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1249 VBE 3.0 supports the dual-controller design by assuming that since both
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1250 controllers are typically provided by the same OEM, under control of a
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1251 single BIOS ROM on the same graphics card, it is possible to hide the fact
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1252 that two controllers are indeed present from the application. This has the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1253 limitation of preventing simultaneous use of the independent controllers,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1254 but allows applications released before VBE 3.0 to operate normally. The
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1255 VBE Function 00h (Return Controller Information) returns the combined
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1256 information of both controllers, including the combined list of available
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
1257 modes. When the application selects a mode, the appropriate controller is
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
1258 activated. Each of the remaining VBE functions then operates on the active
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1259 controller.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1260 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1261 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1262 </blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1263
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1264 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1265 So you have chances to get working TV-out by using this driver.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1266 (I guess that TV-out frequently is standalone head or standalone output
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1267 at least.)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1268 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1269
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1270 <itemizedlist spacing="compact">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1271 <title>ADVANTAGES</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1272 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1273 You have chances to watch movies <emphasis role="bold">if Linux even doesn't
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1274 know</emphasis> your video hardware.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1275 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1276 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1277 You don't need to have installed any graphics' related things on your
13222
diego
parents: 13195
diff changeset
1278 Linux (like X11 (AKA XFree86), fbdev and so on). This driver can be run
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1279 from <emphasis role="bold">text-mode</emphasis>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1280 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1281 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1282 You have chances to get <emphasis role="bold">working TV-out</emphasis>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1283 (It's known at least for ATI's cards).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1284 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1285 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1286 This driver calls <function>int 10h</function> handler thus it's not
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1287 an emulator - it calls <emphasis role="bold">real</emphasis> things of
10971
12315a6590a1 Clumsy wording improved byRuben Garcia <ruben@ugr.es> and
diego
parents: 10965
diff changeset
1288 <emphasis>real</emphasis> BIOS in <emphasis>real-mode</emphasis>
12315a6590a1 Clumsy wording improved byRuben Garcia <ruben@ugr.es> and
diego
parents: 10965
diff changeset
1289 (actually in vm86 mode).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1290 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1291 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1292 You can use VIDIX with it, thus getting accelerated video display
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1293 <emphasis role="bold">and</emphasis> TV output at the same time!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1294 (Recommended for ATI cards.)
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1295 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1296 <listitem><para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1297 If you have VESA VBE 3.0+, and you had specified
11287
5fde9e4e1d17 _ --> - in option names
wight
parents: 11275
diff changeset
1298 <option>monitor-hfreq, monitor-vfreq, monitor-dotclock</option> somewhere
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1299 (config file, or command line) you will get the highest possible refresh rate.
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1300 (Using General Timing Formula). To enable this feature you have to specify
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1301 <emphasis role="bold">all</emphasis> your monitor options.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1302 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1303 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1304
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1305 <itemizedlist spacing="compact">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1306 <title>DISADVANTAGES</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1307 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1308 It works only on <emphasis role="bold">x86 systems</emphasis>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1309 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1310 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1311 It can be used only by <systemitem class="username">root</systemitem>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1312 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1313 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1314 Currently it's available only for <emphasis role="bold">Linux</emphasis>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1315 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1316 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1317
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1318 <important><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1319 Don't use this driver with <emphasis role="bold">GCC 2.96</emphasis>!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1320 It won't work!
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1321 </para></important>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1322
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1323 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1324 <title>COMMAND LINE OPTIONS AVAILABLE FOR VESA</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1325 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1326 <term><option>-vo vesa:<replaceable>opts</replaceable></option></term>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1327 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1328 currently recognized: <literal>dga</literal> to force dga mode and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1329 <literal>nodga</literal> to disable dga mode. In dga mode you can enable
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1330 double buffering via the <option>-double</option> option. Note: you may omit
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1331 these parameters to enable <emphasis role="bold">autodetection</emphasis> of
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1332 dga mode.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1333 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1334 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1335 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1336
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1337 <itemizedlist spacing="compact">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1338 <title>KNOWN PROBLEMS AND WORKAROUNDS</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1339 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1340 If you have installed <emphasis role="bold">NLS</emphasis> font on your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1341 Linux box and run VESA driver from text-mode then after terminating
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1342 <application>MPlayer</application> you will have
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1343 <emphasis role="bold">ROM font</emphasis> loaded instead of national.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1344 You can load national font again by using <command>setsysfont</command>
15894
688fa06538ef Mandrake --> Mandriva name change
diego
parents: 15753
diff changeset
1345 utility from the Mandrake/Mandriva distribution for example.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1346 (<emphasis role="bold">Hint</emphasis>: The same utility is used for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1347 localization of fbdev).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1348 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1349 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1350 Some <emphasis role="bold">Linux graphics drivers</emphasis> don't update
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1351 active <emphasis role="bold">BIOS mode</emphasis> in DOS memory.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1352 So if you have such problem - always use VESA driver only from
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1353 <emphasis role="bold">text-mode</emphasis>. Otherwise text-mode (#03) will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1354 be activated anyway and you will need restart your computer.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1355 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1356 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1357 Often after terminating VESA driver you get
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1358 <emphasis role="bold">black</emphasis> screen. To return your screen to
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
1359 original state - simply switch to other console (by pressing
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
1360 <keycombo><keycap>Alt</keycap><keycap>F&lt;x&gt;</keycap></keycombo>)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1361 then switch to your previous console by the same way.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1362 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1363 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1364 To get <emphasis role="bold">working TV-out</emphasis> you need have plugged
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1365 TV-connector in before booting your PC since video BIOS initializes
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1366 itself only once during POST procedure.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1367 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1368 </itemizedlist>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1369 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1370
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1371 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1372
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1373 <sect1 id="x11">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1374 <title>X11</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1375
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1376 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1377 Avoid if possible. Outputs to X11 (uses shared memory extension), with no
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1378 hardware acceleration at all. Supports (MMX/3DNow/SSE accelerated, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1379 still slow) software scaling, use the options <option>-fs -zoom</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1380 Most cards have hardware scaling support, use the <option>-vo xv</option>
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1381 output for them, or <option>-vo xmga</option> for Matrox cards.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1382 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1383
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1384 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1385 The problem is that most cards' driver doesn't support hardware
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1386 acceleration on the second head/TV. In those cases, you see green/blue
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1387 colored window instead of the movie. This is where this driver comes in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1388 handy, but you need powerful CPU to use software scaling. Don't use the SDL
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1389 driver's software output+scaler, it has worse image quality!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1390 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1391
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1392 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1393 Software scaling is very slow, you better try changing video modes instead.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1394 It's very simple. See the <link linkend="dga-modelines">DGA section's
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1395 modelines</link>, and insert them into your <filename>XF86Config</filename>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1396
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1397 <itemizedlist spacing="compact">
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1398 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1399 If you have XFree86 4.x.x: use the <option>-vm</option> option. It will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1400 change to a resolution your movie fits in. If it doesn't:
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1401 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1402 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1403 With XFree86 3.x.x: you have to cycle through available resolutions
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1404 with the
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
1405 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Keypad +</keycap></keycombo>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1406 and
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
1407 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Keypad -</keycap></keycombo>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1408 keys.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1409 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1410 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1411 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1412
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1413 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1414 If you can't find the modes you inserted, browse XFree86's output. Some
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1415 drivers can't use low pixelclocks that are needed for low resolution
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1416 video modes.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1417 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1418 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1419
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1420 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1421
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1422 <sect1 id="vidix">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1423 <title>VIDIX</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1424
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1425 <formalpara><title>PREAMBLE</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1426 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1427 <acronym>VIDIX</acronym> is the abbreviation for
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1428 <emphasis role="bold">VID</emphasis>eo
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1429 <emphasis role="bold">I</emphasis>nterface
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1430 for *ni<emphasis role="bold">X</emphasis>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1431 VIDIX was designed and introduced as an interface for fast user-space drivers
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1432 providing such video performance as mga_vid does for Matrox cards. It's also
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1433 very portable.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1434 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1435 </formalpara>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1436
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1437 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1438 This interface was designed as an attempt to fit existing video
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1439 acceleration interfaces (known as mga_vid, rage128_vid, radeon_vid,
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1440 pm3_vid) into a fixed scheme. It provides a high level interface to chips
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1441 which are known as BES (BackEnd scalers) or OV (Video Overlays). It doesn't
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
1442 provide low level interface to things which are known as graphics servers.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1443 (I don't want to compete with X11 team in graphics mode switching). I.e.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1444 main goal of this interface is to maximize the speed of video playback.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1445 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1446
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1447 <itemizedlist spacing="compact">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1448 <title>USAGE</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1449 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1450 You can use standalone video output driver: <option>-vo xvidix</option>.
14318
67120a11e66b whitespace fixes
gabrov
parents: 14113
diff changeset
1451 This driver was developed as X11's front end to VIDIX technology. It
11497
038b7a21fdc4 some spaces, xv -> Xv, missing "that"
wight
parents: 11483
diff changeset
1452 requires X server and can work only under X server. Note that, as it directly
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1453 accesses the hardware and circumvents the X driver, pixmaps cached in the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1454 graphics card's memory may be corrupted. You can prevent this by limiting
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1455 the amount of video memory used by X with the XF86Config option "VideoRam"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1456 in the device section. You should set this to the amount of memory installed
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1457 on your card minus 4MB. If you have less than 8MB of video ram, you can use
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1458 the option "XaaNoPixmapCache" in the screen section instead.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1459 </para></listitem>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1460 <listitem>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1461 <para>
11136
f26ac9c57374 spelling fixes
diego
parents: 11079
diff changeset
1462 There is a console VIDIX driver: <option>-vo cvidix</option>.
11067
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1463 This requires a working and initialized framebuffer for most cards (or else
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1464 you'll just mess up the screen), and you'll have a similar effect as with
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1465 <option>-vo mga</option> or <option>-vo fbdev</option>. nVidia cards however
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1466 are able to output truly graphical video on a real text console. See the
11483
462b97f8746f move section out of <link> tags
wight
parents: 11362
diff changeset
1467 <link linkend="vidix-nvidia">nvidia_vid</link> section for more information.
20556
ee53e4d326f7 Typo fix: missing "get".
corey
parents: 20555
diff changeset
1468 To get rid of text on the borders and the blinking cursor, try something like
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1469 </para>
20555
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1470
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1471 <screen>setterm -cursor off > /dev/tty9</screen>
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1472
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1473 <para>
20555
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1474 (assuming <systemitem>tty9</systemitem> is unused so far) and then
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1475 switch to <systemitem>tty9</systemitem>.
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1476 On the other hand, <option>-colorkey 0</option> should give you a video
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1477 running in the "background", though this depends on the colorkey
98e477485b29 cvidix tricks, based on a patch by Reimar
diego
parents: 20535
diff changeset
1478 functionality to work right.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1479 </para>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1480 </listitem>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1481 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1482 You can use VIDIX subdevice which was applied to several video output
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1483 drivers, such as: <option>-vo vesa:vidix</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1484 (<emphasis role="bold">Linux only</emphasis>) and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1485 <option>-vo fbdev:vidix</option>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1486 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1487 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1488
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1489 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1490 Indeed it doesn't matter which video output driver is used with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1491 <emphasis role="bold">VIDIX</emphasis>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1492 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1493
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1494 <itemizedlist spacing="compact">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1495 <title>REQUIREMENTS</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1496 <listitem><para>
11067
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1497 Video card should be in graphics mode (except nVidia cards with the
2340e006992f updated Vidix section to reflect newest developments
gabucino
parents: 11065
diff changeset
1498 <option>-vo cvidix</option> output driver).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1499 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1500 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1501 <application>MPlayer</application>'s video output driver should know
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1502 active video mode and be able to tell to VIDIX subdevice some video
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1503 characteristics of server.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
1504 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1505 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1506
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1507 <formalpara><title>USAGE METHODS</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1508 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1509 When VIDIX is used as <emphasis role="bold">subdevice</emphasis> (<option>-vo
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1510 vesa:vidix</option>) then video mode configuration is performed by video
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1511 output device (<emphasis role="bold">vo_server</emphasis> in short). Therefore you can
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1512 pass into command line of <application>MPlayer</application> the same keys
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1513 as for vo_server. In addition it understands <option>-double</option> key
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1514 as globally visible parameter. (I recommend using this key with VIDIX at
11136
f26ac9c57374 spelling fixes
diego
parents: 11079
diff changeset
1515 least for ATI's card). As for <option>-vo xvidix</option>, currently it
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1516 recognizes the following options: <option>-fs -zoom -x -y -double</option>.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1517 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1518 </formalpara>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1519
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1520 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1521 Also you can specify VIDIX's driver directly as third subargument in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1522 command line:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1523 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1524 mplayer -vo xvidix:mga_vid.so -fs -zoom -double <replaceable>file.avi</replaceable>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1525 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1526 or
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1527 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1528 mplayer -vo vesa:vidix:radeon_vid.so -fs -zoom -double -bpp 32 <replaceable>file.avi</replaceable>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1529 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1530 But it's dangerous, and you shouldn't do that. In this case given driver
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1531 will be forced and result is unpredictable (it may
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1532 <emphasis role="bold">freeze</emphasis> your computer). You should do that
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1533 ONLY if you are absolutely sure it will work, and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1534 <application>MPlayer</application> doesn't do it automatically. Please tell
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1535 about it to the developers. The right way is to use VIDIX without arguments
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1536 to enable driver autodetection.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1537 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1538
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1539 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1540 Since VIDIX requires direct hardware access you can either run it as root
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1541 or set the SUID bit on the <application>MPlayer</application> binary
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
1542 (<emphasis role="bold">Warning: This is a security risk!</emphasis>).
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1543 Alternatively, you can use a special kernel module, like this:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1544 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1545
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1546 <procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1547 <step><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1548 Download the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1549 <ulink url="http://www.arava.co.il/matan/svgalib/">development version</ulink>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1550 of svgalib (for example 1.9.17), <emphasis role="bold">OR</emphasis>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1551 download a version made by Alex especially for usage with
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1552 <application>MPlayer</application> (it doesn't need the svgalib source to
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1553 compile) from
15753
76083e1c2540 correct url
alex
parents: 15029
diff changeset
1554 <ulink url="http://www.mplayerhq.hu/MPlayer/contrib/svgalib/svgalib_helper-1.9.17-mplayer.tar.bz2">here</ulink>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1555 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1556 <step><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1557 Compile the module in the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1558 <filename class="directory">svgalib_helper</filename> directory (it can be
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1559 found inside the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1560 <filename class="directory">svgalib-1.9.17/kernel/</filename> directory if
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1561 you've downloaded the source from the svgalib site) and insmod it.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1562 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1563 <step><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1564 To create the necessary devices in the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1565 <filename class="directory">/dev</filename> directory, do a
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1566 <screen>make device</screen> in the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1567 <filename class="directory">svgalib_helper</filename> dir, as root.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1568 </para></step>
11022
6da8652f129b /dev/svga* creation instructions
gabucino
parents: 10975
diff changeset
1569 <step><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1570 Move the <filename class="directory">svgalib_helper</filename> directory to
23253
aeef449e5923 libdha is no more.
diego
parents: 22836
diff changeset
1571 the <filename class="directory">vidix</filename> subdirectory of the
aeef449e5923 libdha is no more.
diego
parents: 22836
diff changeset
1572 <application>MPlayer</application> source tree.
23254
a54bbe610410 10l syntax error
diego
parents: 23253
diff changeset
1573 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1574 <step><para>
22782
142a2a3b7218 Get rid of useless conditional, using svgalib_helper now requires modifying
diego
parents: 22686
diff changeset
1575 Remove the comment before the CFLAGS line containing the "svgalib_helper"
23253
aeef449e5923 libdha is no more.
diego
parents: 22836
diff changeset
1576 string from <filename class="directory">vidix/Makefile</filename>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1577 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1578 <step><para>
23253
aeef449e5923 libdha is no more.
diego
parents: 22836
diff changeset
1579 Recompile.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1580 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1581 </procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1582
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1583
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1584 <sect2 id="vidix-ati">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1585 <title>ATI cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1586
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1587 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1588 Currently most ATI cards are supported natively, from Mach64 to the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1589 newest Radeons.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1590 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1591
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1592 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1593 There are two compiled binaries: <filename>radeon_vid</filename> for Radeon and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1594 <filename>rage128_vid</filename> for Rage 128 cards. You may force one or let
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1595 the VIDIX system autoprobe all available drivers.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1596 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1597 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1598
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1599
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1600 <sect2 id="vidix-mga">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1601 <title>Matrox cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1602
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1603 <para>
11497
038b7a21fdc4 some spaces, xv -> Xv, missing "that"
wight
parents: 11483
diff changeset
1604 Matrox G200, G400, G450 and G550 have been reported to work.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1605 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1606
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1607 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1608 The driver supports video equalizers and should be nearly as fast as the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1609 <link linkend="mga_vid">Matrox framebuffer</link>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1610 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1611 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1612
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1613
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1614 <sect2 id="vidix-trident">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1615 <title>Trident cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1616
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1617 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1618 There is a driver available for the Trident Cyberblade/i1 chipset, which
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1619 can be found on VIA Epia motherboards.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1620 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1621
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1622 <para>
11079
d4df1e5e5e49 the author's homepage points to us as the latest driver's source, so we
gabucino
parents: 11067
diff changeset
1623 The driver was written and is maintained by
20857
f973dc7132a8 Misc issues noticed by Torinthiel.
diego
parents: 20723
diff changeset
1624 <ulink url="http://www.blackfiveservices.co.uk/EPIAVidix.shtml">Alastair M. Robinson</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1625 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1626 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1627
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1628
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1629 <sect2 id="vidix-3dlabs">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1630 <title>3DLabs cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1631
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1632 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1633 Although there is a driver for the 3DLabs GLINT R3 and Permedia3 chips, no one
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1634 has tested it, so reports are welcome.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1635 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1636 </sect2>
11040
diego
parents: 11022
diff changeset
1637
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1638
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1639 <sect2 id="vidix-nvidia">
11040
diego
parents: 11022
diff changeset
1640 <title>nVidia cards</title>
11065
2909e5a20c5a nvidia info update
gabucino
parents: 11040
diff changeset
1641
11040
diego
parents: 11022
diff changeset
1642 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1643 An unique feature of the nvidia_vid driver is its ability to display video on
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1644 <emphasis role="bold">plain, pure, text-only console</emphasis> - with no
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1645 framebuffer or X magic whatsoever. For this purpose, we'll have to use the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1646 <option>cvidix</option> video output, as the following example shows:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1647 <screen>mplayer -vo cvidix <replaceable>example.avi</replaceable></screen>
11040
diego
parents: 11022
diff changeset
1648 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1649 </sect2>
11040
diego
parents: 11022
diff changeset
1650
diego
parents: 11022
diff changeset
1651
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1652 <sect2 id="vidix-sis">
11040
diego
parents: 11022
diff changeset
1653 <title>SiS cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1654
11040
diego
parents: 11022
diff changeset
1655 <para>
diego
parents: 11022
diff changeset
1656 This is very experimental code, just like nvidia_vid.
diego
parents: 11022
diff changeset
1657 </para>
diego
parents: 11022
diff changeset
1658
diego
parents: 11022
diff changeset
1659 <para>
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
1660 It's been tested on SiS 650/651/740 (the most common chipsets used in the
11040
diego
parents: 11022
diff changeset
1661 SiS versions of the "Shuttle XPC" barebones boxes out there)
diego
parents: 11022
diff changeset
1662 </para>
diego
parents: 11022
diff changeset
1663
diego
parents: 11022
diff changeset
1664 <para>
diego
parents: 11022
diff changeset
1665 Reports awaited!
diego
parents: 11022
diff changeset
1666 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1667 </sect2>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1668 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1669
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1670 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1671
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1672 <sect1 id="directfb">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1673 <title>DirectFB</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1674
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1675 <blockquote><para>
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
1676 "DirectFB is a graphics library which was designed with embedded systems
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1677 in mind. It offers maximum hardware accelerated performance at a minimum
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
1678 of resource usage and overhead." - quoted from
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1679 <ulink url="http://www.directfb.org"/>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1680 </para></blockquote>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1681
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1682 <para>I'll exclude DirectFB features from this section.</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1683
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1684 <para>
21596
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
1685 Though <application>MPlayer</application> is not supported as a "video
f551403d82a9 replace &quot; with ", better readability
torinthiel
parents: 21521
diff changeset
1686 provider" in DirectFB, this output driver will enable video playback
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1687 through DirectFB. It will - of course - be accelerated, on my Matrox G400
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1688 DirectFB's speed was the same as XVideo.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1689 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1690
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1691 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1692 Always try to use the newest version of DirectFB. You can use DirectFB options
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1693 on the command line, using the <option>-dfbopts</option> option. Layer
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1694 selection can be done by the subdevice method, e.g.:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1695 <option>-vo directfb:2</option> (layer -1 is default: autodetect)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1696 </para>
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1697 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1698
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1699 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1700
22836
e547888c4413 Remove empty section.
diego
parents: 22782
diff changeset
1701 <sect1 id="dfbmga">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1702 <title>DirectFB/Matrox (dfbmga)</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1703
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1704 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1705 Please read the <link linkend="directfb">main DirectFB</link> section for
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1706 general information.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1707 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1708
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1709 <para>
11824
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1710 This video output driver will enable CRTC2 (on the second head) on Matrox
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1711 G400/G450/G550 cards, displaying video
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1712 <emphasis role="bold">independent</emphasis> of the first head.
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1713 </para>
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1714
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1715 <para>
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
1716 Ville Syrjala's has a
11824
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1717 <ulink url="http://www.sci.fi/~syrjala/directfb/Matrox_TV-out_README.txt">README</ulink>
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
1718 and a
14649
bef33b354427 link fix
diego
parents: 14441
diff changeset
1719 <ulink url="http://www.sci.fi/~syrjala/directfb/matrox-tv-out-howto">HOWTO</ulink>
11824
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1720 on his homepage that explain how to make DirectFB TV output run on Matrox cards.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1721 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1722
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1723 <note><para>
11824
ce44fb6eb15c Our DirectFB documentation is dated, the current version is now linked to
diego
parents: 11822
diff changeset
1724 the first DirectFB version with which we could get this working was
13490
e8e83796928c Porting of CRTC2 to mga_vid is stalled.
diego
parents: 13222
diff changeset
1725 0.9.17 (it's buggy, needs that <systemitem>surfacemanager</systemitem>
e8e83796928c Porting of CRTC2 to mga_vid is stalled.
diego
parents: 13222
diff changeset
1726 patch from the URL above). Porting the CRTC2 code to
e8e83796928c Porting of CRTC2 to mga_vid is stalled.
diego
parents: 13222
diff changeset
1727 <link linkend="mga_vid">mga_vid</link> has been planned for years,
e8e83796928c Porting of CRTC2 to mga_vid is stalled.
diego
parents: 13222
diff changeset
1728 <ulink url="../../tech/patches.txt">patches</ulink> are welcome.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1729 </para></note>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1730 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1731
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1732
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1733 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1734
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1735
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1736 <sect1 id="mpeg_decoders">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1737 <title>MPEG decoders</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1738
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1739 <sect2 id="dvb">
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1740 <title>DVB output and input</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1741
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1742 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1743 <application>MPlayer</application> supports cards with the Siemens DVB chipset
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1744 from vendors like Siemens, Technotrend, Galaxis or Hauppauge. The latest DVB
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1745 drivers are available from the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1746 <ulink url="http://www.linuxtv.org">Linux TV site</ulink>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1747 If you want to do software transcoding you should have at least a 1GHz CPU.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1748 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1749
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1750 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1751 Configure should detect your DVB card. If it did not, force detection with
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1752 <screen>./configure --enable-dvb</screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1753 If you have ost headers at a non-standard path, set the path with
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1754 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1755 ./configure --with-extraincdir=<replaceable>DVB source directory</replaceable>/ost/include
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1756 </screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1757 Then compile and install as usual.</para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1758
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1759 <formalpara><title>USAGE</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1760 <para>
22183
36165d7a44b3 some clarification about dvb-out playback
nicodvb
parents: 21879
diff changeset
1761 Hardware decoding of streams containing MPEG-1/2 video and/or MPEG audio can be done with this
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1762 command:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1763 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1764 mplayer -ao mpegpes -vo mpegpes <replaceable>file.mpg|vob</replaceable>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1765 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1766 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1767 </formalpara>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1768
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1769 <para>
22183
36165d7a44b3 some clarification about dvb-out playback
nicodvb
parents: 21879
diff changeset
1770 Decoding of any other type of video stream requires transcoding to MPEG-1, thus it's slow
36165d7a44b3 some clarification about dvb-out playback
nicodvb
parents: 21879
diff changeset
1771 and may not be worth the trouble, especially if your computer is slow.
36165d7a44b3 some clarification about dvb-out playback
nicodvb
parents: 21879
diff changeset
1772 It can be achieved using a command like this:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1773 <screen>
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1774 mplayer -ao mpegpes -vo mpegpes <replaceable>yourfile.ext</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1775 mplayer -ao mpegpes -vo mpegpes -vf expand <replaceable>yourfile.ext</replaceable>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1776 </screen></para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1777
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1778 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1779 Note that DVB cards only support heights 288 and 576 for PAL or 240 and 480 for
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1780 NTSC. You <emphasis role="bold">must</emphasis> rescale for other heights by
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1781 adding <option>scale=width:height</option> with the width and height you want
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1782 to the <option>-vf</option> option. DVB cards accept various widths, like 720,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1783 704, 640, 512, 480, 352 etc. and do hardware scaling in horizontal direction,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1784 so you do not need to scale horizontally in most cases.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1785 For a 512x384 (aspect 4:3) MPEG-4 (DivX) try:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1786 <screen>mplayer -ao mpegpes -vo mpegpes -vf scale=512:576</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1787 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1788
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1789 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1790 If you have a widescreen movie and you do not want to scale it to full height,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1791 you can use the <option>expand=w:h</option> filter to add black bands. To view a
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1792 640x384 MPEG-4 (DivX), try:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1793 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1794 mplayer -ao mpegpes -vo mpegpes -vf expand=640:576 <replaceable>file.avi</replaceable>
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1795 </screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1796 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1797
13961
2946cbf097b5 DivX is MPEG4, so let's call it MPEG4 to avoid confusion.
diego
parents: 13912
diff changeset
1798 <para>
14024
0d9e27059495 MPEG-X spelling
diego
parents: 13977
diff changeset
1799 If your CPU is too slow for a full size 720x576 MPEG-4 (DivX), try downscaling:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1800 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1801 mplayer -ao mpegpes -vo mpegpes -vf scale=352:576 <replaceable>file.avi</replaceable>
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1802 </screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1803 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1804
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1805 <para>If speed does not improve, try vertical downscaling, too:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1806 <screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1807 mplayer -ao mpegpes -vo mpegpes -vf scale=352:288 <replaceable>file.avi</replaceable>
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1808 </screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
1809 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1810
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1811 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1812 For OSD and subtitles use the OSD feature of the expand filter. So, instead of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1813 <option>expand=w:h</option> or <option>expand=w:h:x:y</option>, use
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1814 <option>expand=w:h:x:y:1</option> (the 5th parameter <option>:1</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1815 at the end will enable OSD rendering). You may want to move the image up a bit
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1816 to get a bigger black zone for subtitles. You may also want to move subtitles
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1817 up, if they are outside your TV screen, use the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1818 <option>-subpos &lt;0-100&gt;</option>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1819 option to adjust this (<option>-subpos 80</option> is a good choice).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1820 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1821
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1822 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1823 In order to play non-25fps movies on a PAL TV or with a slow CPU, add the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1824 <option>-framedrop</option> option.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1825 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1826
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1827 <para>
14024
0d9e27059495 MPEG-X spelling
diego
parents: 13977
diff changeset
1828 To keep the aspect ratio of MPEG-4 (DivX) files and get the optimal scaling
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1829 parameters (hardware horizontal scaling and software vertical scaling
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1830 while keeping the right aspect ratio), use the new dvbscale filter:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1831 <screen>
10682
diego
parents: 10526
diff changeset
1832 for a 4:3 TV: -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1
diego
parents: 10526
diff changeset
1833 for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1834 </screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1835 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1836
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1837 <formalpara><title>Digital TV (DVB input module)</title>
11888
c0bb03056667 build fix
diego
parents: 11884
diff changeset
1838 <para>You can use your DVB card for watching Digital TV.</para>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1839 </formalpara>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1840
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1841 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1842 You should have the programs <command>scan</command> and
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1843 <command>szap/tzap/czap/azap</command> installed; they are all included in
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1844 the drivers package.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1845 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1846
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1847 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1848 Verify that your drivers are working properly with a program such as
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1849 <ulink url="http://sf.net/projects/dvbtools/"><command>dvbstream</command></ulink>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1850 (that is the base of the DVB input module).
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1851 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1852
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1853 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1854 Now you should compile a <filename>~/.mplayer/channels.conf</filename>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1855 file, with the syntax accepted by <command>szap/tzap/czap/azap</command>, or
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1856 have <command>scan</command> compile it for you.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1857 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1858
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1859 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1860 If you have more than one card type (e.g. Satellitar, Terrestrial, Cable and ATSC)
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1861 you can save your channels files as
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1862 <filename>~/.mplayer/channels.conf.sat</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1863 <filename>~/.mplayer/channels.conf.ter</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1864 <filename>~/.mplayer/channels.conf.cbl</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1865 and <filename>~/.mplayer/channels.conf.atsc</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1866 respectively, so as to implicitly hint <application>MPlayer</application>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1867 to use these files rather than <filename>~/.mplayer/channels.conf</filename>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1868 and you only need to specify which card to use.
12188
2750891e58e9 DVB updates, patch by Nico <nsabbi@tiscali.it>
diego
parents: 11888
diff changeset
1869 </para>
2750891e58e9 DVB updates, patch by Nico <nsabbi@tiscali.it>
diego
parents: 11888
diff changeset
1870
2750891e58e9 DVB updates, patch by Nico <nsabbi@tiscali.it>
diego
parents: 11888
diff changeset
1871 <para>
24690
119acb03c645 Fix typo.
cehoyos
parents: 24689
diff changeset
1872 Make sure that you have <emphasis>only</emphasis> Free to Air
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1873 channels in your <filename>channels.conf</filename> file, or
24689
85f578745278 Documentation follows implementation: Encrytped DVB channels are never
cehoyos
parents: 24160
diff changeset
1874 <application>MPlayer</application> will wait for an unencrypted transmission.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1875 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1876
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1877 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1878 In your audio and video fields you can use an extended syntax:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1879 <option>...:pid[+pid]:...</option> (for a maximum of 6 pids each);
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1880 in this case <application>MPlayer</application> will include in the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1881 stream all the indicated pids, plus pid 0 (that contains the PAT).
26041
e2bacda9d3c6 warn to always include PMT and PCR pids in channels.conf (dvb)
nicodvb
parents: 26040
diff changeset
1882 You should always include in each row the PMT and PCR pids for the
e2bacda9d3c6 warn to always include PMT and PCR pids in channels.conf (dvb)
nicodvb
parents: 26040
diff changeset
1883 corresponding channel (if you know them).
22384
989613a9a15b Explain how to select all DVB channels on a frequency.
reimar
parents: 22183
diff changeset
1884 You can also specify 8192, this will select all pids on this frequency
989613a9a15b Explain how to select all DVB channels on a frequency.
reimar
parents: 22183
diff changeset
1885 and you can then switch between the programs with TAB.
989613a9a15b Explain how to select all DVB channels on a frequency.
reimar
parents: 22183
diff changeset
1886 This might need more bandwidth, though cheap cards always transfer all
989613a9a15b Explain how to select all DVB channels on a frequency.
reimar
parents: 22183
diff changeset
1887 channels at least to the kernel so it does not make much of a difference
989613a9a15b Explain how to select all DVB channels on a frequency.
reimar
parents: 22183
diff changeset
1888 for these.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1889 Other possible uses are: televideo pid, second audio track, etc.
19601
fa11b3239deb mention -demuxer lavf in the dvb input section
nicodvb
parents: 19076
diff changeset
1890 </para>
12814
3a5f326e523c pid syntax documented by Nico Sabbi
diego
parents: 12757
diff changeset
1891
3a5f326e523c pid syntax documented by Nico Sabbi
diego
parents: 12757
diff changeset
1892 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1893 If <application>MPlayer</application> complains frequently about
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1894 <screen>Too many video/audio packets in the buffer</screen> or
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1895 if you notice a growing desynchronization between audio and
26041
e2bacda9d3c6 warn to always include PMT and PCR pids in channels.conf (dvb)
nicodvb
parents: 26040
diff changeset
1896 video verify the presence of the PCR pid in your stream
e2bacda9d3c6 warn to always include PMT and PCR pids in channels.conf (dvb)
nicodvb
parents: 26040
diff changeset
1897 (needed to comply with the buffering model of the transmitter)
e2bacda9d3c6 warn to always include PMT and PCR pids in channels.conf (dvb)
nicodvb
parents: 26040
diff changeset
1898 and/or try to use the libavformat MPEG-TS demuxer by adding
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1899 <option>-demuxer lavf -lavfdopts probesize=128</option>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1900 to your command line.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1901 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1902
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1903 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1904 To show the first of the channels present in your list, run
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1905 <screen>mplayer dvb://</screen>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1906 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1907
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1908 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1909 If you want to watch a specific channel, such as R1, run
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1910 <screen>mplayer dvb://<replaceable>R1</replaceable></screen>
12310
da00c08d8279 DVB now supports multiple cards, patch by Nico Sabbi.
diego
parents: 12216
diff changeset
1911 </para>
da00c08d8279 DVB now supports multiple cards, patch by Nico Sabbi.
diego
parents: 12216
diff changeset
1912
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1913 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1914 If you have more than one card you also need to specify the number of the card
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1915 where the channel is visible (e.g. 2) with the syntax:
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1916 <screen>mplayer dvb://<replaceable>2@R1</replaceable></screen>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1917 </para>
12310
da00c08d8279 DVB now supports multiple cards, patch by Nico Sabbi.
diego
parents: 12216
diff changeset
1918
da00c08d8279 DVB now supports multiple cards, patch by Nico Sabbi.
diego
parents: 12216
diff changeset
1919 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1920 To change channels press the <keycap>h</keycap> (next) and
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1921 <keycap>k</keycap> (previous) keys, or use the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1922 <link linkend="osdmenu">OSD menu</link>.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1923 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1924
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1925 <para>
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1926 To temporarily disable the audio or the video stream copy the
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1927 following to <filename>~/.mplayer/input.conf</filename>:
24983
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1928 <screen>
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1929 % set_property switch_video -2
24988
2ea950b50771 & => &amp;
nicodvb
parents: 24984
diff changeset
1930 &amp; step_property switch_video
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1931 ? set_property switch_audio -2
24983
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1932 ^ step_property switch_audio
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1933 </screen>
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1934 (Overriding the action keys as preferred.) When pressing the key
24983
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1935 corresponding to switch_x -2 the associated stream will be closed;
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1936 when pressing the key corresponding to step_x the stream will be reopened.
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1937 Notice that this switching mechanism will not work as expected when there
24983
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1938 are multiple audio and video streams in the multiplex.
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1939 </para>
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1940
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1941 <para>
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1942 During playback (not during recording), in order to prevent stuttering
24989
4c76fb492567 wording/grammar/spelling/formatting
diego
parents: 24988
diff changeset
1943 and error messages such as 'Your system is too slow' it is advisable to add
24983
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1944 <screen>
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1945 -mc 10 -speed 0.97 -af scaletempo
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1946 </screen>
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1947 to your command line, adjusting the scaletempo parameters as preferred.
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1948 </para>
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1949
da81c5786907 a couple of tricks to improve playback resistance and usability of dvb streams
nicodvb
parents: 24690
diff changeset
1950 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1951 If your <filename>~/.mplayer/menu.conf</filename> contains a
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1952 <literal>&lt;dvbsel&gt;</literal> entry, such as the one in the example
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1953 file <filename>etc/dvb-menu.conf</filename> (that you can use to overwrite
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1954 <filename>~/.mplayer/menu.conf</filename>), the main menu will show a
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1955 sub-menu entry that will permit you to choose one of the channels present
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1956 in your <filename>channels.conf</filename>, possibly preceded by a menu
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1957 with the list of cards available if more than one is usable by
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1958 <application>MPlayer</application>.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1959 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1960
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1961 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1962 If you want to save a program to disk you can use
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1963 <screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1964 mplayer -dumpfile <replaceable>r1.ts</replaceable> -dumpstream dvb://<replaceable>R1</replaceable>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1965 </screen>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1966 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1967
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1968 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1969 If you want to record it in a different format (re-encoding it) instead
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1970 you can run a command such as
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1971 <screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1972 mencoder -o <replaceable>r1.avi</replaceable> -ovc xvid -xvidencopts bitrate=800 \
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1973 -oac mp3lame -lameopts cbr:br=128 -pp=ci dvb://<replaceable>R1</replaceable>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1974 </screen>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1975 </para>
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1976
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1977 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1978 Read the man page for a list of options that you can pass to the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1979 DVB input module.
11358
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1980 </para>
7d120a00fcf7 DVB section expanded based on a patch by Nico Sabbi that was committed to
diego
parents: 11287
diff changeset
1981
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
1982 <formalpara><title>FUTURE</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1983 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1984 If you have questions or want to hear feature announcements and take part in
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1985 discussions on this subject, join our
19709
2c8c28415e89 fix some more mailman links
kraymer
parents: 19603
diff changeset
1986 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dvb">MPlayer-DVB</ulink>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1987 mailing list. Please remember that the list language is English.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1988 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1989 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1990
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1991 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1992 In the future you may expect the ability to display OSD and subtitles using
26040
125752091a74 removed nonsense in the dvbin section
nicodvb
parents: 25744
diff changeset
1993 the native OSD feature of DVB cards.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1994 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1995 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1996
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1997 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
1998
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
1999 <sect2 id="dxr2">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2000 <title>DXR2</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2001
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2002 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2003 <application>MPlayer</application> supports hardware accelerated playback
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2004 with the Creative DXR2 card.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2005 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2006
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2007 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2008 First of all you will need properly installed DXR2 drivers. You can find
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2009 the drivers and installation instructions at the
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
2010 <ulink url="http://dxr2.sf.net/">DXR2 Resource Center</ulink> site.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2011 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2012
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2013 <variablelist><title>USAGE</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2014 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2015 <term><option>-vo dxr2</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2016 <listitem><para>Enable TV output.</para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2017 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2018 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2019 <term><option>-vo dxr2:x11</option> or <option>-vo dxr2:xv</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2020 <listitem><para>Enable Overlay output in X11.</para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2021 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2022 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2023 <term><option>-dxr2 &lt;option1:option2:...&gt;</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2024 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2025 This option is used to control the DXR2 driver.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2026 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2027 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2028 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2029
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2030 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2031 The overlay chipset used on the DXR2 is of pretty bad quality but the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2032 default settings should work for everybody. The OSD may be usable with the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2033 overlay (not on TV) by drawing it in the colorkey. With the default colorkey
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2034 settings you may get variable results, usually you will see the colorkey
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2035 around the characters or some other funny effect. But if you properly adjust
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2036 the colorkey settings you should be able to get acceptable results.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2037 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2038
11731
diego
parents: 11713
diff changeset
2039 <para>Please see the man page for available options.</para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2040 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2041
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2042 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2043
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2044 <sect2 id="dxr3">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2045 <title>DXR3/Hollywood+</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2046
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2047 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2048 <application>MPlayer</application> supports hardware accelerated playback
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2049 with the Creative DXR3 and Sigma Designs Hollywood Plus cards. These cards
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2050 both use the em8300 MPEG decoder chip from Sigma Designs.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2051 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2052
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2053 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2054 First of all you will need properly installed DXR3/H+ drivers, version 0.12.0
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2055 or later. You can find the drivers and installation instructions at the
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
2056 <ulink url="http://dxr3.sf.net/">DXR3 &amp; Hollywood Plus for Linux</ulink>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2057 site. <filename>configure</filename> should detect your card automatically,
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2058 compilation should go without problems.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2059 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2060
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2061 <!-- FIXME: find a more clear presentation -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2062 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2063 <title>USAGE</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2064 <varlistentry>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2065 <term><option>-vo dxr3:prebuf:sync:norm=x:<replaceable>device</replaceable></option></term>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2066 <listitem><para>
25744
7b9e015bca91 typo fix
diego
parents: 24989
diff changeset
2067 <option>overlay</option> activates the overlay instead of TV-out. It requires
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2068 that you have a properly configured overlay setup to work right. The easiest
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2069 way to configure the overlay is to first run autocal. Then run mplayer with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2070 dxr3 output and without overlay turned on, run dxr3view. In dxr3view you can
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2071 tweak the overlay settings and see the effects in realtime, perhaps this feature
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2072 will be supported by the <application>MPlayer</application> GUI in the future.
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2073 When overlay is properly set up you will no longer need to use dxr3view.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2074 <option>prebuf</option> turns on prebuffering. Prebuffering is a feature of the
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2075 em8300 chip that enables it to hold more than one frame of video at a time.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2076 This means that when you are running with prebuffering
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2077 <application>MPlayer</application> will try to keep the video buffer filled
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2078 with data at all times.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2079 If you are on a slow machine <application>MPlayer</application> will probably
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2080 use close to, or precisely 100% of CPU.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2081 This is especially common if you play pure MPEG streams
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2082 (like DVDs, SVCDs a.s.o.) since <application>MPlayer</application> will not have
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2083 to reencode it to MPEG it will fill the buffer very fast.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2084 With prebuffering video playback is <emphasis role="bold">much</emphasis>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2085 less sensitive to other programs hogging the CPU, it will not drop frames unless
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2086 applications hog the CPU for a long time.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2087 When running without prebuffering the em8300 is much more sensitive to CPU load,
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2088 so it is highly suggested that you turn on <application>MPlayer</application>'s
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2089 <option>-framedrop</option> option to avoid further loss of sync.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2090 <option>sync</option> will turn on the new sync-engine. This is currently an
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2091 experimental feature. With the sync feature turned on the em8300's internal
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2092 clock will be monitored at all times, if it starts to deviate from
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2093 <application>MPlayer</application>'s clock it will be reset causing the em8300
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2094 to drop any frames that are lagging behind.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2095 <option>norm=x</option> will set the TV norm of the DXR3 card without the need
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2096 for external tools like em8300setup. Valid norms are 5 = NTSC, 4 = PAL-60,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2097 3 = PAL. Special norms are 2 (auto-adjust using PAL/PAL-60) and 1 (auto-adjust
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2098 using PAL/NTSC) because they decide which norm to use by looking at the frame
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2099 rate of the movie. norm = 0 (default) does not change the current norm.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2100 <option><replaceable>device</replaceable></option> = device number to use if
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2101 you have more than one em8300 card. Any of these options may be left out.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2102 <option>:prebuf:sync</option> seems to work great when playing MPEG-4 (DivX)
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2103 movies. People have reported problems using the prebuf option when playing
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2104 MPEG-1/2 files.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2105 You might want to try running without any options first, if you have sync
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2106 problems, or DVD subtitle problems, give <option>:sync</option> a try.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2107 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2108 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2109
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2110 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2111 <term><option>-ao oss:/dev/em8300_ma-<replaceable>X</replaceable></option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2112 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2113 For audio output, where <replaceable>X</replaceable> is the device number
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2114 (0 if one card).
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2115 </para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2116 </varlistentry>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2117
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2118 <varlistentry>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2119 <term><option>-af resample=<replaceable>xxxxx</replaceable></option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2120 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2121 The em8300 cannot play back samplerates lower than 44100Hz. If the sample
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2122 rate is below 44100Hz select either 44100Hz or 48000Hz depending on which
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2123 one matches closest. I.e. if the movie uses 22050Hz use 44100Hz as
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2124 44100 / 2 = 22050, if it is 24000Hz use 48000Hz as 48000 / 2 = 24000
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2125 and so on.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2126 This does not work with digital audio output (<option>-ac hwac3</option>).
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2127 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2128 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2129
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2130 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2131 <term><option>-vf lavc</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2132 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2133 To watch non-MPEG content on the em8300 (i.e. MPEG-4 (DivX) or RealVideo)
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2134 you have to specify an MPEG-1 video filter such as
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2135 <systemitem class="library">libavcodec</systemitem> (lavc).
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2136 See the man page for further info about <option>-vf lavc</option>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2137 Currently there is no way of setting the fps of the em8300 which means that
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2138 it is fixed to 30000/1001 fps.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2139 Because of this it is highly recommended that you use
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2140 <option>-vf lavc=<replaceable>quality</replaceable>:25</option>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2141 especially if you are using prebuffering. Then why 25 and not 30000/1001?
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2142 Well, the thing is that when you use 30000/1001 the picture becomes a bit
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2143 jumpy.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2144 The reason for this is unknown to us.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2145 If you set it to somewhere between 25 and 27 the picture becomes stable.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2146 For now all we can do is accept this for a fact.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2147 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2148 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2149
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2150 <varlistentry>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2151 <term><option>-vf expand=-1:-1:-1:-1:1</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2152 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2153 Although the DXR3 driver can put some OSD onto the MPEG-1/2/4 video, it has
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2154 much lower quality than <application>MPlayer</application>'s traditional OSD,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2155 and has several refresh problems as well. The command line above will firstly
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2156 convert the input video to MPEG-4 (this is mandatory, sorry), then apply an
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2157 expand filter which won't expand anything (-1: default), but apply the normal
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2158 OSD onto the picture (that's what the "1" at the end does).
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2159 </para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2160 </varlistentry>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2161
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2162 <varlistentry>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2163 <term><option>-ac hwac3</option></term>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2164 <listitem><para>
24036
698aa9b7a44c AC3 --> AC-3
diego
parents: 23574
diff changeset
2165 The em8300 supports playing back AC-3 audio (surround sound) through the
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2166 digital audio output of the card. See the <option>-ao oss</option> option
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2167 above, it must be used to specify the DXR3's output instead of a sound card.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2168 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2169 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2170 </variablelist>
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13908
diff changeset
2171 </sect2>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2172 </sect1>
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13908
diff changeset
2173
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2174
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2175 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2176
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2177
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2178 <sect1 id="other">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2179 <title>Other visualization hardware</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2180
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2181 <sect2 id="zr">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2182 <title>Zr</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2183
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2184 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2185 This is a display-driver (<option>-vo zr</option>) for a number of MJPEG
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2186 capture/playback cards (tested for DC10+ and Buz, and it should work for the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2187 LML33, the DC10). The driver works by encoding the frame to JPEG and then
11822
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11738
diff changeset
2188 sending it to the card. For the JPEG encoding
359eaf957bf1 Add <systemitem class="library"> tags to libavcodec and a few others.
diego
parents: 11738
diff changeset
2189 <systemitem class="library">libavcodec</systemitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2190 is used, and required. With the special <emphasis>cinerama</emphasis> mode,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2191 you can watch movies in true wide screen provided that you have two beamers
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2192 and two MJPEG cards. Depending on resolution and quality settings, this driver
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2193 may require a lot of CPU power, remember to specify <option>-framedrop</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2194 if your machine is too slow. Note: My AMD K6-2 350MHz is (with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2195 <option>-framedrop</option>) quite adequate for watching VCD sized material and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2196 downscaled movies.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2197 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2198
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2199 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2200 This driver talks to the kernel driver available at
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
2201 <ulink url="http://mjpeg.sf.net"/>, so
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2202 you must get it working first. The presence of an MJPEG card is autodetected by
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2203 the <filename>configure</filename> script, if autodetection fails, force
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2204 detection with
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2205 <screen>./configure --enable-zr</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2206 </para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2207
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2208 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2209 The output can be controlled by several options, a long description of the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2210 options can be found in the man page, a short list of options can be viewed
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2211 by running
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2212 <screen>mplayer -zrhelp</screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2213 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2214
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2215 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2216 Things like scaling and the OSD (on screen display) are not handled by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2217 this driver but can be done using the video filters. For example, suppose
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2218 that you have a movie with a resolution of 512x272 and you want to view it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2219 fullscreen on your DC10+. There are three main possibilities, you may scale
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2220 the movie to a width of 768, 384 or 192. For performance and quality reasons,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2221 I would choose to scale the movie to 384x204 using the fast bilinear software
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2222 scaler. The command line is
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2223 <screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2224 mplayer -vo zr -sws 0 -vf scale=384:204 <replaceable>movie.avi</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2225 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2226 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2227
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2228 <para>
11214
c292ff78614f Filters should be in <option> tags.
wight
parents: 11136
diff changeset
2229 Cropping can be done by the <option>crop</option> filter and by this
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2230 driver itself. Suppose that a movie is too wide for display on your Buz and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2231 that you want to use <option>-zrcrop</option> to make the movie less wide,
9784
286ac03ce5c5 Typos, noticed by Roberto Togni <r_togni@libero.it>.
diego
parents: 9683
diff changeset
2232 then you would issue the following command
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2233 <screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2234 mplayer -vo zr -zrcrop 720x320+80+0 <replaceable>benhur.avi</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2235 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2236 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2237
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2238 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2239 if you want to use the <option>crop</option> filter, you would do
11713
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2240 <screen>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2241 mplayer -vo zr -vf crop=720:320:80:0 <replaceable>benhur.avi</replaceable>
a1bc8133084a <replaceable> tags' attack :P
paszczi
parents: 11540
diff changeset
2242 </screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2243 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2244
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2245 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2246 Extra occurrences of <option>-zrcrop</option> invoke
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2247 <emphasis>cinerama</emphasis> mode, i.e. you can distribute the movie over
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2248 several TV's or beamers to create a larger screen.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2249 Suppose you have two beamers. The left one is connected to your
11359
496ff2403aac buglets and consistency improvements
diego
parents: 11358
diff changeset
2250 Buz at <filename>/dev/video1</filename> and the right one is connected to
496ff2403aac buglets and consistency improvements
diego
parents: 11358
diff changeset
2251 your DC10+ at <filename>/dev/video0</filename>. The movie has a resolution
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2252 of 704x288. Suppose also that you want the right beamer in black and white and
10975
96cd8d4e98d4 Typos and some confusion noticed by Lukasz frogu Proszek <l_j_p@wp.pl>.
diego
parents: 10971
diff changeset
2253 that the left beamer should have JPEG frames at quality 10, then you would
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2254 issue the following command
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2255 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2256 mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2257 -zrcrop 352x288+0+0 -zrdev /dev/video1 -zrquality 10 \
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2258 <replaceable>movie.avi</replaceable>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2259 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2260 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2261
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2262 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2263 You see that the options appearing before the second <option>-zrcrop</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2264 only apply to the DC10+ and that the options after the second
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2265 <option>-zrcrop</option> apply to the Buz. The maximum number of MJPEG cards
9784
286ac03ce5c5 Typos, noticed by Roberto Togni <r_togni@libero.it>.
diego
parents: 9683
diff changeset
2266 participating in <emphasis>cinerama</emphasis> is four, so you can build a
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2267 2x2 vidiwall.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2268 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2269
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2270 <para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2271 Finally an important remark: Do not start or stop XawTV on the playback device
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2272 during playback, it will crash your computer. It is, however, fine to
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2273 <emphasis role="bold">FIRST</emphasis> start XawTV,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2274 <emphasis role="bold">THEN</emphasis> start <application>MPlayer</application>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2275 wait for <application>MPlayer</application>
11540
d480f7e36b74 <application> attack
wight
parents: 11524
diff changeset
2276 to finish and <emphasis role="bold">THEN</emphasis> stop XawTV.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2277 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2278 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2279
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2280 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2281
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2282 <sect2 id="blinkenlights">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2283 <title>Blinkenlights</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2284
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2285 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2286 This driver is capable of playback using the Blinkenlights UDP protocol. If you
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2287 don't know what <ulink url="http://www.blinkenlights.de/">Blinkenlights</ulink>
12401
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2288 or its successor
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2289 <ulink url="http://www.blinkenlights.de/arcade/">Arcade</ulink>
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2290 are, find it out. Although this is most probably the least used video output
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2291 driver, without a doubt it is the coolest <application>MPlayer</application>
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2292 has to offer. Just watch some of the
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2293 <ulink url="http://www.blinkenlights.de/video.en.html">Blinkenlights documentation videos</ulink>.
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2294 On the Arcade video you can see the Blinkenlights output driver in
c704b145c62a Blinkenlights section expanded.
diego
parents: 12364
diff changeset
2295 action at 00:07:50.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2296 </para>
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13908
diff changeset
2297 </sect2>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2298 </sect1>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2299
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2300
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2301 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2302
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2303
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2304 <sect1 id="tvout">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2305 <title>TV-out support</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2306
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2307 <sect2 id="tvout-mga-g400">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2308 <title>Matrox G400 cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2309
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2310 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2311 Under Linux you have two methods to get G400 TV out working:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2312 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2313
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2314 <important>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2315 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2316 for Matrox G450/G550 TV-out instructions, please see the next section!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2317 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2318 </important>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2319
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2320 <variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2321 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2322 <term>XFree86</term>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2323 <listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2324 <para>
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2325 Using the driver and the HAL module, available from the <ulink
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2326 url="http://www.matrox.com">Matrox site</ulink>. This will give you X
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2327 on the TV.
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2328 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2329 <para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2330 <emphasis role="bold">This method doesn't give you accelerated playback</emphasis>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2331 as under Windows! The second head has only YUV framebuffer, the
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2332 <emphasis>BES</emphasis> (Back End Scaler, the YUV scaler on
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2333 G200/G400/G450/G550 cards) doesn't work on it! The windows driver somehow
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2334 workarounds this, probably by using the 3D engine to zoom, and the YUV
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2335 framebuffer to display the zoomed image. If you really want to use X, use
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2336 the <option>-vo x11 -fs -zoom</option> options, but it will be
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2337 <emphasis role="bold">SLOW</emphasis>, and has
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2338 <emphasis role="bold">Macrovision</emphasis> copy protection enabled
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2339 (you can "workaround" Macrovision using this
13977
7895a1b73828 URL updates
diego
parents: 13961
diff changeset
2340 <ulink url="http://avifile.sf.net/mgamacro.pl">perl script</ulink>).
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2341 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2342 </listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2343 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2344 <varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2345 <term>Framebuffer</term>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2346 <listitem>
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2347 <para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2348 Using the <emphasis role="bold">matroxfb modules</emphasis> in the 2.4
25744
7b9e015bca91 typo fix
diego
parents: 24989
diff changeset
2349 kernels. 2.2 kernels don't have the TV-out feature in them, thus unusable
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2350 for this. You have to enable ALL matroxfb-specific feature during
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2351 compilation (except MultiHead), and compile them into
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2352 <emphasis role="bold">modules</emphasis>!
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2353 You'll also need I2C enabled.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2354 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2355
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2356 <procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2357 <step><para>
11499
8f3305688c21 double nVidia VIDIx link removed
wight
parents: 11497
diff changeset
2358 Enter <filename class="directory">TVout</filename> and type
8f3305688c21 double nVidia VIDIx link removed
wight
parents: 11497
diff changeset
2359 <command>./compile.sh</command>. Install
11521
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2360 <filename>TVout/matroxset/matroxset</filename>
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2361 somewhere into your <envar>PATH</envar>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2362 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2363 <step><para>
11499
8f3305688c21 double nVidia VIDIx link removed
wight
parents: 11497
diff changeset
2364 If you don't have <command>fbset</command> installed, put
11521
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2365 <filename>TVout/fbset/fbset</filename>
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2366 somewhere into your <envar>PATH</envar>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2367 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2368 <step><para>
11499
8f3305688c21 double nVidia VIDIx link removed
wight
parents: 11497
diff changeset
2369 If you don't have <command>con2fb</command> installed, put
11521
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2370 <filename>TVout/con2fb/con2fb</filename>
90b0a1517ac7 Executables are not directories, improved wording.
diego
parents: 11520
diff changeset
2371 somewhere into your <envar>PATH</envar>.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2372 </para></step>
10254
nicolas
parents: 10132
diff changeset
2373 <step><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2374 Then enter into the <filename class="directory">TVout/</filename>
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2375 directory in the <application>MPlayer</application> source, and execute
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2376 <filename>./modules</filename> as root. Your text-mode console will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2377 enter into framebuffer mode (no way back!).
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2378 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2379 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2380 Next, EDIT and run the <filename>./matroxtv</filename> script. This will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2381 present you to a very simple menu. Press <keycap>2</keycap> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2382 <keycap>Enter</keycap>. Now you should have the same picture on your
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2383 monitor, and TV. If the TV (PAL by default)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2384 picture has some weird stripes on it, the script wasn't able to set the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2385 resolution correctly (to 640x512 by default). Try other resolutions
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2386 from the menu and/or experiment with fbset.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2387 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2388 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2389 Yoh. Next task is to make the cursor on tty1 (or whatever) to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2390 disappear, and turn off screen blanking. Execute the following
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2391 commands:
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
2392
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2393 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2394 echo -e '\033[?25l'
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2395 setterm -blank 0<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2396 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2397 or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2398 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2399 setterm -cursor off
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2400 setterm -blank 0<!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2401 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2402
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2403 You possibly want to put the above into a script, and also clear the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2404 screen. To turn the cursor back:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2405 <screen>echo -e '\033[?25h'</screen> or
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2406 <screen>setterm -cursor on</screen>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2407 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2408 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2409 Yeah kewl. Start movie playing with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2410 <screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2411 mplayer -vo mga -fs -screenw 640 -screenh 512 <replaceable>filename</replaceable><!--
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2412 --></screen>
12815
3c99b7a8c840 trailing whitespace removed (cosmetics)
diego
parents: 12814
diff changeset
2413
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2414 (If you use X, now change to matroxfb with for example
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
2415 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F1</keycap></keycombo>.)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2416 Change <literal>640</literal> and <literal>512</literal> if you set
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2417 the resolution to other...
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2418 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2419 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2420 <emphasis role="bold">Enjoy the ultra-fast ultra-featured Matrox TV
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2421 output (better than Xv)!</emphasis>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2422 </para></step>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2423 </procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2424 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2425 </varlistentry>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2426 </variablelist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2427
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2428 <formalpara><title>Building a Matrox TV-out cable</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2429 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2430 No one takes any responsibility, nor guarantee for any damage caused
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2431 by this documentation.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2432 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2433 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2434
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2435 <formalpara><title>Cable for G400</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2436 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2437 The CRTC2 connector's fourth pin is the composite video signal. The
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2438 ground are the sixth, seventh and eighth pins. (info contributed
20535
c0687e92d463 convert DOCS/xml/en and help_mp-en.h to UTF-8
kraymer
parents: 20048
diff changeset
2439 from Balázs Rácz)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2440 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2441 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2442
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2443 <formalpara><title>Cable for G450</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2444 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2445 The CRTC2 connector's first pin is the composite video signal. The
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2446 ground are the fifth, sixth, seventh, and fifteenth (5, 6, 7, 15)
20535
c0687e92d463 convert DOCS/xml/en and help_mp-en.h to UTF-8
kraymer
parents: 20048
diff changeset
2447 pins. (info contributed from Balázs Kerekes)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2448 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2449 </formalpara>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2450 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2451
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2452 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2453
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2454 <sect2 id="tv-out_matrox_g450">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2455 <title>Matrox G450/G550 cards</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2456
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2457 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2458 TV output support for these cards has only been recently introduced, and is
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2459 not yet in the mainstream kernel.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2460 Currently the <emphasis role="bold">mga_vid</emphasis> module can't be used
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2461 AFAIK, because the G450/G550 driver works only in one configuration: the first
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2462 CRTC chip (with much more features) on the first display (on monitor),
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2463 and the second CRTC (no <emphasis role="bold">BES</emphasis> - for
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2464 explanation on BES, please see the G400 section above) on TV. So you can only
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2465 use <application>MPlayer</application>'s <emphasis>fbdev</emphasis> output
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2466 driver at the present.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2467 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2468
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2469 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2470 The first CRTC can't be routed to the second head currently. The author of the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2471 kernel matroxfb driver - Petr Vandrovec - will maybe make support for this, by
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2472 displaying the first CRTC's output onto both of the heads at once, as currently
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2473 recommended for G400, see the section above.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2474 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2475
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2476 <para>
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2477 The necessary kernel patch and the detailed HOWTO is downloadable from
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9784
diff changeset
2478 <ulink url="http://www.bglug.ca/matrox_tvout/"/>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2479 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2480 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2481
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2482 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2483
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2484 <sect2 id="tvout-ati">
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2485 <title>ATI cards</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2486
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2487 <formalpara><title>PREAMBLE</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2488 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2489 Currently ATI doesn't want to support any of its TV-out chips under Linux,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2490 because of their licensed Macrovision technology.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2491 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2492 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2493
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2494 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2495 <title>ATI CARDS TV-OUT STATUS ON LINUX</title>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2496 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2497 <emphasis role="bold">ATI Mach64</emphasis>:
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2498 supported by <ulink url="http://gatos.sf.net">GATOS</ulink>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2499 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2500 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2501 <emphasis role="bold">ASIC Radeon VIVO</emphasis>:
12349
1deefcd5428d spelling
diego
parents: 12310
diff changeset
2502 supported by <ulink url="http://gatos.sf.net">GATOS</ulink>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2503 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2504 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2505 <emphasis role="bold">Radeon</emphasis> and <emphasis role="bold">Rage128</emphasis>:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2506 supported by <application>MPlayer</application>!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2507 Check <link linkend="vesa">VESA driver</link> and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2508 <link linkend="vidix">VIDIX</link> sections.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2509 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2510 <listitem><para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2511 <emphasis role="bold">Rage Mobility P/M, Radeon, Rage 128, Mobility M3/M4</emphasis>:
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2512 supported by
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2513 <ulink url="http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/">atitvout</ulink>.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2514 </para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2515 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2516
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2517 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2518 On other cards, just use the <link linkend="vesa">VESA</link> driver,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2519 without VIDIX. Powerful CPU is needed, though.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2520 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2521
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2522 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2523 Only thing you need to do - <emphasis role="bold">Have the TV connector
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2524 plugged in before booting your PC</emphasis> since video BIOS initializes
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2525 itself only once during POST procedure.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2526 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2527 </sect2>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2528
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2529 <!-- ********** -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2530
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2531 <sect2 id="tvout-nvidia">
10111
a570a78537aa various fixes and updates
nicolas
parents: 10076
diff changeset
2532 <title>nVidia</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2533
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2534 <para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2535 First, you MUST download the closed-source drivers from
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2536 <ulink url="http://nvidia.com"/>.
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2537 I will not describe the installation and configuration process because it does
b210a229fbcb General reformatting round:
torinthiel
parents: 20863
diff changeset
2538 not cover the scope of this documentation.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2539 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2540
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2541 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2542 After XFree86, XVideo, and 3D acceleration is properly working, edit your
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2543 card's Device section in the <filename>XF86Config</filename> file, according
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2544 to the following example (adapt for your card/TV):
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2545
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2546 <programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2547 Section "Device"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2548 Identifier "GeForce"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2549 VendorName "ASUS"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2550 BoardName "nVidia GeForce2/MX 400"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2551 Driver "nvidia"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2552 #Option "NvAGP" "1"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2553 Option "NoLogo"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2554 Option "CursorShadow" "on"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2555
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2556 Option "TwinView"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2557 Option "TwinViewOrientation" "Clone"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2558 Option "MetaModes" "1024x768,640x480"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2559 Option "ConnectedMonitor" "CRT, TV"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2560 Option "TVStandard" "PAL-B"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2561 Option "TVOutFormat" "Composite"
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2562 EndSection
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2563 </programlisting>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2564 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2565
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2566 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2567 Of course the important thing is the TwinView part.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2568 </para>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2569 </sect2>
11264
20fd71b7edb4 Neomagic TVout experiences...
gabucino
parents: 11214
diff changeset
2570
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2571 <!-- ********** -->
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2572
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2573 <sect2 id="tvout-neomagic">
13189
diego
parents: 13087
diff changeset
2574 <title>NeoMagic</title>
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2575
11264
20fd71b7edb4 Neomagic TVout experiences...
gabucino
parents: 11214
diff changeset
2576 <para>
13189
diego
parents: 13087
diff changeset
2577 The NeoMagic chip is found in a variety of laptops, some of them are equipped
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2578 with a simple analog TV encoder, some have a more advanced one.
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2579 <itemizedlist>
17559
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2580 <listitem><para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2581 <emphasis role="bold">Analog encoder chip</emphasis>:
17559
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2582 It has been reported that reliable TV out can be obtained by using
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2583 <option>-vo fbdev</option> or <option>-vo fbdev2</option>.
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2584 You need to have vesafb compiled in your kernel and pass
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2585 the following parameters on the kernel command line:
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2586 <option>append="video=vesafb:ywrap,mtrr" vga=791</option>.
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2587 You should start <application>X</application>, then switch to console mode
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
2588 with e.g.
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
2589 <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F1</keycap></keycombo>.
17559
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2590 If you fail to start <application>X</application> before running
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2591 <application>MPlayer</application> from the console, the video
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2592 becomes slow and choppy (explanations are welcome).
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2593 Login to your console, then initiate the following command:
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2594
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2595 <screen>clear; mplayer -vo fbdev -zoom -cache 8192 dvd://</screen>
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2596
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2597 Now you should see the movie running in console mode filling up about
21720
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
2598 half your laptop's LCD screen. To switch to TV hit
a751ed5e3aeb Add <keycombo> markup for key combinations
torinthiel
parents: 21596
diff changeset
2599 <keycombo><keycap>Fn</keycap><keycap>F5</keycap></keycombo> three times.
17559
4ae8c0169017 expanded and improved NeoMagic TV-out section
diego
parents: 17496
diff changeset
2600 Tested on a Tecra 8000, 2.6.15 kernel with vesafb, ALSA v1.0.10.
20862
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2601 </para></listitem>
c542d92ea51b [cosmetics]
torinthiel
parents: 20857
diff changeset
2602 <listitem>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2603 <para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2604 <emphasis role="bold">Chrontel 70xx encoder chip</emphasis>:
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2605 Found in IBM Thinkpad 390E and possibly other Thinkpads or notebooks.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2606 </para><para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2607 You must use <option>-vo vesa:neotv_pal</option> for PAL or
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2608 <option>-vo vesa:neotv_ntsc</option> for NTSC.
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2609 It will provide TV output function in the following 16 bpp and 8 bpp modes:
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2610 </para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2611 <itemizedlist>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2612 <listitem><para>NTSC 320x240, 640x480 and maybe 800x600 too.</para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2613 <listitem><para>PAL 320x240, 400x300, 640x480, 800x600.</para></listitem>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2614 </itemizedlist>
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2615 <para>Mode 512x384 is not supported in BIOS. You must scale the image
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2616 to a different resolution to activate TV out. If you can see an image on the
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2617 screen in 640x480 or in 800x600 but not in 320x240 or other smaller
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2618 resolution you need to replace two tables in <filename>vbelib.c</filename>.
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2619 See the vbeSetTV function for details. Please contact the author in this case.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2620 </para>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2621 <para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2622 Known issues: VESA-only, no other controls such as brightness, contrast,
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2623 blacklevel, flickfilter are implemented.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 21720
diff changeset
2624 </para>
12757
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2625 </listitem>
8bcd91d9efd1 Neomagic TV out support docs by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
diego
parents: 12578
diff changeset
2626 </itemizedlist>
11264
20fd71b7edb4 Neomagic TVout experiences...
gabucino
parents: 11214
diff changeset
2627 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2628 </sect2>
13912
c66b1514ce5b Remove pointless devices section, make video and audio top level sections.
diego
parents: 13908
diff changeset
2629 </sect1>
17321
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2630
7f9fcf5245a0 Improve overall structure by adding a few top-level chapters so that
diego
parents: 15894
diff changeset
2631 </chapter>