diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-02 12:31:12 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-02 12:31:12 +0000 |
commit | d8f692177cad0a6a476d94be7e44201424ae9601 (patch) | |
tree | 6852e35b8375a5d54094407f09b2ce5d7b747435 /DOCS | |
parent | c7e34e26a691c7d096aa4ea1489793f605ceb225 (diff) |
rage128_vid added, and link to radeon/README
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3268 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/Hungarian/documentation.html | 2 | ||||
-rw-r--r-- | DOCS/Hungarian/video.html | 16 | ||||
-rw-r--r-- | DOCS/video.html | 16 |
3 files changed, 23 insertions, 11 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index 983298991d..aed49d2a0a 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -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> diff --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index c68f7f4091..faac6b3817 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -774,7 +774,7 @@ van !</P> <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 @@ kiadása a meghajtónak.</P> <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 @@ kiadása a meghajtónak.</P> <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> diff --git a/DOCS/video.html b/DOCS/video.html index 45056d843a..ed44cb186f 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -784,7 +784,7 @@ SDL driver's software output+scaler, it has worse image quality !</P> <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 @@ driver.</P> <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 @@ driver.</P> <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> |