mirror of https://github.com/mpv-player/mpv
DRI/mga/radeon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@937 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7dccf27b73
commit
d1e5e3c58b
|
@ -66,8 +66,9 @@ A: Nem nulla, de bele van
|
|||
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.
|
||||
|
||||
|
|
|
@ -87,11 +87,12 @@ Ha m
|
|||
|
||||
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
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue