mirror of https://github.com/mpv-player/mpv
sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10255 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
019211567c
commit
7f2bb05ce4
|
@ -1373,8 +1373,12 @@ pour une TV 16:9: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
|
|||
<CODE>matroxset</CODE> quelque part dans votre PATH.</LI>
|
||||
<LI>
|
||||
Si <CODE>fbset</CODE> n'est pas installé, entrez dans
|
||||
<CODE>TVout/fbset</CODE>et tapez <CODE>make</CODE>. Installez
|
||||
<CODE>TVout/fbset</CODE> et tapez <CODE>make</CODE>. Installez
|
||||
<CODE>fbset</CODE> quelque part dans votre PATH.</LI>
|
||||
<LI>
|
||||
Si <CODE>con2fb</CODE> n'est pas installé, entrez dans
|
||||
<CODE>TVout/con2fb</CODE> et tapez <CODE>make</CODE>. Installez
|
||||
<CODE>con2fb</CODE> quelque part dans votre PATH.</LI>
|
||||
<LI>
|
||||
Ensuite entrez dans le répertoire <CODE>TVout/</CODE> du source MPlayer,
|
||||
et exécutez <CODE>./modules</CODE> en root. Votre console en mode texte
|
||||
|
|
|
@ -1936,7 +1936,7 @@ for Matrox G450/G550 TV-out instructions, please see the next section!
|
|||
Using the <emphasis role="bold">matroxfb modules</emphasis> in the 2.4
|
||||
kernels. 2.2 kernels don't have the TVout feature in them, thus unusable
|
||||
for this. You have to enable ALL matroxfb-specific feature during compilation
|
||||
(except MultiHead), and compile them into <emphasis role="bold">modules!</emphasis>
|
||||
(except MultiHead), and compile them into <emphasis role="bold">modules</emphasis>!
|
||||
You'll also need I2C enabled.
|
||||
</para>
|
||||
|
||||
|
@ -1952,6 +1952,12 @@ for Matrox G450/G550 TV-out instructions, please see the next section!
|
|||
Install <filename class="directory">fbset</filename> into somewhere in your
|
||||
<envar>PATH</envar>.
|
||||
</para></step>
|
||||
<step><para>
|
||||
If you don't have <command>con2fb</command> installed, enter
|
||||
<filename class="directory">TVout/con2fb</filename> and type <command>make</command>.
|
||||
Install <filename class="directory">con2fb</filename> into somewhere in your
|
||||
<envar>PATH</envar>.
|
||||
</para></step>
|
||||
<step><para>
|
||||
Then enter into the <filename class="directory">TVout/</filename> directory
|
||||
in the <application>MPlayer</application> source, and execute
|
||||
|
|
|
@ -1957,6 +1957,12 @@ SVP!
|
|||
Installez <filename class="directory">fbset</filename> quelque part dans votre
|
||||
<envar>PATH</envar>.
|
||||
</para></step>
|
||||
<step><para>
|
||||
Si <command>con2fb</command> n'est pas installé, entrez dans
|
||||
<filename class="directory">TVout/con2fb</filename> et tapez <command>make</command>.
|
||||
Installez <filename class="directory">con2fb</filename> quelque part dans votre
|
||||
<envar>PATH</envar>.
|
||||
</para></step>
|
||||
<step><para>
|
||||
Ensuite entrez dans le répertoire <filename class="directory">TVout/</filename>
|
||||
du source <application>MPlayer</application> et exécutez <filename>./modules</filename>
|
||||
|
|
Loading…
Reference in New Issue