source: x/installing/x7driver-nouveau.xml@ 62a5037e

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

Update to xterm-353.
Update to mesa-19.3.4.
Update to wayland-1.18.0.
Tag most of xorg (not all drivers) and xorg dependencies.

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

  • Property mode set to 100644
File size: 6.7 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 &lfs91_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 Glamor has been removed from the nouveau driver.
143
144 <sect3>
145 <title>Glamor Acceleration</title>
146
147 <para>
148 Glamor is an acceleration library which uses cards' 3D capabilities
149 to accelerate 2D rendering. Glamor acceleration is enabled by default
150 for the new <quote>Maxwell</quote> GPU's. According to the
151 documentation, Glamor acceleration can be used with other chips as
152 well, but that does not seem functional yet.
153 </para>
154
155 <para>
156 If you want anyway to try to enable Glamor for GPU's other than the new
157 <quote>Maxwell</quote> ones, create the following file as
158 the <systemitem class="username">root</systemitem> user:
159 </para>
160
161<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
162<literal>Section "Device"
163 Identifier "nvidia"
164 Driver "nouveau"
165 Option "AccelMethod" "glamor"
166EndSection</literal>
167EOF</userinput></screen>
168
169 </sect3>
170-->
171 <sect3 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Xorg Driver</segtitle>
176
177 <seglistitem>
178 <seg>
179 nouveau_drv.so
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="nouveau_drv">
190 <term><filename class="libraryfile">nouveau_drv.so</filename></term>
191 <listitem>
192 <para>
193 is an Xorg video driver for nVidia video cards.
194 </para>
195 <indexterm zone="xorg-nouveau-driver nouveau_drv">
196 <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect3>
204
205 </sect2>
206 <!-- End Xorg Nouveau Driver -->
Note: See TracBrowser for help on using the repository browser.