summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-12 09:42:39 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-12 09:42:39 +0000
commitff5d5e03132b85c8c906727edd500d7697ddbcb7 (patch)
tree60f60144cb7beb79cd7b3599fb1341406b44bf5f /DOCS
parent52a3cc273625837b3734351cfc2e87baba058658 (diff)
downloadmpv-ff5d5e03132b85c8c906727edd500d7697ddbcb7.tar.bz2
mpv-ff5d5e03132b85c8c906727edd500d7697ddbcb7.tar.xz
G450/G550 TV-out
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7378 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html5
-rw-r--r--DOCS/video.html26
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 @@
<LI><A HREF="video.html#tv-out">2.3.1.A TV-out support</A>
<UL>
<LI><A HREF="video.html#tv-out_matrox">2.3.1.A.1 Matrox G400 cards</A></LI>
- <LI><A HREF="video.html#tv-out_ati">2.3.1.A.2 ATI cards</A></LI>
- <LI><A HREF="video.html#tv-out_voodoo">2.3.1.A.3 Voodoo 3</A></LI>
+ <LI><A HREF="video.html#tv-out_matrox_g450">2.3.1.A.2 Matrox G450/G550 cards</A></LI>
+ <LI><A HREF="video.html#tv-out_ati">2.3.1.A.3 ATI cards</A></LI>
+ <LI><A HREF="video.html#tv-out_voodoo">2.3.1.A.4 Voodoo 3</A></LI>
</UL>
</LI>
</UL>
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
<P>Under Linux you have 2 methods to get G400 TV out working:</P>
-<P><B>IMPORTANT:</B> Only Matrox G400DH/G400MAX has TV-out support under Linux, others (G450, G550) have <B>not!</B></P>
+<P><B>IMPORTANT:</B> for Matrox G450/G550 TV-out instructions, please see the
+ next section!</P>
<UL>
<LI><B>XFree86</B>: using the driver and the HAL module, available from
@@ -1322,7 +1323,26 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
</UL>
-<H5><A NAME="tv-out_ati">2.3.1.A.2 ATI cards</A></H5>
+<H5><A NAME="tv-out_matrox_g450">2.3.1.A.2 Matrox G450/G550 cards</A></H5>
+
+<P>TV output support for these cards has only been recently introduced, and is
+ not yet in the mainstream kernel. Currently the <B>mga_vid</B> 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 <B>BES</B> - for explanation
+ on BES, please see the G400 section above) on TV. So you can only use
+ <B>MPlayer's</B> <I>fbdev</I> output driver at the present.</P>
+
+<P>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.</P>
+
+<P>The necessary kernel patch and the detailed howto is downloadable from
+ <A HREF="http://www3.sympatico.ca/dan.eriksen/matrox_tvout">http://www3.sympatico.ca/dan.eriksen/matrox_tvout</A></P>
+
+
+<H5><A NAME="tv-out_ati">2.3.1.A.3 ATI cards</A></H5>
<H5>PREAMBLE</H5>
@@ -1349,7 +1369,7 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
POST procedure.</P>
-<H5><A NAME="tv-out_voodoo">2.3.1.A.3 Voodoo 3</A></H5>
+<H5><A NAME="tv-out_voodoo">2.3.1.A.4 Voodoo 3</A></H5>
<P>Check <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">this URL</A>.</P>