FAQ No 1: Fullscreen is not working, black borders around unscaled image.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16008 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-07-19 01:07:31 +00:00
parent 497a1651cd
commit 10669b0cd8
1 changed files with 17 additions and 0 deletions

View File

@ -524,6 +524,23 @@ Try <option>-nocache</option>.
<qandadiv id="faq-driver">
<title>Video/audio driver problems (vo/ao)</title>
<qandaentry>
<question><para>
When I go into fullscreen mode I just get black borders around the image
and no real scaling to fullscreen mode.
</para></question>
<answer><para>
Your video output driver does not support scaling in hardware and since
scaling in software can be incredibly slow <application>MPlayer</application>
does not automatically enable it. Most likely you are using the
<systemitem>x11</systemitem> instead of the <systemitem>xv</systemitem>
video output driver. Try adding <option>-vo xv</option> to the command
line or read the <link linkend="video">video section</link> to find out
about alternative video output drivers. The <option>-zoom</option>
option explicitly enables software scaling.
</para></answer>
</qandaentry>
<qandaentry>
<question><para>
I've just installed <application>MPlayer</application>. When I want to