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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 d7f908d5 was d7f908d5, checked in by Ken Moffat <ken@…>, 9 years ago

Remaining Xorg tags - some drivers are only built.

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

  • Property mode set to 100644
File size: 6.4 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 &lfs77_checked; &gcc5_built;
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 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
106 &lt;*&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]
107 [*] Support for backlight control [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
108
109 <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
110 <primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>
111 </indexterm>
112 </sect3>
113
114 <sect3 role="installation">
115 <title>Installation of Xorg Nouveau Driver</title>
116
117 <para>
118 Install <application>Xorg Nouveau Driver</application> by running the following
119 commands:
120 </para>
121
122<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 This package does not come with a test suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134 </sect3>
135
136 <sect3>
137 <title>Glamor Acceleration</title>
138
139 <para>
140 Glamor is an acceleration library which uses cards' 3D capabilities
141 to accelerate 2D rendering. Glamor acceleration is enabled by default
142 for the new <quote>Maxwell</quote> GPU's. According to the
143 documentation, Glamor acceleration can be used with other chips as
144 well, but that does not seem functional yet.
145 </para>
146
147 <para>
148 If you want anyway to try to enable Glamor for GPU's other than the new
149 <quote>Maxwell</quote> ones, create the following file as
150 the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>cat &gt;&gt; /etc/X11/xorg.conf.d/nvidia.conf &lt;&lt; "EOF"
154<literal>Section "Device"
155 Identifier "nvidia"
156 Driver "nouveau"
157 Option "AccelMethod" "glamor"
158EndSection</literal>
159EOF</userinput></screen>
160
161 </sect3>
162
163 <sect3 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Xorg Driver</segtitle>
168
169 <seglistitem>
170 <seg>
171 nouveau_drv.so
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="nouveau_drv">
182 <term><filename class="libraryfile">nouveau_drv.so</filename></term>
183 <listitem>
184 <para>
185 is an Xorg video driver for nVidia video cards.
186 </para>
187 <indexterm zone="xorg-nouveau-driver nouveau_drv">
188 <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect3>
196
197 </sect2>
198 <!-- End Xorg Nouveau Driver -->
Note: See TracBrowser for help on using the repository browser.