source: x/installing/x7driver-nouveau.xml@ b64a9cf0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b64a9cf0 was b64a9cf0, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Tags
Revert exo to version 0.10.7

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

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xorg-nouveau-driver-version "1.0.12">
8 <!--<!ENTITY xorg-nouveau-driver-version "1ff13a92">-->
9
10 <!ENTITY xorg-nouveau-driver-download-http "&xorg-download-http;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2">
11 <!ENTITY xorg-nouveau-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2">
12 <!--<!ENTITY xorg-nouveau-driver-download-http "&sources-anduin-http;/xf86-video-nouveau/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.xz">
13 <!ENTITY xorg-nouveau-driver-download-ftp "&sources-anduin-ftp;/xf86-video-nouveau/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.xz">-->
14 <!ENTITY xorg-nouveau-driver-md5sum "dc79910c7b9e32321cefc7af250c7765">
15 <!ENTITY xorg-nouveau-driver-size "588 KB">
16 <!ENTITY xorg-nouveau-driver-buildsize "14 MB">
17 <!ENTITY xorg-nouveau-driver-time "0.1 SBU">
18]>
19
20
21 <!-- Begin Xorg Nouveau Driver -->
22 <sect2 id="xorg-nouveau-driver" xreflabel="Xorg Nouveau Driver-&xorg-nouveau-driver-version;">
23
24 <sect2info>
25 <othername>$LastChangedBy$</othername>
26 <date>$Date$</date>
27 </sect2info>
28
29 <title>Xorg Nouveau Driver-&xorg-nouveau-driver-version;</title>
30
31 <indexterm zone="xorg-nouveau-driver">
32 <primary sortas="a-xorg-nouveau-driver">xorg-nouveau-driver</primary>
33 </indexterm>
34
35 <sect3 role="package">
36 <title>Introduction to Xorg Nouveau Driver</title>
37
38 <para>
39 The <application>Xorg Nouveau Driver</application> package contains the
40 X.Org Video Driver for NVidia Cards including RIVA TNT, RIVA TNT2,
41 GeForce 256, QUADRO, GeForce2, QUADRO2, GeForce3, QUADRO DDC,
42 nForce, nForce2, GeForce4, QUADRO4, GeForce FX, QUADRO FX, GeForce 6XXX and
43 GeForce 7xxx chipsets.
44 </para>
45
46 <note><para>This is a development version of the Nouveau driver
47 which is needed to build properly with the latest xorg-server.</para></note>
48
49 &lfs7a_checked;
50
51 <bridgehead renderas="sect4">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>
55 Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download MD5 sum: &xorg-nouveau-driver-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download size: &xorg-nouveau-driver-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &xorg-nouveau-driver-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &xorg-nouveau-driver-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
86
87 <bridgehead renderas="sect5">Required</bridgehead>
88 <para role="required">
89 <xref linkend="xorg-server"/> (recommended to be built with glamor enabled)
90 </para>
91
92 <note>
93 <para>
94 The new <quote>Maxwell</quote> GPU requires Glamor to be built
95 with the Xorg server. Note that the BLFS editors have not tested that
96 hardware.
97 </para>
98 </note>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
102 </para>
103 </sect3>
104
105 <sect3 role="kernel" id="xorg-nouveau-driver-kernel">
106 <title>Kernel Configuration</title>
107
108 <para>
109 Enable the following options in the kernel configuration and recompile the
110 kernel if necessary:
111 </para>
112
113<screen><literal>Device Drivers ---&gt;
114 Graphics support ---&gt;
115 Direct rendering Manager ---&gt;
116 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
117 &lt;*&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]
118 [*] Support for backlight control [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
119
120 <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
121 <primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>
122 </indexterm>
123 </sect3>
124
125 <sect3 role="installation">
126 <title>Installation of Xorg Nouveau Driver</title>
127
128 <para>
129 Install <application>Xorg Nouveau Driver</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 This package does not come with a test suite.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145 </sect3>
146
147 <sect3>
148 <title>Glamor Acceleration</title>
149
150 <para>
151 Glamor is an acceleration library which uses cards' 3D capabilities
152 to accelerate 2D rendering. Glamor acceleration is enabled by default
153 for the new <quote>Maxwell</quote> GPU's. According to the
154 documentation, Glamor acceleration can be used with other chips as
155 well, but that does not seem functional yet.
156 </para>
157
158 <para>
159 If you want anyway to try to enable Glamor for GPU's other than the new
160 <quote>Maxwell</quote> ones, create the following file as
161 the <systemitem class="username">root</systemitem> user:
162 </para>
163
164<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
165<literal>Section "Device"
166 Identifier "nvidia"
167 Driver "nouveau"
168 Option "AccelMethod" "glamor"
169EndSection</literal>
170EOF</userinput></screen>
171
172 </sect3>
173
174 <sect3 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Xorg Driver</segtitle>
179
180 <seglistitem>
181 <seg>
182 nouveau_drv.so
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="nouveau_drv">
193 <term><filename class="libraryfile">nouveau_drv.so</filename></term>
194 <listitem>
195 <para>
196 is an Xorg video driver for nVidia video cards.
197 </para>
198 <indexterm zone="xorg-nouveau-driver nouveau_drv">
199 <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect3>
207
208 </sect2>
209 <!-- End Xorg Nouveau Driver -->
Note: See TracBrowser for help on using the repository browser.