# HG changeset patch # User gabucino # Date 1007296272 0 # Node ID 639a7ca4885ac82490a104aaec06d86fdc8061e5 # Parent ff90589b635f70cc4227d9e23071b1d151d80d39 rage128_vid added, and link to radeon/README diff -r ff90589b635f -r 639a7ca4885a DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Sun Dec 02 12:21:13 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Sun Dec 02 12:31:12 2001 +0000 @@ -103,7 +103,7 @@
  • 2.3.1.11 AAlib - szöveges módú megjelenítés
  • 2.3.1.12 VESA - megjelenítés a VESA BIOS segítségével
  • 2.3.1.13 X11
  • -
  • 2.3.1.14 Radeon video overlay (radeon_vid)
  • +
  • 2.3.1.14 Rage128 (Pro) és Radeon video overlay (radeon_vid)
  • 2.3.1.A TV kimenet
  • @@ -810,6 +813,9 @@   mplayer -vo vesa:lvo:/dev/radeon_vid <opcióid> filenév

    +

    További opciók (pl. hardveres deinterlace) találhatóak + itt.

    +

    Megj.: ne használj semmilyen framebuffert és ezt a meghajtót egyidőben ! Csak szöveges konzolról futtasd !

    diff -r ff90589b635f -r 639a7ca4885a DOCS/video.html --- a/DOCS/video.html Sun Dec 02 12:21:13 2001 +0000 +++ b/DOCS/video.html Sun Dec 02 12:31:12 2001 +0000 @@ -784,7 +784,7 @@

    2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)

    -radeon_vid provides support for the BackEnd Scaler on ATI Radeon and Rage128 (Pro) chipsets. +radeon_vid and rage128_vid provides support for the BackEnd Scaler on ATI Radeon and Rage128 (Pro) chipsets. It was designed and introduced as analog of mga_vid driver, so you can use it in the same way!
    But main goal of this driver usage is VESA driver.
    Simply because VESA enables TV-out on ATI's card but Backend scaler is used after @@ -805,10 +805,13 @@

  • cd drivers/radeon
    make

  • -
  • install the radeon_vid.o module to your kernelmodules
  • -
  • execute the following : mknod /dev/radeon_vid c 178 0
  • -
  • add the following at the end of the /etc/modules.conf file :
    -   alias char-major-178 radeon_vid +
  • install the radeon_vid.o and/or rage128_vid.o module to your kernelmodules
  • +
  • execute one of the following :
    + mknod /dev/radeon_vid c 178 0
    + mknod /dev/rage128_vid c 178 0
  • +
  • add one of the following at the end of the /etc/modules.conf file :
    +   alias char-major-178 radeon_vid
    +   alias char-major-178 rage128_vid
  • run depmod -a
  • @@ -818,6 +821,9 @@   mplayer -vo vesa:lvo:/dev/radeon_vid <your options> filename

    +

    More examples (for hardware deinterlacing, etc) can be found + here.

    +

    NOTE: don't use any framebuffers when you plan to use this driver ! Use it only from textmode console.