Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > a42e22ddf1d70fb02e9f62289d71cafa > files > 611

mplayer-doc-1.0-1.rc4.0.r31086.3.1mdv2010.2.i586.rpm

<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 - Il Visualizzatore di film"><link rel="up" href="video.html" title="Capitolo 7. Dispositivi di uscita video"><link rel="prev" href="tdfxfb.html" title="7.8. Supporto YUV per 3Dfx"><link rel="next" href="opengl.html" title="7.10. Uscita OpenGL"><link rel="preface" href="howtoread.html" title="Come leggere questa documentazione"><link rel="chapter" href="intro.html" title="Capitolo 1. Introduzione"><link rel="chapter" href="install.html" title="Capitolo 2. Installazione"><link rel="chapter" href="usage.html" title="Capitolo 3. Utilizzo"><link rel="chapter" href="cd-dvd.html" title="Capitolo 4. Utilizzo CD/DVD"><link rel="chapter" href="tv.html" title="Capitolo 5. TV"><link rel="chapter" href="radio.html" title="Capitolo 6. Radio"><link rel="chapter" href="video.html" title="Capitolo 7. Dispositivi di uscita video"><link rel="chapter" href="ports.html" title="Capitolo 8. Ports"><link rel="chapter" href="mencoder.html" title="Capitolo 9. Utilizzo base di MEncoder"><link rel="chapter" href="encoding-guide.html" title="Capitolo 10. La codifica con MEncoder"><link rel="chapter" href="faq.html" title="Capitolo 11. Frequently Asked Questions"><link rel="appendix" href="bugreports.html" title="Appendice A. Come segnalare i bug (errori)"><link rel="appendix" href="skin.html" title="Appendice B. MPlayer skin format"></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">Indietro</a> </td><th width="60%" align="center">Capitolo 7. Dispositivi di uscita video</th><td width="20%" align="right"> <a accesskey="n" href="opengl.html">Avanti</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>
Questo è un'incrocio di un driver di uscita video e di un modulo del kernel,
simile a <a class="link" href="mga_vid.html" title="7.7. Framebuffer Matrox (mga_vid)">mga_vid</a>. Ti serve un kernel 2.4.x con
il driver <code class="systemitem">agpgart</code>, visto che
<code class="systemitem">tdfx_vid</code> usa AGP. Passa
<tt class="option">--enable-tdfxfb</tt> a <span class="command"><strong>configure</strong></span> per compilare
il driver di uscita video e compila il module del kernel con le istruzioni
seguenti.
</p><div class="procedure" title="Installare il modulo del kernel tdfx_vid.o:"><a name="id2768331"></a><p class="title"><b>Installare il modulo del kernel tdfx_vid.o:</b></p><ol class="procedure" type="1"><li class="step" title="Passo 1"><p>
  Compila <tt class="filename">drivers/tdfx_vid.o</tt>:
  </p><pre class="screen">
cd drivers
make drivers</pre><p>
</p></li><li class="step" title="Passo 2"><p>
  Poi esegui (come <code class="systemitem">root</code>)
  </p><pre class="screen">make install-drivers</pre><p>
  che dovrebbe installare il modulo e creare per te il nodo del dispositivo.
  Carica il driver con
  </p><pre class="screen">insmod tdfx_vid.o</pre><p>
</p></li><li class="step" title="Passo 3"><p>
  Per far sì che venga caricato/scaricato quando serve, prima inserisci la
  riga seguente alla fine di <tt class="filename">/etc/modules.conf</tt>:


  </p><pre class="programlisting">alias char-major-178 tdfx_vid</pre><p>
</p></li></ol></div><p>
Nella stessa directory c'è un'applicazione di test che si chiama
<span class="command"><strong>tdfx_vid_test</strong></span>. Se tutto funziona bene, dovrebbe fornire
alcune informazioni utili.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tdfxfb.html">Indietro</a> </td><td width="20%" align="center"><a accesskey="u" href="video.html">Risali</a></td><td width="40%" align="right"> <a accesskey="n" href="opengl.html">Avanti</a></td></tr><tr><td width="40%" align="left" valign="top">7.8. Supporto YUV per 3Dfx </td><td width="20%" align="center"><a accesskey="h" href="index.html">Partenza</a></td><td width="40%" align="right" valign="top"> 7.10. Uscita OpenGL</td></tr></table></div></body></html>