From 5815ae176569099ed44be5696f161355a9188ec6 Mon Sep 17 00:00:00 2001 From: mpt Date: Sat, 29 Mar 2003 20:46:03 +0000 Subject: translated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9733 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/pl/video.html | 2193 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 1267 insertions(+), 926 deletions(-) (limited to 'DOCS') diff --git a/DOCS/pl/video.html b/DOCS/pl/video.html index 899c2db8cd..0b287e0052 100644 --- a/DOCS/pl/video.html +++ b/DOCS/pl/video.html @@ -1,102 +1,98 @@ + - + Wideo - MPlayer - Odtwarzacz filmów dla Linuksa + + - + - -

2.3.1. Video output devices

+

2.3.1 Urządzenia wyjścia Wideo

-

2.3.1.1. Setting up MTRR

+

2.3.1.1 Ustawianie MTRR

-

It is VERY recommended to check if the MTRR registers are set up properly, -because they can give a big performance boost.

+

Jest bardzo sugerowane, by sprawdzić, czy rejestry MTRR są ustawione właściwie, +gdyż mogą one dużo zwiększyć wydajność.

-

Do a 'cat /proc/mtrr' :

+

Wykonaj 'cat /proc/mtrr':

---($:~)-- cat /proc/mtrr
-reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9
-reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1
-

- -

It's right, shows my Matrox G400 with 16Mb memory. I did this from -XFree 4.x.x , which sets up MTRR registers automatically.

- -

If nothing worked, you have to do it manually. First, you have to find the base -address. -You have 3 ways to find it:

- -

- -

Then let's find the memory size. This is very easy, just convert video ram -size to hexadecimal, or use this table:

+ --($:~)-- cat /proc/mtrr
+ reg00: base=0xe4000000 (3648MB), size= 16MB: write-combining, count=9
+ reg01: base=0xd8000000 (3456MB), size= 128MB: write-combining, count=1

+ +

To prawda, pokazuje mojego Matrox G400 z 16Mb pamięci. Wykonałem to z + XFree 4.x.x , z ustawionymi automatycznie rejestrami MTRR.

+ +

Jeśli nic nie działa, powinienieś wykonać to ręcznie. Najpierw musisz odnaleść adres bazowy. + Możesz to zrobić na 3 sposoby:

+ + + +

Następnie wyszukaj rozmiar pamięci. Jest to bardzo łatwe, wystarczy, że przekonwertujesz rozmiar pamięci + wideo do liczby heksadecymalnej, lub po prostu użyjesz poniższej tabeli:

- - - - - - + + + + + +
  1 MB0x100000
2 MB0x200000
4 MB0x400000
8 MB0x800000
16 MB0x1000000
32 MB0x2000000
  1 MB0x100000
2 MB0x200000
4 MB0x400000
8 MB0x800000
16 MB0x1000000
32 MB0x2000000
-

You know base address and memory size, let's setup mtrr registers! -For example, for the Matrox card above (base=0xd8000000) with 32MB -ram (size=0x2000000) just execute:

- +

Znasz już adres bazowy i rozmiar pamięci, więc zabierz się do ustawień! + Na przykład, dla powyższej karty Matrox (bazowy=0xd8000000) z 32MB ramu + (rozmiar=0x2000000) wystarczy, że uruchomisz:

  echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr

+

Nie wszystkie procesory wspierają MTRRy. Na przykład starsze K6-2 [około 266Mhz, + stepping 0] nie wspierają MTRR, ale stepping 12 już tak ('cat /proc/cpuinfo' + by to sprawdzić').

-

Not all CPUs support MTRRs. For example older K6-2's [around 266Mhz, -stepping 0] doesn't support MTRR, but stepping 12's do ('cat /proc/cpuinfo' -to check it').

+

2.3.1.2 Wyjścia wideo dla tradycyjnych kary graficznych

-

2.3.1.2. Xv

+

2.3.1.2.1 Xv

-

Under XFree86 4.0.2 or newer, you can use your card's hardware YUV routines -using the XVideo extension. This is what the option '-vo xv' uses. Also, -this is driver supports adjusting brightness/contrast/hue/etc (unless you use -the old, slow DirectShow DivX codec, which supports it everywhere), see the -manpage.

+

Pod XFree86 4.0.2, lub nowszymi, możesz używać sprzętowej procedury YUV twojej karty + używając rozszerzenia XVideo. Używa tego opcja '-vo xv'. Także sterownik ten wspiera + modyfikowanie jasności/kontrastu/hue/itp (chyba, że używasz starego, wolnego kodeka DirectShow + DivX, który wspiera to wszędzie), zobacz stronę manuala.

+ +

Żeby wykonać tą czynność, powinienieś sprawdzić następujące rzeczy:

-

In order to make this work, be sure to check the following:

-

+

Starsze karty 3dfx znane były z problemów z akceleracją XVideo, + nie wspierały obydwu YUY2 lub YV12. Sprawdź, czy posiadasz XFree86 + w wersjii 4.2.0 lub nowszej, które pracują dobrze z YV12 i YUY2. Poprzednie wersje, + włączając 4.1.0 wywalały się przy YV12! + Jeśli twoje doznania dają dziwne efekty przy użytku -vo xv, spróbuj SDL (posiada także XVideo) + i zobacz, jeśli pomaga. Sprawdź sekcję SDLpo szczegóły.

-

2.3.1.2.1. 3dfx cards

-

Older 3dfx drivers were known to have problems with XVideo acceleration, -it didn't support either YUY2 or YV12, and so. Verify that you have -XFree86 version 4.2.0 or greater, it works ok with YV12 and YUY2. Previous -versions, including 4.1.0 crashes with YV12! -If you experience strange effects using -vo xv, try SDL (it has XVideo too) -and see if it helps. Check the SDL section for details.

+

LUB, wypróbuj nowego sterownika -vo tdfxfb! Zobacz sekcję + tdfxfb.

-

OR, try the NEW -vo tdfxfb driver! See the 2.3.1.9 -section!

+

2.3.1.2.1.2 Karty S3

-

2.3.1.2.2. S3 cards

+

S3 Savage3D powinny pracować dobrze, ale dla Savage4, użyj XFree86 w wersji 4.0.3 + lub nowszej (w przypadku problemów z obrazem spróbuj 16bpp). Również dla S3 Virge... istnieje wsparcie + dla xv, lecz karta sama w sobie jest bardzo wolna, lepiej będzie więc jak ją sprzedaż.

-

S3 Savage3D's should work fine, but for Savage4, use XFree86 version 4.0.3 -or greater (in case of image problems, try 16bpp). As for S3 Virge.. there is -xv support, but the card itself is very slow, so you better sell it.

+

