Xorg Nouveau Driver

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10323 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2012-06-13 01:00:26 +00:00
parent 1274b74a00
commit d37606854c
4 changed files with 159 additions and 5 deletions

View File

@ -631,6 +631,8 @@ $Date$
<!ENTITY printproto-version "1.0.5">
<!ENTITY libXp-version "1.0.1">
<!ENTITY xorg-server-version "1.12.2">
<!-- This is latest nouveau snapshot that does not need libdrm >= 2.4.34 -->
<!ENTITY xorg-nouveau-driver-version "0.0.16+git20120322">
<!ENTITY xorg-wacom-driver-version "0.14.0">
<!ENTITY twm-version "1.0.7">
<!ENTITY xterm-version "279">

View File

@ -90,6 +90,9 @@
<listitem>
<para>[abenton] - Updated Xine Ui to 0.99.7.</para>
</listitem>
<listitem>
<para>[krejzi] - Added Xorg Nouveau Driver.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -67,7 +67,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libXp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xorg-server.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driver.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7additionaldrivers.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7driveradd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="twm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xterm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xclock.xml"/>

View File

@ -4,6 +4,14 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xorg-nouveau-driver-download-http
"http://www.linuxfromscratch.org/~krejzi/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.xz">
<!ENTITY xorg-nouveau-driver-download-ftp " ">
<!ENTITY xorg-nouveau-driver-md5sum "ae3fccbe6d0b009230508ef5ebb623cf">
<!ENTITY xorg-nouveau-driver-size "324 KB">
<!ENTITY xorg-nouveau-driver-buildsize "9.2 MB">
<!ENTITY xorg-nouveau-driver-time "0.2 SBU">
<!ENTITY xorg-wacom-driver-download-http
"&sourceforge-repo;/linuxwacom/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
<!ENTITY xorg-wacom-driver-download-ftp " ">
@ -14,8 +22,8 @@
]>
<sect1 id="x7additionaldrivers" xreflabel="Additional Xorg Drivers">
<?dbhtml filename="x7additionaldrivers.html"?>
<sect1 id="x7driveradd" xreflabel="Additional Xorg Drivers">
<?dbhtml filename="x7driveradd.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
@ -24,8 +32,8 @@
<title>Additional Xorg Drivers</title>
<indexterm zone="x7additionaldrivers">
<primary sortas="a-x7additionaldrivers">x7additionaldrivers</primary>
<indexterm zone="x7driveradd">
<primary sortas="a-x7driveradd">x7driveradd</primary>
</indexterm>
<sect2 role="package">
@ -39,6 +47,9 @@
<itemizedlist spacing="compact">
<listitem>
<para>
<xref linkend="xorg-nouveau-driver"/>
</para>
<para>
<xref linkend="xorg-wacom-driver"/>
</para>
@ -47,6 +58,144 @@
</sect2>
<!-- Begin Xorg Nouveau Driver -->
<sect2 id="xorg-nouveau-driver" xreflabel="Xorg Nouveau Driver-&xorg-nouveau-driver-version;">
<title>Xorg Nouveau Driver-&xorg-nouveau-driver-version;</title>
<indexterm zone="xorg-nouveau-driver">
<primary sortas="a-xorg-nouveau-driver">xorg-nouveau-driver</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to Xorg Nouveau Driver</title>
<para>
The <application>Xorg Nouveau Driver</application> package contains the
X.Org Video Driver for NVidia Cards including RIVA TNT, RIVA TNT2,
GeForce 256, QUADRO, GeForce2, QUADRO2, GeForce3, QUADRO DDC,
nForce, nForce2, GeForce4, QUADRO4, GeForce FX, QUADRO FX, GeForce 6XXX and
GeForce 7xxx chipsets.
</para>
&lfs70_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &xorg-nouveau-driver-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &xorg-nouveau-driver-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &xorg-nouveau-driver-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &xorg-nouveau-driver-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
<bridgehead renderas="sect5">Required</bridgehead>
<para role="required">
<xref linkend="xorg-server"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of Xorg Nouveau Driver</title>
<para>
Install <application>Xorg Nouveau Driver</application> by running the following
commands:
</para>
<screen><userinput>./configure $XORG_CONFIG \
--with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect3>
<sect3 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--with-xorg-module-dir=...</parameter>: This switch
ensures that the drivers are installed into the correct directory.
</para>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Library</segtitle>
<seglistitem>
<seg>
nouveau_drv.so
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect4">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="nouveau_drv">
<term><filename class="libraryfile">nouveau_drv.so</filename></term>
<listitem>
<para>
is an Xorg driver for NVidia Video Cards.
</para>
<indexterm zone="xorg-nouveau-driver nouveau_drv">
<primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect3>
</sect2>
<!-- End Xorg Nouveau Driver -->
<!-- Begin Xorg Wacom Driver -->
<sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">