Mercurial > mplayer.hg
comparison DOCS/faq.html @ 7015:72059027f953
Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in a
slightly modified form.
This puts some warnings into blockquote tags, adds a few links, removes
some UPPERCASE words and fixes a few wording and spelling errors.
author | diego |
---|---|
date | Thu, 15 Aug 2002 12:42:52 +0000 |
parents | ed5b297aaa9e |
children | 4f87cd0f642f |
comparison
equal
deleted
inserted
replaced
7014:f5c4083616fd | 7015:72059027f953 |
---|---|
225 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD> | 225 <DD>A: Press <CODE>o</CODE> and try the <CODE>-osdlevel</CODE> option.</DD> |
226 <DD> </DD> | 226 <DD> </DD> |
227 | 227 |
228 <DT>Q: The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the | 228 <DT>Q: The <CODE>-xy</CODE> or <CODE>-fs</CODE> option doesn't work with the |
229 x11 driver (<CODE>-vo x11</CODE>) ...</DT> | 229 x11 driver (<CODE>-vo x11</CODE>) ...</DT> |
230 <DD>A: It does, but you have to explicitly specify software scaling (it's | 230 <DD>A: It does, but you have to explicitly specify software scaling (very |
231 SLOW!) with the <CODE>-zoom</CODE> option. You better use XF86VidMode | 231 slow) with the <CODE>-zoom</CODE> option. You better use XF86VidMode |
232 support: You must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE> | 232 support: You must specify the <CODE>-vm</CODE> and the <CODE>-fs</CODE> |
233 switch, and you're done. Make sure you have the right modelines in your | 233 switch, and you're done. Make sure you have the right modelines in your |
234 XF86Config file, and try to make the <A HREF="video.html#dga">DGA driver</A> | 234 XF86Config file, and try to make the <A HREF="video.html#dga">DGA driver</A> |
235 and <A HREF="video.html#sdl">SDL's DGA driver</A> work for you. | 235 and <A HREF="video.html#sdl">SDL's DGA driver</A> work for you. |
236 It's much faster. If SDL's DGA works, use that, it'll be EVEN faster!</DD> | 236 It's much faster. If SDL's DGA works, use that, it'll be even faster.</DD> |
237 <DD> </DD> | 237 <DD> </DD> |
238 | 238 |
239 <DT>Q: What is the meaning of the numbers on the status line?</DT> | 239 <DT>Q: What is the meaning of the numbers on the status line?</DT> |
240 <DD>A: Example: | 240 <DD>A: Example: |
241 <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE> | 241 <CODE>A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57/57 41% 0% 2.6% 0 4 49%</CODE> |
451 <DT>Q: When I play this movie I get video-audio desync and/or MPlayer crashes | 451 <DT>Q: When I play this movie I get video-audio desync and/or MPlayer crashes |
452 with the following message:<BR> | 452 with the following message:<BR> |
453 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT> | 453 <CODE>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</CODE></DT> |
454 <DD>A: This can have multiple reasons. | 454 <DD>A: This can have multiple reasons. |
455 <UL> | 455 <UL> |
456 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too SLOW. | 456 <LI>Your CPU <B>and/or</B> video card <B>and/or</B> bus is too slow. |
457 <B>MPlayer</B>displays a message if this is the case (and the dropped | 457 <B>MPlayer</B> displays a message if this is the case (and the dropped |
458 frames counter goes up fast).</LI> | 458 frames counter goes up fast).</LI> |
459 <LI>If it is an AVI, maybe it has bad interleaving. Try the | 459 <LI>If it is an AVI, maybe it has bad interleaving. Try the |
460 <CODE>-ni</CODE> option.</LI> | 460 <CODE>-ni</CODE> option.</LI> |
461 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>. | 461 <LI>Your sound driver is buggy, or you use ALSA 0.5 with <CODE>-ao oss</CODE>. |
462 See the <A HREF="sound.html">sound card section</A>.</LI> | 462 See the <A HREF="sound.html">sound card section</A>.</LI> |
545 <DT>Q: OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about | 545 <DT>Q: OK, <CODE>-vo help</CODE> shows DGA driver, but it complains about |
546 permissions. Help me!</DT> | 546 permissions. Help me!</DT> |
547 <DD>A: It works only if running as root! It's a DGA limitation. | 547 <DD>A: It works only if running as root! It's a DGA limitation. |
548 You should become root (<CODE>su -</CODE>), and try again. | 548 You should become root (<CODE>su -</CODE>), and try again. |
549 Another solution is making <B>MPlayer</B> SUID root, but it's | 549 Another solution is making <B>MPlayer</B> SUID root, but it's |
550 <B>NOT RECOMMENDED!</B><BR> | 550 <B>not recommended!</B><BR> |
551 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> | 551 <CODE>chown root /usr/local/bin/mplayer</CODE><BR> |
552 <CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR> | 552 <CODE>chmod 755 /usr/local/bin/mplayer</CODE><BR> |
553 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> | 553 <CODE>chmod +s /usr/local/bin/mplayer</CODE><BR> |
554 <B>!!!! BUT STAY TUNED !!!!</B><BR> | 554 <BLOCKQUOTE> |
555 This is a *BIG* security risk! *NEVER* do this on a server or on a computer | 555 <B>Warning: security risk</B><BR> |
556 that you do not control completely because other users can gain root | 556 This is a <B>big</B> security risk! <B>Never</B> do this on a server or |
557 privileges through SUID root MPlayer!!!<BR> | 557 on a computer that you do not control completely because other users can |
558 <B>!!!! SO YOU HAVE BEEN WARNED ... !!!!</B></DD> | 558 gain root privileges through SUID root <B>MPlayer</B>. <B>You have been |
559 warned.</B> | |
560 </BLOCKQUOTE> | |
561 </DD> | |
559 <DD> </DD> | 562 <DD> </DD> |
560 | 563 |
561 <DT>Q: When using Xvideo, my Voodoo 3/Banshee says:<BR> | 564 <DT>Q: When using Xvideo, my Voodoo 3/Banshee says:<BR> |
562 <CODE>X Error of failed request: BadAccess (attempt to access private | 565 <CODE>X Error of failed request: BadAccess (attempt to access private |
563 resource denied)<BR> | 566 resource denied)<BR> |