source: x/installing/x7driver-nouveau.xml@ 46d3ca3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 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 krejzi/svn 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 46d3ca3 was 46d3ca3, checked in by Pierre Labastie <pieere@…>, 10 years ago

Update to Xorg Nouveau Driver-1.0.11, ticket 5469

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

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