annotate DOCS/xml/en/bugs.xml @ 19788:04e58f0701c8

separate independant clauses with a semicolon, as suggested by The Wanderer
author gpoirier
date Sun, 10 Sep 2006 20:42:15 +0000
parents f302acf628d8
children 92907b58914f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
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>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 <sect1 id="bugs-special">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 <title>Special system/CPU-specific bugs/problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
7 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 <para>SIGILL (signal 4) on P3 using 2.2.x kernels:</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 <para>Problem: kernel 2.2.x doesn't have proper (working) SSE support</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 <para>Solution: upgrade kernel to 2.4.x</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 <para>Workaround: <command>./configure --disable-sse</command></para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 <para>General SIGILL (signal 4):</para>
11540
d480f7e36b74 <application> attack
wight
parents: 10913
diff changeset
16 <para>Problem: you compiled and run <application>MPlayer</application> on
d480f7e36b74 <application> attack
wight
parents: 10913
diff changeset
17 different machines (for example compiled on P3 and running on Celeron)</para>
d480f7e36b74 <application> attack
wight
parents: 10913
diff changeset
18 <para>Solution: compile <application>MPlayer</application> on the same machine
d480f7e36b74 <application> attack
wight
parents: 10913
diff changeset
19 where you will use it!</para>
13960
3027af083f6f Better explanation of how to build an MPlayer that runs on different
diego
parents: 13958
diff changeset
20 <para>Workaround: You can forget all this by configuring with the
3027af083f6f Better explanation of how to build an MPlayer that runs on different
diego
parents: 13958
diff changeset
21 <option>--enable-runtime-cpudetection</option> option or you can
3027af083f6f Better explanation of how to build an MPlayer that runs on different
diego
parents: 13958
diff changeset
22 disable particular CPU instruction sets with more specific options (like
3027af083f6f Better explanation of how to build an MPlayer that runs on different
diego
parents: 13958
diff changeset
23 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
3027af083f6f Better explanation of how to build an MPlayer that runs on different
diego
parents: 13958
diff changeset
24 </para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 <listitem>
15782
acd282acf129 Core-dumps are a known problem :)
ranma
parents: 13960
diff changeset
27 <para>Crashes when dumping streams:</para>
acd282acf129 Core-dumps are a known problem :)
ranma
parents: 13960
diff changeset
28 <para>Problem: core dump</para>
acd282acf129 Core-dumps are a known problem :)
ranma
parents: 13960
diff changeset
29 <para>Solution: Don't panic. Make sure you know where your towel is.</para>
acd282acf129 Core-dumps are a known problem :)
ranma
parents: 13960
diff changeset
30 </listitem>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 <sect1 id="bugs-audio">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <title>Various A-V sync and other audio problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 <sect2 id="bugs-delay-all">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 <title>General audio delay or jerky sound (exists with all or many files)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
39 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 <listitem><para>
19680
f302acf628d8 Remove the most outdated entries, small updates.
diego
parents: 15782
diff changeset
41 most common: buggy audio driver! - try to use different drivers, try ALSA OSS
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 emulation with <option>-ao oss</option>, also try <option>-ao sdl</option>,
9736
520f6d60bf75 fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents: 9675
diff changeset
43 sometimes it helps. If your file plays fine with <option>-nosound</option>, then you can be sure
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 it's sound card (driver) problem.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 <para>audio buffer problems (buffer size badly detected)</para>
12578
3f543ec01d1e 's should be outside of <application> tags.
diego
parents: 12576
diff changeset
50 <para>Workaround: <application>MPlayer</application>'s <option>-abs</option> option</para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 samplerate problems - maybe your card doesn't support the samplerate used in your
13958
5f00592069fe Audio plugins are now audio filters, noticed by Gabor Mizda.
diego
parents: 12578
diff changeset
56 files - try the resampling filter (<option>-af resample=...</option>)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 <para>slow machine (CPU or VGA)</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <para>try with <option>-vo null</option>, if it plays well, then you have slow
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63 VGA card/driver</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 <para>Workaround: buy a faster card or read this documentation about how to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 speed up</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 <para>Also try <option>-framedrop</option></para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 <sect2 id="bugs-delay-specific">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 <title>Audio delay/de-sync specific to one or a few files</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 <para>bad file</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77 Workaround:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 <para><option>-ni</option> or <option>-nobps</option> option (for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 non-interleaved or bad files)</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
82 <para>and/or</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 </listitem>
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 <para><option>-mc 0</option>(required for files with badly
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
86 interleaved VBR audio)</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87 <para>and/or</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
88 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
89 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90 <para><option>-delay</option> or <keycap>+</keycap>/<keycap>-</keycap>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 keys at runtime to adjust delay</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
92 </listitem>
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 If none of these help, please upload the file, we'll check (and fix).
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 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 <para>your sound card doesn't support 48kHz playback</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 <para>Workaround: buy a better sound card... or try to decrease fps by 10% (use
13958
5f00592069fe Audio plugins are now audio filters, noticed by Gabor Mizda.
diego
parents: 12578
diff changeset
100 <option>-fps 27</option> for a 30fps movie) or use the resample filter</para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 <para>slow machine(if A-V is not around 0, and the last number in the status
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 line increasing)</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 <para>Workaround: <option>-framedrop</option></para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 <sect2 id="bugs-nosound">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 <title>No sound at all</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 <para>your file uses an unsupported audio codec</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115 <para>read the documentation and help us adding support for it</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 <sect2 id="bugs-nopicture">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 <title>No picture at all (just plain grey/green window)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 <para>your file uses an unsupported video codec</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 <para>Workaround: read the documentation and help us adding support for it</para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 auto-selected codec can't decode the file, try to select another using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 <option>-vc</option> or <option>-vfm</option> options
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 <sect2 id="bugs-video">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 <title>Video-out problems</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 <para>
19680
f302acf628d8 Remove the most outdated entries, small updates.
diego
parents: 15782
diff changeset
139 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
140 <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
141 drivers support scaling/zooming in hardware.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 <title>OSD/sub flickering</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146 <para>
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><para>x11 driver: sorry, it can't be fixed now</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 <listitem><para>xv driver: use <option>-double</option> option</para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 <formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
155 <title>Green image using mga_vid (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 <listitem><para>mga_vid misdetected your card's RAM amount, reload it using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159 <option>mga_ram_size</option> option
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 </itemizedlist>
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 </formalpara>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
164
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 </sect1>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168 </appendix>