From 8d8f8c33c3655bc04950a1bcf103ed016c5116b0 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sun, 18 Mar 2001 20:42:30 +0000 Subject: [PATCH] added "read the fucking VIDEOCARDS" texts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@146 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/MPlayer-FAQ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ index 0d143fa712..ead3c6ab4f 100644 --- a/DOCS/MPlayer-FAQ +++ b/DOCS/MPlayer-FAQ @@ -69,7 +69,7 @@ A: your opengl driver doesn't support dynamic texture chanegs (glTexSubImage) 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? -A: read INSTALL and README... +A: read VIDEOCARDS, INSTALL, README Q: What's XMMP? (it's XMMS or XMPS but mispelled?) A: It's a new project, see http://frozenproductions.com for details @@ -130,7 +130,7 @@ A: Check DOCS/TODO , if it doesn't contain your codec, contact us. Q: What about DGA driver? I can't find it!!! A: ./configure autodetects your DGA driver. If -vo help doesn't show DGA, then there's a problem with your X installation. - Try ./configure --enable-dga + Try ./configure --enable-dga (and read VIDEOCARDS) Q: Ok, -vo help shows DGA driver, but it is babbling about permissions! Help me!