source: x/installing/x7driver-nouveau.xml@ 23bba1f

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 23bba1f was 23bba1f, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

add propset svn:keywords "Date LastChangedBy" to:
x7driver-ati.xml
x7driver-evdev.xml
x7driver-fbdev.xml
x7driver-intel.xml
x7driver-nouveau.xml
x7driver-synaptics.xml
x7driver-vmmouse.xml
x7driver-vmware.xml
x7driver-wacom.xm
all under BLFS/trunk/BOOK/x/installing/.

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

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