source: x/installing/x7driver-nouveau.xml@ 4e8fa51

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

Update to icewm-1.8.0.
Update to nano-5.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23620 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.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 &lfs10_checked;
43
44 <bridgehead renderas="sect4">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xorg-nouveau-driver-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xorg-nouveau-driver-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xorg-nouveau-driver-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xorg-nouveau-driver-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
79
80 <bridgehead renderas="sect5">Required</bridgehead>
81 <para role="required">
82 <xref linkend="xorg-server"/> (recommended to be built with glamor enabled)
83 </para>
84
85 <note>
86 <para>
87 The new <quote>Maxwell</quote> and <quote>Pascal</quote>
88 GPUs require Glamor to be built with the Xorg server.
89 <!-- I tested this driver with a GTX 1050ti - the above note is true. -->
90 </para>
91 </note>
92
93 <para condition="html" role="usernotes">
94 User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
95 </para>
96 </sect3>
97
98 <sect3 role="kernel" id="xorg-nouveau-driver-kernel">
99 <title>Kernel Configuration</title>
100
101 <para>
102 Enable the following options in the kernel configuration and recompile the
103 kernel if necessary:
104 </para>
105
106<screen><literal>Device Drivers ---&gt;
107 Graphics support ---&gt;
108 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
109 &lt;*&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]
110 [*] Support for backlight control [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
111
112 <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
113 <primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>
114 </indexterm>
115 </sect3>
116
117 <sect3 role="installation">
118 <title>Installation of Xorg Nouveau Driver</title>
119
120 <para>
121 Install <application>Xorg Nouveau Driver</application> by running the following
122 commands:
123 </para>
124
125<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 This package does not come with a test suite.
130 </para>
131
132 <para>
133 Now, as the <systemitem class="username">root</systemitem> user:
134 </para>
135
136<screen role="root"><userinput>make install</userinput></screen>
137 </sect3>
138<!--
139 Glamor has been removed from the nouveau driver.
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.