comparison DOCS/faq.html @ 3857:94568d035e75

defucking again
author gabucino
date Fri, 28 Dec 2001 21:37:20 +0000
parents 68dae60dd470
children ee0561bf258c
comparison
equal deleted inserted replaced
3856:d8247558c3e2 3857:94568d035e75
70 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users 70 <P>Unfortunately MPlayer is out of our control. It's used by lamers, Linux users
71 who can't even use windows, and never tried to compile a kernel. They installed 71 who can't even use windows, and never tried to compile a kernel. They installed
72 (with default options) Mandrake or RedHat or Suse, and without RTFM'ing they 72 (with default options) Mandrake or RedHat or Suse, and without RTFM'ing they
73 send messages saying 'it doesn't work! help me! please! i'm new to the linux! 73 send messages saying 'it doesn't work! help me! please! i'm new to the linux!
74 help! oh! help me!'. We can't stop them, but at least we try to force them RTFM 74 help! oh! help me!'. We can't stop them, but at least we try to force them RTFM
75 and to read fuckin' messages of ./configure and mplayer.</P> 75 and to read messages of ./configure and mplayer.</P>
76 76
77 <P>And you clever guys come and flame us with gcc 2.96 and binary packages. 77 <P>And you clever guys come and flame us with gcc 2.96 and binary packages.
78 Instead of helping users or making patches to help solve problems.</P> 78 Instead of helping users or making patches to help solve problems.</P>
79 79
80 <P>Half of our spare/free time is spent by answering silly mails here and 80 <P>Half of our spare/free time is spent by answering silly mails here and
356 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 356 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
357 357
358 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 358 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
359 The GUI isn't usable with icewm, because some panel are over the movie!! 359 The GUI isn't usable with icewm, because some panel are over the movie!!
360 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 360 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
361 Known, icewm is shit and dictatoric. Unsolvable. In detail: icewm sucks 361 Known, icewm is dictatoric. Unsolvable. In detail:
362 because its taskbar overrides GUI's window resize queries. If it asks for 362 its taskbar overrides GUI's window resize queries. If it asks for
363 resize to 800x600, then it resizes window to 800x(600-taskbar_size). It's bad. 363 resize to 800x600, then it resizes window to 800x(600-taskbar_size). It's bad.
364 Very bad. In short: shit. 364 Very bad.
365 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 365 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
366 366
367 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 367 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
368 I can't access the GUI menu. I press right click, but I can't access any 368 I can't access the GUI menu. I press right click, but I can't access any
369 menu items ! 369 menu items !
486 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE> 486 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE>
487 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 487 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
488 This can have multiple reasons.<BR> 488 This can have multiple reasons.<BR>
489 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B> 489 <LI>your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. <B>MPlayer</B>
490 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI> 490 displays a message if this is the case. (and the dropped frames counter is going up fast)</LI>
491 <LI>if it is an AVI, maybe it has shit interleaving. Try the <I>-ni</I> option.</LI> 491 <LI>if it is an AVI, maybe it has bad interleaving. Try the <I>-ni</I> option.</LI>
492 <LI>your sound driver is shit, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI> 492 <LI>your sound driver is buggy, or you use ALSA 0.5 with <I>-ao oss</I>. See the <A HREF="sound.html">soundcards section</A>.</LI>
493 <LI>the AVI has shit header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI> 493 <LI>the AVI has bad header, try with the <I>-nobps</I> option, and/or <I>-mc 0</I> .</LI>
494 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 494 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
495 495
496 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 496 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
497 I have an MJPEG file which works with other players but displays only black 497 I have an MJPEG file which works with other players but displays only black
498 image in MPlayer. 498 image in MPlayer.
587 587
588 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 588 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
589 OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...). 589 OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...).
590 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 590 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
591 Your opengl driver doesn't support dynamic texture changes (glTexSubImage) 591 Your opengl driver doesn't support dynamic texture changes (glTexSubImage)
592 It's known not to work with nVidia's binary shit. 592 It's known not to work with nVidia's binary stuff.
593 It's known to work with Utah-GLX/DRI and Matrox G400 card. Also with 593 It's known to work with Utah-GLX/DRI and Matrox G400 card. Also with
594 DRI and Radeon card. It won't work with DRI others than these. 594 DRI and Radeon card. It won't work with DRI others than these.
595 it will not work with 3DFX cards because the 256x256 texture size limit. 595 it will not work with 3DFX cards because the 256x256 texture size limit.
596 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 596 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
597 597
646 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 646 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
647 647
648 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 648 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
649 I'd like to seek +/- 1 frames, instead of 10 seconds. 649 I'd like to seek +/- 1 frames, instead of 10 seconds.
650 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 650 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
651 This won't be done. It was, but then it fucked up A/V sync. Feel free to 651 This won't be done. It was, but then it messed up A/V sync. Feel free to
652 implement it, and send a patch. Don't ask for it. 652 implement it, and send a patch. Don't ask for it.
653 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 653 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
654 654
655 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 655 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
656 Where is the Windows version ? 656 Where is the Windows version ?