1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-04 21:27:58 +00:00

yoh. Wrote radeon_vid install+other stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2959 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-11-17 19:12:43 +00:00
parent 65c5c2fe97
commit 5654f6d245

View File

@ -747,13 +747,29 @@ very easy to implement this stuff through reading/writing Radeon ports.
future this stuff will be fully rewritten. This is the first public release of future this stuff will be fully rewritten. This is the first public release of
driver.</P> driver.</P>
<P><B>Installation</B></P>
<P>
<UL>
<LI>
<CODE>cd drivers/radeon/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>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE>
<LI>run <CODE>depmod -a</CODE></LI>
</UL>
</P>
<P> <P>
<b>Location:</b><BR>
&nbsp;&nbsp;mplayer-CVS:main/drivers/radeon/radeon_vid*
<br><b>Usage:</b><BR> <br><b>Usage:</b><BR>
&nbsp;&nbsp;<CODE>mplayer -vo vesa:lvo:/dev/radeon_vid &lt;your options&gt; filename</CODE> &nbsp;&nbsp;<CODE>mplayer -vo vesa:lvo:/dev/radeon_vid &lt;your options&gt; filename</CODE>
</P> </P>
<P><B>NOTE</B>: don't use any framebuffers when you plan to use this driver ! Use
it only from textmode console.</P>
<P><b>Limitations:</b> Currently it works only with <b>YUY2</b> format, so use the DirectShow codec <P><b>Limitations:</b> Currently it works only with <b>YUY2</b> format, so use the DirectShow codec
family with it. You should have at least 32MB of video memory.<br> family with it. You should have at least 32MB of video memory.<br>
<b>Conclusion:</b> I know there are lot of lacks and bugs. So if you are able <b>Conclusion:</b> I know there are lot of lacks and bugs. So if you are able