MFen 1.65 --> 1.70
This commit is contained in:
parent
70ebdc7424
commit
c37ac1808e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19073
1 changed files with 34 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.65
|
||||
Original revision: 1.70
|
||||
-->
|
||||
|
||||
<chapter id="multimedia">
|
||||
|
@ -450,6 +450,12 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
|||
<sect3 id="troubleshooting">
|
||||
<title>Problèmes courants</title>
|
||||
|
||||
<indexterm><primary>fichiers spéciaux de
|
||||
périphérique</primary></indexterm>
|
||||
<indexterm><primary>port d'E/S</primary></indexterm>
|
||||
<indexterm><primary>IRQ</primary></indexterm>
|
||||
<indexterm><primary>DSP</primary></indexterm>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
|
@ -458,7 +464,6 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
|||
<entry>Solution</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<indexterm><primary>fichier spécial de périphérique</primary></indexterm>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
|
@ -469,14 +474,12 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
|||
étapes précédentes.</para></entry>
|
||||
</row>
|
||||
|
||||
<indexterm><primary>port d'E/S</primary></indexterm>
|
||||
<row>
|
||||
<entry><errorname>sb_dspwr(XX) timed out</errorname></entry>
|
||||
<entry><para>Le port d'E/S n'est pas configuré
|
||||
correctement.</para></entry>
|
||||
</row>
|
||||
|
||||
<indexterm><primary>IRQ</primary></indexterm>
|
||||
<row>
|
||||
<entry><errorname>bad irq XX</errorname></entry>
|
||||
<entry><para>L'IRQ sélectionnée est incorrecte.
|
||||
|
@ -491,7 +494,6 @@ pcm0: <SB16 DSP 4.11> on sbc0</screen>
|
|||
disponible pour utiliser ce périphérique.</para></entry>
|
||||
</row>
|
||||
|
||||
<indexterm><primary>DSP</primary></indexterm>
|
||||
<row>
|
||||
<entry><errorname>xxx: can't open /dev/dsp!</errorname></entry>
|
||||
<entry><para>Vérifiez avec la commande
|
||||
|
@ -864,8 +866,20 @@ MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
|
|||
a un ensemble de liens recommandés
|
||||
légèrement différent:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ln -sf /dev/acd0c /dev/dvd</userinput>
|
||||
&prompt.root; <userinput>ln -sf /dev/acd0c /dev/rdvd</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ln -sf /dev/acd0 /dev/dvd</userinput>
|
||||
&prompt.root; <userinput>ln -sf /dev/acd0 /dev/rdvd</userinput></screen>
|
||||
|
||||
<para>Notez qu'en raison de la nature du système
|
||||
&man.devfs.5;, les liens créés à la main
|
||||
comme les précédents ne seront pas
|
||||
conservés si vous redémarrez le système.
|
||||
Afin de créer automatiquement les liens symboliques
|
||||
dès que vous redémarrez votre système,
|
||||
ajoutez les lignes suivantes au fichier
|
||||
<filename>/etc/devfs.conf</filename>:</para>
|
||||
|
||||
<programlisting>link acd0 dvd
|
||||
link acd0 rdvd</programlisting>
|
||||
|
||||
<para>De plus, le décodage de DVD, qui nécessite
|
||||
de faire appel à des fonctions spéciales du
|
||||
|
@ -890,6 +904,11 @@ MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
|
|||
<programlisting>option CPU_ENABLE_SSE
|
||||
option USER_LDT</programlisting>
|
||||
|
||||
<note>
|
||||
<para>L'option <literal>option USER_LDT</literal> n'existe pas
|
||||
sous &os; 5.X.</para>
|
||||
</note>
|
||||
|
||||
<para>Pour augmenter la mémoire partagée
|
||||
pour l'interface X11, il est recommandé que les valeurs de
|
||||
certaines variables &man.sysctl.8; soient augmentées:</para>
|
||||
|
@ -1538,8 +1557,8 @@ zoom=yes</programlisting>
|
|||
plus lentement que <command>mencoder</command>, mais il a plus de
|
||||
chance de produire un fichier plus largement lisible.
|
||||
Les MPEGs produits par <command>transcode</command> sont connus
|
||||
pour être lisibles sur de
|
||||
vieilles versions du <application>&windows.media; Player</application> et du <application>&quicktime;</application> d'Apple,
|
||||
pour être lisibles sur le
|
||||
<application>&windows.media; Player</application> et <application>&quicktime;</application> d'Apple,
|
||||
par exemple.</para>
|
||||
|
||||
</sect3>
|
||||
|
@ -1600,6 +1619,12 @@ zoom=yes</programlisting>
|
|||
<para><ulink url="http://xtheater.sourceforge.net/">Xtheater</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><filename
|
||||
role="package">multimedia/dvdauthor</filename>, un logiciel
|
||||
libre pour la création de DVDs.</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue