diff options
-rw-r--r-- | DOCS/Hungarian/MPlayer-FAQ | 5 | ||||
-rw-r--r-- | DOCS/Hungarian/VIDEOCARDS | 7 | ||||
-rw-r--r-- | DOCS/MPlayer-FAQ | 7 | ||||
-rw-r--r-- | DOCS/VIDEOCARDS | 8 |
4 files changed, 15 insertions, 12 deletions
diff --git a/DOCS/Hungarian/MPlayer-FAQ b/DOCS/Hungarian/MPlayer-FAQ index 35cd4444a2..0413a8d1f3 100644 --- a/DOCS/Hungarian/MPlayer-FAQ +++ b/DOCS/Hungarian/MPlayer-FAQ @@ -66,8 +66,9 @@ A: Nem nulla, de bele van építve a codecbe, így nem mérhető külön. Próbáld Q: Az OpenGL (-vo gl) output nem működik. A: Az OpenGL drivered nem támogatja a dinamikus textúraváltást (glTexSubImage). - Ismert, hogy nem működik 4.0.x DRI-vel, és az nVidia bináris szarjaival. - Ismert, hogy működik Utah-GLX és Matrox G400-zal. + Ismert, hogy nem működik az nVidia bináris szarjaival. + Ismert, hogy működik Utah-GLX/DRI és Matrox G400-zal, valamint DRI es + Radeon-nal is. DRI-vel ezen a ketton kivul massal nem megy. Nem fog működni 3dfx kártyákkal, mivel ezeknek maximum 256x256-os textúráik lehetnek. diff --git a/DOCS/Hungarian/VIDEOCARDS b/DOCS/Hungarian/VIDEOCARDS index b2a60ed349..de4be8e010 100644 --- a/DOCS/Hungarian/VIDEOCARDS +++ b/DOCS/Hungarian/VIDEOCARDS @@ -87,11 +87,12 @@ Ha működésre akarod bírni, a következőket kell figyelembe venned: II. OpenGL driverek, megfelelő glTexSubImage() támogatással - Jelenleg csak a régebbi Utah-GLX driver (X 3.3.6) támogatja. + A régebbi Utah-GLX driver (X 3.3.6) támogatja, minden kartyaval. Lásd http://utah-glx.sourceforge.net - Az új X 4.x.x/DRI-nek és az nVidia drivereknek nincs használható - glTexSubImage-ük :( + Az DRI X 4.0.3-as vagy ujabb verzioja szinten tamogatja, de csak a Matrox + es Radeon kartyakkal. + Lasd dri.sourceforge.net cimen a letoltesi es installalasi instrukciokat. III. Nativ kártyaspecifikus driverek 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? diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS index 7ee7f63c2f..efa091db0a 100644 --- a/DOCS/VIDEOCARDS +++ b/DOCS/VIDEOCARDS @@ -8,8 +8,7 @@ Videocards with hardware acceleration: bilinear filtering. Under Linux, there are several ways to access it: I. The Xv (XVideo) extension of XFree86 4.0.2 -II. OpenGL drivers with glTexSubImage() support (currently the Utah-GLX - drivers) +II. OpenGL drivers with glTexSubImage() support III. Native card-specific drivers, using special abilities of some cards IV. DGA - direct graphic access. no YUV & scaling, but faster than raw X11 V. Not really acceleration, but... @@ -83,10 +82,11 @@ In order to make this work, be sure to check the following: II. OpenGL drivers with *working* *fast* glTexSubImage() support. - Currently only the old Utah-GLX drivers (for X 3.3.6) have it. + The old Utah-GLX drivers (for X 3.3.6) have it, with all cards. See http://utah-glx.sourceforge.net for details about how to install it. - The new X4/DRI and nVidia's binary drivers have no usable glTexSubImage :( + DRI >= 4.0.3 supports it only with Matrox cards, and Radeon. + See dri.sourceforge.net for download, and installation instructions. III. Native card-specific drivers |