summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/MPlayer-FAQ')
-rw-r--r--DOCS/MPlayer-FAQ7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index e95f7e46db..ee774ad4c5 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -63,9 +63,10 @@ A: It's not zero, but it's built in into codec, so can't be measured separated.
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?