# HG changeset patch # User gabucino # Date 1009651570 0 # Node ID ed33540a982bd1c6b4c673230b03bdf987278e5c # Parent 1db1b532cdd200f7e5cefa57fc97b08f4d57143e "updated documentation.html (and new chapter translated in it), codecs.html and new whole translated file: DVB. The rest of the files are newest english versions. I think that it's better to have them updated than wait for my translations..." diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/DVB --- a/DOCS/Polish/DVB Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/DVB Sat Dec 29 18:46:10 2001 +0000 @@ -1,72 +1,77 @@ -Some words about Siemens-DVB card support. by A'rpi -========================================== +Kilka słów o obsłudze karty Siemens-DVB. autor: A'rpi +======================================== -NOTE: this is very experimental! +UWAGA: ona jest na etapie eksperymentalnym! -Requirements: -~~~~~~~~~~~~~ -- Siemens DVB-S card or compatible (technotrend,galaxis,hauppage etc) - see www.linuxtv.org for details and download latest driver there. -- MPlayer-CVS, ffmpeg-libavcodec. divx4linux is recommended for speed & pp. -- Fast CPU - at least for software decoding (divx...) +Wymagania: +~~~~~~~~~~ +- karta Siemens DVB-S albo kompatybilna (technotrend, galaxis, hauppage itp.) + zobacz szczegóły na www.linuxtv.org i ściągnij najnowszy sterownik. +- MPlayer-CVS, ffmpeg-libavcodec. divx4linux jest polecany ze względu na + prędkość i pp. +- Szybki CPU - przynajmniej do dekodowania programowego (divx...) -How to enable? -~~~~~~~~~~~~~~ +Jak włączyć? +~~~~~~~~~~~~ -1. Download ffmpeg-CVS and copy libavcodec to mplayer (see DOC for details) - Move this line from #ifdef CONFIG_ENCODERS .. #endif section to outside - (after the #endif line) at libavcodec/utils.c:361 : +1. Ściągnij ffmpeg-CVS i przekopiuj libavcodec do źródeł mplayera (szczegóły +znajdziesz w DOC) + Przenieś tą linię z sekcji #ifdef CONFIG_ENCODERS .. #endif poza nią + (po linii #endif) w libavcodec/utils.c:361 : register_avcodec(&mpeg1video_encoder); -2. Compile mplayer: - ./configure should detect it. If didn't, force with ./configure --enable-dvb - If you have ost headers at non-standard path, set it with: - --with-extraincdir=/ost/include +2. Skompiluj mplayer: + ./configure powinno wykryć to. Jeżeli nie, wymuś to za pomocą opcji + ./configure --enable-dvb + Jeśli masz nagłówki ost w niestandardowym miejscu, podaj ścieżkę do nich: + --with-extraincdir=/ost/include make make install -How to use? +Jak używać? ~~~~~~~~~~~ -To play standard mpeg 1/2 files: (hardware decoding) +Aby odtwarzać standardowe pliki mpeg 1/2: (sprzętowe dekodowanie) mplayer -ao mpegpes -vo mpegpes -vc mpegpes file.mpg|vob -To play non-standard mpeg files: (software decoding) +Aby odtwarzać niestandardowe pliki mpeg: (dekodowanie programowe) mplayer -ao mpegpes -vo mpegpes file.mpg|vob -To play divx files: +Aby odtwarzać pliki divx: mplayer -vo mpegpes -vc ffdivx|odivx file.avi|asf -To play non-25fps movies, or with slow CPU, add option: -framedrop +Aby odtwarzać filmy nie-25fps lub przy wolnym CPU, dodaj opcję: -framedrop -Image size: -~~~~~~~~~~~ -DVB card allows only 2 vertical resolutions: 288 and 576. -If your video height differs, you have to clip it or extend by adding -black bands. It's done by mplayer, just specify image size using the --x and -y options. You must use either -y 288 or -y 576. +Rozmiary obrazka: +~~~~~~~~~~~~~~~~~ +Karta DVB pozwala tylko na dwie pionowe rozdzielczości: 288 i 576. Jeżeli +wysokość twojego video jest inna, musisz ją obciąć albo rozszerzyć dodając +czarne paski. Zrobi to dla ciebie mplayer, tylko podaj rozmiary obrau używając +opcji -x oraz -y. Musisz zastosować -y 288 albo -y 576. -To force pan&scan (16:9 at 4:3 TV), add options: -x 352 -y 288 +Aby wymusić pan&scan (16:9 na 4:3 TV) dodaj opcje: -x 352 -y 288 -Mailing list: -~~~~~~~~~~~~~ +Lista mailowa: +~~~~~~~~~~~~~~ http://mplayerhq.hu/mailman/listinfo/mplayer-dvb -List's language is ENGLISH. Please avoid using german or other languages! -Subscribe, and ask/discuss your problems here. -I'll also post feature announces to this list. +Językiem listy jest ANGIELSKI. Unikaj, proszę, używania niemieckiego lub innych +języków! +Zasubskrybuj i pytaj/dyskutuj tu o swoich problemach. +Ja również wysyłam zapowiedzi na tą listę. -Future plans/TODO: -~~~~~~~~~~~~~~~~~~ +Plany/TODO na przyszłość: +~~~~~~~~~~~~~~~~~~~~~~~~~ -- display OSD and subtitles using DVB card's OSD feature -- better (more fluent) playback of non-25fps movies -- more speed optimizations -- YUY2 support (for win32 codecs, like Indeo5 and WMV 7/8) -- realtime transcoding between mpeg2 <-> mpeg4 (partial decompression) +- wyświetlanie OSD i napisów za pomocą właściwości OSD kart DVB +- lepsze (bardziej płynne) odgrywanie filmów nie-25fps +- większa optymalizacja prędkości +- obsługa YUY2 (dla kodeków win32, takich, jak Indeo5 i WMV 7/8) +- transkodowanie w czasie rzeczywistym pomiędzy mpeg2 <-> mpeg4 (częściowa + dekompresja) diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/DXR3 --- a/DOCS/Polish/DXR3 Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/DXR3 Sat Dec 29 18:46:10 2001 +0000 @@ -1,6 +1,20 @@ DXR3/H+ video/audio output plugins manual by David Holm ======================================================= +2001-12-28: There is a whole bunch of updates since the + last time. For one thing, digital audio now + works thanks to Steven Brookes. + This is the first version to exclusively + use the dxr3's hardware sync. It seems as if + there are some bugs in the driver, so bugreports + will be appreciated. + Also, you will need to get the em8300 drivers + from cvs unless a version newer than 0.9.0 has + been released. + Note1: Seeking won't work with -vc mpegpes! + Note2: You now MUST use -ao dxr3 for proper + a/v sync! + 2001-12-04: Thanks to Inaki Garci'a Etxebarria of zapping.sourceforge.net we have now abandoned rte since it caused problems for @@ -12,12 +26,6 @@ optimize the odivx playback as well as add support for the rest of the codecs! -2001-11-28: ffmpeg replaced with mp1e, divx playback - won't get much faster than this, huge thanks - goes out to Ivan Kalvachev for helping me - fix the final mp1e bugs (and contributing - to the libvo2 development) - 1. Introduction The DXR3 and Hollywood+ are two not too different mpeg-(1/2) and ac3 @@ -77,10 +85,14 @@ Remember that if you edit the codecs.conf file and move the mpegpes section will have to specify "-vc mpeg12" if you want to playback any of these video types _without_ "-vo dxr3"! +Use -ac hwac3 if you want AC3 audio to be handled by hardware (please +send some feedback on this). DIVX Notes When playing divx's add "-vc odivx" for maximum performance. I've switched to mp1e from ffmpeg so it should be lightning fast now. +libmp1e currently does not work on nonx86 processor and nonmmx processors. +I'm in the process of fixing this. Other codecs: No "-vc " switches should be required as mplayer will autodetect. diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/cd-dvd.html --- a/DOCS/Polish/cd-dvd.html Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/cd-dvd.html Sat Dec 29 18:46:10 2001 +0000 @@ -127,10 +127,28 @@ Selects DVD chapter (default: play from chapter 1) -dvdangle <angle_id>  Selects camera angle (default: 1) +-alang <country code>  + + The country code tells MPlayer which audio language(s) to prefer. + For the list of available languages, add -v option after + your DVD options, and browse the output.
+ For example :
+   -alang hu,en - first tries to find hungarian + audio, and if not found, decode english audio. +-slang <country code>  + + Turns on DVD subtitles. The country code tells MPlayer + which language(s) to prefer. + For the list of available languages, add -v option after + your DVD options, and browse the output.
+ For example :
+   -slang hu,en - first tries to display hungarian + subtitles, and if not found, display english subtitles. -sid <subtitle_id>  -Turns DVD subtitle displaying (of the given subtitle_id or language) on (default: no)
- For the list of available languages, use -sid 1 -v options and - browse the output. + + Displays a subtitle channel with the given id (values can be + 0-31). Useful for example with badly mastered DVDs where country code + selects the wrong channel.

