changeset 1056:d769cd81a215

*** empty log message ***
author gabucino
date Fri, 08 Jun 2001 17:47:23 +0000
parents 50c49c976f23
children 555f58131861
files DOCS/Hungarian/MPlayer-FAQ DOCS/Hungarian/README DOCS/Hungarian/VIDEOCARDS DOCS/MPlayer-FAQ DOCS/README DOCS/VIDEOCARDS
diffstat 6 files changed, 44 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/MPlayer-FAQ	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/Hungarian/MPlayer-FAQ	Fri Jun 08 17:47:23 2001 +0000
@@ -254,3 +254,12 @@
 A: Olyan vo drivert hasznalsz ami egyszeres bufferelest hasznal (x11,xv).
    Xv eseten meg tudod valtoztatni a bufferek szamat a libvo/xv_xv.c-ben :
    Noveld ezt : #define NUM_BUFFERS 1
+
+Q: Mi a fene van azzal a 2.96-os gcc-vel ?
+A: gcc 2.96 a RedHat NEM HIVATALOS (csak a RedHat-nal, vagy RedHat
+   disztribuciokban talalhato meg), es HIBAS gcc-je. A gcc 2.96 TELJESEN
+   hasznalhatatlan az MPlayer-rel, mert egyszeruen ATUGORJA az MMX
+   utasitasokat, nem forditja le oket. Fontos: ez NEM MPlayer-specifikus
+   problema, szamos mas project (DRI, avifile, stb..) szenved ebbol fakado
+   problemaktol.
+   ** NE HASZNALD a gcc 2.96-ot !!! **
--- a/DOCS/Hungarian/README	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/Hungarian/README	Fri Jun 08 17:47:23 2001 +0000
@@ -112,8 +112,9 @@
         és MPEG!)
 - fbdev:Megjelenítés általános framebuffereken
 - svga: Megjelenítés SVGAlib-bel
-- sdl:  SDL >= v1.1.7 driver (software scaling, >=1.1.8 támogatja a hardware
-        gyorsítást XVideo-n keresztül, >=1.2.0 aalib)
+- sdl:  1.1.7 : software scaling
+	1.1.8 : támogatja a hardware-es gyorsítást XVideo-n keresztül
+	1.2.0 : aalib tamogatas
 - aalib:Szöveges módú render (SDL-en keresztül, nativ driver hamarosan!)
 
 Kártyaspecifikus:
--- a/DOCS/Hungarian/VIDEOCARDS	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/Hungarian/VIDEOCARDS	Fri Jun 08 17:47:23 2001 +0000
@@ -9,6 +9,7 @@
 lehet ezeket elérni:
 
 I.   Az XFree86 4.0.2 Xv (XVideo) kiterjesztése
+I.1. Kartyaspecifikus beallitasok, tudnivalok
 II.  OpenGL driverek, megfelelő glTexSubImage() támogatással
 III. Nativ kártyaspecifikus driverek, amik egyes kártyák különleges
      képességeit használják ki
@@ -69,13 +70,19 @@
    Támogatnia kell a YUY2 packed, YV12 planar pixelformátumokat, hogy
    használható legyen az MPlayer-rel.
 
-   Ha az xvinfo nem írja ki mindezt, de az XVideo kiterjesztés be van töltve,
-   és biztos vagy benne, hogy a kartyád tud YUV konverziót, akkor
+I.1.
+   a, Ha az xvinfo nem írja ki mindezt, de az XVideo kiterjesztés be van
+      töltve, és biztos vagy benne, hogy a kartyád tud YUV konverziót, akkor
     - 3dfx voodoo3/banshee tulajok töltsenek le új DRI-t a
-      http://dri.sourceforge.net címről
-    - S3 Savage4-esek töltsék le az XFree86 >= 4.0.3-at
+      http://dri.sourceforge.net címről (de valoszinuleg X 4.1.0 is jo)
+    - S3 Savage4-esek töltsék le az XFree86 >= 4.0.3-at (4.1.0 ajanlott!)
     - nVidia felhasználók adják el a kártyájukat... vagy nézzenek el az
       nVidia site-jára
+  b, A GATOS driver (ATI kartyakhoz) alapallapotban bekapcsolt VSYNC-et
+     tartalmaz. Ez azt jelenti hogy a dekodolasi sebesseg (!) hozza van
+     szinkronizalva a monitor frissitesi frekvenciajahoz. Ha a lejatszas
+     lassunak tunik, probald meg valahogy kikapcsolni a VSYNC-et, vagy
+     allitsd a kepfrissitest n*(a film fps-e) Hz-re.
 
 5. MPlayer-t 'xv' támogatással kell fordítani. 'configure'-nak ezt kell
    kiírnia:
--- a/DOCS/MPlayer-FAQ	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/MPlayer-FAQ	Fri Jun 08 17:47:23 2001 +0000
@@ -245,3 +245,11 @@
 A: You use a vo driver with single buffering (x11,xv). With xv you can change
    the number of buffers in libvo/vo_xv.c :
    Increase #define NUM_BUFFERS 1
+
+Q: What's the problem with gcc 2.96 ?
+A: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
+   RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
+   unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not
+   compile it. Important: this is NOT an MPlayer-specific problem, numerous
+   other projects (DRI, avifile, etc..) have problems with this shit too.
+   ** DO NOT USE gcc 2.96 !!! **
--- a/DOCS/README	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/README	Fri Jun 08 17:47:23 2001 +0000
@@ -109,8 +109,9 @@
 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
 - fbdev:Output to general framebuffers
 - svga: Output to SVGAlib
-- sdl:	SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
-        even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib)
+- sdl:	1.1.7 : supports software scaling
+	1.1.8 : supports Xvideo
+	1.2.0 : supports aalib
 - aalib:Textmode rendering (through SDL, native driver is coming soon!)
 
 Card specific:
--- a/DOCS/VIDEOCARDS	Fri Jun 08 13:35:24 2001 +0000
+++ b/DOCS/VIDEOCARDS	Fri Jun 08 17:47:23 2001 +0000
@@ -8,6 +8,7 @@
 bilinear filtering. Under Linux, there are several ways to access it:
 
 I.   The Xv (XVideo) extension of XFree86 4.0.2
+I.1. Card-specific notes/settings
 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
@@ -65,13 +66,18 @@
    It must support YUY2 packed, and YV12 planar pixel formats to be
    usable with MPlayer.
 
-   If xvinfo doesn't show these, but XVideo extension is loaded and you're
-   sure your card can do YUV conversion,
+I.1.
+  a, If xvinfo doesn't show these, but XVideo extension is loaded and you're
+     sure your card can do YUV conversion,
     - 3dfx voodoo3/banshee users download a new DRI from
-      http://dri.sourceforge.net
-    - S3 Savage4 users download XFree86 >= 4.0.3
+      http://dri.sourceforge.net (or possibly use X 4.1.0)
+    - S3 Savage4 users download XFree86 >= 4.0.3 (4.1.0 preferred)
     - nVidia users sell their card.. or download the nVidia driver from
       nVidia's website
+  b, The GATOS driver (for ATI cards) has VSYNC enabled by default. It means
+     that decoding speed (!) is synced to the monitor's refresh rate. If
+     playing seems to be slow, try disabling VSYNC somehow, or set refresh
+     rate to n*(fps of the movie) Hz.
 
 5. Be sure MPlayer is compiled with the "xv" target. "./configure" should say:
 	Checking for Xv ... yes