Mercurial > mplayer.hg
annotate DOCS/faq.html @ 6672:535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
author | diego |
---|---|
date | Mon, 08 Jul 2002 08:55:07 +0000 |
parents | 917fa27c7d32 |
children | a0414ad68a4e |
rev | line source |
---|---|
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1612 | 2 <HTML> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
3 |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
4 <HEAD> |
6391 | 5 <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
4982
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
7 </HEAD> |
6cb9d9a1716d
HTML: different font handling - idea from new hp dezign
gabucino
parents:
4921
diff
changeset
|
8 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
9 <BODY> |
1704 | 10 |
1612 | 11 |
1682 | 12 <P><B><A NAME=5>5. FAQ section</A></B></P> |
13 | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
14 <UL> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
15 <LI><A HREF="#5.1">5.1 Compilation</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
16 <LI><A HREF="#5.2">5.2 General questions</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
17 <LI><A HREF="#5.3">5.3 File playing problems</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
18 <LI><A HREF="#5.4">5.4 Video/audio driver problems (vo/ao)</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
19 <LI><A HREF="#5.5">5.5 DVD playback</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
20 <LI><A HREF="#5.6">5.6 Feature requests</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
21 <LI><A HREF="#5.7">5.7 Encoding</A></LI> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
22 </UL> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
23 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
24 <TABLE BORDER=0 WIDTH="100%" ALIGN=left> |
1682 | 25 |
6393 | 26 <TR><TD COLSPAN=3><P><B><A NAME=5.1>5.1 Compilation</A></B></P> |
1682 | 27 </TD><TR><TD COLSPAN=3> </TD><TR> |
28 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
29 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Compilation stops with an error message similar to this one: |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
30 <PRE> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
31 In file included from mplayer.c:34: |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
32 mw.h: In function `mplMainDraw': |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
33 mw.h:209: Internal compiler error in print_rtl_and_abort, at flow.c:6458 |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
34 Please submit a full bug report, |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
35 with preprocessed source if appropriate. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
36 </PRE> |
6669
917fa27c7d32
Update about gcc 3.0.4. The problem is not Red Hat specific.
diego
parents:
6639
diff
changeset
|
37 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is a known problem of gcc |
917fa27c7d32
Update about gcc 3.0.4. The problem is not Red Hat specific.
diego
parents:
6639
diff
changeset
|
38 3.0.4, upgrade to 3.1 to solve the problem. How to install gcc is described |
917fa27c7d32
Update about gcc 3.0.4. The problem is not Red Hat specific.
diego
parents:
6639
diff
changeset
|
39 <A HREF="users_against_developers.html">here</A>. |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
40 </TD><TR><TD COLSPAN=3> </TD><TR> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
41 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
42 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Configure ends with this text, and MPlayer won't compile!<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
43 <CODE>"Your gcc does not support even i386 for '-march' and '-mcpu'."</CODE> |
6393 | 44 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your gcc isn't installed correctly, check the <CODE>config.log</CODE> file |
3290 | 45 for details. |
46 </TD><TR><TD COLSPAN=3> </TD><TR> | |
47 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
48 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What does "No such file or directory" mean? |
6393 | 49 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Probably there is no such file or directory. |
2117 | 50 </TD><TR><TD COLSPAN=3> </TD><TR> |
51 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
52 <TD> </TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What's the problem with gcc 2.96? |
6393 | 53 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><B>We strongly discourage the use of gcc 2.96!!!</B><BR> |
6055 | 54 Read <A HREF="users_against_developers.html#gcc">this</A> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
55 document for details. If you still really really want to use it, be sure to get |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
56 the latest release, but remember that you are on your own. Do <B>not</B> report |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
57 bugs or ask for help on the mailing lists. We will <B>not</B> provide any support |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
58 in case you run into problems. |
2954 | 59 <BR> |
1682 | 60 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 61 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
62 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Great, I have gcc 3.0.1 from Red Hat/Mandrake, then I'm fine--! |
6393 | 63 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>No, since there have been/are issues with these compilers as well.<BR> |
6583 | 64 To check the status of current compilers' MPlayer support, see the |
65 <A HREF="documentation.html#1.3">Installation</A> section. | |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
66 </TD><TR><TD COLSPAN=3> </TD><TR> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
67 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
68 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I tried to compile MPlayer, but I got this output: |
2092
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
69 <PRE> |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
70 In file included from /usr/include/g++-v3/bits/std_cwchar.h:42, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
71 from /usr/include/g++-v3/bits/fpos.h:40, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
72 from /usr/include/g++-v3/bits/char_traits.h:40, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
73 from /usr/include/g++-v3/bits/std_string.h:41, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
74 from /usr/include/g++-v3/string:31, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
75 from libwin32.h:36, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
76 from DS_AudioDecoder.h:4, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
77 from DS_AudioDec.cpp:5: |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
78 /usr/include/wchar.h: In function Long long int wcstoq(const wchar_t*, |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
79 wchar_t**, int)': |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
80 /usr/include/wchar.h:514: cannot convert `const wchar_t* __restrict' to |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
81 `const |
7ef08e76e77a
gcc warnings fixed/added (sigh, a new one always comes out:)
gabucino
parents:
2091
diff
changeset
|
82 </PRE> |
6393 | 83 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Upgrade your glibc to the latest release. On Mandrake, use 2.2.4-8mdk. |
1682 | 84 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 85 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
86 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>... gcc 2.96 ... (Yes, some people are STILL flaming about their gcc 2.96!!) |
6393 | 87 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Quoted from a |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
88 <A HREF="http://www.mplayerhq.hu/pipermail/mplayer-users/2001-October/005351.html">mail</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
89 A'rpi sent to the |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
90 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
91 list (the word 'ideg' is described below): |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
92 <BLOCKQUOTE> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
93 <P>And we have idegs. And our idegcounter overflowed again and again.</P> |
2137 | 94 |
95 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
96 who can't even use Windows, and never tried to compile a kernel. They installed |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
97 (with default options) Mandrake or Red Hat or SuSE, and without RTFM'ing they |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
98 send messages saying 'it doesn't work! help me! please! i'm new to Linux! |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
99 help! oh! help me!'. We can't stop them, but at least we try to force them to |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
100 RTFM and to read the messages of ./configure and MPlayer.</P> |
2137 | 101 |
102 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. | |
103 Instead of helping users or making patches to help solve problems.</P> | |
104 | |
105 <P>Half of our spare/free time is spent by answering silly mails here and | |
106 making newer tricks and checks to configure to avoid such mails.</P> | |
107 | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
108 <P>And there is a balance. On the one side are you, clever guys, saying we are |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
109 very bad because we don't like buggy gcc 2.96, and on the other side there are |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
110 the 'new to Linux' guys who are showing us gcc 2.96 is buggy.</P> |
2137 | 111 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
112 <P>Conclusion: We can't be good. Half the people always will say we are bad.</P> |
2137 | 113 |
114 <P>Maybe we should close the project, make it closed source, commercial, and | |
115 provide install support for it. then we could leave current work, so | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
116 development could go faster, and we could earn lots of money with it and buy a |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
117 big house, etc etc. Do you really want it? It seems.</P> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
118 </BLOCKQUOTE> |
2137 | 119 |
120 </TD><TR><TD COLSPAN=3> </TD><TR> | |
121 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
122 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Where can I find information about gcc 2.96 bugs? |
6393 | 123 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><A HREF="users_against_developers.html#gcc">This</A> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
124 document describes why Red Hat released 2.96 and other interesting things. |
2488 | 125 </TD><TR><TD COLSPAN=3> </TD><TR> |
126 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
127 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>SDL output doesn't work or compile. The problem is ... |
6393 | 128 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It was tested to work with SDL 1.2.x and may run on SDL 1.1.7+. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
129 It does <B>not</B> work with any previous version. So if you choose to use such |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
130 a version, you are on your own. |
1682 | 131 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 132 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
133 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I am still having trouble compiling with SDL support. gcc says something |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
134 about "undefined reference to `SDL_EnableKeyRepeat'". What now? |
6393 | 135 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Where did you install the SDL library? If you installed in /usr/local |
1682 | 136 (the default) then edit the top level config.mak and add |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
137 "-L/usr/local/lib" after "X_LIBS=". Now type make. You're done! |
1682 | 138 </TD><TR><TD COLSPAN=3> </TD><TR> |
139 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
140 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>It doesn't compile, and it misses uint64_t inttypes.h and similar things ... |
6393 | 141 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Copy etc/inttypes.h to the <B>MPlayer</B> directory (<CODE>cp etc/inttypes.h .</CODE>) |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
142 and try again ... |
1682 | 143 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 144 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
145 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have Linux running on a Pentium III but <CODE>./configure</CODE> doesn't detect |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
146 SSE ... |
6393 | 147 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
148 be prepared for problems). |
1682 | 149 </TD><TR><TD COLSPAN=3> </TD><TR> |
150 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
151 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have a G200/G400, how do I compile/use the mga_vid driver? |
6393 | 152 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="video.html#2.3.1.7">mga_vid documentation</A>. |
1682 | 153 </TD><TR><TD COLSPAN=3> </TD><TR> |
154 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
155 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Are there rpm/deb/... packages of <B>MPlayer</B>? |
6393 | 156 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You can make a .deb package for yourself, check the <A HREF="documentation.html#6.1">Debian packaging</A> section. |
6672
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
157 There are links to official Red Hat RPM packages available on our |
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
158 <A HREF="http://www.mplayerhq.hu/homepage/dload.html">download page</A>. |
1682 | 159 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 160 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
161 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>During 'make', MPlayer complains about X11 libraries. I don't understand, |
1682 | 162 I DO have X installed!? |
6393 | 163 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>... but you don't have the X development package installed. Or not |
6672
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
164 correctly. It's called XFree86-devel* under Red Hat, and xlibs-dev under |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
165 Debian. Also check if the <CODE>/usr/X11</CODE> and <CODE>/usr/include/X11</CODE> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
166 symlinks exist (this can be a problem on Mandrake systems). They can be created |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
167 with these commands:<BR> |
1682 | 168 <CODE>$ ln -sf /usr/X11R6 /usr/X11</CODE><BR> |
169 <CODE>$ ln -sf /usr/X11R6/include/X11 /usr/include/X11</CODE><BR> | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
170 Your distribution may differ from the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
171 <A HREF="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</A>. |
1682 | 172 </TD><TR><TD COLSPAN=3> </TD><TR> |
173 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
174 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I can't compile SVGAlib. I'm using kernel 2.3/2.4 ... |
6393 | 175 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have to edit SVGAlib's Makefile.cfg and comment <CODE>BACKGROUND = y</CODE> out. |
1682 | 176 </TD><TR><TD COLSPAN=3> </TD><TR> |
177 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
178 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I compiled MPlayer with libdvdcss/libdivxdecore support, but when |
1682 | 179 I try to start it, it says:<BR> |
2001 | 180 <CODE>> error while loading shared libraries: lib*.so.0: cannot load |
1682 | 181 shared object file: No such file or directory</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
182 I checked up on the file and it IS there in <CODE>/usr/local/lib</CODE> ... |
6393 | 183 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Add <CODE>/usr/local/lib</CODE> to <CODE>/etc/ld.so.conf</CODE> and run <CODE>ldconfig</CODE>. |
1682 | 184 </TD><TR><TD COLSPAN=3> </TD><TR> |
185 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
186 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Hmm, strange. When loading the mga_vid.o kernel module, I found this in the logs:<BR> |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
187 <CODE>Warning: loading mga_vid.o will taint the kernel: no license</CODE> |
6393 | 188 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The latest kernel modutils require a flag indicating the license (mainly |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
189 to avoid kernel hackers debugging closed source drivers). |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
190 Upgrade your kernel, modutils and <B>MPlayer</B>. |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
191 </TD><TR><TD COLSPAN=3> </TD><TR> |
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
192 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
193 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When compiling <B>MEncoder</B>, it segfaults at linking!!! |
6393 | 194 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is a linker problem. Upgrading binutils should help (2.11.92.* or newer |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
195 should be good). Since it is not our fault, please do <B>not</B> report! |
2772 | 196 </TD><TR><TD COLSPAN=3> </TD><TR> |
197 | |
6639 | 198 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>MPlayer dies with segmentation fault upon pthread check! |
199 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>chmod 644 /usr/lib/libc.so | |
200 </TD><TR><TD COLSPAN=3> </TD><TR> | |
201 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
202 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I'd like to compile <B>MPlayer</B> on Minix! |
6393 | 203 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Me too. :) |
3053 | 204 </TD><TR><TD COLSPAN=3> </TD><TR> |
205 | |
2771
b2b3926a5e46
"boycott cvs" MPlayer T-shirts available from your local MPlayer distributor
gabucino
parents:
2606
diff
changeset
|
206 |
6393 | 207 <TD COLSPAN=3><B><A NAME="5.2">5.2 General questions</A></B> |
1682 | 208 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 209 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
210 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the x11 driver (<CODE>-vo x11</CODE>) ... |
6393 | 211 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It does, but you have to explicitly specify software scaling (it's SLOW!) with |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
212 the <CODE>-zoom</CODE> option. You better use XF86VidMode support: |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
213 you must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE> switch, and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
214 you're done. Make sure you have the right modelines in your XF86Config file, and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
215 try to make the <A HREF="video.html#2.3.1.3">DGA driver</A> and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
216 <A HREF="video.html#2.3.1.4">SDL's DGA driver</A> work for you. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
217 It's much faster. If SDL's DGA works, use that, it'll be EVEN faster! |
1682 | 218 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 219 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
220 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What is the meaning of the numbers on the status line? |
6393 | 221 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Example: <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE><BR> |
1682 | 222 <UL> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
223 <LI>A: audio position in seconds |
1682 | 224 <LI>V: video position in seconds |
225 <LI>A-V: audio-video difference in seconds (delay) | |
226 <LI>ct: total A-V sync correction done | |
227 <LI>frames played (counting from last seek) | |
5700 | 228 <LI>frames decoded (counting from last seek) |
229 <LI>video codec cpu usage in percent (for slices and DR this includes video_out) | |
230 <LI>video_out cpu usage | |
1682 | 231 <LI>audio codec cpu usage in percent |
232 <LI>frames needed to drop to maintain A-V sync | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
233 <LI>current level of image postprocessing (when using <CODE>-autoq</CODE>) |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
234 <LI>current cache size used (around 50% is normal) |
1682 | 235 </UL> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
236 Most of them are for debug purposes and will be removed soon. |
1682 | 237 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 238 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
239 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What if I don't want them to appear? |
6393 | 240 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use the <CODE>-quiet</CODE> option and read the man page. |
1864 | 241 </TD><TR><TD COLSPAN=3> </TD><TR> |
242 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
243 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Why is video_out cpu usage zero (0%) for some files? |
6583 | 244 </B></TD><TR><TD></TD><TD VALIGN=top>A1:</TD><TD>It's not zero, but it's called from the codec and thus cannot be measured |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
245 separately. You should try to play the file using <CODE>-vo null</CODE> and then |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
246 <CODE>-vo ...</CODE> and check the difference to see the video_out speed. |
6583 | 247 </TD><TR><TD></TD><TD VALIGN=top>A2:</TD><TD>You are using Direct Rendering, |
248 where the codec renders to the video memory itself. In this case, the | |
6672
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
249 decoding percentage contains the display percentage, too. |
1682 | 250 </TD><TR><TD COLSPAN=3> </TD><TR> |
251 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
252 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>There are error messages about file not found <CODE>/usr/lib/win32/</CODE> ... |
6393 | 253 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Download the <A HREF="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec-0.90.tar.bz2">Win32 codecs</A> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
254 from <B>our</B> FTP site (avifile's codec package has a different DLL set) and |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
255 install it. |
1682 | 256 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 257 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
258 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Are there any mailing lists on MPlayer? |
6393 | 259 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Yes! See the bottom of the info page on |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
260 <A HREF="http://www.mplayerhq.hu/homepage/info.html">our homepage</A> to subscribe! |
1682 | 261 </TD><TR><TD COLSPAN=3> </TD><TR> |
262 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
263 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I've found a nasty bug when I tried to play my favorite video!! |
1682 | 264 Who should I inform? |
6393 | 265 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Please read the <A HREF="bugreports.html">bug reporting guidelines</A> and follow |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
266 the instructions. |
1682 | 267 </TD><TR><TD COLSPAN=3> </TD><TR> |
268 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
269 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have problems playing files with the ... codec. Can I use them? |
6393 | 270 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Check the <A HREF="http://www.mplayerhq.hu/DOCS/codecs-status.html">codec status</A>, |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
271 if it doesn't contain your codec, read the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
272 <A HREF="codecs.html#2.1.3">codec documentation</A>, especially the |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
273 <A HREF="codecs.html#2.2.3">codec importing HOWTO</A> and contact us. |
1682 | 274 </TD><TR><TD COLSPAN=3> </TD><TR> |
275 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
276 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Umm, what is "IdegCounter"? |
6393 | 277 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>A combination of a Hungarian and an English word. "Ideg" in Hungarian means |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
278 the same as "nerve" in English, and is pronounced as something like "ydaegh". |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
279 It was first used to measure the nervousness of A'rpi, after some (umm) "mystic" |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
280 disappearance of CVS code ;) |
1682 | 281 </TD><TR><TD COLSPAN=3> </TD><TR> |
282 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
283 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>And what is "Faszom(C)ounter"? |
6393 | 284 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>"Fasz" is a Hungarian word you don't want to know, the others are connected to |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
285 the perverted minds of the MPlayer developers. |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
286 </TD><TR><TD COLSPAN=3> </TD><TR> |
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
287 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
288 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>LIRC doesn't work, because ... |
6393 | 289 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you sure you are using <CODE>mplayer</CODE> instead of <CODE>mplayer_lirc</CODE>? |
6672
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
290 Note that it was <CODE>mplayer_lirc</CODE> for a long time, including the 0.60 |
535b63237c14
Added a link, xlib6g-dev is now called xlibs-dev plus typo and wording.
diego
parents:
6669
diff
changeset
|
291 release, but it was recently changed back to <CODE>mplayer</CODE>. |
1682 | 292 </TD><TR><TD COLSPAN=3> </TD><TR> |
293 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
294 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Subtitles are very nice, the most beautiful I've ever seen, but they slow |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
295 down playing! I know it's unlikely ... |
6393 | 296 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>After running <CODE>./configure</CODE> , edit <CODE>config.h</CODE> and replace |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
297 <CODE>#undef FAST_OSD</CODE> with <CODE>#define FAST_OSD</CODE>. Then recompile. |
1682 | 298 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 299 |
6573 | 300 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>The onscreen display (OSD) is flickering! |
6393 | 301 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You use a vo driver with single buffering (x11,xv). With xv, |
5700 | 302 use the <CODE>-double</CODE> option. Also try <CODE>-vop expand</CODE> |
1682 | 303 </TD><TR><TD COLSPAN=3> </TD><TR> |
304 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
305 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What exactly is this libavcodec thing? |
6393 | 306 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>See the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>. |
1682 | 307 </TD><TR><TD COLSPAN=3> </TD><TR> |
308 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
309 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>But configure tells me "Checking for libavcodec ... no"! |
6393 | 310 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You need to get libavcodec from FFmpeg's CVS. Read the instructions in |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
311 the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>. |
1682 | 312 </TD><TR><TD COLSPAN=3> </TD><TR> |
313 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
314 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Icewm's taskbar keeps covering the movie in fullscreen mode! |
6393 | 315 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This shouldn't happen anymore, if it still does use the <CODE>-icelayer</CODE> |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
316 option and report it to the |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
317 <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</A> |
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
318 mailing list. |
2047
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
319 </TD><TR><TD COLSPAN=3> </TD><TR> |
337daaf16922
added 'icewm suxx' Q/A.. don't kill me. kill arpi instead.
gabucino
parents:
2001
diff
changeset
|
320 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
321 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I can't access the GUI menu. I press right click, but I can't access any |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
322 menu items! |
6393 | 323 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Are you using FVWM? Try the following:<BR> |
2972 | 324 Start -> Settings -> Configuration -> Base Configuration<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
325 Set "Use Applications position hints" to "Yes". |
2972 | 326 </TD><TR><TD COLSPAN=3> </TD><TR> |
327 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
328 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>How can I run MPlayer in the background? |
6393 | 329 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use: <CODE>mplayer <options> <filename> < /dev/null &</CODE> |
4680 | 330 </TD><TR><TD COLSPAN=3> </TD><TR> |
331 | |
1682 | 332 <TD COLSPAN=3> |
6393 | 333 <B><A NAME="5.3">5.3 File playing problems</A></B> |
1682 | 334 </TD><TR><TD COLSPAN=3> </TD><TR> |
335 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
336 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>... works with avifile/aviplay but doesn't with MPlayer. |
6393 | 337 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><B>MPlayer</B> != avifile. |
1682 | 338 The only common thing between these players is the Win32 DLL loader. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
339 The codecs (DLL) set, synchronization, demultiplexing etc is totally |
1682 | 340 different and shouldn't be compared. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
341 If something works with aviplay it doesn't mean that <B>MPlayer</B> will work |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
342 and vice versa. |
1682 | 343 </TD><TR><TD COLSPAN=3> </TD><TR> |
344 | |
6583 | 345 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Audio goes out of sync playing an AVI file. |
6393 | 346 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try the <CODE>-bps</CODE> or <CODE>-nobps</CODE> option. If it does not improve, |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
347 read <A HREF="bugreports.html">this</A> and upload the file to FTP. |
1682 | 348 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 349 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
350 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>MPlayer exits with some error when using l3codeca.acm. |
6393 | 351 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Check <CODE>ldd /usr/local/bin/mplayer</CODE> output. If it contains<BR> |
1682 | 352 <CODE>libc.so.6 => /lib/libc.so.6 (0x4???????)</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
353 where "?" is any number then it's OK, the error is not here. If it is:<BR> |
1682 | 354 <CODE>libc.so.6 => /lib/libc.so.6 (0x00??????)</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
355 then there is a problem with your kernel/libc. Maybe you are using some |
1682 | 356 security patches (for example Solar Designer's OpenWall patch) which |
357 forces loading libraries to very low addresses. | |
358 Because l3codeca.acm is a non-relocatable DLL, it must be loaded to | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
359 0x00400000, we can't change this. You should use a non-patched kernel, |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
360 or use <B>MPlayer</B>'s <CODE>-afm 1</CODE> option to disable using l3codeca.acm. |
1682 | 361 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 362 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
363 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>My computer plays M$ DivX AVIs with resolutions ~ 640x300 and stereo mp3 |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
364 sound too slow. When I use -nosound switch, everything is OK (but quiet). |
6393 | 365 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your machine is too slow or your soundcard driver is broken. Consult the documentation to see if you can improve |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
366 performance. |
1682 | 367 </TD><TR><TD COLSPAN=3> </TD><TR> |
2848
33c32f3d9f1f
many small updates, fixes (some/more to be completed soon)
gabucino
parents:
2772
diff
changeset
|
368 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
369 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video". |
6583 | 370 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try running <B>MPlayer</B> on the machine you compiled on. Or recompile |
371 with runtime CPU detection | |
372 (<CODE>./configure --enable-runtime-cpudetection</CODE>). Don't | |
373 use <B>MPlayer</B> on a CPU different from the one it was compiled on, | |
374 without using the feature mentioned just now. | |
1682 | 375 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 376 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
377 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ... |
6393 | 378 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <A HREF="bugreports.html">bug reporting guidelines</A> and send us a |
6055 | 379 proper bug report. |
1682 | 380 </TD><TR><TD COLSPAN=3> </TD><TR> |
381 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
382 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>But it works with avifile! |
6393 | 383 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>So what? |
1682 | 384 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 385 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
386 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Then avifile is better! |
6393 | 387 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Then use avifile, it has a nice GUI and nice C++ code :) |
1682 | 388 </TD><TR><TD COLSPAN=3> </TD><TR> |
389 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
390 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I got this playing mpeg files: Can't find codec for video format 0x10000001! |
6393 | 391 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have an old version of codecs.conf at <CODE>~/.mplayer/</CODE>. Upgrade it |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
392 from <CODE>/etc/</CODE>.<BR> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
393 <B>OR</B> you have the <CODE>vc=</CODE> option or something similar in your |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
394 config file(s). |
1682 | 395 </TD><TR><TD COLSPAN=3> </TD><TR> |
396 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
397 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When starting MPlayer under KDE I just get a black screen and nothing happens. |
6352 | 398 After about one minute the video starts playing. |
6393 | 399 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The KDE arts sound daemon is blocking the sound device. Either wait until the |
6352 | 400 video starts or disable the arts-daemon in kontrol center. If you want |
6329 | 401 to use arts sound, specify audio output via our native arts audio driver |
6352 | 402 (<CODE>-ao arts</CODE>). If it fails or isn't compiled in, try SDL |
403 (<CODE>-ao sdl</CODE>) and make sure your SDL can handle arts sound. Yet | |
6329 | 404 another option is to start <B>MPlayer</B> with artsdsp. |
1682 | 405 </TD><TR><TD COLSPAN=3> </TD><TR> |
406 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
407 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have an AVI that produces a gray screen when played with <CODE>-vc odivx</CODE> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
408 and a green one with <CODE>-vc divx4</CODE>. |
6393 | 409 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It's not a DivX file, but an M$ MPEG4v3 . Update your codecs.conf. |
1682 | 410 </TD><TR><TD COLSPAN=3> </TD><TR> |
411 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
412 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When I play this movie I get video-audio desync and/or MPlayer crashes with the following message:<BR> |
1892 | 413 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE> |
6393 | 414 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This can have multiple reasons.<BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
415 <UL> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
416 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
417 displays a message if this is the case (and the dropped frames counter goes up fast).</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
418 <LI>If it is an AVI, maybe it has bad interleaving. Try the <CODE>-ni</CODE> option.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
419 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
420 See the <A HREF="sound.html">sound card section</A>.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
421 <LI>The AVI has a bad header, try the <CODE>-nobps</CODE> option, and/or |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
422 <CODE>-mc 0</CODE>.</LI> |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
423 </UL> |
1892 | 424 </TD><TR><TD COLSPAN=3> </TD><TR> |
425 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
426 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have an MJPEG file which works with other players but displays only a black |
2606 | 427 image in MPlayer. |
6393 | 428 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Disable the Windows DLL in <CODE>codecs.conf</CODE>, or use the |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
429 <CODE>-vc ffmjpeg</CODE> option (compile MPlayer with libavcodec for this to work). |
2606 | 430 </TD><TR><TD COLSPAN=3> </TD><TR> |
431 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
432 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When I try to grab from my tuner, it works, but colors are strange. It's OK |
3030 | 433 with other applications. |
6393 | 434 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your card probably misreports its colorspace capacity. Try with YUY2 instead |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
435 of default YV12 (see the <A HREF="documentation.html#2.5">TV input documentation</A>). |
3030 | 436 </TD><TR><TD COLSPAN=3> </TD><TR> |
437 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
438 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When I start playing, I get this message but everything seems fine:<BR> |
3053 | 439 <CODE>Linux RTC init: ioctl (rtc_pie_on): Permission denied</CODE> |
6617 | 440 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You need root privileges or a |
441 specially set up kernel to use the new timing code. For details see the | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
442 <A HREF="documentation.html#1.3">installation section</A> of the documentation. |
3053 | 443 </TD><TR><TD COLSPAN=3> </TD><TR> |
444 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
445 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have A/V sync problems. Some of my AVIs play fine, but some play with |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
446 double speed! |
6393 | 447 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and |
5700 | 448 you try to play a file which has 22050Hz audio. Try the resample audio plugin. |
3162 | 449 </TD><TR><TD COLSPAN=3> </TD><TR> |
450 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
451 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>All the WMV (or other..) files I play create a green/gray window and there is |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
452 only sound! MPlayer prints:<BR> |
3192 | 453 <CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE> |
6393 | 454 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Update your <CODE>codecs.conf</CODE>. |
3192 | 455 </TD><TR><TD COLSPAN=3> </TD><TR> |
456 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
457 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I get very strange percentage values (way too big) while playing files on my notebook. |
6393 | 458 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It's an effect of the power management / power saving system of your notebook |
6282 | 459 (BIOS, not kernel). Plug the external power connector in <B>before</B> you power on your |
5016 | 460 notebook. |
461 </TD><TR><TD COLSPAN=3> </TD><TR> | |
462 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
463 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>The audio/video gets totally out of sync when I run MPlayer as root on my notebook. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
464 It works normal when i run it as a user. |
6393 | 465 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is again a power management effect (see above). Plug the external power |
6282 | 466 connector in <B>before</B> you power on your notebook or use the |
6269
d88634604312
Cleaning up after Attila's checkin. Options should be in <CODE>-tags.
diego
parents:
6268
diff
changeset
|
467 <CODE>-nortc</CODE> switch. |
5016 | 468 </TD><TR><TD COLSPAN=3> </TD><TR> |
3053 | 469 |
1682 | 470 <TD COLSPAN=3> |
6393 | 471 <B><A NAME="5.4">5.4 Video/audio driver problems (vo/ao)</A></B> |
1682 | 472 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 473 |
474 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
475 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>What about the DGA driver? I can't find it!!! |
6393 | 476 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><CODE>./configure</CODE> autodetects your DGA driver. If <CODE>-vo help</CODE> doesn't show |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
477 DGA, then there's a problem with your X installation. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
478 Try <CODE>./configure --enable-dga</CODE> and read the |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
479 <A HREF="video.html#2.3.1.3">documentation</A>. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
480 Alternatively, try SDL's DGA driver with the <CODE>-vo sdl:dga</CODE> option. |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
481 </TD><TR><TD COLSPAN=3> </TD><TR> |
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
482 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
483 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about permissions! |
1682 | 484 Help me! |
6393 | 485 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>It works only if running as root! It's a DGA limitation. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
486 You should become root (<CODE>su -</CODE>), and try again. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
487 Another solution is making <B>MPlayer</B> SUID root, but it's <B>NOT RECOMMENDED!</B><BR> |
1682 | 488 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
489 <CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR> |
1682 | 490 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> |
491 <B>!!!! BUT STAY TUNED !!!!</B><BR> | |
492 This is a *BIG* security risk! *NEVER* do this on a server or on a computer | |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
493 that you do not control completely because other users can gain root |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
494 privileges through SUID root MPlayer!!!<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
495 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B> |
1682 | 496 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 497 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
498 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When using Xvideo, my Voodoo 3/Banshee says:<BR> |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
499 <CODE>X Error of failed request: BadAccess (attempt to access private resource denied)<BR> |
1682 | 500 Major opcode of failed request: 147 (MIT-SHM)<BR> |
501 Minor opcode of failed request: 1 (X_ShmAttach)<BR> | |
502 Serial number of failed request: 26<BR> | |
2240
5d476d03e2b3
ide vmi nagy hulyeseget akartam irni de elfelejtettem
gabucino
parents:
2153
diff
changeset
|
503 Current serial number in output stream:27</CODE><BR> |
6393 | 504 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>The "tdfx" driver in XFree86 4.0.2/4.0.3 had this bug. This was solved by |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
505 <A HREF="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621 of the XFree86 4.1.0 CVS log</A>. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
506 So upgrade to XFree86 4.1.0 or later. Alternatively, either download (at least) |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
507 DRI version 0.6 from the <A HREF="http://dri.sourceforge.net">DRI homepage</A>, |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
508 or use CVS DRI. |
1682 | 509 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 510 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
511 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>OpenGL (<CODE>-vo gl</CODE>) output doesn't work (hang/black window/X11 errors/...). |
6393 | 512 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage). |
3858 | 513 It's known not to work with nVidia's binary mess. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
514 It's known to work with Utah-GLX/DRI and Matrox G400 cards. Also with |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
515 DRI and Radeon cards. It won't work with DRI and other cards. |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
516 it will not work with 3DFX cards because of the 256x256 texture size limit. |
1682 | 517 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 518 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
519 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have an nVidia TNT/TNT2 card, and I have a band with strange colors, |
1682 | 520 right under the movie! Whose fault is this? |
6393 | 521 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This is a bug of nVidia's binary X driver. These bugs appear ONLY with the |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
522 TNT/TNT2 cards, and we can't do anything about it. To fix the problem, upgrade |
5700 | 523 to the latest nVidia binary driver version. If still bad, complain to nVidia! |
1682 | 524 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 525 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
526 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I have an nVidia XYZ card, and when I click on the GUI's display window to toggle |
2065 | 527 displaying the GUI panel, a black square appears where I clicked. I have |
528 the newest driver. | |
6393 | 529 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Yes, nVidia corrected a previous bug (above), and introduced a new one. Let's |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
530 congratulate them. UPDATE: According to |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
531 <A HREF="users_against_developers.html#nvidia">nVidia</A>, this has already been |
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
532 fixed. |
2065 | 533 </TD><TR><TD COLSPAN=3> </TD><TR> |
534 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
535 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>When I use the GUI with SDL video output, a second video window is created. |
6393 | 536 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Known, don't use SDL for the GUI yet. |
3343 | 537 </TD><TR><TD COLSPAN=3> </TD><TR> |
538 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
539 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Oh the world is cruel ...! SDL has only <CODE>x11</CODE> target, but not |
5498 | 540 <CODE>xv</CODE>! |
6393 | 541 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Try that <CODE>x11</CODE> target again. Now try <CODE>-vo x11 -fs -zoom</CODE>. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
542 See the difference? No?! OK, here comes the enlightenment: SDL's |
5498 | 543 <CODE>x11</CODE> target uses xv when available, you don't have to worry about |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
544 it ... Note: you can force/disable Xv via SDL using <CODE>-forcexv</CODE> and <CODE>-noxv</CODE> |
5498 | 545 </TD><TR><TD COLSPAN=3> </TD><TR> |
546 | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
547 <TD COLSPAN="3"> |
6393 | 548 <B><A NAME="5.5">5.5 DVD playback</A></B> |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
549 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
550 |
6393 | 551 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
552 While playing a DVD, I encountered this error:<BR> | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
553 <CODE>mplayer: ifo_read.c:1143: ifoRead_C_ADT_internal: Assertion nfo_length / |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
554 sizeof(cell_adr_t) >= c_adt->nr_of_vobs' failed.</CODE> |
6393 | 555 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> |
556 This is a known libdvdread 0.9.1/0.9.2 bug. | |
6583 | 557 Use <B>libmpdvdkit</B>, which is present in MPlayer source, and used by |
558 default. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
559 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
560 |
6393 | 561 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
562 Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris? | |
563 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
564 Who knows ... It's said to work, so please test it and send feedback. Refer to | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
565 the documentation of libdvdread and its homepage as well. We're not the authors |
6583 | 566 of libdvdread. Use <B>libmpdvdkit</B>, which is present in MPlayer source, and used by |
567 default. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
568 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
569 |
6393 | 570 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
571 What about subtitles? Can MPlayer display them? | |
572 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
573 Yes! See the <A HREF="cd-dvd.html">DVD chapter</A> of the documentation. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
574 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
575 |
6393 | 576 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
577 How can I set the region code of my DVD-drive? I don't have Windows! | |
578 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
579 Use the | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
580 <A HREF="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</A>. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
581 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
582 |
6393 | 583 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
584 Do I need to be (setuid) root/setuid fibmap_mplayer to be able to play a DVD? | |
585 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
586 No, only for old-style DVD support. However you must have | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
587 the proper rights on the DVD device entry (in <CODE>/dev/</CODE>). |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
588 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
589 |
6393 | 590 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
591 Where can I get libdvdread and libdvdcss packages? | |
592 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
6583 | 593 You don't need to. Use <B>libmpdvdkit</B>, which is present in MPlayer source, and used by |
594 default. | |
595 Anyway, the packages mentioned can be get from the | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
596 <A HREF="http://www.dtek.chalmers.se/groups/dvd">Ogle site</A>. |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
597 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
598 |
6393 | 599 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
600 Is it possible to play/encode only selected chapters? | |
601 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
602 Yes, try the <CODE>-chapter</CODE> option. | |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
603 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
604 |
6393 | 605 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> |
606 My DVD playback is sluggish! | |
607 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> | |
608 Use the <CODE>-cache</CODE> option (described in the man page) | |
6352 | 609 and try enabling DMA for the DVD drive with the hdparm tool (described in the |
6297
b659e476559e
Some more "teamwork", changed references to -users into links, clarified some
diego
parents:
6290
diff
changeset
|
610 <A HREF="cd-dvd.html">DVD chapter</A> of the documentation). |
6252
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
611 </TD><TR><TD COLSPAN=3> </TD><TR> |
54283d7bc90a
DVD FAQ moved to faq.html, small TOC added. all this by Diego Biurrun
arpi
parents:
6170
diff
changeset
|
612 |
1682 | 613 <TD COLSPAN=3> |
6393 | 614 <B><A NAME="5.6">5.6 Feature requests</A></B> |
1682 | 615 </TD><TR><TD COLSPAN=3> </TD><TR> |
1612 | 616 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
617 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I'd like to seek +/- 1 frames instead of 10 seconds. |
6393 | 618 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>This won't be done. It was, but then it messed up A/V sync. Feel free to |
2859 | 619 implement it, and send a patch. Don't ask for it. |
620 </TD><TR><TD COLSPAN=3> </TD><TR> | |
621 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
622 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B> Where is the Windows version? |
6393 | 623 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> It's not released, and won't be. Look around the Windows scene (open source |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
624 ASF parsers, open source ASF encoders, etc) and you'll know why. We don't |
6583 | 625 want to go to jail. BTW you can compile it yourself, under |
626 <A HREF="documentation.html#6.8">Cygwin</A>. | |
3489 | 627 </TD><TR><TD COLSPAN=3> </TD><TR> |
628 | |
3192 | 629 <TD COLSPAN=3> |
6393 | 630 <B><A NAME="5.7">5.7 Encoding</A></B> |
3192 | 631 </TD><TR><TD COLSPAN=3> </TD><TR> |
632 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
633 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>How can I encode? |
6393 | 634 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Read the <B>MEncoder</B> <A HREF="encoding.html">documentation</A>. |
3192 | 635 </TD><TR><TD COLSPAN=3> </TD><TR> |
636 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
637 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>My tuner works, I can hear the sound and watch the video with MPlayer, but |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
638 MEncoder doesn't encode audio! |
6393 | 639 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>TV audio encoding for Linux is currently unimplemented, we're working on it. |
5699
1dde9686d33b
Good evening ladies and gentleman and welcome to the latest
arpi
parents:
5498
diff
changeset
|
640 At the moment it works only on BSD. |
3966 | 641 </TD><TR><TD COLSPAN=3> </TD><TR> |
642 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
643 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I can't encode DVD subtitles into the AVI! |
6393 | 644 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>You have to specify the <CODE>-sid</CODE> option correctly! |
3966 | 645 </TD><TR><TD COLSPAN=3> </TD><TR> |
646 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
647 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>MEncoder segfaults on startup! |
6393 | 648 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Upgrade DivX4Linux. |
4116 | 649 </TD><TR><TD COLSPAN=3> </TD><TR> |
650 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
651 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>How can I encode only selected chapters from a DVD? |
6393 | 652 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Use the <CODE>-chapter</CODE> option correctly, like: <CODE>-chapter 5-7</CODE> |
4398 | 653 </TD><TR><TD COLSPAN=3> </TD><TR> |
654 | |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
655 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>I'm trying to work with 2GB+ files on a VFAT file system. Does it work? |
6393 | 656 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>No, VFAT doesn't support 2GB+ files. |
6386
039065ac8625
Added FAQ compilation entry, moved DGA entry to video section, fixed the
diego
parents:
6385
diff
changeset
|
657 </TD><TR><TD COLSPAN=3> </TD><TR> |
4116 | 658 |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
659 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH="100%"><B>Why is the recommended bitrate printed by MEncoder negative? |
6393 | 660 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD>Because the bitrate you encoded the audio with is too large to fit the |
6385
65ceb2d07a71
Q/A about mencoder printing negative recommended bitrate
gabucino
parents:
6352
diff
changeset
|
661 movie on any CD. Check if you have libmp3lame installed properly. |
6407
2b61d16017da
Background now uses CSS, added charset, quoted all attributes that need
diego
parents:
6393
diff
changeset
|
662 </TD><TR><TD COLSPAN=3> </TD> |
6385
65ceb2d07a71
Q/A about mencoder printing negative recommended bitrate
gabucino
parents:
6352
diff
changeset
|
663 |
1682 | 664 </TABLE> |
1612 | 665 |
666 </BODY> | |
667 </HTML> |