Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
3663:9092546e7765 | 3664:f3a20477f042 |
---|---|
596 it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's | 596 it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's |
597 memory size in MB:</P> | 597 memory size in MB:</P> |
598 | 598 |
599 <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P> | 599 <P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P> |
600 | 600 |
601 <P>To make it load/unload automatically when needed, insert the following line | 601 <P>To make it load/unload automatically when needed, first insert the following line |
602 at the end of /etc/modules.conf:</P> | 602 at the end of /etc/modules.conf:</P> |
603 | 603 |
604 <P><CODE> alias char-major-178 mga_vid</CODE></P> | 604 <P><CODE> alias char-major-178 mga_vid</CODE></P> |
605 | |
606 <P>Then copy the <CODE>mga_vid.o</CODE> module to the appropriate place under | |
607 <CODE>/lib/modules/<kernel version>/somewhere</CODE>.</P> | |
605 | 608 |
606 <P>Then run</P> | 609 <P>Then run</P> |
607 | 610 |
608 <P><CODE> depmod -a</CODE></P> | 611 <P><CODE> depmod -a</CODE></P> |
609 | 612 |