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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 bc4baa72 was bc4baa72, checked in by Pierre Labastie <pieere@…>, 9 years ago

Fix some kernel setting prompts in Xorg drivers

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

  • Property mode set to 100644
File size: 6.2 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 Direct Rendering Manager ---&gt;
105 Nouveau (NVIDIA) cards: Y or M
106 Support for backlight control: Y</literal></screen>
107
108 <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
109 <primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>
110 </indexterm>
111 </sect3>
112
113 <sect3 role="installation">
114 <title>Installation of Xorg Nouveau Driver</title>
115
116 <para>
117 Install <application>Xorg Nouveau Driver</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133 </sect3>
134
135 <sect3>
136 <title>Glamor Acceleration</title>
137
138 <para>
139 Glamor is an acceleration library which uses cards' 3D capabilities
140 to accelerate 2D rendering. Glamor acceleration is enabled by default
141 for the new <quote>Maxwell</quote> GPU's. According to the
142 documentation, Glamor acceleration can be used with other chips as
143 well, but that does not seem functional yet.
144 </para>
145
146 <para>
147 If you want anyway to try to enable Glamor for GPU's other than the new
148 <quote>Maxwell</quote> ones, create the following file as
149 the <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
153<literal>Section "Device"
154 Identifier "nvidia"
155 Driver "nouveau"
156 Option "AccelMethod" "glamor"
157EndSection</literal>
158EOF</userinput></screen>
159
160 </sect3>
161
162 <sect3 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Xorg Driver</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 video 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 -->
Note: See TracBrowser for help on using the repository browser.