source: x/installing/x7driveradd.xml@ be4b5fc5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since be4b5fc5 was be4b5fc5, checked in by Krejzi <krejzi@…>, 12 years ago

nouveau download link

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

  • Property mode set to 100644
File size: 11.0 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-download-http
8 "http://anduin.linuxfromscratch.org/sources/BLFS/svn/Xorg/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.xz">
9 <!ENTITY xorg-nouveau-driver-download-ftp " ">
10 <!ENTITY xorg-nouveau-driver-md5sum "ae3fccbe6d0b009230508ef5ebb623cf">
11 <!ENTITY xorg-nouveau-driver-size "324 KB">
12 <!ENTITY xorg-nouveau-driver-buildsize "9.2 MB">
13 <!ENTITY xorg-nouveau-driver-time "0.2 SBU">
14
15 <!ENTITY xorg-wacom-driver-download-http
16 "&sourceforge-repo;/linuxwacom/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
17 <!ENTITY xorg-wacom-driver-download-ftp " ">
18 <!ENTITY xorg-wacom-driver-md5sum "23d19a2b50a86b848df17297c745144f">
19 <!ENTITY xorg-wacom-driver-size "504 KB">
20 <!ENTITY xorg-wacom-driver-buildsize "6.5 MB">
21 <!ENTITY xorg-wacom-driver-time "0.1 SBU">
22
23]>
24
25<sect1 id="x7driveradd" xreflabel="Additional Xorg Drivers">
26 <?dbhtml filename="x7driveradd.html"?>
27
28 <sect1info>
29 <othername>$LastChangedBy$</othername>
30 <date>$Date$</date>
31 </sect1info>
32
33 <title>Additional Xorg Drivers</title>
34
35 <indexterm zone="x7driveradd">
36 <primary sortas="a-x7driveradd">x7driveradd</primary>
37 </indexterm>
38
39 <sect2 role="package">
40 <title>Introduction to Additional Xorg Drivers</title>
41
42 <para>
43 The <application>Additional Xorg Drivers</application> page contains the
44 instructions for building Xorg drivers that were not included on the
45 Xorg Drivers page.
46 </para>
47
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 <xref linkend="xorg-nouveau-driver"/>
52 </para>
53 <para>
54 <xref linkend="xorg-wacom-driver"/>
55 </para>
56 </listitem>
57 </itemizedlist>
58
59 </sect2>
60
61<!-- Begin Xorg Nouveau Driver -->
62 <sect2 id="xorg-nouveau-driver" xreflabel="Xorg Nouveau Driver-&xorg-nouveau-driver-version;">
63
64 <title>Xorg Nouveau Driver-&xorg-nouveau-driver-version;</title>
65
66 <indexterm zone="xorg-nouveau-driver">
67 <primary sortas="a-xorg-nouveau-driver">xorg-nouveau-driver</primary>
68 </indexterm>
69
70 <sect3 role="package">
71 <title>Introduction to Xorg Nouveau Driver</title>
72
73 <para>
74 The <application>Xorg Nouveau Driver</application> package contains the
75 X.Org Video Driver for NVidia Cards including RIVA TNT, RIVA TNT2,
76 GeForce 256, QUADRO, GeForce2, QUADRO2, GeForce3, QUADRO DDC,
77 nForce, nForce2, GeForce4, QUADRO4, GeForce FX, QUADRO FX, GeForce 6XXX and
78 GeForce 7xxx chipsets.
79 </para>
80
81 &lfs70_checked;
82
83 <bridgehead renderas="sect4">Package Information</bridgehead>
84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
87 Download (HTTP): <ulink url="&xorg-nouveau-driver-download-http;"/>
88 </para>
89 </listitem>
90 <listitem>
91 <para>
92 Download (FTP): <ulink url="&xorg-nouveau-driver-download-ftp;"/>
93 </para>
94 </listitem>
95 <listitem>
96 <para>
97 Download MD5 sum: &xorg-nouveau-driver-md5sum;
98 </para>
99 </listitem>
100 <listitem>
101 <para>
102 Download size: &xorg-nouveau-driver-size;
103 </para>
104 </listitem>
105 <listitem>
106 <para>
107 Estimated disk space required: &xorg-nouveau-driver-buildsize;
108 </para>
109 </listitem>
110 <listitem>
111 <para>
112 Estimated build time: &xorg-nouveau-driver-time;
113 </para>
114 </listitem>
115 </itemizedlist>
116
117 <bridgehead renderas="sect4">Xorg Nouveau Drivers Dependencies</bridgehead>
118
119 <bridgehead renderas="sect5">Required</bridgehead>
120 <para role="required">
121 <xref linkend="xorg-server"/>
122 </para>
123
124 <para condition="html" role="usernotes">
125 User Notes: <ulink url="&blfs-wiki;/xorg-nouveau-driver"/>
126 </para>
127 </sect3>
128
129 <sect3 role="installation">
130 <title>Installation of Xorg Nouveau Driver</title>
131
132 <para>
133 Install <application>Xorg Nouveau Driver</application> by running the following
134 commands:
135 </para>
136
137<screen><userinput>./configure $XORG_CONFIG \
138 --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &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 <sect3 role="commands">
153 <title>Command Explanations</title>
154
155 <para>
156 <parameter>--with-xorg-module-dir=...</parameter>: This switch
157 ensures that the drivers are installed into the correct directory.
158 </para>
159
160 </sect3>
161
162 <sect3 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Library</segtitle>
167
168 <seglistitem>
169 <seg>
170 nouveau_drv.so
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="nouveau_drv">
181 <term><filename class="libraryfile">nouveau_drv.so</filename></term>
182 <listitem>
183 <para>
184 is an Xorg driver for NVidia Video Cards.
185 </para>
186 <indexterm zone="xorg-nouveau-driver nouveau_drv">
187 <primary sortas="c-nouveau_drv">nouveau_drv.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect3>
195
196 </sect2>
197<!-- End Xorg Nouveau Driver -->
198
199<!-- Begin Xorg Wacom Driver -->
200 <sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">
201
202 <title>Xorg Wacom Driver-&xorg-wacom-driver-version;</title>
203
204 <indexterm zone="xorg-wacom-driver">
205 <primary sortas="a-xorg-wacom-driver">xorg-wacom-driver</primary>
206 </indexterm>
207
208 <sect3 role="package">
209 <title>Introduction to Xorg Wacom Driver</title>
210
211 <para>
212 The <application>Xorg Wacom Driver</application> package contains the
213 X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
214 required to use a Wacom tablet, the
215 <application>xf86-input-evdev</application> driver can handle these
216 devices without problems.
217 </para>
218
219 &lfs70_built;
220
221 <bridgehead renderas="sect4">Package Information</bridgehead>
222 <itemizedlist spacing="compact">
223 <listitem>
224 <para>
225 Download (HTTP): <ulink url="&xorg-wacom-driver-download-http;"/>
226 </para>
227 </listitem>
228 <listitem>
229 <para>
230 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
231 </para>
232 </listitem>
233 <listitem>
234 <para>
235 Download MD5 sum: &xorg-wacom-driver-md5sum;
236 </para>
237 </listitem>
238 <listitem>
239 <para>
240 Download size: &xorg-wacom-driver-size;
241 </para>
242 </listitem>
243 <listitem>
244 <para>
245 Estimated disk space required: &xorg-wacom-driver-buildsize;
246 </para>
247 </listitem>
248 <listitem>
249 <para>
250 Estimated build time: &xorg-wacom-driver-time;
251 </para>
252 </listitem>
253 </itemizedlist>
254
255 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
256
257 <bridgehead renderas="sect5">Required</bridgehead>
258 <para role="required">
259 <xref linkend="xorg-server"/>
260 </para>
261
262 <bridgehead renderas="sect5">Optional</bridgehead>
263 <para role="optional">
264 <xref linkend="doxygen"/>
265 </para>
266
267 <para condition="html" role="usernotes">
268 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
269 </para>
270 </sect3>
271
272 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
273 <title>Kernel Configuration</title>
274
275 <para>
276 To use a Wacom tablet, enable the following options in your kernel
277 configuration and recompile:
278 </para>
279
280<screen><literal>Device Drivers ---&gt;
281 Input device support ---&gt;
282 [*] Tablets ---&gt;
283 [*] Wacom Intuos/Graphire tablet support (USB)</literal></screen>
284
285 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
286 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
287 </indexterm>
288 </sect3>
289
290 <sect3 role="installation">
291 <title>Installation of Xorg Wacom Driver</title>
292
293 <para>
294 Install <application>Xorg Wacom Driver</application> by running the following
295 commands:
296 </para>
297
298<screen><userinput>./configure $XORG_CONFIG \
299 --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
300make</userinput></screen>
301
302 <para>
303 This package does not come with a test suite.
304 </para>
305
306 <para>
307 Now, as the <systemitem class="username">root</systemitem> user:
308 </para>
309
310<screen role="root"><userinput>make install</userinput></screen>
311 </sect3>
312
313 <sect3 role="commands">
314 <title>Command Explanations</title>
315
316 <para>
317 <parameter>--with-xorg-module-dir=...</parameter>: This switch
318 ensures that the drivers are installed into the correct directory.
319 </para>
320
321 </sect3>
322
323 <sect3 role="content">
324 <title>Contents</title>
325
326 <segmentedlist>
327 <segtitle>Installed Programs</segtitle>
328 <segtitle>Installed Library</segtitle>
329
330 <seglistitem>
331 <seg>
332 isdv4-serial-debugger and xsetwacom
333 </seg>
334 <seg>
335 wacom_drv.so
336 </seg>
337 </seglistitem>
338 </segmentedlist>
339
340 <variablelist>
341 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
342 <?dbfo list-presentation="list"?>
343 <?dbhtml list-presentation="table"?>
344
345 <varlistentry id="xsetwacom">
346 <term><command>xsetwacom</command></term>
347 <listitem>
348 <para>
349 is an commandline utility used to query
350 and modify wacom driver settings.
351 </para>
352 <indexterm zone="xorg-wacom-driver xsetwacom">
353 <primary sortas="b-xsetwacom">xsetwacom</primary>
354 </indexterm>
355 </listitem>
356 </varlistentry>
357
358 <varlistentry id="wacom_drv">
359 <term><filename class="libraryfile">wacom_drv.so</filename></term>
360 <listitem>
361 <para>
362 is an X input driver for Wacom devices.
363 </para>
364 <indexterm zone="xorg-wacom-driver wacom_drv">
365 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
366 </indexterm>
367 </listitem>
368 </varlistentry>
369
370 </variablelist>
371
372 </sect3>
373
374 </sect2>
375<!-- End Xorg Wacom Driver -->
376
377</sect1>
Note: See TracBrowser for help on using the repository browser.