Mercurial > mplayer.hg
changeset 3267:639a7ca4885a
rage128_vid added, and link to radeon/README
author | gabucino |
---|---|
date | Sun, 02 Dec 2001 12:31:12 +0000 |
parents | ff90589b635f |
children | 25f5e631f7f0 |
files | DOCS/Hungarian/documentation.html DOCS/Hungarian/video.html DOCS/video.html |
diffstat | 3 files changed, 23 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <LI><A HREF="video.html#2.3.1.11">2.3.1.11 AAlib - szöveges módú megjelenítés</A></LI> <LI><A HREF="video.html#2.3.1.12">2.3.1.12 VESA - megjelenítés a VESA BIOS segítségével</A></LI> <LI><A HREF="video.html#2.3.1.13">2.3.1.13 X11</A></LI> - <LI><A HREF="video.html#2.3.1.14">2.3.1.14 Radeon video overlay (radeon_vid)</A></LI> + <LI><A HREF="video.html#2.3.1.14">2.3.1.14 Rage128 (Pro) és Radeon video overlay (radeon_vid)</A></LI> <LI><A HREF="video.html#2.3.1.A">2.3.1.A TV kimenet</A></LI> <UL> <LI><A HREF="video.html#2.3.1.A.1">2.3.1.A.1 Matrox</A></LI>
--- a/DOCS/Hungarian/video.html Sun Dec 02 12:21:13 2001 +0000 +++ b/DOCS/Hungarian/video.html Sun Dec 02 12:31:12 2001 +0000 @@ -774,7 +774,7 @@ <P><B><A NAME=2.3.1.14>2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)</A></B></P> <P> -A <B>radeon_vid</B> támogatást nyújt az ATI <B>Radeon</B> és <B>Rage128 (Pro)</B> kártyákon található +A <B>radeon_vid</B> és <B>rage128_vid</B> támogatást nyújt az ATI <B>Radeon</B> és <B>Rage128 (Pro)</B> kártyákon található <B>BackEnd Scaler</B>-hez. A működési elve ugyanaz mint az <A HREF="video.html#2.3.1.7">mga_vid</A> meghajtónak, és hasonlóképp is használható!<BR> @@ -797,10 +797,13 @@ <LI> <CODE>cd drivers/radeon<BR> make</CODE><BR></LI> - <LI>másold a <CODE>radeon_vid.o</CODE> modult a kernelmoduljaidhoz a megfelelő helyre</LI> - <LI>írd be a következőt : <CODE>mknod /dev/radeon_vid c 178 0</CODE></LI> - <LI>írd a következőt az <CODE>/etc/modules.conf</CODE> file végére :<BR> - <CODE> alias char-major-178 radeon_vid</CODE> + <LI>másold a <CODE>radeon_vid.o</CODE> és/vagy a <CODE>rage128_vid.o</CODE> modult a kernelmoduljaidhoz a megfelelő helyre</LI> + <LI>írd be az egyiket a következők közül :<BR> + <CODE>mknod /dev/radeon_vid c 178 0</CODE><BR> + <CODE>mknod /dev/rage128_vid c 178 0</CODE></LI> + <LI>írd az egyiket a következők közül az <CODE>/etc/modules.conf</CODE> file végére :<BR> + <CODE> alias char-major-178 radeon_vid</CODE><BR> + <CODE> alias char-major-178 rage128_vid</CODE></LI> <LI>futtasd : <CODE>depmod -a</CODE></LI> </UL> </P> @@ -810,6 +813,9 @@ <CODE>mplayer -vo vesa:lvo:/dev/radeon_vid <opcióid> filenév</CODE> </P> +<P>További opciók (pl. hardveres deinterlace) találhatóak + <A HREF="../../drivers/radeon/README">itt</A>.</P> + <P><B>Megj</B>.: ne használj semmilyen framebuffert és ezt a meghajtót egyidőben ! Csak szöveges konzolról futtasd !</P>
--- 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 @@ <P><B><A NAME=2.3.1.14>2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)</A></B></P> <P> -<b>radeon_vid</b> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> and Rage128 (Pro) chipsets. +<b>radeon_vid</b> and <B>rage128_vid</B> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> and Rage128 (Pro) chipsets. It was designed and introduced as analog of <a href="video.html#2.3.1.7">mga_vid</a> driver, so you can use it in the same way!<br> But main goal of this driver usage is <a href="video.html#2.3.1.12">VESA</a> driver.<br> Simply because VESA enables TV-out on ATI's card but Backend scaler is used after @@ -805,10 +805,13 @@ <LI> <CODE>cd drivers/radeon<BR> make</CODE><BR></LI> - <LI>install the <CODE>radeon_vid.o</CODE> module to your kernelmodules</LI> - <LI>execute the following : <CODE>mknod /dev/radeon_vid c 178 0</CODE></LI> - <LI>add the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR> - <CODE> alias char-major-178 radeon_vid</CODE> + <LI>install the <CODE>radeon_vid.o</CODE> and/or <CODE>rage128_vid.o</CODE> module to your kernelmodules</LI> + <LI>execute one of the following :<BR> + <CODE>mknod /dev/radeon_vid c 178 0</CODE><BR> + <CODE>mknod /dev/rage128_vid c 178 0</CODE></LI> + <LI>add one of the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR> + <CODE> alias char-major-178 radeon_vid</CODE><BR> + <CODE> alias char-major-178 rage128_vid</CODE></LI> <LI>run <CODE>depmod -a</CODE></LI> </UL> </P> @@ -818,6 +821,9 @@ <CODE>mplayer -vo vesa:lvo:/dev/radeon_vid <your options> filename</CODE> </P> +<P>More examples (for hardware deinterlacing, etc) can be found + <A HREF="../drivers/radeon/README">here</A>.</P> + <P><B>NOTE</B>: don't use any framebuffers when you plan to use this driver ! Use it only from textmode console.</P>