comparison DOCS/video.html @ 3268:25f5e631f7f0

thanx, fixed!
author gabucino
date Sun, 02 Dec 2001 12:57:44 +0000
parents 639a7ca4885a
children 3928aef86033
comparison
equal deleted inserted replaced
3267:639a7ca4885a 3268:25f5e631f7f0
802 802
803 <P> 803 <P>
804 <UL> 804 <UL>
805 <LI> 805 <LI>
806 <CODE>cd drivers/radeon<BR> 806 <CODE>cd drivers/radeon<BR>
807 make</CODE><BR></LI> 807 make<BR>
808 <LI>install the <CODE>radeon_vid.o</CODE> and/or <CODE>rage128_vid.o</CODE> module to your kernelmodules</LI> 808 make install<BR>
809 <LI>execute one of the following :<BR> 809 make nodes</CODE></LI>
810 <CODE>mknod /dev/radeon_vid c 178 0</CODE><BR>
811 <CODE>mknod /dev/rage128_vid c 178 0</CODE></LI>
812 <LI>add one of the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR> 810 <LI>add one of the following at the end of the <CODE>/etc/modules.conf</CODE> file :<BR>
813 <CODE>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE><BR> 811 <CODE>&nbsp;&nbsp;alias char-major-178 radeon_vid</CODE><BR>
814 <CODE>&nbsp;&nbsp;alias char-major-178 rage128_vid</CODE></LI> 812 <CODE>&nbsp;&nbsp;alias char-major-178 rage128_vid</CODE></LI>
815 <LI>run <CODE>depmod -a</CODE></LI> 813 <LI>run <CODE>depmod -a</CODE></LI>
816 </UL> 814 </UL>