From ff5d5e03132b85c8c906727edd500d7697ddbcb7 Mon Sep 17 00:00:00 2001 From: gabucino Date: Thu, 12 Sep 2002 09:42:39 +0000 Subject: [PATCH] G450/G550 TV-out git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7378 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 5 +++-- DOCS/video.html | 26 +++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 1925b186b8..82d6f37f3a 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -153,8 +153,9 @@
  • 2.3.1.A TV-out support
  • diff --git a/DOCS/video.html b/DOCS/video.html index bc66c45017..14bede9b6c 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -1262,7 +1262,8 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024

    Under Linux you have 2 methods to get G400 TV out working:

    -

    IMPORTANT: Only Matrox G400DH/G400MAX has TV-out support under Linux, others (G450, G550) have not!

    +

    IMPORTANT: for Matrox G450/G550 TV-out instructions, please see the + next section!

    -
    2.3.1.A.2 ATI cards
    +
    2.3.1.A.2 Matrox G450/G550 cards
    + +

    TV output support for these cards has only been recently introduced, and is + not yet in the mainstream kernel. Currently the mga_vid module + can't be used AFAIK, because the G450/G550 driver works only in one + configuration: the first CRTC chip (with much more features) on the first + display (on monitor), and the second CRTC (no BES - for explanation + on BES, please see the G400 section above) on TV. So you can only use + MPlayer's fbdev output driver at the present.

    + +

    The first CRTC can't be routed to the second head currently. + The author of the kernel matroxfb driver - Petr Vandrovec - will maybe make + support for this, by displaying the first CRTC's output onto both of the + heads at once, as currently recommended for G400, see the section above.

    + +

    The necessary kernel patch and the detailed howto is downloadable from + http://www3.sympatico.ca/dan.eriksen/matrox_tvout

    + + +
    2.3.1.A.3 ATI cards
    PREAMBLE
    @@ -1349,7 +1369,7 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024 POST procedure.

    -
    2.3.1.A.3 Voodoo 3
    +
    2.3.1.A.4 Voodoo 3

    Check this URL.