added matrox fullscreen/aspect tvout stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-10-20 22:59:38 +00:00
parent ddcf9a0745
commit 93ad0e3b78
2 changed files with 19 additions and 2 deletions

View File

@ -674,6 +674,12 @@ change to tty3 (ALT+F3) and then back to tty1 (ALT+F1)</P>
the tty3, so you'll see it on your TV or second monitor.</P>
</UL></P>
You should edit your config file, to contain the <CODE>screenw</CODE> and
<CODE>screenh</CODE> options (the first should be set to the horizontal
resolution of the framebuffer, and the latter to the vertical. See
<CODE>example.conf</CODE>). This is required for fullscreen playing, and for
the aspect code to work.</P>
<P>Yes, it is a bit 'hack' now. But I'm waiting for the marvel
project to be finished, it will provide real TV-out drivers, I hope.</P>
@ -702,9 +708,15 @@ wish to use</LI>
<P>Now you should have a clean picture on the TV, and maybe a somewhat strange
picture on the monitor. But monitor doesn't matter, start X. Your TV
goes black or have strange stripes, but monitor/X is fine !<BR>
Next, edit your config file, to contain the <CODE>screenw</CODE> and
<CODE>screenh</CODE> options (the first should be set to the horizontal
resolution of the framebuffer, and the latter to the vertical. See
<CODE>example.conf</CODE>). This is required for fullscreen playing, and for
the aspect code to work.</P>
<P>
So, anytime you want to start watching something on TV, just start
<B>MPlayer</B> in X (<CODE>-vo mga</CODE> of course, and calculate
<CODE>-x</CODE> and <CODE>-y</CODE> values by hand), change to tty1 (with
<B>MPlayer</B> in X with the <CODE>-vo mga</CODE> option, change to tty1 (with
ctrl-alt-f1), and turn off the monitor.
</P>

View File

@ -44,6 +44,11 @@ fs=yes # Enlarges movie window to your desktop's size.
# monitoraspect=4:3 # standard monitor size, with square pixels
# monitoraspect=16:9 # use this for widescreen monitor! non-square pixels
# screenw=720 # this is required for MATROX TV-OUT users !
# screenh=576 # here you should set the resolution of your
# Matrox framebuffer. Needed for fullscreen playing
# on '-vo mga' ONLY !
##
## Use GUI mode by default
##