[MPlayer-dev-eng] [PATCH] FAQ (was Re: [MPlayer-users] Resizing annoyance...)
Diego Biurrun
diego at biurrun.de
Thu Feb 14 01:35:39 CET 2002
Gabucino writes:
> > -screenw -screenh
> These should be added to the maillist header :)
What about adding this to the FAQ?
Here is a patch that adds the following question + answer
Q: The image does not have the right size in fullscreen mode!
A: Use the parameters -screenw and -screenh to tell MPlayer about your
screen resolution.
and also fixes a small typo:
Use : mplayer <options> <filename> < /dev/null &
should be
Use : mplayer <options> <filename> > /dev/null &
Regards
Diego Biurrun
--- faq.html.orig Wed Feb 13 00:49:09 2002
+++ faq.html Thu Feb 14 01:27:04 2002
@@ -377,7 +377,7 @@
<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">
How can I run MPlayer in the background ?
</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">
-Use : <CODE>mplayer <options> <filename> < /dev/null &
+Use : <CODE>mplayer <options> <filename> > /dev/null &
</TD><TR><TD COLSPAN=3> </TD><TR>
<TD COLSPAN=3>
@@ -538,6 +538,13 @@
<CODE>Detected video codec: [null] drv:0 (NULL codec (no decoding))</CODE>
</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">
Update your <CODE>codecs.conf</CODE>
+</TD><TR><TD COLSPAN=3> </TD><TR>
+
+<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">
+The image does not have the right size in fullscreen mode!
+</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">
+Use the parameters <CODE>-screenw</CODE> and <CODE>-screenh</CODE> to tell MPlayer
+about your screen resolution.
</TD><TR><TD COLSPAN=3> </TD><TR>
More information about the MPlayer-dev-eng
mailing list