summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 22:03:46 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 22:03:46 +0000
commitd1e5e3c58beba7dbf6ad683d85a06d1d0250565d (patch)
treebc782f5cad865eaffd514ea8038beca926f7533d /DOCS/MPlayer-FAQ
parent7dccf27b73f0273c70a046bb4267b61c477a0f0d (diff)
downloadmpv-d1e5e3c58beba7dbf6ad683d85a06d1d0250565d.tar.bz2
mpv-d1e5e3c58beba7dbf6ad683d85a06d1d0250565d.tar.xz
DRI/mga/radeon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@937 b3059339-0415-0410-9bf9-f77b7e298cf2
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?