annotate DOCS/xml/en/bugs.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 241321e71357
children b89c59df8ba6
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: 20077
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: 9777
diff changeset
2 <!-- $Revision$ -->
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <appendix id="bugs">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <title>Known bugs</title>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
5
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <sect1 id="bugs-special">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <title>Special system/CPU-specific bugs/problems</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
8
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
11 <para>SIGILL (signal 4) on P3 using 2.2.x kernels:</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
12 <para>Problem: kernel 2.2.x doesn't have proper (working) SSE support</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
13 <para>Solution: upgrade kernel to 2.4.x</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
14 <para>Workaround: <command>./configure --disable-sse</command></para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
16
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
18 <para>General SIGILL (signal 4):</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
19 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
20 Problem: you compiled and run <application>MPlayer</application> on
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
21 different machines (for example compiled on P3 and running on Celeron)
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
22 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
23 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
24 Solution: compile <application>MPlayer</application> on the same machine
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
25 where you will use it!
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
26 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
27 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
28 Workaround: You can forget all this by configuring with the
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
29 <option>--enable-runtime-cpudetection</option> option or you can
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
30 disable particular CPU instruction sets with more specific options (like
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
31 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
32 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
34
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
36 <para>Crashes when dumping streams:</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
37 <para>Problem: core dump</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
38 <para>Solution: Don't panic. Make sure you know where your towel is.</para>
15782
acd282acf129 Core-dumps are a known problem :)
ranma
parents: 13960
diff changeset
39 </listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
43
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
44 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
45
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
46
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 <sect1 id="bugs-audio">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <title>Various A-V sync and other audio problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 <sect2 id="bugs-delay-all">
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
51 <title>General audio delay or jerky sound
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
52 (exists with all or many files)</title>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
53
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
56 most common: buggy audio driver! - try to use different drivers, try ALSA OSS
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
57 emulation with <option>-ao oss</option>, also try <option>-ao sdl</option>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
58 sometimes it helps. If your file plays fine with <option>-nosound</option>,
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
59 then you can be sure it's sound card (driver) problem.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 </para></listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
61
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
63 <para>audio buffer problems (buffer size badly detected)</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
64 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
65 Workaround: <application>MPlayer</application>'s <option>-abs</option> option
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
66 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
68
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 <listitem><para>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
70 samplerate problems - maybe your card doesn't support the samplerate used in
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
71 your files - try the resampling filter (<option>-af resample=...</option>)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 </para></listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
73
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
75 <para>slow machine (CPU or VGA)</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
76 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
77 try with <option>-vo null</option>, if it plays well, then you have slow
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
78 VGA card/driver
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
79 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
80 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
81 Workaround: buy a faster card or read this documentation about how to speed up
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
82 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
83 <para>Also try <option>-framedrop</option></para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
86 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
88 <!-- ********** -->
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
89
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90 <sect2 id="bugs-delay-specific">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 <title>Audio delay/de-sync specific to one or a few files</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
92
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
93 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
95 <para>bad file</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
96 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
97 Workaround:
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
100 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
101 <option>-ni</option> or <option>-nobps</option> option
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
102 (for non-interleaved or bad files)
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
103 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 <para>and/or</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
107 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
108 <option>-mc 0</option>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
109 (required for files with badly interleaved VBR audio)
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
110 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 <para>and/or</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
114 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
115 <option>-delay</option> or <keycap>+</keycap>/<keycap>-</keycap>
23496
241321e71357 little indentation fix
ptt
parents: 21670
diff changeset
116 keys at runtime to adjust delay
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
117 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 </itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
120 If none of these help, please upload the file, we'll check (and fix).
21670
eb0be98eebf2 [cosmetics] minor fixes after reformatting round
torinthiel
parents: 21521
diff changeset
121 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
123
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
125 <para>your sound card doesn't support 48kHz playback</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
126 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
127 Workaround: buy a better sound card... or try to decrease fps by 10%
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
128 (use <option>-fps 27</option> for a 30fps movie) or use the resample filter
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
129 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
131
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
133 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
134 slow machine (if A-V is not around 0,
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
135 and the last number in the status line increasing)
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
136 </para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
137 <para>Workaround: <option>-framedrop</option></para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
142 <!-- ********** -->
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
143
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 <sect2 id="bugs-nosound">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 <title>No sound at all</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
146
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
149 <para>your file uses an unsupported audio codec</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
150 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
151 Solution: read the documentation and help us adding support for it
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
152 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
157 <!-- ********** -->
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
158
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 <sect2 id="bugs-nopicture">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 <title>No picture at all (just plain grey/green window)</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
161
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
164 <para>your file uses an unsupported video codec</para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
165 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
166 Solution: read the documentation and help us adding support for it
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
167 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 </listitem>
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
169
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 <listitem>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
171 <para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
172 auto-selected codec can't decode the file, try to select another using
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
173 <option>-vc</option> or <option>-vfm</option> options
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
174 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
176 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
179 <!-- ********** -->
20074
92907b58914f (cosmetics) add some empty lines to improve readability
torinthiel
parents: 19680
diff changeset
180
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 <sect2 id="bugs-video">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 <title>Video-out problems</title>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
183
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 <para>
19680
f302acf628d8 Remove the most outdated entries, small updates.
diego
parents: 15782
diff changeset
185 First note that the options <option>-fs</option>, <option>-vm</option> and
f302acf628d8 Remove the most outdated entries, small updates.
diego
parents: 15782
diff changeset
186 <option>-zoom</option> are not supported by all drivers. Plus, not all
f302acf628d8 Remove the most outdated entries, small updates.
diego
parents: 15782
diff changeset
187 drivers support scaling/zooming in hardware.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 <title>OSD/sub flickering</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
192 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 <itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
194 <listitem><para>x11 driver: sorry, it can't be fixed now</para></listitem>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
195 <listitem><para>xv driver: use <option>-double</option> option</para></listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
197 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
198 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 <formalpara>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
201 <title>Green image using mga_vid
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
202 (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 <itemizedlist>
21521
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
205 <listitem><para>
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
206 mga_vid misdetected your card's RAM amount, reload it using
b210a229fbcb General reformatting round:
torinthiel
parents: 20535
diff changeset
207 <option>mga_ram_size</option> option.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
208 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
209 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
210 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
211 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
212
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
213 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
214 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
215
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
216 </appendix>