summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 22:59:38 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 22:59:38 +0000
commit93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3 (patch)
tree8e1b7da5ea8d1db3b08f893ca996e92219d0f477 /DOCS
parentddcf9a07459ca065609b4c37e4ee394bc245bd89 (diff)
downloadmpv-93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3.tar.bz2
mpv-93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3.tar.xz
added matrox fullscreen/aspect tvout stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/video.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index b5f402c833..5db052ff7f 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -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>