Mercurial > mplayer.hg
diff DOCS/video.html @ 3664:f3a20477f042
added "copy mga_vid to /lib/modules" to install instructions
author | gabucino |
---|---|
date | Sun, 23 Dec 2001 00:40:32 +0000 |
parents | 66e418645b67 |
children | 4049673123e1 |
line wrap: on
line diff
--- a/DOCS/video.html Sat Dec 22 16:59:10 2001 +0000 +++ b/DOCS/video.html Sun Dec 23 00:40:32 2001 +0000 @@ -598,11 +598,14 @@ <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P> -<P>To make it load/unload automatically when needed, insert the following line +<P>To make it load/unload automatically when needed, first insert the following line at the end of /etc/modules.conf:</P> <P><CODE> alias char-major-178 mga_vid</CODE></P> +<P>Then copy the <CODE>mga_vid.o</CODE> module to the appropriate place under + <CODE>/lib/modules/<kernel version>/somewhere</CODE>.</P> + <P>Then run</P> <P><CODE> depmod -a</CODE></P>