summaryrefslogtreecommitdiffstats
path: root/DOCS/video.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-30 17:53:16 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-30 17:53:16 +0000
commit6b36066d028b7916dc34bd1d36e0a32c409cc01f (patch)
tree612812f10de8aed7048f25109929611904ff507f /DOCS/video.html
parentdf49e64ae3b017ed725ba53413768414a0d1e137 (diff)
downloadmpv-6b36066d028b7916dc34bd1d36e0a32c409cc01f.tar.bz2
mpv-6b36066d028b7916dc34bd1d36e0a32c409cc01f.tar.xz
msg to Nick: where is the rage128_vid stuff ??
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3225 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/video.html')
-rw-r--r--DOCS/video.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index e92bcc66c4..45056d843a 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -782,9 +782,9 @@ handy, but you need powerful CPU to use software scaling. Don't use the
SDL driver's software output+scaler, it has worse image quality !</P>
-<P><B><A NAME=2.3.1.14>2.3.1.14. Radeon video overlay (radeon_vid)</A></B></P>
+<P><B><A NAME=2.3.1.14>2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)</A></B></P>
<P>
-<b>radeon_vid</b> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> chipsets.
+<b>radeon_vid</b> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> and Rage128 (Pro) chipsets.
It was designed and introduced as analog of <a href="video.html#2.3.1.7">mga_vid</a> driver, so you can use it in the same way!<br>
But main goal of this driver usage is <a href="video.html#2.3.1.12">VESA</a> driver.<br>
Simply because VESA enables TV-out on ATI's card but Backend scaler is used after
@@ -803,7 +803,7 @@ driver.</P>
<P>
<UL>
<LI>
- <CODE>cd drivers/radeon/radeon<BR>
+ <CODE>cd drivers/radeon<BR>
make</CODE><BR></LI>
<LI>install the <CODE>radeon_vid.o</CODE> module to your kernelmodules</LI>
<LI>execute the following : <CODE>mknod /dev/radeon_vid c 178 0</CODE></LI>
@@ -821,8 +821,7 @@ driver.</P>
<P><B>NOTE</B>: don't use any framebuffers when you plan to use this driver ! Use
it only from textmode console.</P>
-<P><b>Limitations:</b> Currently it works only with <b>YUY2</b> format, so use the DirectShow codec
-family with it.<br>
+<P>
<b>Conclusion:</b> I know there are lot of lacks and bugs. So if you are able
to improve something then simply send me your patches.
</P>