[Mplayer-cvslog] CVS: main/DOCS video.html,1.37,1.38
Winner of tha face compo
gabucino at mplayer.dev.hu
Sat Nov 17 20:12:45 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv21767
Modified Files:
video.html
Log Message:
yoh. Wrote radeon_vid install+other stuff
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- video.html 17 Nov 2001 17:43:25 -0000 1.37
+++ video.html 17 Nov 2001 19:12:43 -0000 1.38
@@ -747,12 +747,28 @@
future this stuff will be fully rewritten. This is the first public release of
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> alias char-major-178 radeon_vid</CODE>
+ <LI>run <CODE>depmod -a</CODE></LI>
+</UL>
+</P>
+
<P>
- <b>Location:</b><BR>
- mplayer-CVS:main/drivers/radeon/radeon_vid*
<br><b>Usage:</b><BR>
<CODE>mplayer -vo vesa:lvo:/dev/radeon_vid <your options> filename</CODE>
</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
family with it. You should have at least 32MB of video memory.<br>
More information about the MPlayer-cvslog
mailing list