~ubuntu-branches/debian/squeeze/mplayer/squeeze

« back to all changes in this revision

Viewing changes to DOCS/HTML/fr/tdfx_vid.html

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-07-31 23:44:52 UTC
  • mfrom: (1.1.4 upstream) (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100731234452-j7yyrgsh1wustazr
Tags: 2:1.0~rc3++final.dfsg1-1
* upload to unstable
* enable mencoder and mplayer-gui package
* build again against the system FFmpeg 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>7.9. tdfx_vid</title><link rel="stylesheet" href="default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="MPlayer - Le Lecteur Vidéo"><link rel="up" href="video.html" title="Chapitre 7. Sorties vidéo"><link rel="prev" href="tdfxfb.html" title="7.8. Support YUV 3Dfx"><link rel="next" href="opengl.html" title="7.10. Sortie OpenGL"><link rel="preface" href="howtoread.html" title="Comment lire cette documentation"><link rel="chapter" href="intro.html" title="Chapitre 1. Introduction"><link rel="chapter" href="install.html" title="Chapitre 2. Installation"><link rel="chapter" href="usage.html" title="Chapitre 3. Utilisation"><link rel="chapter" href="cd-dvd.html" title="Chapitre 4. Utilisation des CD/DVD"><link rel="chapter" href="tv.html" title="Chapitre 5. TV"><link rel="chapter" href="radio.html" title="Chapitre 6. Radio"><link rel="chapter" href="video.html" title="Chapitre 7. Sorties vidéo"><link rel="chapter" href="ports.html" title="Chapitre 8. Ports"><link rel="chapter" href="mencoder.html" title="Chapitre 9. Utilisation basique de MEncoder"><link rel="chapter" href="encoding-guide.html" title="Chapitre 10. L'encodage avec MEncoder"><link rel="chapter" href="faq.html" title="Chapitre 11. Foire Aux Questions"><link rel="appendix" href="bugreports.html" title="Annexe A. Comment rapporter les bogues"><link rel="appendix" href="skin.html" title="Annexe B. Format de skins MPlayer"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7.9. tdfx_vid</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tdfxfb.html">Précédent</a> </td><th width="60%" align="center">Chapitre 7. Sorties vidéo</th><td width="20%" align="right"> <a accesskey="n" href="opengl.html">Suivant</a></td></tr></table><hr></div><div class="sect1" title="7.9. tdfx_vid"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="tdfx_vid"></a>7.9. tdfx_vid</h2></div></div></div><p>
 
2
    Il s'agit de la combinaison d'un module du noyau Linux et d'un pilote de
 
3
    sortie vidéo similaire à <a class="link" href="mga_vid.html" title="7.7. Framebuffer Matrox (mga_vid)">mga_vid</a>.
 
4
    Vous aurez besoin d'un noyau 2.4.x avec le pilote
 
5
    <code class="systemitem">agpgart</code> puisque <code class="systemitem">tdfx_vid</code>
 
6
    utilise AGP.
 
7
    Ajoutez l'option <tt class="option">--enable-tdfxfb</tt> lors du
 
8
    <span class="command"><strong>configure</strong></span> pour compiler le pilote de la sortie vidéo
 
9
    puis compilez le module noyau avec les instructions suivantes.
 
10
  </p><div class="procedure" title="Installation du module noyau tdfx_vid.o :"><a name="id512562"></a><p class="title"><b>Installation du module noyau tdfx_vid.o :</b></p><ol class="procedure" type="1"><li class="step" title="Étape 1"><p>
 
11
        Compilez <tt class="filename">pilotes/tdfx_vid.o</tt> :
 
12
        </p><pre class="screen">
 
13
          make pilotes</pre><p>
 
14
      </p></li><li class="step" title="Étape 2"><p>
 
15
        Puis lancez (avec le compte <code class="systemitem">root</code>)
 
16
        </p><pre class="screen">make install-pilotes</pre><p>
 
17
        qui devrait installer le module et créer le noeud de périphérique pour
 
18
        vous.
 
19
        Chargez le pilote avec
 
20
        </p><pre class="screen">insmod tdfx_vid.o</pre><p>
 
21
      </p></li><li class="step" title="Étape 3"><p>
 
22
        Pour automatiser le chargement/déchargement quand nécessaire,
 
23
        commencez par inclure la ligne suivante à la fin du fichier
 
24
        <tt class="filename">/etc/modules.conf</tt> :
 
25
        </p><pre class="programlisting">alias char-major-178 tdfx_vid</pre><p>
 
26
      </p></li></ol></div><p>
 
27
    Une application de test appelée <span class="command"><strong>tdfx_vid_test</strong></span> est
 
28
disponible dans le même répertoire  Elle devrait afficher des informations
 
29
utiles si tout fonctionne bien.
 
30
  </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tdfxfb.html">Précédent</a> </td><td width="20%" align="center"><a accesskey="u" href="video.html">Niveau supérieur</a></td><td width="40%" align="right"> <a accesskey="n" href="opengl.html">Suivant</a></td></tr><tr><td width="40%" align="left" valign="top">7.8. Support YUV 3Dfx </td><td width="20%" align="center"><a accesskey="h" href="index.html">Sommaire</a></td><td width="40%" align="right" valign="top"> 7.10. Sortie OpenGL</td></tr></table></div></body></html>