OpenGL update

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6310 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2002-06-06 00:46:52 +00:00
parent d599538847
commit 4843ac901f
1 changed files with 13 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<HTML> <HTML>
<HEAD> <HEAD>
<STYLE> <STYLE TYPE="text/css">
.text .text
{font-family : Verdana, Arial, Helvetica, sans-serif; {font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;} 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><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 <P><B>MPlayer</B> supports displaying movies using OpenGL, but if your
drivers support this ability. For example the Utah-GLX drivers platform/driver supports xv as should be the case on a PC with Linux, use xv
(for XFree86 3.3.6) have it, with all cards. instead, OpenGL performance is considerably worse. If you have an X11
See <A HREF="http://utah-glx.sourceforge.net">http://utah-glx.sourceforge.net</A> 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> for details about how to install it.</P>
<P>XFree86(DRI) >= 4.0.3 supports it only with Matrox, and Radeon cards. <P>XFree86(DRI) >= 4.0.3 supports OpenGL with Matrox and Radeon cards, >= 4.2
See <A HREF="http://dri.sourceforge.net">http://dri.sourceforge.net</A> for download, supports Rage128. See
and installation instructions.</P> <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> <P><B><A NAME=2.3.1.11>2.3.1.11. AAlib - text mode displaying</B></P>