summaryrefslogtreecommitdiffstats
path: root/DOCS/video.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-06 00:46:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-06 00:46:52 +0000
commit4843ac901f77eae9c4559ee3ae050843571e50ee (patch)
tree7f337812029991cf6e18c220c9bd80e4e974bfb3 /DOCS/video.html
parentd5995388478b1f623a737eb8e788efbd153fbc14 (diff)
downloadmpv-4843ac901f77eae9c4559ee3ae050843571e50ee.tar.bz2
mpv-4843ac901f77eae9c4559ee3ae050843571e50ee.tar.xz
OpenGL update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6310 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/video.html')
-rw-r--r--DOCS/video.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index 899c2db8cd..a6c65ed109 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -1,7 +1,7 @@
<HTML>
<HEAD>
-<STYLE>
+<STYLE TYPE="text/css">
.text
{font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;}
@@ -600,15 +600,20 @@ YUV acceleration. You'll need a kernel with tdfxfb support, and recompile with
<P><B><A NAME=2.3.1.10>2.3.1.10. OpenGL output</A></B></P>
-<P><B>MPlayer</B> support displaying movies using OpenGL. Unfortunately, not all
-drivers support this ability. For example the Utah-GLX drivers
-(for XFree86 3.3.6) have it, with all cards.
-See <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A>
+<P><B>MPlayer</B> supports displaying movies using OpenGL, but if your
+platform/driver supports xv as should be the case on a PC with Linux, use xv
+instead, OpenGL performance is considerably worse. If you have an X11
+implementation without xv support, OpenGL is a viable alternative.</P>
+
+<P>Unfortunately not all drivers support this feature. The Utah-GLX drivers
+(for XFree86 3.3.6) support it for all cards. See
+<A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A>
for details about how to install it.</P>
-<P>XFree86(DRI) >= 4.0.3 supports it only with Matrox, and Radeon cards.
-See <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> for download,
-and installation instructions.</P>
+<P>XFree86(DRI) >= 4.0.3 supports OpenGL with Matrox and Radeon cards, >= 4.2
+supports Rage128. See
+<A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A>
+for download and installation instructions.</P>
<P><B><A NAME=2.3.1.11>2.3.1.11. AAlib - text mode displaying</B></P>