Changeset d3760685


Ignore:
Timestamp:
06/13/2012 01:00:26 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
be4b5fc5
Parents:
1274b74
Message:

Xorg Nouveau Driver

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10323 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r1274b74 rd3760685  
    632632<!ENTITY libXp-version                "1.0.1">
    633633<!ENTITY xorg-server-version          "1.12.2">
     634<!-- This is latest nouveau snapshot that does not need libdrm >= 2.4.34 -->
     635<!ENTITY xorg-nouveau-driver-version  "0.0.16+git20120322">
    634636<!ENTITY xorg-wacom-driver-version    "0.14.0">
    635637<!ENTITY twm-version                  "1.0.7">
  • introduction/welcome/changelog.xml

    r1274b74 rd3760685  
    9191          <para>[abenton] - Updated Xine Ui to 0.99.7.</para>
    9292        </listitem>
     93        <listitem>
     94          <para>[krejzi] - Added Xorg Nouveau Driver.</para>
     95        </listitem>
    9396      </itemizedlist>
    9497    </listitem>
  • x/installing/installing.xml

    r1274b74 rd3760685  
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
    6969  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
    70   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7additionaldrivers.xml"/>
     70  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driveradd.xml"/>
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
    7272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
  • x/installing/x7driveradd.xml

    r1274b74 rd3760685  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
     6
     7  <!ENTITY xorg-nouveau-driver-download-http
     8           "http://www.linuxfromscratch.org/~krejzi/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.xz">
     9  <!ENTITY xorg-nouveau-driver-download-ftp  " ">
     10  <!ENTITY xorg-nouveau-driver-md5sum        "ae3fccbe6d0b009230508ef5ebb623cf">
     11  <!ENTITY xorg-nouveau-driver-size          "324 KB">
     12  <!ENTITY xorg-nouveau-driver-buildsize     "9.2 MB">
     13  <!ENTITY xorg-nouveau-driver-time          "0.2 SBU">
    614
    715  <!ENTITY xorg-wacom-driver-download-http
     
    1523]>
    1624
    17 <sect1 id="x7additionaldrivers" xreflabel="Additional Xorg Drivers">
    18   <?dbhtml filename="x7additionaldrivers.html"?>
     25<sect1 id="x7driveradd" xreflabel="Additional Xorg Drivers">
     26  <?dbhtml filename="x7driveradd.html"?>
    1927
    2028  <sect1info>
     
    2533  <title>Additional Xorg Drivers</title>
    2634
    27   <indexterm zone="x7additionaldrivers">
    28     <primary sortas="a-x7additionaldrivers">x7additionaldrivers</primary>
     35  <indexterm zone="x7driveradd">
     36    <primary sortas="a-x7driveradd">x7driveradd</primary>
    2937  </indexterm>
    3038
     
    4149      <listitem>
    4250        <para>
     51          <xref linkend="xorg-nouveau-driver"/>
     52        </para>
     53        <para>
    4354          <xref linkend="xorg-wacom-driver"/>
    4455        </para>
     
    4758
    4859  </sect2>
     60
     61<!-- Begin Xorg Nouveau Driver -->
     62  <sect2 id="xorg-nouveau-driver" xreflabel="Xorg Nouveau Driver-&xorg-nouveau-driver-version;">
     63
     64    <title>Xorg Nouveau Driver-&xorg-nouveau-driver-version;</title>
     65
     66    <indexterm zone="xorg-nouveau-driver">
     67      <primary sortas="a-xorg-nouveau-driver">xorg-nouveau-driver</primary>
     68    </indexterm>
     69
     70    <sect3 role="package">
     71      <title>Introduction to Xorg Nouveau Driver</title>
     72
     73      <para>
     74        The <application>Xorg Nouveau Driver</application> package contains the
     75        X.Org Video Driver for NVidia Cards including RIVA TNT, RIVA TNT2,
     76        GeForce 256, QUADRO, GeForce2, QUADRO2, GeForce3, QUADRO DDC,
     77        nForce, nForce2, GeForce4, QUADRO4, GeForce FX, QUADRO FX, GeForce 6XXX and
     78        GeForce 7xxx chipsets.
     79      </para>
     80
     81      &lfs70_checked;
     82
     83      <bridgehead renderas="sect4">Package Information</bridgehead>
     84      <itemizedlist spacing="compact">
     85        <listitem>
     86          <para>
     87            Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
     88          </para>
     89        </listitem>
     90        <listitem>
     91          <para>
     92            Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
     93          </para>
     94        </listitem>
     95        <listitem>
     96          <para>
     97            Download MD5 sum: &xorg-nouveau-driver-md5sum;
     98          </para>
     99        </listitem>
     100        <listitem>
     101          <para>
     102            Download size: &xorg-nouveau-driver-size;
     103          </para>
     104        </listitem>
     105        <listitem>
     106          <para>
     107            Estimated disk space required: &xorg-nouveau-driver-buildsize;
     108          </para>
     109        </listitem>
     110        <listitem>
     111          <para>
     112            Estimated build time: &xorg-nouveau-driver-time;
     113          </para>
     114        </listitem>
     115      </itemizedlist>
     116
     117      <bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
     118
     119      <bridgehead renderas="sect5">Required</bridgehead>
     120      <para role="required">
     121        <xref linkend="xorg-server"/>
     122      </para>
     123
     124      <para condition="html" role="usernotes">
     125        User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
     126      </para>
     127    </sect3>
     128
     129    <sect3 role="installation">
     130      <title>Installation of Xorg Nouveau Driver</title>
     131
     132      <para>
     133        Install <application>Xorg Nouveau Driver</application> by running the following
     134        commands:
     135      </para>
     136
     137<screen><userinput>./configure $XORG_CONFIG \
     138            --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
     139make</userinput></screen>
     140
     141      <para>
     142        This package does not come with a test suite.
     143      </para>
     144
     145      <para>
     146        Now, as the <systemitem class="username">root</systemitem> user:
     147      </para>
     148
     149<screen role="root"><userinput>make install</userinput></screen>
     150    </sect3>
     151
     152    <sect3 role="commands">
     153      <title>Command Explanations</title>
     154
     155      <para>
     156        <parameter>--with-xorg-module-dir=...</parameter>: This switch
     157        ensures that the drivers are installed into the correct directory.
     158      </para>
     159
     160    </sect3>
     161
     162    <sect3 role="content">
     163      <title>Contents</title>
     164
     165      <segmentedlist>
     166        <segtitle>Installed Library</segtitle>
     167
     168        <seglistitem>
     169          <seg>
     170            nouveau_drv.so
     171          </seg>
     172        </seglistitem>
     173      </segmentedlist>
     174
     175      <variablelist>
     176        <bridgehead renderas="sect4">Short Descriptions</bridgehead>
     177        <?dbfo list-presentation="list"?>
     178        <?dbhtml list-presentation="table"?>
     179
     180        <varlistentry id="nouveau_drv">
     181          <term><filename class="libraryfile">nouveau_drv.so</filename></term>
     182          <listitem>
     183            <para>
     184              is an Xorg driver for NVidia Video Cards.
     185            </para>
     186            <indexterm zone="xorg-nouveau-driver nouveau_drv">
     187              <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
     188            </indexterm>
     189          </listitem>
     190        </varlistentry>
     191
     192      </variablelist>
     193
     194    </sect3>
     195
     196  </sect2>
     197<!-- End Xorg Nouveau Driver -->
    49198
    50199<!-- Begin Xorg Wacom Driver -->
Note: See TracChangeset for help on using the changeset viewer.