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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 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 fea7a37 was fea7a37, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to libinput-1.1.8.
Update to ed-1.13.
Update to sg3_utils-1.42.
Tag Xorg dependencies.
Tag Xorg section but several drivers still neeed to be checked.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17000 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 &lfs79_checked;
49
50 <bridgehead renderas="sect4">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &xorg-nouveau-driver-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &xorg-nouveau-driver-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &xorg-nouveau-driver-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &xorg-nouveau-driver-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
85
86 <bridgehead renderas="sect5">Required</bridgehead>
87 <para role="required">
88 <xref linkend="xorg-server"/> (recommended to be built with glamor enabled)
89 </para>
90
91 <note>
92 <para>
93 The new <quote>Maxwell</quote> GPU requires Glamor to be built
94 with the Xorg server. Note that the BLFS editors have not tested that
95 hardware.
96 </para>
97 </note>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
101 </para>
102 </sect3>
103
104 <sect3 role="kernel" id="xorg-nouveau-driver-kernel">
105 <title>Kernel Configuration</title>
106
107 <para>
108 Enable the following options in the kernel configuration and recompile the
109 kernel if necessary:
110 </para>
111
112<screen><literal>Device Drivers ---&gt;
113 Graphics support ---&gt;
114 Direct rendering Manager ---&gt;
115 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
116 &lt;*&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]
117 [*] Support for backlight control [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
118
119 <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
120 <primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>
121 </indexterm>
122 </sect3>
123
124 <sect3 role="installation">
125 <title>Installation of Xorg Nouveau Driver</title>
126
127 <para>
128 Install <application>Xorg Nouveau Driver</application> by running the following
129 commands:
130 </para>
131
132<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 This package does not come with a test suite.
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144 </sect3>
145
146 <sect3>
147 <title>Glamor Acceleration</title>
148
149 <para>
150 Glamor is an acceleration library which uses cards' 3D capabilities
151 to accelerate 2D rendering. Glamor acceleration is enabled by default
152 for the new <quote>Maxwell</quote> GPU's. According to the
153 documentation, Glamor acceleration can be used with other chips as
154 well, but that does not seem functional yet.
155 </para>
156
157 <para>
158 If you want anyway to try to enable Glamor for GPU's other than the new
159 <quote>Maxwell</quote> ones, create the following file as
160 the <systemitem class="username">root</systemitem> user:
161 </para>
162
163<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
164<literal>Section "Device"
165 Identifier "nvidia"
166 Driver "nouveau"
167 Option "AccelMethod" "glamor"
168EndSection</literal>
169EOF</userinput></screen>
170
171 </sect3>
172
173 <sect3 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Xorg Driver</segtitle>
178
179 <seglistitem>
180 <seg>
181 nouveau_drv.so
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="nouveau_drv">
192 <term><filename class="libraryfile">nouveau_drv.so</filename></term>
193 <listitem>
194 <para>
195 is an Xorg video driver for nVidia video cards.
196 </para>
197 <indexterm zone="xorg-nouveau-driver nouveau_drv">
198 <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect3>
206
207 </sect2>
208 <!-- End Xorg Nouveau Driver -->
Note: See TracBrowser for help on using the repository browser.