comparison DOCS/xml/en/faq.xml @ 15934:2bfd7b247e9e

Remove next round of outdated FAQ entries.
author diego
date Wed, 06 Jul 2005 23:21:09 +0000
parents 5e1ea4b159d4
children 3eaceddfd30c
comparison
equal deleted inserted replaced
15933:97985bcfb3b3 15934:2bfd7b247e9e
150 </screen> 150 </screen>
151 Your distribution may differ from the 151 Your distribution may differ from the
152 <ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>. 152 <ulink url="http://www.pathname.com/fhs/">Filesystem Hierarchy Standard</ulink>.
153 </para></answer> 153 </para></answer>
154 </qandaentry> 154 </qandaentry>
155
156 <qandaentry>
157 <question><para>
158 I compiled <application>MPlayer</application> with libdvdcss/libdivxdecore support,
159 but when I try to start it, it says:
160 <screen>
161 error while loading shared libraries: lib*.so.0: cannot load shared object file: No such file or directory
162 </screen>
163 I checked up on the file and it IS there in <filename class="directory">/usr/local/lib</filename> ...
164 </para></question>
165 <answer><para>
166 Add <filename class="directory">/usr/local/lib</filename> to <filename>/etc/ld.so.conf</filename>
167 and run <command>ldconfig</command>.
168 </para></answer>
169 </qandaentry>
170
171 <qandaentry>
172 <question><para>
173 <application>MPlayer</application> dies with segmentation fault upon pthread check!
174 </para></question>
175 <answer><para>
176 <command>chmod 644 /usr/lib/libc.so</command>
177 </para></answer>
178 </qandaentry>
179
180 <qandaentry>
181 <question><para>
182 I'd like to compile <application>MPlayer</application> on Minix!
183 </para></question>
184 <answer><para>
185 Me too. :)
186 </para></answer>
187 </qandaentry>
188
189 </qandadiv> 155 </qandadiv>
190 156
191 <qandadiv id="faq-general"> 157 <qandadiv id="faq-general">
192 <title>General questions</title> 158 <title>General questions</title>
193 159
324 </para></answer> 290 </para></answer>
325 </qandaentry> 291 </qandaentry>
326 292
327 <qandaentry> 293 <qandaentry>
328 <question><para> 294 <question><para>
329 Umm, what is &quot;IdegCounter&quot;?
330 </para></question>
331 <answer><para>
332 A combination of a Hungarian and an English word. &quot;Ideg&quot; in Hungarian
333 means the same as &quot;nerve&quot; in English, and is pronounced as something like
334 &quot;ydaegh&quot;. It was first used to measure the nervousness of A'rpi, after
335 some (umm) &quot;mysterious&quot; disappearance of CVS code ;)
336 </para></answer>
337 </qandaentry>
338
339 <qandaentry>
340 <question><para>
341 And what is &quot;Faszom(C)ounter&quot;?
342 </para></question>
343 <answer><para>
344 &quot;Fasz&quot; is a Hungarian word you don't want to know, the others are
345 connected to the perverted minds of the <application>MPlayer</application> developers.
346 </para></answer>
347 </qandaentry>
348
349 <qandaentry>
350 <question><para>
351 Subtitles are very nice, the most beautiful I've ever seen, but they 295 Subtitles are very nice, the most beautiful I've ever seen, but they
352 slow down playing! I know it's unlikely ... 296 slow down playing! I know it's unlikely ...
353 </para></question> 297 </para></question>
354 <answer><para> 298 <answer><para>
355 After running <filename>./configure</filename>, edit <filename>config.h</filename> 299 After running <filename>./configure</filename>, edit <filename>config.h</filename>
356 and replace <systemitem>#undef FAST_OSD</systemitem> with 300 and replace <systemitem>#undef FAST_OSD</systemitem> with
357 <systemitem>#define FAST_OSD</systemitem>. Then recompile. 301 <systemitem>#define FAST_OSD</systemitem>. Then recompile.
358 </para></answer>
359 </qandaentry>
360
361 <qandaentry>
362 <question><para>
363 What exactly is this <systemitem class="library">libavcodec</systemitem> thing?
364 </para></question>
365 <answer><para>
366 See the
367 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
368 section.
369 </para></answer>
370 </qandaentry>
371
372 <qandaentry>
373 <question><para>
374 But configure tells me
375 <screen>Checking for libavcodec ... no</screen>
376 </para></question>
377 <answer><para>
378 You need to get <systemitem class="library">libavcodec</systemitem> from
379 FFmpeg's CVS. Read the instructions in the
380 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
381 section.
382 </para></answer> 302 </para></answer>
383 </qandaentry> 303 </qandaentry>
384 304
385 <qandaentry> 305 <qandaentry>
386 <question><para> 306 <question><para>
770 You might also be running ALSA without OSS emulation, try loading the ALSA OSS 690 You might also be running ALSA without OSS emulation, try loading the ALSA OSS
771 kernel modules or add <option>-ao alsa</option> to your command line to 691 kernel modules or add <option>-ao alsa</option> to your command line to
772 directly use the ALSA audio output driver. 692 directly use the ALSA audio output driver.
773 </para></answer> 693 </para></answer>
774 </qandaentry> 694 </qandaentry>
775
776 <qandaentry>
777 <question><para>
778 OpenGL (<option>-vo gl</option>) output doesn't work (hang/black window/X11
779 errors/...).
780 </para></question>
781 <answer><para>
782 Your OpenGL driver doesn't support dynamic texture changes (glTexSubImage).
783 It's known not to work with nVidia's binary mess. It's known to work with
784 Utah-GLX/DRI and Matrox G400 cards. Also with DRI and Radeon cards. It won't
785 work with DRI and other cards. it will not work with 3DFX cards because of
786 the 256x256 texture size limit.
787 </para></answer>
788 </qandaentry>
789 </qandadiv> 695 </qandadiv>
790 696
791 <qandadiv id="faq-dvd"> 697 <qandadiv id="faq-dvd">
792 <title>DVD playback</title> 698 <title>DVD playback</title>
793 <qandaentry> 699 <qandaentry>
829 Do I need to be (setuid) root to be able to play a DVD? 735 Do I need to be (setuid) root to be able to play a DVD?
830 </para></question> 736 </para></question>
831 <answer><para> 737 <answer><para>
832 No. However you must have the proper rights 738 No. However you must have the proper rights
833 on the DVD device entry (in <filename class="directory">/dev/</filename>). 739 on the DVD device entry (in <filename class="directory">/dev/</filename>).
834 </para></answer>
835 </qandaentry>
836
837 <qandaentry>
838 <question><para>
839 Where can I get libdvdread and libdvdcss packages?
840 </para></question>
841 <answer><para>
842 You don't need to. Use <emphasis role="bold">libmpdvdkit2</emphasis>, which is
843 present in the <application>MPlayer</application> source, and used by default.
844 You can get the mentioned packages from the
845 <ulink url="http://www.dtek.chalmers.se/groups/dvd/">Ogle site</ulink>.
846 </para></answer> 740 </para></answer>
847 </qandaentry> 741 </qandaentry>
848 742
849 <qandaentry> 743 <qandaentry>
850 <question><para> 744 <question><para>