Default device is /dev/dvd, you can change it in config.h diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/codecs.html --- a/DOCS/Polish/codecs.html Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/codecs.html Sat Dec 29 18:46:10 2001 +0000 @@ -24,6 +24,7 @@

  • Kodeki XAnim
  • VIVO
  • FLI
  • +
  • RealVideo 1.0
  • Jeśli masz kodeka Win32 nie wymienionego tutaj, oraz jeszcze nie @@ -131,7 +132,7 @@

    Następnie skompiluj. configure wykrywa czy wszystko jest w porządku i może być skompilowane. Ten kodek również wspiera postprocessing!

    -

    W celu użycia go, odśwież swój plik codecs.conf, zgodnie z tym, co mówią +

    W celu użycia go, uaktualnij swój plik codecs.conf, zgodnie z tym, co mówią strony podręcznika lub example.conf (opcja -vfm).

    Aby osiągnąć największą prędkość na moim K6, usuwam sekcję @@ -211,10 +212,16 @@

    2.2.1.7. Cinepak CVID

    -

    Najlepszym sposobem, aby oglądać obrazy Cinepak za pomocą MPlayera -jest użycie kodeka XAnim vid_cvid.xa, ponieważ obsługuje on wyjścia -YV12, YUY2, w przeciwieństwie do kodeka Win32, który wspiera wyłącznie RGB.

    +

    MPlayer posiada teraz swój własny opensource, wieloplatformowy +dekoder Cinepak. Obsługuje on wyjścia YUV, wykonuje skalowanie sprzętowe, jeśli +sterowniki wyjścia video na to pozwalają. Jest używany domyślnie.

    +

    2.2.1.8. RealVideo

    + +

    Aktualnie obsługiwany jest TYLKO kodek RealVideo 1.0 (fourcc RV10), poprzez +ffmpeg. To smutne, ale żadne nowe pliki RealMedia nie są z nim dostarczone, +tylko nowe kodeki RV20 i RV30, które są closed-source. Mało prawdopodbne jest +wsparcie dla nich w przyszłości :(

    2.2.2. Kodeki dźwięku

    @@ -227,6 +234,7 @@
  • Voxware audio (użycie DirectShow DLL)
  • alaw, msgsm, pcm i inne proste stare formaty dźwiękowe
  • VIVO audio (g723, Vivo Siren)
  • +
  • RealAudio: DNET (niska bitrate AC3)
  • @@ -288,6 +296,11 @@ strony, a następnie skopiować go do katalogu /usr/lib/win32 lub innego odpowiedniego.

    +

    2.2.2.5. RealAudio

    + +

    Aktualnie jedynym obsługiwanym kodekiem jest DNET. Właściwie jest to wersja +low-bitrate dobrze znanego kodeka AC3. Może on się pojawić zarówno w starszych +jak i w nowych filmach RealMedia

    2.2.3. Importowanie kodeków Win32

    diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/documentation.html --- a/DOCS/Polish/documentation.html Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/documentation.html Sat Dec 29 18:46:10 2001 +0000 @@ -39,6 +39,10 @@
  • 2.1.1.3 Pliki ASF/WMV
  • 2.1.1.4 Pliki QT/MOV
  • 2.1.1.5 Pliki VIV
  • +
  • 2.1.1.6 Pliki FLI
  • +
  • 2.1.1.7 Pliki RealMedia
  • +
  • 2.1.1.8 Pliki NuppelVideo
  • +
  • 2.1.1.9 Pliki yuv4mpeg
  • 2.1.2 Dźwięk
  • @@ -53,6 +57,7 @@
  • 2.2.1.5 Obraz MPEG1/2
  • 2.2.1.6 MS Video1
  • 2.2.1.7 Cinepak CVID
  • +
  • 2.2.1.8 RealVideo
  • 2.2.2 Dźwięk
  • 2.2.3 Jak importować kodeki Win32
  • 2.3.1.3 DGA
  • 2.4 MEncoder - koder oparty na MPlayerze
  • @@ -128,6 +139,7 @@
  • 2.4.3.2 Przeskalowywanie filmów
  • 2.4.3.3 Streamcopy
  • 2.4.3.4 Naprawa plików AVI z uszkodzonym indeksem
  • +
  • 2.4.3.5 Kodowanie z użyciem rodzinu kodeków libavcodec
  • 2.4.4 Składnia
  • 2.4.5 Dostępne opcje
  • @@ -316,7 +328,9 @@
  • make - sugerowana wersja, to wersja najnowsza (nie starsza niż 3.79.x). Jest to zazwyczaj mało istotne.
  • SDL - nie jest to niezbędne, ale może pomóc w niektórych -przypadkach. Zawsze używaj najnowszej wersji (począwszy od 1.2.x).
  • +przypadkach (zły dźwięk, karty graficzne, które mają dziwne opóźnienia podczas +używania sterownika xv). Zawsze używaj najnowszej wersji (począwszy od +1.2.x).

    KODEKI

    @@ -372,56 +386,57 @@

    KARTY GRAFICZNE

    -

    There are generally two kind of videocards. One kind (the newer cards) has -hardware YUV acceleration support, the other cards don't.

    +

    Generelnie istnieją dwa rodzaje kart graficznych. Karty posiadające obsługę +sprzętowej akceleracji YUV (nowsze) oraz pozostałe karty, nie posiadające +tego.

    KARTY YUV

    -

    -They can display and scale (zoom) the picture to any size that fits in -their memory, with small CPU usage (zooming doesn't increase it!), thus -you get a nice and very fast fullscreen playing.

    +

    Potrafią one wyświetlać i skalować (zoom) obrazki do dowolnego rozmiaru, +jaki mieści się w ich pamięci, z małym zużyciem CPU (zooming nie +zwieksza go!), dzięki czemu masz bardzo szybkie pełnoekranowe odtwarzanie.

    -

      -
    • Karty Matrox G200/G400/G450/G550 : please see the mga_vid -section in order to gain big speedup. It is important to do these steps -before compiling MPlayer, otherwise no Matrox-specific support will be -built. Also check out the Matrox TV-out -section.
    • +

      -

      Note: about realmedia (.ra/.rm) support read the FAQ!

      -

      It's important to clarify a popular mistake. When people see a file with .AVI extension, they instantly declare that isn't an MPEG file. That's not true. At least not entirely. If you tell them that such a file @@ -157,6 +159,40 @@ instructions.

      +

      2.1.1.6. FLI files

      + +

      FLI is a very old fileformat used by Autodesk Animator, but it's +a common fileformat for short animations on the Net. MPlayer demuxes +and decodes FLI movies and is even able to seek within them (useful when +looping with the -loop option). FLI files don't have keyframes, so picture +will be messy for a short time after seeking.

      + + +

      2.1.1.7. RealMedia (RM) files

      + +

      Yes, MPlayer can read (demux) RealMedia (.rm) files. Seeking +is under implementation, and RM has keyframes so it will be flawless. +Here are the lists of the supported RealVideo +and RealAudio codecs. + + +

      2.1.1.8. NuppelVideo files

      + +

      NuppelVideo +is a TV grabber tool (AFAIK:). MPlayer can read its .nuv +files (only NuppelVideo 5.0). Those files can contain uncompressed YV12, +YV12+RTJpeg compressed, YV12 RTJpeg+lzo compressed, and YV12+lzo compressed +frames, MPlayer decodes (and also encodes them with MEncoder to +DivX/etc!) them all. Seeking is under implementation.

      + + +

      2.1.1.9. yuv4mpeg files

      + +

      yuv4mpeg / yuv4mpeg2 is +also a fileformat for TV grabbing, or so :) I know only one thing about it: +we support it.

      + +

      2.1.2. Audio formats

      Currently MPlayer is still a Movie and not a Media diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/gcc-2.96-3.0.html --- a/DOCS/Polish/gcc-2.96-3.0.html Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/gcc-2.96-3.0.html Sat Dec 29 18:46:10 2001 +0000 @@ -75,14 +75,12 @@ Odpowiedź:

      -

      -Nie. To ty jesteś w błędzie! +

      Nie. To ty jesteś w błędzie! Kilka projektów (przeważnie tych, które zawierają wysoko zoptymalizowany kod inline asemblera) ma problemy z gcc 2.96. Na przykład: avifile, MESA / DRI, -Wine, ffmpeg, lame. Ale inne projekty już opracowały sposoby radzenia sobie z -błędami gcc (zmieniając kod, który wywoływał błędy kompilatora), więc teraz -działają dobrze. -

      +Wine, ffmpeg, lame, NuppelVideo. Ale inne projekty już opracowały sposoby +radzenia sobie z błędami gcc (zmieniając kod, który wywoływał błędy +kompilatora), więc teraz działają dobrze.

      Pytanie: Nie! Mylicie się! Wszystko świetnie działa z gcc 2.96 diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/mencoder.1 --- a/DOCS/Polish/mencoder.1 Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/mencoder.1 Sat Dec 29 18:46:10 2001 +0000 @@ -1,4 +1,4 @@ -.\" MEncoder (C) 2000-2001 Arpad Gereoffy +.\" MEncoder (C) 2000-2001 Arpad Gereoffy .\" This manpage was/is done by Gabucino .\" .TH MEncoder @@ -27,6 +27,7 @@ .RB [ \-ovc\ ] .RB [ \-oac\ ] .RB [ \-divx4opts\ ] +.RB [ \-lavcopts\ ] .RB [ \-lameopts\ ] .RB [ \-pass\ <1/2> ] .RB [ \-passlogfile\ ] @@ -36,6 +37,7 @@ .RB [ \-x\ ] .RB [ \-y\ ] .RB [ \-sws\ <0-2> ] +.RB [ \-ffourcc\ fourcc ] .I - or file or device .PP .SH DESCRIPTION @@ -119,6 +121,7 @@ -ovc help get help -ovc copy no encoding, just streamcopy -ovc divx4 encode to DivX4 + -ovc lavc encode with a libavcodec codec .TP .B \-oac Encode with the given codec (codec names are from codecs.conf). @@ -154,6 +157,24 @@ reaction ratio .TP +.B \-lavcopts +If encoding with a codec from libavcodec, you can specify its parameters here, +like: + + -lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250 + +Available options: + + help get help + vcodec=XXX use the specified codec + (for full list, see html doc!) + vbitrate=XXX specify bitrate in + kbit <4-16000> or + bit <16001-24000000> + keyint=XXX interval between keyframes + (specify in frames) + vhq very high quality +.TP .B \-lameopts If encoding to MP3 with libmp3lame, you can specify its parameters here, like: @@ -212,16 +233,23 @@ .B \-sws (0-2> Type of scaling method - 0 fast bilinear + 0 fast bilinear (default) 1 bilinear 2 bicubic (best quality) - +.TP +.B \-ffourcc fourcc +Can be used to force the video fourcc of the output file. For example -ffourcc +div3 will have the output file contain "div3" as video fourcc. +.IP .SH FILES AND DIRECTORIES .IP .SH "EXAMPLES" .B Encoding DVD title #2 mencoder -dvd 2 -o title2.avi .TP +.B The same, but with libavcodec family, MJPEG compression +mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg +.TP .B Encoding from HTTP mencoder http://mplayer.hq/example.avi -o example.avi .TP @@ -244,7 +272,7 @@ Check documentation ! MPlayer is (C) 2000-2001 -.I Arpad Gereoffy +.I Arpad Gereoffy This manpage is written and maintained by .I Gabucino . diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/mplayer.1 --- a/DOCS/Polish/mplayer.1 Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/mplayer.1 Sat Dec 29 18:46:10 2001 +0000 @@ -1,4 +1,4 @@ -.\" MPlayer (C) 2000-2001 Arpad Gereoffy +.\" MPlayer (C) 2000-2001 Arpad Gereoffy .\" This manpage was/is done by Gabucino .\" .TH MPlayer @@ -8,39 +8,42 @@ .B mplayer .RB [ \-gui ] .RB [ \-v ] +.RB [ \-help / -h / --help ] .RB [ \-quiet ] .RB [ \-vo\ [:] ] .RB [ \-ao\ [:] ] -.RB [ \-vcd\ track\ number ] -.RB [ \-sb\ byte\ position ] +.RB [ \-vcd\ ] +.RB [ \-sb\ ] .RB [ \-nosound ] -.RB [ \-abs\ bytes ] -.RB [ \-delay\ secs ] +.RB [ \-abs\ ] +.RB [ \-delay\ ] .RB [ \-nobps ] -.RB [ \-aid\ id ] -.RB [ \-vid\ id ] -.RB [ \-fps\ rate ] -.RB [ \-mc\ seconds/5f ] +.RB [ \-aid\ ] +.RB [ \-alang\ ] +.RB [ \-vid\ ] +.RB [ \-fps\ ] +.RB [ \-mc\ ] .RB [ \-fs ] .RB [ \-vm ] .RB [ \-zoom ] -.RB [ \-x\ x ] -.RB [ \-y\ y ] -.RB [ \-xy\ factor ] -.RB [ \-pp\ quality ] -.RB [ \-include\ configfile ] -.RB [ \-lircconf\ configfile ] -.RB [ \-ffactor\ number ] -.RB [ \-sub\ file ] -.RB [ \-subfps\ rate ] -.RB [ \-subdelay\ sec ] +.RB [ \-x\ ] +.RB [ \-y\ ] +.RB [ \-sws\ ] +.RB [ \-xy\ ] +.RB [ \-pp\ ] +.RB [ \-include\ ] +.RB [ \-lircconf\ ] +.RB [ \-ffactor\ ] +.RB [ \-sub\ ] +.RB [ \-subfps\ ] +.RB [ \-subdelay\ ] .RB [ \-z\ <0-8> ] .RB [ \-idx ] .RB [ \-forceidx ] .RB [ \-nodshow ] .RB [ \-noxv ] .RB [ \-forcexv ] -.RB [ \-ss\ time ] +.RB [ \-ss\

      The fact is, Linux soundcard drivers are usually shit, and always as +

      The fact is, Linux soundcard drivers are usually bad, and always as incompatible as they can be. It MAY take a while to find your optimal settings.

      • if you have OSS as driver, first try with -ao oss (this is the default). @@ -123,5 +123,21 @@
      • Please tell us how MPlayer and your soundcard(s) worked together!

      + +

      2.3.2.2. Audio plugins

      + +

      2.3.2.2.1. Up/Downsampling

      + +

      MPlayer fully supports up/downsampling of audio stream. +It is not autodetected, so you have to specify it explicitly even when +for example you have a max 44.1Khz capable soundcard, and the audio +is 48Khz. Also, this functionality is currently unimplemented in +MEncoder.

      + +

      Usage :
      +  mplayer media.avi -aop list=resample:fout=<required + frequency in Hz, like 44100>

      + + diff -r 1db1b532cdd2 -r ed33540a982b DOCS/Polish/video.html --- a/DOCS/Polish/video.html Sat Dec 29 16:43:24 2001 +0000 +++ b/DOCS/Polish/video.html Sat Dec 29 18:46:10 2001 +0000 @@ -24,6 +24,9 @@
    • Matrox cards with X/DRI >=4.0.3
    • Radeon with X/DRI CVS
    gl2OpenGL renderer, multiple textures version +dgaX11 DGA extension vesaOutput to VESA BIOS. +directfbDirect Framebuffer Device

    Card specific:

    @@ -268,6 +274,12 @@ Drivers provided by Tomek Jarzynka.

    +

    2.3.1.2.6. Trident cards

    + +

    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.

    2.3.1.3. DGA

    @@ -592,11 +604,14 @@

        insmod mga_vid.o mga_ram_size=16

    -

    To make it load/unload automatically when needed, insert the following line +

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

        alias char-major-178 mga_vid

    +

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

    +

    Then run

        depmod -a