mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
added "copy mga_vid to /lib/modules" to install instructions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3665 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b0d4405793
commit
a196b0d02e
@ -581,12 +581,15 @@ esd, arts)</TD><TR>
|
||||
|
||||
<P><CODE> insmod mga_vid.o mga_ram_size=16</CODE></P>
|
||||
|
||||
<P>Hogy mindez automatikus legyen, a következő sor kell az /etc/modules.conf
|
||||
<P>Hogy mindez automatikus legyen, előszöris a következő sor kell az /etc/modules.conf
|
||||
végére :</P>
|
||||
|
||||
<P><CODE> alias char-major-178 mga_vid</CODE></P>
|
||||
|
||||
<P>És futtasd le a depmod-ot :</P>
|
||||
<P>Ezután másold az <CODE>mga_vid.o</CODE> file-t a megfelelő helyre a
|
||||
<CODE>/lib/modules/<kernel verzió></CODE> könyvtárakon belül.</P>
|
||||
|
||||
<P>Végül futtasd le a depmod-ot :</P>
|
||||
|
||||
<P><CODE> depmod -a</CODE></P>
|
||||
|
||||
|
@ -598,11 +598,14 @@ memory size in MB:</P>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user