From 93ad0e3b78fc2fbeec8bdcbe14e192b5123aced3 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 20 Oct 2001 22:59:38 +0000 Subject: added matrox fullscreen/aspect tvout stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 16 ++++++++++++++-- etc/example.conf | 5 +++++ 2 files changed, 19 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)

the tty3, so you'll see it on your TV or second monitor.

+You should edit your config file, to contain the screenw and +screenh options (the first should be set to the horizontal +resolution of the framebuffer, and the latter to the vertical. See +example.conf). This is required for fullscreen playing, and for +the aspect code to work.

+

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.

@@ -702,9 +708,15 @@ wish to use

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 !
+Next, edit your config file, to contain the screenw and +screenh options (the first should be set to the horizontal +resolution of the framebuffer, and the latter to the vertical. See +example.conf). This is required for fullscreen playing, and for +the aspect code to work.

+ +

So, anytime you want to start watching something on TV, just start -MPlayer in X (-vo mga of course, and calculate --x and -y values by hand), change to tty1 (with +MPlayer in X with the -vo mga option, change to tty1 (with ctrl-alt-f1), and turn off the monitor.

diff --git a/etc/example.conf b/etc/example.conf index 5c0a089538..3638002e3b 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -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 ## -- cgit v1.2.3