source: x/installing/x7driver-nouveau.xml@ 82bdecf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 82bdecf was 82bdecf, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag Xorg and it's dependencies.
Some misc text tweaks.

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

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