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

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f1a479c7 was f1a479c7, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package Updates and Tags

Update to xf86-input-wacom-1.0.0
Update to libdrm-2.4.110
Update to XWayland-22.1.0

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