INFORMACJA: nie jest obecnie jasne, które modele Savage nie posiadają + wsparcia YV12 i konwertacji przez sterownik (wolne). Jeśli podejrzeważ o to + twoją kartę, pobierz najnowsze sterowniki lub uprzejmie spytaj na liście mailingowej + mplayer-users o sterownik włączający MMX/3DNow.

-

NOTE: Savage cards have a slow YV12 image displaying capability (it needs -to do YV12->YUY2 conversion, because the Savage hardware can't display YV12). -So when this documentation says at some point "this has YV12 output use this, -it's faster", it's not sure. Try this -driver, it uses MMX2 for this task and is faster than the native X driver.

+

2.3.1.2.1.3 Karty nVidia

-

2.3.1.2.3. nVidia cards

+

nVidia nie jest najlepszym wyborem dla Linuksa (według NVidii, + nie jest to prawdą).. Będziesz potrzebował + binarnych, zamkniętych (bez kodu źródłowego) sterowników nVidia, dostępnych na stronie nVidii. + Standardowe sterowniki XFree86 nie wspierają XVideo dla tych kard, należnych do zamkniętego + kodu/specyfikacji nVidii.

-

nVidia isn't a very good choice under Linux (according to NVidia, this -is not true).. You'll have to use the -binary closed-source nVidia driver, available at nVidia's website. The standard XFree86 -driver doesn't support XVideo for these cards, due to nVidia's closed -sources/specifications.

+

O ile wiem ostatnie sterowniki XFree86 zawierają wsparcie XVideo dla Geforce 2 i 3.

-

As far as I know the latest XFree86 driver contains XVideo support for -Geforce 2 and 3.

+

Karty Riva128 nie posiadają wsparcia XVideo również ze sterownikami nvidia :( + Skargi do NVidii.

-

+

2.3.1.2.1.4 Karty ATI

-

2.3.1.2.4. ATI cards

+ -

-

  • The GATOS driver (which you -should use, unless you have Rage128 or Radeon) 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.
  • -
  • Radeon VE - currently only XFree86 CVS has driver for this card, version -4.1.0 doesn't. And no TV out support. Of course with MPlayer you can -happily get accelerated display, with or without TV output, and -no libraries or X are needed. Read Vidix section.
  • +

    2.3.1.2.1.5 Karty NeoMagic

    -

    +

    Karty te mogą być znalezione w dużej ilości laptopów. Niestety sterowniki w + X 4.2.0 nie potrafią wykonać Xv, ale mamy dla ciebie zmodyfikowane sterowniki zdolne do Xv. + Ściągnij stąd. + Sterownik dostarczony został przez Stefana Seyfrieda.

    +

    By udostępnić odtwarzanie DVD zadowalająco, zmień XF86Config tak jak niżej:

    -

    2.3.1.2.5. NeoMagic cards

    +

    Section "Device"
    +     [...]
    +     Driver "neomagic"
    +     Option "OverlayMem" "829440"
    +     [...]
    + EndSection

    -

    These cards can be found in many laptops. Unfortunately, the driver in - X 4.2.0 can't do Xv, but we have a modified, Xv-capable driver for you. - Download from here. - Driver provided by Stefan Seyfried.

    -

    To allow playback of DVD sized content change your XF86Config like this :

    +

    2.3.1.2.1.6 Karty Trident

    -

    -Section "Device"
    -    [...]
    -    Driver "neomagic"
    -    Option "OverlayMem" "829440"
    -    [...]
    -EndSection -

    +

    Jeśli chcesz używać Xv z kartą Trident, bądź pewnien, że nie pracuje ona + z 4.1.0, zainstaluj XFree 4.2.0. W 4.2.0 dodano wsparcie dla pełnoekranowego xv + wspieranego przez kartę Cyberblade XP.

    -

    2.3.1.2.6. Trident cards

    +

    2.3.1.2.1.7 Karty Kyro/PowerVR

    -

    If you want to use xv with a trident card, provided that it doesn't -work with 4.1.0, try the latest cvs of Xfree or wait for Xfree 4.2.0. -The latest cvs adds support for fullscreen xv support with the -Cyberblade XP card.

    +

    Jeśli chcesz używać Xv z kartami bazyjącymi na Kyro (na przykład Hercules Prophet + 4000XT), powninieneś pobrać sterowniki ze + strony PowerVR.

    -

    2.3.1.3. DGA

    -

    2.3.1.3.1. Summary

    +

    2.3.1.2.2 DGA

    -

    This document tries to explain in some words what DGA is in general and -what the DGA video output driver for mplayer can do (and what it can't).

    +

    WSTĘP

    -

    2.3.1.3.2. What is DGA

    +

    Dokumant ten ma na celu wyjaśnić w kilku słowach, czym jest ogólnie DGA i + co sterowniki wyjścia wideo DGA mogą zrobić dla mplayera (i czego nie mogą).

    -

    DGA is short for Direct Graphics Access and is a means for a program to -bypass the X-Server and directly modifying the framebuffer memory. -Technically spoken this happens by mapping the framebuffer memory into -the memory range of your process. This is allowed by the kernel only -if you have superuser privileges. You can get these either by logging in -as root or by setting the suid bit on the mplayer excecutable (NOT -recommended!).

    -

    There are two versions of DGA: DGA1 is used by XFree 3.x.x and DGA2 was -introduced with XFree 4.0.1.

    +

    CZYM JEST DGA

    -

    DGA1 provides only direct framebuffer access as described above. For -switching the resolution of the video signal you have to rely on the -XVidMode extension.

    +

    DGA jest skrótem od Direct Graphics Access (bezpośredni dostęp graficzny) + i oznacza to dla programu obejście X-Serwera i bezpośrednią modyfikację + pamięci framebuffera. Technicznie rzecz mówiąc, dzieje się to przez mapowanie + pamięci framebuffera w zakresie pamięci twojego procesu. + Zezwalane jest to przez jądro tylko jeśli posiadasz uprawnienia superużytkownika. + Możesz je otrzymać przez zalogowanie się jako roota, albo ustawiając bit suida + na pliku wykonalnym mplayera (nie sugerowane).

    -

    DGA2 incorporates the features of XVidMode extension and also allows -switching the depth of the display. So you may, although basically -running a 32 bit depth XServer, switch to a depth of 15 bits and vice -versa.

    +

    Istnieją dwie wersje DGA: DGA1 używane jest przez XFree 3.x.x i DGA2 wprowadzone + z 4.0.1.

    -

    However DGA has some drawbacks. It seems it is somewhat dependent on the -graphics chip you use and on the implementation of the XServer's video -driver that controls this chip. So it does not work on every system ...

    +

    DGA1 dostarcza tylo bezpośredni dostęp framebuffera, jak opisano wyżej. By + przełączać rozdzielczość sygnału wideo, musisz polegać na rozszerzeniu + VidMode.

    +

    DGA2 łączy cechy rozszerzenia XVidMode, a także zezwala na przełączanie + głębi wyświetlania. Możesz więc, choć podstawowo uruchamiasz XSerwer w głębi 32-bitowej, + przełączyć do głębi 15-bitowej i na odwrót.

    -

    2.3.1.3.3. Installing DGA support for MPlayer

    +

    DGA posiada jednak pewne wady. Jak widac jest trochę zależny od chipu graficznego, + jakiego używasz i od implementacji sterowników wideo XServera, które sterują chipem. + Więc nie działa on na wszystkich systemach

    -

    First make sure X loads the DGA extension, see in /var/log/XFree86.0.log:

    + +

    INSTALACJA WSPARCIA DGA DLA MPLAYERA

    + +

    Najpierw sprawdź, czy rozszerzenie DGA zostało załadowane przez serwer X, + zajrzyj do /var/log/XFree86.0.log:

        (II) Loading extension XFree86-DGA

    -

    See, XFree86 4.0.x or greater is VERY RECOMMENDED! -MPlayer's DGA driver is autodetected on ./configure, or you can force it -with --enable-dga.

    +

    Spójrz, XFree86 4.0.x lub wyższe jest BARDZO REKOMENDOWANE! + Sterownik DGA MPlayera automatycznie wykrywana przez ./configure, ale możesz wymysić + go przez --enable-dga

    -

    If the driver couldn't switch to a smaller resolution, experiment with -switches -vm (only with X 3.3.x), -fs, -bpp, -zoom to find a video mode that -the movie fits in. There is no converter right now.. :(

    +

    Jeśli sterownik nie może przełączyć do mniejszej rozdzielczości, eksperymantuj z + przełączaniem -vm (tylko z X 3.3.x), -fs, -bpp, -zoom, by znaleść tryb wideo, który zgadza się + z filmem. Nie ma obecnie prawidłowego konwertera :(

    -

    Become ROOT. DGA needs root access to be able to write directly video memory. -If you want to run it as user, then install MPlayer SUID root:

    +

    Zostań ROOTEM. DGA wymaga dostępu roota, by móc zapisywać bezpośrednio do pamięci. + Jeśli zamierzasz uruchamiać go jako użytkownik, zainstaluj MPlayera z SUID roota:

    -    chown root /usr/local/bin/mplayer
    -    chmod 750 /usr/local/bin/mplayer
    -    chmod +s /usr/local/bin/mplayer

    - - -

    Now it works as a simple user, too.

    - - -

    !!!! BUT STAY TUNED !!!!
    -This is a BIG security risk! Never do this on a server or on a computer -can be accessed by more people than only you because they can gain root -privilegies through suid root mplayer.
    -!!!! SO YOU HAVE BEEN WARNED ... !!!!

    - -

    Now use '-vo dga' option, and there you go! (hope so:) -You should also try if the '-vo sdl:dga' option works for you! It's much -faster!!!

    - -

    2.3.1.3.4. Resolution switching

    - -

    The DGA driver allows for switching the resolution of the output signal. -This avoids the need for doing (slow) software scaling and at the same -time provides a fullscreen image. Ideally it would switch to the exact -resolution (except for honouring aspect ratio) of the video data, but the -XServer only allows switching to resolutions predefined in -/etc/X11/XF86Config (/etc/X11/XF86Config-4 for XFree 4.0.X respectively). -Those are defined by so-called modelines and depend on the capabilites -of your video hardware. The XServer scans this config file on startup and -disables the modelines not suitable for your hardware. You can find -out which modes survive with the X11 log file. It can be found at: -/var/log/XFree86.0.log.

    -

    See appendix A for some sample modeline definitions.

    - -

    2.3.1.3.5. DGA & MPlayer

    - -

    DGA is used in two places with MPlayer: The SDL driver can be made to make -use of it (-vo sdl:dga) and within the DGA driver (-vo dga). -The above said is true for both; in the following sections I'll explain -how the DGA driver for MPlayer works.

    - -

    2.3.1.3.6. Features of the DGA driver

    - -

    The DGA driver is invoked by specifying -vo dga at the command line. -The default behaviour is to switch to a resolution matching the original -resolution of the video as close as possible. It deliberately ignores the --vm and -fs switches (enabling of video mode switching and fullscreen) - -it always tries to cover as much area of your screen as possible by switching -the video mode, thus refraining to use a single additional cycle of your CPU -to scale the image. -If you don't like the mode it chooses you may force it to choose the mode -matching closest the resolution you specify by -x and -y. -By providing the -v option, the DGA driver will print, among a lot of other -things, a list of all resolutions supported by your current XF86-Config -file. -Having DGA2 you may also force it to use a certain depth by using the -bpp -option. Valid depths are 15, 16, 24 and 32. It depends on your hardware -whether these depths are natively supported or if a (possibly slow) -conversion has to be done.

    - -

    If you should be lucky enough to have enough offscreen memory left to -put a whole image there, the DGA driver will use doublebuffering, which -results in much smoother movie replaying. It will tell you whether double- -buffering is enabled or not.

    - -

    Doublebuffering means that the next frame of your video is being drawn in -some offscreen memory while the current frame is being displayed. When the -next frame is ready, the graphics chip is just told the location in memory -of the new frame and simply fetches the data to be displayed from there. -In the meantime the other buffer in memory will be filled again with new -video data.

    - -Doublebuffering may be switched on by using the option -double and may be -disabled with -nodouble. Current default option is to disable -doublebuffering. When using the DGA driver, onscreen display (OSD) only -works with doublebuffering enabled. However, enabling doublebuffering may -result in a big speed penalty (on my K6-II+ 525 it used an additional 20% of -CPU time!) depending on the implementation of DGA for your hardware.

    - - -

    2.3.1.3.7. Speed issues

    - -

    Generally spoken, DGA framebuffer access should be at least as fast as using -the X11 driver with the additional benefit of getting a fullscreen image. -The percentage speed values printed by mplayer have to be interpreted with -some care, as for example, with the X11 driver they do not include the time -used by the X-Server needed for the actual drawing. Hook a terminal to a -serial line of your box and start top to see what is really going on in your -box ...

    - -

    Generally spoken, the speedup done by using DGA against 'normal' use of X11 -highly depends on your graphics card and how well the X-Server module for it -is optimized.

    - -

    If you have a slow system, better use 15 or 16bit depth since they require -only half the memory bandwidth of a 32 bit display.

    - -

    Using a depth of 24bit is even a good idea if your card natively just supports -32 bit depth since it transfers 25% less data compared to the 32/32 mode.

    - -

    I've seen some avi files already be replayed on a Pentium MMX 266. AMD K6-2 -CPUs might work at 400 MHZ and above.

    - -

    2.3.1.3.8. Known bugs

    - -

    Well, according to some developpers of XFree, DGA is quite a beast. They -tell you better not to use it. Its implementation is not always flawless -with every chipset driver for XFree out there.

    - -

    - -

    2.3.1.3.9. Future work

    - -

    - - -

    2.3.1.3.A. Some modelines

    +     chown root /usr/local/bin/mplayer
    +     chmod 750 /usr/local/bin/mplayer
    +     chmod +s /usr/local/bin/mplayer

    + +

    Teraz będzie także pracował jako zwykły użytkownik.

    + +
    + Ostrzeżenie: ryzyko bezpieczeństwa
    + Jest to duże ryzyko bezpieczeństwa! Nigdy nie rób tego na serwerach, lub komputerach, + które są dostępne dla więcej ludzi niż tylko ciebie, ponieważ mogą oni zdobyć prawa roota + poprzez suida mplayera. +
    + +

    Teraz użyj opcji -vo dga i już (mam nadzieję :))! + Powinieneś spróbować także opcji -vo sdl:dga. + Jest trochę szybsza.

    + + +

    PRZEŁĄCZANIE ROZDZIELCZOŚCI

    + +

    Sterowniki DGA pozwalają na przełączenia rozdzielczości sygnału wyjściowego. + Unikają one wykonywania (wolnego) skalowania sprzętowego i w tym samym czasie + zapewniają pełnoekranowy obraz. Idealne wyjście, jeśli chciałeś przełączyć do + ścisłej rozdzielczości (wykluczając zaszczytny stosynek) danych wideo, ale XSerwer + zezwala tylko na przełączanie do zdefiniowanych wcześniej rozdzielczości w + /etc/X11/XF86Config (/etc/X11/XF86Config-4 odnośnie + XFree 4.0.X). +

    Tamte zdefiniowane są przez tak zwane linie trybów i zależne są od zdolności + twojego sprzętu wideo. Serwer X skanuje ten plik konfiguracyjny podczas startu, + i wyłącza linie trybów nieodpowiednie dla towjego sprzętu. + Możesz sprawdzić, które tryby znajdują się w logach X11. Znajdziesz je w: + /var/log/XFree86.0.log.

    + +

    Wpisy te znane są z poprawnej pracy z chipem Riva128 chip, używającego + modułów X serwera nv.o.

       Section "Modes"
    @@ -411,717 +314,1155 @@ case the DGA driver will crash telling you about a nonsense mode of
       EndSection
     
    -

    These entries work fine with my Riva128 chip, using nv.o XServer driver -module.

    - -

    2.3.1.3.B. Bug Reports

    +

    DGA & MPLAYER

    -

    If you experience troubles with the DGA driver please feel free to file -a bug report to me (e-mail address below). Please start mplayer with the --v option and include all lines in the bug report that start with vo_dga:

    +

    DGA jest używany w dwóch miejscach w MPlayerze: Sterowniki SDL + mogą być użyte przez niego (-vo sdl:dga) w wewnątrz sterownika DGA (-vo dga). + Rzeczy, które powiedziałem wyżej są zarówno prawdą; w następującej sekcji wyjaśnię + Jak sterownik DGA pracuje z MPlayerem.

    -

    Please do also include the version of X11 you are using, the graphics card -and your CPU type. The X11 driver module (defined in XF86-Config) might -also help. Thanks!

    +

    CECHY

    -

    Acki (acki@acki-netz.de, www.acki-netz.de)

    +

    Serownik DGA wywoływany jest przez określenie -vo dga z lini poleceń. + Standardowe zachowanie przełącza do rozdzielczości zestawiając oryginalną + rozdzielczość wideo najbliższą z możliwych. + Rozmyślnie ignoruje przełączanie -vm i -fs (włączając przełączanie trybów + wideo i pełny ekran) - zawsze próbuje pokryć tyle obszaru twojego ekranu, + jak to możliwe, poprzez przełączanie trybu wideo, w ten sposób powstrzymuje + użycie pojedynczego okresu twojego CPU do skalowania obrazu. + Jeżeli nie lubisz trybu, jego wybór możesz wymysić przez określenie -x i -y. + Dostarczaną przez opcję -v, sterownik DGA wyświetli, spośród wielu innych + rzeczy, listę wszystkich wspieranych rozdzielczości przez twój obecny plik + konfiguracyjny XF86-Config. + Posiadając DGA2 możesz także wymusić użycie określonej głębi, używając do + tego opcji -bpp. Poprawne głębie to 15, 16, 24 i 32. Zależy od twojego sprzętu, + czy są one wspierane lub czy (możliwe, że wolne) konwersja została wykonana.

    -

    2.3.1.4. SDL

    +

    Jeśli jesteś na tyle szczęściażem, że posiadasz dosyć miejsca, by umieścić + cały obraz, sterownik DGA użyje podwójnego buforowania, który daje bardziej + wygładzone odtwarzanie filmu. + Zostaniesz poinformowany, czy podówjne buforowanie jest włączone, czy też nie.

    -

    SDL (Simple Directmedia Layer) is basically an unified video/audio - interface. Programs that use it know only about SDL, and not about what video - or audio driver does SDL actually use. For example a Doom port using SDL can - run on svgalib, aalib, X, fbdev, and others, you only have to specify the - (for example) video driver to use with the SDL_VIDEODRIVER environment - variable. Well, in theory.

    +

    Podówjne buforowanie oznacza, że kiedy następna klatka twojego wideo jest przetwarzana + gdzieś w pamięci, obecna klatka jest wyświatlana. Kidy następna klatka jest gotowa + chip graficzny trzyma tylko miejsce w pamięci nowej klatki i po prostu dane przechodzą + do wyświetlenia stamtąd. + W tym czasie inny bufor w pamięci zostanie zajęty ponownie nowymi danymi wideo.

    -

    With MPlayer, we used its X11 driver's software scaler ability for - cards/drivers that doesn't support XVideo, until we made our own (faster, - nicer) software scaler. Also we used its aalib output, but now we have ours - which is more comfortable. Its DGA mode was better than ours, until - recently. Get it now? :)

    +

    Podówjne buforowanie może zostać włączone porzez użycie opcji -double i wyłączone przez + -nodouble. Obecnie domyślna opcja wyłącza podówjne buforowanie. + Kiedy jest używany sterownik DGA, wyświatlanie na ekranie (ang. on screen display (OSD)) + pracuje tytlko przy włączonym podówjnym buforowaniu. Jednak włączenie podówjnego buforowania + może odbić się na spadku prędkości (na moim K6-II+ 525 używał dodatkowo 20% czasu CPU!) + w zależności od implementacji DGA dla twojego sprzętu.

    -

    It also helps with some buggy drivers/cards if the video is jerky - (not slow system problem), or audio is lagging.

    -

    SDL video output supports displaying subtitles under the movie, on the (if - present) black bar.

    +

    WYNIKI PRĘDKOŚCI

    -

    Here are some notes about SDL out in MPlayer.

    +

    Ogólnie powiedziawszy, dostęp bufora klatki DGA powinno być przynajmniej + szybkie używając starownika X11 w dodatku z korzyścią otrzymywaniu pełnoekranowego obrazu. + Procentopwa wartość prędkości wyświatlana przez MPlayera, powinna być traktowana z + ostrożnością, bo na przykład ze sterownikiem X11 nie zawierają one czasu użytego przez + Serwer X wymagany do aktualnego przetwarzania. Sprawdź więc co dzieje się na twoim komputerze.

    +

    Ogólnie rzecz biorąc, osiągnięte przyśpieszenie poprzez użycie DGA wbrew 'normalnego' + użycia X11, wysoko zależne jest do twojej karty graficznej oraz jak dobrze + zoptymalizowane są moduły X-Serwera.

    +

    Używanie głębi 24 bitowej jest równie dobrym pomysłem jeśli twoje karta własnoręcznie + ubsługuje 32 bitową głębię, ponieważ odstępuje ona 25% mniej danych w porównaniu do + trybu 32/32.

    -

    - - - - - +

    Widziałem niektóre pliki avi odtwarzane już na Pentium MMX 266. Procesory AMD K6-2 + mogły by pracować na 400 MHZ i wyższych.

    - - - - +

    ZNANE BŁĘDY

    -

    There are several commandline switches for SDL:

      -vo sdl:name   -specifies sdl video driver to use (ie. aalib, dga, x11)
    -ao sdl:namespecifies sdl audio driver to use (ie. dsp, -esd, arts)
    -noxvdisables Xvideo hardware acceleration
    -forcexvtries to force Xvideo acceleration

    SDL Keys:

    Ftoggles fullscreen/windowed mode
    Ccycles available fullscreen modes
    W/Smappings for * and / (mixer control)

    +

    Jak przyznają niektórzy deweloperzy XFree, DGA jest jak nieokiełznana bestia. + Mówią, że lepiej go nie używać. Jego implementacja nie zawsze jest idealna + ze wszystkimi sterownikami dla XFree.

    -

    KNOWN BUGS:

    -

    - -

    2.3.1.5. SVGAlib

    + -

    If you don't have X, you can use the SVGAlib target! Be sure not to use the --fs switch, since it toggles the usage of the software scaler, and it's -SLOOOW now, unless you have a real fast CPU (and/or MTRR?). :(

    -

    Of course you'll have to install svgalib and its development package in -order for MPlayer build its SVGAlib driver (autodetected, but can be -forced), and don't forget to edit /etc/vga/libvga.config to suit your -card & monitor.

    +

    2.3.1.2.3 SDL

    -

    2.3.1.6. Framebuffer output (FBdev)

    +

    SDL (Simple Directmedia Layer) jest głownie interfejsem wideo/audio. + Programy wykorzystujące go wiedzą tylko o SDLu, i nic z których sterownikach + audio lub wideo aktulanlnie korzysta. Na przykład port Dooma używający SDL + potrafi wystartować na svgalib, aalib, X, fbdev, i innych, musisz tylko mieć określone + (na przykład) sterowniki wideo używane ze środowiskiem + SDL_VIDEODRIVER. No to na tyle teorii

    -

    Whether to build the FBdev target is autodetected during ./configure . -Read the framebuffer documentation in the kernel sources -(Documentation/fb/*) for info on how to enable it, etc.. !

    +

    Z MPlayerem używamy sterowników X11 ze zdolnością sprzętowego skalowania dla kart/sterowników, + które nie wspierają XVideo, aż stworzymy nasz własny (szybszy, wygodniejszy) skalownik sprzętowy. + Także używamy jego wyjścia aalib, ale teraz posiadamy własny, który jest wygodniejszy. Jego tryb DGA + był lepszy od maszego, do niedawna. Pobrać go natychmiast? :)

    -

    If your card doesn't support VBE 2.0 standard (older ISA/PCI -cards, such as S3 Trio64), only VBE 1.2 (or older?) : -Well, VESAfb is still available, but you'll have to load SciTech Display -Doctor (formerly UniVBE) before booting Linux. Use a DOS boot disk or -whatever. And don't forget to register your UniVBE ;))

    +

    Pomaga także z niektórymi dziurawymi starownikami/kartami jeśli wideo jest skokowe + (nie chodzi o problem z wolnym systemem), lub jeśli audio się opuźnia.

    -

    The FBdev output takes some additional parameters above the others:

    +

    Wyjścia wideo SDL wspiera wyświetlanie napisów pod filmem, na czarnym pasku + (jeśli ten występuje).

    -

    - - - - - - -
      -fb   -specify the framebuffer device to use (/dev/fb0)
    -fbmodemode name to use (according to /etc/fb.modes)
    -fbmodeconfig config file of modes (default /etc/fb.modes)
    -monitor_hfreqIMPORTANT values, see example.conf
    -monitor_vfreq
    -monitor_dotclock

    +

    Istnieją różne opcje linii poleceń dla SDLa:

    +
    +
    -vo sdl:name
    +
    określa, który sterownik wideo sdl użyć (tj. aalib, dga, x11)
    -

    If you want to change to a specific mode, then use

    +
    -ao sdl:name
    +
    określa, który sterownik audio sdl użyć(ie. dsp, esd, arts)
    -

        mplayer -vm -fbmode (NameOfMode) filename

    +
    -noxv
    +
    wyłącza sprzętową akcelerację Xvideo
    -

    • -vm alone will choose the most suitable mode from /etc/fb.modes . Can be -used together with -x and -y options too. The -flip option is supported only -if the movie's pixel format matches the video mode's pixel format. -Pay attention to the bpp value, fbdev driver tries to use the current, -or if you specify the -bpp option, then that.
    • -
    • -zoom option isn't supported (software scaling is slow). -fs option -isn't supported. You can't use 8bpp (or less) modes.
    • -
    • you possibly want to turn the cursor off : echo -e '\033[?25l' - or setterm -cursor off
      - and the screen saver: setterm -blank 0
      - To turn the cursor back on : echo -e '\033[?25h' - or setterm -cursor on -

    +
    -forcexv
    +
    próbuje wymusić akcelerację Xvideo
    +
    -

    NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, -and don't ask for it, since it's not an MPlayer limitation.

    + + + + + +

    Klucze SDL:

    Fprzełącza w tryb pełnoekranowy/okna
    Cobraca dostępnymi trybami pełnegoekranowymi
    W/Smapowanie dla * i / (kontrola miksera)
    -

    2.3.1.7. Matrox framebuffer (mga_vid)

    +

    ZNANE BŁĘDY

    -

    This section is about the Matrox G200/G400/G450/G550 BES (Back-End Scaler) -support, the mga_vid kernel driver. It's active developed by me (A'rpi), and -it has hardware VSYNC support with triple buffering. It works on both -framebuffer console and under X.

    + -

    WARNING: on non-Linux systems, use Vidix for - mga_vid !!!

    -

    To use it, you first have to compile mga_vid.o:

    +

    2.3.1.2.4 SVGAlib

    -

        cd drivers
    -    make

    +

    INSTALACJA

    -

    Then create /dev/mga_vid device:

    +

    Oczywiście będziesz musiał zainstalować svgalib i jego pakiety, żeby MPlayer + zbudował jego sterownik SVGAlib (automatycznie wykryty, ale może być wymuszony), + i nie zapomnij wyedytować /etc/vga/libvga.config w dostosowaniu do twojej + karty & monitora.

    -

        mknod /dev/mga_vid c 178 0

    +

    INFORMACJE

    -

    and load the driver with

    +

    Pamiętaj, żeby nie używać przełączenia -fs, odkąd przerzuca ono wywołanie + sprzętowego skalera i jest obecnie wolne. Jeśli naprawdę tego potrzebujesz użyj + opcji -sws 4, która powoduje pogorszenie jakości, jednak jest poniekąd + szybsza.

    -

        insmod mga_vid.o

    +

    WSPARCIE EGA (4BPP)

    -

    You should verify the memory size detection using the 'dmesg' command. If -it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's -memory size in MB:

    +

    SVGAlib załącza EGAlib, a MPlayer posiada możliwość wyświetlania różnych filmów + w 16 kolorach, tak jest zdalny do użytku w następujących ustawieniach:

    -

        insmod mga_vid.o mga_ram_size=16

    + -

    To make it load/unload automatically when needed, first insert the following line -at the end of /etc/modules.conf:

    +

    Bpp (bits per pixel - ilość bitów na piksel) wartość musi być ustawiona ręcznie na 4:
    +   -bpp 4
    + Film prawdopodobnie będzie trzeba zmniejszyć, by dopasować się do trybu:
    +   -vf scale=640:350 lub
    +   -vf scale=320:200
    + Do tego potrzebujemy szybkiego, ale w kiepskiej jakośći skalowania:
    +   -sws 4
    + Może automatyczną korękcję stosunku potrzeba wyłączyć:
    +   -noaspect

    -

        alias char-major-178 mga_vid

    +

    INFORMACJA: według moich eksperymantów, najlepasza jakość obrazu na ekranach EGA + można osiągnąć poprzez średnie obniżenie jasności: -vf + eq=-20:0. Często wymaga to także niskiego próbkowania audio na moim sprzęcie, + ponieważ dźwięk popsuł się na 44kHz: -srate 22050.

    -

    Then copy the mga_vid.o module to the appropriate place under - /lib/modules/<kernel version>/somewhere.

    +

    Możesz włączyć OSD i napisy tylko z filtrem expand, + zajrzyj do manuala, po dokładne parametry.

    -

    Then run

    -

        depmod -a

    +

    2.3.1.2.5 Wyjście Framebuffera (FBdev)

    -

    Now you have to (re)compile MPlayer, ./configure will detect /dev/mga_vid -and build the 'mga' driver. Using it from MPlayer goes by '-vo mga' if -you have matroxfb console, or '-vo xmga' under XFree86 3.x.x or 4.x.x.

    +

    Czy do zbudowania obiektu FBdev jest on automatycznie wykryty + podczas ./configure. Czytaj dokomentację framebuffera w źródłach + jądra (Documentation/fb/*) dla informacji.

    -

    The mga_vid driver cooperates with Xv.

    +

    Jeśli twoja karta nie wspiera standardu VBE 2.0 (starsze karty ISA/PCI, + takie jak S3 Trio64), tylko VBE 1.2 (lub starszy?) : + Więc, VESAfb pozostaje dostępnym, ale potrzebujesz załadować SciTech + Display Doctor (wcześniej UniVBE) przed butowaniem Linuksa. Użyj dyskietek + butujących DOSa lub czegokolwiek innego. + I nie zapomnij zarejestrować swojego UniVBE ;))

    -

    The /dev/mga_vid device file can be read (for example by - cat /dev/mga_vid) for some info, and written for brightness - change : echo "brightness=120" > /dev/mga_vid

    +

    Wyjście FBdev przyjmuje niektóre dodatkowe parametry ponad inne:

    +
    +
    -fb
    +
    określ, które urządzienie framebuffer ma zostać użyte(/dev/fb0)
    -

    2.3.1.8. SiS 6326 framebuffer (sis_vid)

    +
    -fbmode
    +
    nazwa trybu, który ma być użyty (zgodnie z /etc/fb.modes)
    -

    SiS 6326 YUV Framebuffer driver -> sis_vid kernel driver

    +
    -fbmodeconfig
    +
    plik konfiguracyjny trybów (domyślnie /etc/fb.modes)
    -

    Its interface should be compatible with the mga_vid, but the driver was not -updated after the mga_vid changes, so it's outdated now. Volunteers -needed to test it and bring the code up-to-date.

    +
    -monitor_hfreq
    +
    -monitor_vfreq
    +
    -monitor_dotclock
    +
    Ważne wartości, zajrzyj do example.conf
    +
    -

    2.3.1.9. 3dfx YUV support (tdfxfb)

    - -

    This driver uses the kernel's tdfx framebuffer driver to play movies with -YUV acceleration. You'll need a kernel with tdfxfb support, and recompile with -./configure --enable-tdfxfb

    - -

    2.3.1.10. OpenGL output

    - -

    MPlayer support displaying movies using OpenGL. Unfortunately, not all -drivers support this ability. For example the Utah-GLX drivers -(for XFree86 3.3.6) have it, with all cards. -See http://utah-glx.sourceforge.net -for details about how to install it.

    - -

    XFree86(DRI) >= 4.0.3 supports it only with Matrox, and Radeon cards. -See http://dri.sourceforge.net for download, -and installation instructions.

    - -

    2.3.1.11. AAlib - text mode displaying

    - -

    AAlib is a library for displaying graphics in text mode, using powerful -ASCII renderer. There are LOTS of programs already supporting it, like Doom, -Quake, etc. MPlayer contains a very usable driver for it. -If ./configure detects aalib installed, the aalib libvo driver will be built.

    - -

    - - - - - - - - - +

    Jeśli zamierzasz ustawić określony tryb, użyj

    - +

        mplayer -vm -fbmode (NazwaTrybu) nazwa_pliku

    - - - +
      +
    • -vm jedynie wybierze najbardziej odpowiadający tryb z /etc/fb.modes. + Może także zostać użyte razem z opcjami -x i -y. Opcja -flip wspierana + jest tylko jeżeli format pikseli filmu pasuje do formatu plkseli trybu wideo. + Zwróć uwagę na wartość bpp, sterownik fbdev próbuje użyć obecnej, a jeśli + określiłeś opcję -bpp, tej.
    • +
    • opcja -zoom nie jest wspierana (sprzętowe skalowanie jest wolne). + Nie jest wspierana opcja -fs. + Możesz użyć trybu 8bpp (lub niższego).
    • +
    • możliwe, że chcesz wyłączyć kursor: echo -e + '\033[?25l' lub setterm -cursor off
      + i wygaszacz ekranu: setterm -blank 0
      + Aby przywrócić kursor: echo -e '\033[?25h' + lub setterm -cursor on
    • +
    - +

    INFORMACJA: przełączanie trybów wideo FBdev _nie współpracuje_ z + framebuffer VESA, i nie pytaj o niego, odkiedy nie jest to ograniczenie + MPlayera.

    + + +

    2.3.1.2.6 Framebuffer Matroksa (mga_vid)

    + +

    Sekcja ta jest odnośnie wsparcia Mtrox G200/G400/G450/G550 BES (Back-End Scaler) + sterowników jądra mga_vid. Jest one czynnie rozwijane przeze mnie (A'rpi), + i posiada ono wsparcie sprzętowe VSYNC z potrójnym buforowaniem. Działa zarówno + w konsoli z framebufferem i pod X.

    + +

    INFORMACJA: Jest tak tylko na Linuksie! Na systemach nie-linuksowych (testowane na FreeBSD), + możesz użyć wzamian VIDIX!

    + +

    Instalacja:

    +
      +
    1. Aby ich używać, musisz najpierw skompilować mga_vid.o: +

      cd drivers
      + make

    2. +
    3. Następnie stwórz urządzenie /dev/mga_vid: +

      mknod /dev/mga_vid c 178 0

      +

      i załaduj muduły za pomocą

      +

      insmod mga_vid.o

    4. +
    5. Powinienieś zweryfikowac detekcję wielkości pamięci, używając polecenia dmesg. + Jeśli jest błędna użyj opcji mga_ram_size (najpierw rmmod mga_vid), + by określić rozmiar pamięci w MB: +

      insmod mga_vid.o mga_ram_size=16

    6. +
    7. Aby utworzyć go automatycznie ładowanym/wyładowywanym kiedy potrzebujesz, + najpierw dodaj następującą linię na końcu /etc/modules.conf: +

      alias char-major-178 mga_vid

      +

      Następnie skopiuj moduł mga_vid.o do odpowiedniego miejsca w + /lib/modules/<wersja jądra>/coś.

      +

      I uruchom

      +

      depmod -a

    8. +
    9. Teraz musisz (prze)kompilować MPlayera, configure wykryje + /dev/mga_vid i zbuduje sterowniki 'mga'. Wykorzystuje się je w MPlayerze + przez -vo mga, jeśli posiadasz konsolę matroxfb, + lub -vo xmga pod XFree86 3.x.x, albo 4.x.x.
    10. +
    + +

    Współpraca sterowników mga_vid z Xv.

    + +

    Plik urządzenia /dev/mga_vid może być czytany (np.: przez + cat /dev/mga_vid) dla jakiś informacji + i zapisany dla zmiany jasności: + echo "brightness=120" > /dev/mga_vid

    + + +

    2.3.1.2.7 Wsparcie 3dfx YUV (tdfxfb)

    + +

    Sterownik ten używa urządzenia framebuffer starownika jądra tdfx, + by odtwarzać filmy z akceleracją YUV. + Będziesz potrzebował jądra ze wsparciem tdfxfb, i rekompilacji z + ./configure --enable-tdfxfb

    + +

    2.3.1.2.8 Wyjście OpenGL

    + +

    MPlayer wspiera wyświetlanie filmów, używając do tego OpenGL lecz jeśli twoja + platforma/sterownik wspiera xv jak powinienno być na PeCecie z Linuksem, użyj zamiast + tego xv, OpenGL jest znacząco gorszy. Jeśli posiadasz implemantację X11 + bez wsparcia xv, OpenGL jest możliwą alternatywą.

    + +

    Niestety nie wszystkie sterowniki zapewniają tę cechę. Sterowniki Utah-GLX + (dla XFree86 3.3.6) wspierają ją dla wszystkich kart. Odwiedź + http://utah-glx.sourceforge.net + po detale i informację jak je instalować.

    + +

    XFree86(DRI) 4.0.3 lub późniejsze wspierają OpenGL z kartami Matrox i Radeon, + 4.2.0 lub późniejsze wspierają Rage128. Zajrzyj na + http://dri.sourceforge.net, + pobrać i zapoznać się z instrukcją instalacji.

    + + +

    2.3.1.2.9 AAlib - wyświatlanie w trybnie tekstowtym

    + +

    AAlib jest biblioteką do wyświetlania grafiki w trybie tekstowym, + używając pełnej renderacji ASCII. + Istnieje wiele programów, które to wspierają, tak jak np. Doom, + Quake, itp. MPlayer zawiera dla niego bardzo wygodny sterownik. + Jeśli ./configure wykrywa zainstalowane aalib, sterownik aalib libvo + zostanie zbudowany.

    - - - - -

    You can use some keys in the AA Window to change rendering options:

      1  decrease contrast
    2increase contrast
    3decrease brightness
    4increase brightness
    5switch fast rendering on/off
    6set dithering mode (none, error distribution, floyd steinberg)
    7invert image
    atoggles between aa and mplayer control)

    The following command line options can be used:

    -aaosdcolor=Vchange osd color
    -aasubcolor=Vchange subtitle color

    where V can be: (0/normal, 1/dark, 2/bold, 3/boldfont, 4/reverse, 5/special)

    AAlib itselves provides a large sum of options. -Here are some important:

    -aadriverset recommended aa driver (X11, curses, linux)
    -aaextendeduse all 256 characters
    -aaeightuse eight bit ascii
    -aahelpprints out all aalib options

    -

    NOTE: the rendering is very CPU intensive, especially when using AA-on-X -(using aalib on X), and it's least CPU intensive on standard, -non-framebuffer console. Use SVGATextMode to set up a big textmode, -then enjoy! (secondary head Hercules cards rock :)) (anyone can enhance -bdev to do conversion/dithering to hgafb? Would be neat :)

    - -

    Use the -framedrop option if your comp isn't fast enough to render all frames!

    - -

    Playing on terminal you'll get better speed and quality using the linux driver, not -curses (-aadriver linux). But therefore you need write access on /dev/vcsa<terminal>! -That isn't autodetected by aalib, bu vo_aa tries to find the best mode. -See http://aa-project.sourceforge.net/tune/ for further tuning issues.

    - - -

    2.3.1.12. VESA - output to VESA BIOS

    -

    -This driver was designed and introduced as generic driver for any video -card which has VESA VBE 2.0 compatible BIOS. But exists still one reason of -developing of this driver - it's multiple troubles with displaying movie on TV.
    -VESA BIOS EXTENSION (VBE) Version 3.0 Date: September 16, 1998 (Page 70) -says: -

    - -

    - -Dual-Controller Designs
    -VBE 3.0 supports the dual-controller design by assuming that since both -controllers are typically provided by the same OEM, under control of a -single BIOS ROM on the same graphics card, it is possible to hide the fact -that two controllers are indeed present from the application. This has the -limitation of preventing simultaneous use of the independent controllers, -but allows applications released before VBE 3.0 to operate normally. The -VBE Function 00h (Return Controller Information) returns the combined -information of both controllers, including the combined list of available modes. -When the application selects a mode, the appropriate controller is activated. -Each of the remaining VBE functions then operates on the active controller. -
    -

    - -

    -So you have chances to get working TV-out by using this driver.
    -(I guess that TV-out frequently is standalone head or standalone output -at least.) -

    - -

    -What are pluses:
    - - You have chances to watch movies if Linux even doesn't know your video hardware.
    - - You don't need to have installed any graphics' related things on your Linux -(like X11 (aka XFree86), fbdev and so on). This driver can be run from -text-mode.
    - - You have chances to get working TV-out. (It's known at least for ATI's cards).
    - - This driver calls int 10h handler thus it's not an emulator - it -calls real things of real BIOS in real-mode. (Finely - -in vm86 mode).
    - - Most important :) You can watch DVD at 320x200 if you don't have a powerful CPU.
    -

    - -

    -What are minuses:
    - - It works only on x86 systems.
    - - It's the slowest driver from all the available ones for MPlayer.
    - (But only if your card doesn't support DGA mode - otherwise this - driver is comparable by speed with -vo dga and -vo fbdev ones.
    - - - It can be used only by ROOT.
    - - Currently it's available only for Linux.
    - - It doesn't use any hardware accelerations (like YUV overlay or hw scaling).
    -

    - -

    Don't use this driver with GCC 2.96 ! It won't work !

    - -

    - - - - - - - - + + + + + + + + +

    These switches of command line currently are available for VESA:

      -vo vesa:optscurrently recognized: dga to force dga mode and nodga to disable dga mode. Note: you may omit these parameters to enable autodetect of dga mode. (In the future also will specify mode parameters such as refresh rate, interlacing, doublescan and so on. Samples: i43, 85, d100)
    -screenw, -screenh, -bppforce userdefined mode
    -x, -yset userdefined prescaling
    -zoomenables userdefined prescaling
    -fsscales image to fullscreen
    -fs -zoomscales userdefined prescaling to fullscreen
    -doubleenables double buffering mode. (Available only in DGA mode). Should be slower of single buffering, but has no flickering effects.

    Możesz użyć różnych kluczy w oknie AA, by zmienać opcje renderowania:

      1  zmniejsz kontrast
    2zwiększ kontrast
    3zmniejsz jasność
    4zwiększ jasność
    5włącz/wyłącz szybsze renderowanie
    6ustaw tryb rozpraszania (none, error distribution, floyd steinberg)
    7odwróc obraz
    aprzełącz między kontrolą aa i MPlayera)
    -

    - -

    -Known problems and workaround:
    - - If you have installed NLS font on your Linux box and run VESA driver -from text-mode then after terminating mplayer you will have ROM font loaded instead -of national. You can load national font again by using setsysfont utility -from for example Mandrake distribution.
    -(Hint: The same utility is used for localizating fbdev).
    - - Some Linux graphics drivers don't update active BIOS mode in DOS memory. So if you have such -problem - always use VESA driver only from text-mode. Otherwise text-mode (#03) will be -activated anyway and you will need restart your computer.
    - - Often after terminating VESA driver you get black screen. To return your screen -to original state - simply switch to other console (by pressing Alt-Fx) then switch -to your previous console by the same way.
    - - To get working TV-out you need have plugged tv-connector in before booting -your PC since video BIOS initializes itself only once during POST procedure. -

    - - -

    2.3.1.13. X11

    - -

    Avoid if possible. Outputs to X11 (uses shared memory extension), with no -hardware acceleration at all. Supports (MMX/3DNow/SSE accelerated, but still -slow) software scaling, use the options -fs -zoom. Most cards have -hardware scaling support, use the -vo xv output for them, or --vo xmga for Matroxes.

    - -

    The problem is that most cards' driver doesn't support -hardware acceleration on the second head/TV. In those cases, you see green/blue -coloured window instead of the movie. This is where this driver comes in -handy, but you need powerful CPU to use software scaling. Don't use the -SDL driver's software output+scaler, it has worse image quality !

    - -

    Software scaling is very slow, you better try changing video modes instead. -It's very simple. See the DGA section's modelines, and -insert them into your XF86Config. + +

    Możesz użyć następujących opcji linii poleceń::

    +
    +
    -aaosdcolor=V
    +
    zmień kolor OSD
    + +
    -aasubcolor=V
    +
    zmień kolor napisów +

    gdzie V może być: (0/narmalny, 1/czarny, 2/pogrubione, 3/gruba czcionka, + 4/odwrotny, 5/specialny)

    +
    + +

    AAlib samo w sobie dostarcza ogromną liczbę opcjii. + Niżej znajdują się najważniejsze:

    +
    +
    -aadriver
    +
    ustaw sugerowany sterownik aa (X11, curses, linux)
    + +
    -aaextended
    +
    użyj wszystkich 256 znaków
    + +
    -aaeight
    +
    użyj 8-bitowego ASCII
    + +
    -aahelp
    +
    wyświetl wszytskie opcje aalib
    +
    + +

    INFORMACJA: renderowanie bardzo intensywnie obciąza CPU, w szczególności + kiedy używa AA-on-X (aalib na X), i najmniej obciąza CPU na standardowej konsoli + bez framebuffera. Uzyj SVGATextMode, by ustawić duży tryb tekstowy, a następnie ciesz się! + (dodatkowa głowica kard Hercules :)