comparison DOCS/xml/en/faq.xml @ 14615:f1c2f7046748

Remove overly outdated entries, update a few others.
author diego
date Sun, 30 Jan 2005 23:51:18 +0000
parents 648c8526bf05
children ca1f3ca346b3
comparison
equal deleted inserted replaced
14614:8422e47929a1 14615:f1c2f7046748
236 </para></answer> 236 </para></answer>
237 </qandaentry> 237 </qandaentry>
238 238
239 <qandaentry> 239 <qandaentry>
240 <question><para> 240 <question><para>
241 It doesn't compile, and it misses <systemitem>uint64_t</systemitem>,
242 <filename>inttypes.h</filename> and similar things ...
243 </para></question>
244 <answer><para>
245 Copy <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/inttypes.h">this <filename>inttypes.h</filename></ulink>
246 to <filename class="directory">/usr/local/include/</filename> or an equivalent
247 place and try again ...
248 </para></answer>
249 </qandaentry>
250
251 <qandaentry>
252 <question><para>
253 I have Linux running on a Pentium III but <filename>./configure</filename>
254 doesn't detect SSE ...
255 </para></question>
256 <answer><para>
257 Only kernel versions 2.4.x support SSE (or try 2.2.19 or newer, but be
258 prepared for problems).
259 </para></answer>
260 </qandaentry>
261
262 <qandaentry>
263 <question><para>
264 I have a Matrox G200/G400/G450/G550, how do I compile/use the mga_vid driver? 241 I have a Matrox G200/G400/G450/G550, how do I compile/use the mga_vid driver?
265 </para></question> 242 </para></question>
266 <answer><para> 243 <answer><para>
267 Read the <link linkend="mga_vid">mga_vid</link> section. 244 Read the <link linkend="mga_vid">mga_vid</link> section.
268 </para></answer>
269 </qandaentry>
270
271 <qandaentry>
272 <question><para>
273 Hmm, strange. When loading the <filename>mga_vid.o</filename> kernel
274 module, I found this in the logs:
275 <screen>Warning: loading mga_vid.o will taint the kernel: no license</screen>
276 </para></question>
277 <answer><para>
278 The latest kernel modutils require a flag indicating the license
279 (mainly to avoid kernel hackers debugging closed source drivers).
280 Upgrade your kernel, modutils and <application>MPlayer</application>.
281 </para></answer> 245 </para></answer>
282 </qandaentry> 246 </qandaentry>
283 247
284 <qandaentry> 248 <qandaentry>
285 <question><para> 249 <question><para>
287 I don't understand, I DO have X installed!? 251 I don't understand, I DO have X installed!?
288 </para></question> 252 </para></question>
289 <answer><para> 253 <answer><para>
290 ... but you don't have the X development package installed. Or not correctly. 254 ... but you don't have the X development package installed. Or not correctly.
291 It's called <filename>XFree86-devel*</filename> under Red Hat, and 255 It's called <filename>XFree86-devel*</filename> under Red Hat, and
292 <filename>xlibs-dev</filename> under Debian. Also check if the 256 <filename>xlibs-dev</filename> under Debian Woody,
257 <filename>libx11-dev</filename> under Debian Sarge. Also check if the
293 <filename class="directory">/usr/X11</filename> and 258 <filename class="directory">/usr/X11</filename> and
294 <filename class="directory">/usr/include/X11</filename> symlinks exist (this 259 <filename class="directory">/usr/include/X11</filename> symlinks exist (this
295 can be a problem on Mandrake systems). They can be created with these commands: 260 can be a problem on Mandrake systems). They can be created with these commands:
296 <screen> 261 <screen>
297 # ln -sf /usr/X11R6 /usr/X11 262 # ln -sf /usr/X11R6 /usr/X11
525 </para></answer> 490 </para></answer>
526 </qandaentry> 491 </qandaentry>
527 492
528 <qandaentry> 493 <qandaentry>
529 <question><para> 494 <question><para>
530 LIRC doesn't work, because ...
531 </para></question>
532 <answer><para>
533 Are you sure you are using <command>mplayer</command> instead of
534 <command>mplayer_lirc</command>? Note that it was <command>mplayer_lirc</command>
535 for a long time, including the 0.60 release, but it was recently changed back to
536 <command>mplayer</command>.
537 </para></answer>
538 </qandaentry>
539
540 <qandaentry>
541 <question><para>
542 Subtitles are very nice, the most beautiful I've ever seen, but they 495 Subtitles are very nice, the most beautiful I've ever seen, but they
543 slow down playing! I know it's unlikely ... 496 slow down playing! I know it's unlikely ...
544 </para></question> 497 </para></question>
545 <answer><para> 498 <answer><para>
546 After running <filename>./configure</filename>, edit <filename>config.h</filename> 499 After running <filename>./configure</filename>, edit <filename>config.h</filename>
547 and replace <systemitem>#undef FAST_OSD</systemitem> with 500 and replace <systemitem>#undef FAST_OSD</systemitem> with
548 <systemitem>#define FAST_OSD</systemitem>. Then recompile. 501 <systemitem>#define FAST_OSD</systemitem>. Then recompile.
549 </para></answer>
550 </qandaentry>
551
552 <qandaentry>
553 <question><para>
554 The onscreen display (OSD) is flickering!
555 </para></question>
556 <answer><para>
557 You use a vo driver with single buffering (x11, xv). With xv, use the
558 <option>-double</option> option. Also try <option>-vf expand</option>.
559 </para></answer> 502 </para></answer>
560 </qandaentry> 503 </qandaentry>
561 504
562 <qandaentry> 505 <qandaentry>
563 <question><para> 506 <question><para>
578 <answer><para> 521 <answer><para>
579 You need to get <systemitem class="library">libavcodec</systemitem> from 522 You need to get <systemitem class="library">libavcodec</systemitem> from
580 FFmpeg's CVS. Read the instructions in the 523 FFmpeg's CVS. Read the instructions in the
581 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link> 524 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
582 section. 525 section.
583 </para></answer>
584 </qandaentry>
585
586 <qandaentry>
587 <question><para>
588 Icewm's taskbar keeps covering the movie in fullscreen mode!
589 </para></question>
590 <answer><para>
591 This shouldn't happen anymore, if it still does use the <option>-fstype</option>
592 layer option and report it to the <ulink url="http://mplayerhq.hu/pipermail/mplayer-users/">mplayer-users</ulink>
593 mailing list.
594 </para></answer> 526 </para></answer>
595 </qandaentry> 527 </qandaentry>
596 528
597 <qandaentry> 529 <qandaentry>
598 <question><para> 530 <question><para>
697 </para></question> 629 </para></question>
698 <answer><para> 630 <answer><para>
699 Make sure you have installed fonts properly. Run through the steps in the 631 Make sure you have installed fonts properly. Run through the steps in the
700 <link linkend="mpsub-install">OSD and subtitle</link> part of the installation 632 <link linkend="mpsub-install">OSD and subtitle</link> part of the installation
701 section again. If you are using TrueType fonts, verify that you have the 633 section again. If you are using TrueType fonts, verify that you have the
702 <systemitem class="library">freetype</systemitem> library installed. 634 <systemitem class="library">FreeType</systemitem> library installed.
703 Other things include checking your subtitles in a text editor or with other 635 Other things include checking your subtitles in a text editor or with other
704 players. Also try converting them to another format. 636 players. Also try converting them to another format.
705 </para></answer> 637 </para></answer>
706 </qandaentry> 638 </qandaentry>
707 639
777 </para></answer> 709 </para></answer>
778 </qandaentry> 710 </qandaentry>
779 711
780 <qandaentry> 712 <qandaentry>
781 <question><para> 713 <question><para>
782 ... works with <application>xine/avifile/...</application> but doesn't with 714 ... works with <application>xine/vlc/...</application> but doesn't with
783 <application>MPlayer</application>. 715 <application>MPlayer</application>.
784 </para></question> 716 </para></question>
785 <answer><para> 717 <answer><para>
786 <application>MPlayer</application> is not <application>xine/avifile/...</application>. 718 <application>MPlayer</application> is not <application>xine/vlc/...</application>.
787 Although these players have some code in common, the codecs (DLL) set, 719 Although these players have some code in common, the codecs (DLL) set,
788 synchronization, demultiplexing etc is different and should not be 720 synchronization, demultiplexing etc is different and should not be
789 compared. If you have a file <application>MPlayer</application> fails to 721 compared. If you have a file <application>MPlayer</application> fails to
790 play correctly but works in another player, please read the 722 play correctly but works in another player, please read the
791 <link linkend="bugreports">bug reporting guidelines</link> and upload 723 <link linkend="bugreports">bug reporting guidelines</link> and upload
797 <question><para> 729 <question><para>
798 Audio goes out of sync playing an AVI file. 730 Audio goes out of sync playing an AVI file.
799 </para></question> 731 </para></question>
800 <answer><para> 732 <answer><para>
801 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not 733 Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
802 improve, read <link linkend="bugreports">this</link> and upload the file to FTP. 734 improve, read the
735 <link linkend="bugreports">bug reporting guidelines</link>
736 and upload the file to FTP.
803 </para></answer> 737 </para></answer>
804 </qandaentry> 738 </qandaentry>
805 739
806 <qandaentry> 740 <qandaentry>
807 <question><para> 741 <question><para>
851 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ... 785 I have problems with [your window manager] and fullscreen xv/xmga/sdl/x11 modes ...
852 </para></question> 786 </para></question>
853 <answer><para> 787 <answer><para>
854 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us 788 Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
855 a proper bug report. 789 a proper bug report.
790 Also try experimenting with the <option>-fstype</option> option.
856 </para></answer> 791 </para></answer>
857 </qandaentry> 792 </qandaentry>
858 793
859 <qandaentry> 794 <qandaentry>
860 <question><para> 795 <question><para>
1049 </para></question> 984 </para></question>
1050 <answer><para> 985 <answer><para>
1051 Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling 986 Are you running KDE or GNOME with the ARTS or ESD sound daemon? Try disabling
1052 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option> 987 the sound daemon or use the <option>-ao arts</option> or <option>-ao esd</option>
1053 option to make <application>MPlayer</application> use ARTS or ESD. 988 option to make <application>MPlayer</application> use ARTS or ESD.
989 You might also be running ALSA without OSS emulation, try loading the ALSA OSS
990 kernel modules or add <option>-ao alsa</option> to your command line to
991 directly use the ALSA audio output driver.
1054 </para></answer> 992 </para></answer>
1055 </qandaentry> 993 </qandaentry>
1056 994
1057 <qandaentry> 995 <qandaentry>
1058 <question><para> 996 <question><para>
1306 </qandaentry> 1244 </qandaentry>
1307 1245
1308 <qandaentry> 1246 <qandaentry>
1309 <question><para> 1247 <question><para>
1310 How can I make <application>MPlayer</application> remember the options I use 1248 How can I make <application>MPlayer</application> remember the options I use
1311 for this particular file? 1249 for a particular file, e.g. <filename>movie.avi</filename>?
1312 </para></question> 1250 </para></question>
1313 <answer><para> 1251 <answer><para>
1314 Create a file named <filename>movie.avi.conf</filename> with the file-specific 1252 Create a file named <filename>movie.avi.conf</filename> with the file-specific
1315 options in it and put it in <filename class="directory">~/.mplayer</filename> or 1253 options in it and put it in <filename class="directory">~/.mplayer</filename> or
1316 in the same directory as the file. 1254 in the same directory as the file.
1363 </para></answer> 1301 </para></answer>
1364 </qandaentry> 1302 </qandaentry>
1365 1303
1366 <qandaentry> 1304 <qandaentry>
1367 <question><para> 1305 <question><para>
1368 My tuner works, I can hear the sound and watch the video with <application>MPlayer</application>,
1369 but <application>MEncoder</application> doesn't encode audio!
1370 </para></question>
1371 <answer><para>
1372 TV audio encoding for Linux is currently unimplemented, we're working
1373 on it. At the moment it works only on BSD.
1374 </para></answer>
1375 </qandaentry>
1376
1377 <qandaentry>
1378 <question><para>
1379 I can't encode DVD subtitles into the AVI! 1306 I can't encode DVD subtitles into the AVI!
1380 </para></question> 1307 </para></question>
1381 <answer><para> 1308 <answer><para>
1382 You have to specify the <option>-sid</option> option correctly! 1309 You have to specify the <option>-sid</option> option correctly!
1383 </para></answer>
1384 </qandaentry>
1385
1386 <qandaentry>
1387 <question><para>
1388 <application>MEncoder</application> segfaults on startup!
1389 </para></question>
1390 <answer><para>
1391 Upgrade DivX4Linux.
1392 </para></answer> 1310 </para></answer>
1393 </qandaentry> 1311 </qandaentry>
1394 1312
1395 <qandaentry> 1313 <qandaentry>
1396 <question><para> 1314 <question><para>