comparison DOCS/xml/en/faq.xml @ 28495:8f427fbf8fdb

Remove outdated FAQ entries.
author diego
date Wed, 11 Feb 2009 16:45:45 +0000
parents 0bb8cfb41f84
children 147df13f0d46
comparison
equal deleted inserted replaced
28494:01b2dcc76143 28495:8f427fbf8fdb
228 </para></answer> 228 </para></answer>
229 </qandaentry> 229 </qandaentry>
230 230
231 <qandaentry> 231 <qandaentry>
232 <question><para> 232 <question><para>
233 I have problems playing files with the ... codec. Can I use them?
234 </para></question>
235 <answer><para>
236 Check the <ulink url="../../codecs-status.html">codec status</ulink>,
237 if it doesn't contain your codec, read the
238 <ulink url="../../tech/win32-codec-howto">Win32 codec HOWTO</ulink>
239 and contact us.
240 </para></answer>
241 </qandaentry>
242
243 <qandaentry>
244 <question><para>
245 I get a core dump when trying to dump streams, what's wrong? 233 I get a core dump when trying to dump streams, what's wrong?
246 </para></question> 234 </para></question>
247 <answer><para> 235 <answer><para>
248 Don't panic. Make sure you know where your towel is.</para> 236 Don't panic. Make sure you know where your towel is.</para>
249 <para> 237 <para>
389 <answer><para> 377 <answer><para>
390 After running <filename>./configure</filename>, 378 After running <filename>./configure</filename>,
391 edit <filename>config.h</filename> and replace 379 edit <filename>config.h</filename> and replace
392 <systemitem>#undef FAST_OSD</systemitem> with 380 <systemitem>#undef FAST_OSD</systemitem> with
393 <systemitem>#define FAST_OSD</systemitem>. Then recompile. 381 <systemitem>#define FAST_OSD</systemitem>. Then recompile.
394 </para></answer>
395 </qandaentry>
396
397 <qandaentry>
398 <question><para>
399 I can't access the GUI menu. I press right click, but I can't
400 access any menu items!
401 </para></question>
402 <answer><para>
403 Are you using FVWM? Try the following:
404 <orderedlist>
405 <listitem><para>
406 <menuchoice><guimenu>Start</guimenu><guisubmenu>Settings</guisubmenu>
407 <guisubmenu>Configuration</guisubmenu>
408 <guimenuitem>Base Configuration</guimenuitem></menuchoice>
409 </para></listitem>
410 <listitem><para>
411 Set <systemitem>Use Applications position hints</systemitem>
412 to <systemitem>Yes</systemitem>
413 </para></listitem>
414 </orderedlist>
415 </para></answer> 382 </para></answer>
416 </qandaentry> 383 </qandaentry>
417 384
418 <qandaentry> 385 <qandaentry>
419 <question><para> 386 <question><para>
709 </para></answer> 676 </para></answer>
710 </qandaentry> 677 </qandaentry>
711 678
712 <qandaentry> 679 <qandaentry>
713 <question><para> 680 <question><para>
714 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound
715 too slow.
716 When I use the <option>-nosound</option> option, everything is OK (but quiet).
717 </para></question>
718 <answer><para>
719 Your machine is too slow or your sound card driver is broken. Consult the
720 documentation to see if you can improve performance.
721 </para></answer>
722 </qandaentry>
723
724 <qandaentry>
725 <question><para>
726 How can I use <application>dmix</application> with 681 How can I use <application>dmix</application> with
727 <application>MPlayer</application>? 682 <application>MPlayer</application>?
728 </para></question> 683 </para></question>
729 <answer><para> 684 <answer><para>
730 After setting up your 685 After setting up your
849 </para></answer> 804 </para></answer>
850 </qandaentry> 805 </qandaentry>
851 806
852 <qandaentry> 807 <qandaentry>
853 <question><para> 808 <question><para>
854 I can't watch any recent DVDs from Sony Pictures/BMG.
855 </para></question>
856 <answer><para>
857 This is normal; you've been ripped off and sold an intentionally defective disk.
858 The only way to play these DVDs is to circumvent the bad blocks of the disk
859 by using DVDnav instead of mpdvdkit2.
860 You can do so by compiling <application>MPlayer</application> with DVDnav
861 support and then replacing dvd:// by dvdnav:// on the command line.
862 DVDnav is so far mutually exclusive with mpdvdkit2, so make sure you pass
863 <option>--disable-mpdvdkit</option> to the configure script.
864 </para></answer>
865 </qandaentry>
866
867 <qandaentry>
868 <question><para>
869 What about subtitles? Can <application>MPlayer</application> display them? 809 What about subtitles? Can <application>MPlayer</application> display them?
870 </para></question> 810 </para></question>
871 <answer><para> 811 <answer><para>
872 Yes. See the <link linkend="dvd">DVD chapter</link>. 812 Yes. See the <link linkend="dvd">DVD chapter</link>.
873 </para></answer> 813 </para></answer>