comparison DOCS/video.html @ 3224:4592fc7a4ba0

msg to Nick: where is the rage128_vid stuff ??
author gabucino
date Fri, 30 Nov 2001 17:53:16 +0000
parents 21b6aab15ec9
children 639a7ca4885a
comparison
equal deleted inserted replaced
3223:b91349ffa364 3224:4592fc7a4ba0
780 coloured window instead of the movie. This is where this driver comes in 780 coloured window instead of the movie. This is where this driver comes in
781 handy, but you need powerful CPU to use software scaling. Don't use the 781 handy, but you need powerful CPU to use software scaling. Don't use the
782 SDL driver's software output+scaler, it has worse image quality !</P> 782 SDL driver's software output+scaler, it has worse image quality !</P>
783 783
784 784
785 <P><B><A NAME=2.3.1.14>2.3.1.14. Radeon video overlay (radeon_vid)</A></B></P> 785 <P><B><A NAME=2.3.1.14>2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)</A></B></P>
786 <P> 786 <P>
787 <b>radeon_vid</b> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> chipsets. 787 <b>radeon_vid</b> provides support for the <b>BackEnd Scaler</b> on ATI <b>Radeon</b> and Rage128 (Pro) chipsets.
788 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> 788 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>
789 But main goal of this driver usage is <a href="video.html#2.3.1.12">VESA</a> driver.<br> 789 But main goal of this driver usage is <a href="video.html#2.3.1.12">VESA</a> driver.<br>
790 Simply because VESA enables TV-out on ATI's card but Backend scaler is used after 790 Simply because VESA enables TV-out on ATI's card but Backend scaler is used after
791 mode switching. This implementation outputs video stream on both: <b>TV-screen</b> and <b>CRTC</b> 791 mode switching. This implementation outputs video stream on both: <b>TV-screen</b> and <b>CRTC</b>
792 display simultaneously. (It slightly degrades quality of video output but it's 792 display simultaneously. (It slightly degrades quality of video output but it's
801 <P><B>Installation</B></P> 801 <P><B>Installation</B></P>
802 802
803 <P> 803 <P>
804 <UL> 804 <UL>
805 <LI> 805 <LI>
806 <CODE>cd drivers/radeon/radeon<BR> 806 <CODE>cd drivers/radeon<BR>
807 make</CODE><BR></LI> 807 make</CODE><BR></LI>
808 <LI>install the <CODE>radeon_vid.o</CODE> module to your kernelmodules</LI> 808 <LI>install the <CODE>radeon_vid.o</CODE> module to your kernelmodules</LI>
809 <LI>execute the following : <CODE>mknod /dev/radeon_vid c 178 0</CODE></LI> 809 <LI>execute the following : <CODE>mknod /dev/radeon_vid c 178 0</CODE></LI>
810 <LI>add the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR> 810 <LI>add the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR>
811 <CODE>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE> 811 <CODE>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE>
819 </P> 819 </P>
820 820
821 <P><B>NOTE</B>: don't use any framebuffers when you plan to use this driver ! Use 821 <P><B>NOTE</B>: don't use any framebuffers when you plan to use this driver ! Use
822 it only from textmode console.</P> 822 it only from textmode console.</P>
823 823
824 <P><b>Limitations:</b> Currently it works only with <b>YUY2</b> format, so use the DirectShow codec 824 <P>
825 family with it.<br>
826 <b>Conclusion:</b> I know there are lot of lacks and bugs. So if you are able 825 <b>Conclusion:</b> I know there are lot of lacks and bugs. So if you are able
827 to improve something then simply send me your patches. 826 to improve something then simply send me your patches.
828 </P> 827 </P>
829 828
830 829