changeset 22661:9babdd441b76

Some more details for the mga_vid section taken from drivers/README.
author diego
date Sat, 17 Mar 2007 09:40:27 +0000
parents 57cf28cd0285
children 410b5eeec8c2
files DOCS/xml/en/video.xml
diffstat 1 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/video.xml	Sat Mar 17 09:18:08 2007 +0000
+++ b/DOCS/xml/en/video.xml	Sat Mar 17 09:40:27 2007 +0000
@@ -816,10 +816,13 @@
 <title>Matrox framebuffer (mga_vid)</title>
 
 <para>
-This is a combination of a video output driver and a Linux kernel module
-for the Matrox G200/G400/G450/G550 BES (Back-End Scaler).
-It has hardware VSYNC support with triple buffering. It works on both
-framebuffer console and under X, but only with Linux 2.4.x.
+<systemitem>mga_vid</systemitem> is a combination of a video output driver and
+a Linux kernel module that utilitizes the Matrox G200/G400/G450/G550 video
+scaler/overlay unit to perform YUV->RGB colorspace conversion and arbitrary
+video scaling.
+<systemitem>mga_vid</systemitem> has hardware VSYNC support with triple
+buffering. It works on both a framebuffer console and under X, but only
+with Linux 2.4.x.
 </para>
 
 <procedure>
@@ -860,7 +863,7 @@
 </para></step>
 <step><para>
   Now you have to (re)compile <application>MPlayer</application>,
-  <filename>./configure</filename> will detect
+  <command>./configure</command> will detect
   <filename>/dev/mga_vid</filename> and build the 'mga' driver. Using it
   from <application>MPlayer</application> goes by <option>-vo mga</option>
   if you have matroxfb console, or <option>-vo xmga</option> under XFree86
@@ -879,6 +882,12 @@
 and can be written for brightness change:
 <screen>echo "brightness=120" &gt; /dev/mga_vid</screen>
 </para>
+
+<para>
+There is a test application called <command>mga_vid_test</command> in the same
+directory. It should draw 256x256 images on the screen if all is working well.
+</para>
+
 </sect2>
 
 <!-- ********** -->