# 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.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)
-A radeon_vid támogatást nyújt az ATI Radeon és Rage128 (Pro) kártyákon található
+A radeon_vid és rage128_vid támogatást nyújt az ATI Radeon és Rage128 (Pro) kártyákon található
BackEnd Scaler-hez. A működési elve ugyanaz mint az
mga_vid meghajtónak, és hasonlóképp is
használható!
@@ -797,10 +797,13 @@
cd drivers/radeon
make
radeon_vid.o
modult a kernelmoduljaidhoz a megfelelő helyremknod /dev/radeon_vid c 178 0
/etc/modules.conf
file végére : alias char-major-178 radeon_vid
+ radeon_vid.o
és/vagy a rage128_vid.o
modult a kernelmoduljaidhoz a megfelelő helyremknod /dev/radeon_vid c 178 0
mknod /dev/rage128_vid c 178 0
/etc/modules.conf
file végére : alias char-major-178 radeon_vid
alias char-major-178 rage128_vid
depmod -a
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
radeon_vid.o
module to your kernelmodulesmknod /dev/radeon_vid c 178 0
/etc/modules.conf
file : alias char-major-178 radeon_vid
+ radeon_vid.o
and/or rage128_vid.o
module to your kernelmodulesmknod /dev/radeon_vid c 178 0
mknod /dev/rage128_vid c 178 0
/etc/modules.conf
file : alias char-major-178 radeon_vid
alias char-major-178 rage128_vid
depmod -a
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.