diff DOCS/MPlayer-FAQ @ 936:3c0d3171d5cf

DRI/mga/radeon
author gabucino
date Fri, 01 Jun 2001 22:03:46 +0000
parents 263b153eb021
children fe187745dfb9
line wrap: on
line diff
--- a/DOCS/MPlayer-FAQ	Fri Jun 01 21:12:05 2001 +0000
+++ b/DOCS/MPlayer-FAQ	Fri Jun 01 22:03:46 2001 +0000
@@ -63,9 +63,10 @@
    the difference to see video_out speed...
 
 Q: OpenGL (-vo gl) output doesn't work (hangup/black window/X11 errors/...)
-A: your opengl driver doesn't support dynamic texture chanegs (glTexSubImage)
-   it's known not to work with X 4.0.x DRI drivers and nVidia's binary shit.
-   it's known to work with Utah-GLX and Matrox G400 card.
+A: your opengl driver doesn't support dynamic texture changes (glTexSubImage)
+   it's known not to work with nVidia's binary shit.
+   it's known to work with Utah-GLX/DRI and Matrox G400 card. Also with
+   DRI and Radeon card. It won't work with DRI others than these.
    it will not work with 3DFX cards because the 256x256 texture size limit.
 
 Q: I have G200/G400, how to compile/use mga_vid driver?