source: x/installing/x7driver-wacom.xml@ 6b4f8529

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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 krejzi/svn 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 6b4f8529 was 6b4f8529, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to sudo-1.8.11.
Update to neon-0.30.1.
Update to xf86-input-wacom-0.26.0.
Update to libksba-1.3.1.
Update to pinentry-0.8.4.
Update to xterm-311.
Update to libsoup-2.48.0.

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

  • Property mode set to 100644
File size: 5.6 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-wacom-driver-version "0.26.0">
8
9 <!ENTITY xorg-wacom-driver-download-http "&sourceforge-repo;/linuxwacom/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
10 <!ENTITY xorg-wacom-driver-download-ftp " ">
11 <!ENTITY xorg-wacom-driver-md5sum "707b14021b87622042d4c1533a41b97f">
12 <!ENTITY xorg-wacom-driver-size "576 KB">
13 <!ENTITY xorg-wacom-driver-buildsize "6.3 MB (additional 2.3 MB for the tests)">
14 <!ENTITY xorg-wacom-driver-time "0.1 SBU">
15]>
16
17 <!-- Begin Xorg Wacom Driver -->
18 <sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">
19
20 <title>Xorg Wacom Driver-&xorg-wacom-driver-version;</title>
21
22 <indexterm zone="xorg-wacom-driver">
23 <primary sortas="a-xorg-wacom-driver">xorg-wacom-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg Wacom Driver</title>
28
29 <para>
30 The <application>Xorg Wacom Driver</application> package contains the
31 X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
32 required to use a Wacom tablet, the
33 <application>xf86-input-evdev</application> driver can handle these
34 devices without problems.
35 </para>
36
37 &lfs76_built;
38
39 <bridgehead renderas="sect4">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xorg-wacom-driver-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xorg-wacom-driver-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xorg-wacom-driver-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xorg-wacom-driver-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xorg-wacom-driver-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
74
75 <bridgehead renderas="sect5">Required</bridgehead>
76 <para role="required">
77 <xref linkend="xorg-server"/>
78 </para>
79
80 <bridgehead renderas="sect5">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="doxygen"/> and
83 <xref linkend="graphviz"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
88 </para>
89 </sect3>
90
91 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
92 <title>Kernel Configuration</title>
93
94 <para>
95 To use a Wacom tablet, enable the following options in your kernel
96 configuration and recompile:
97 </para>
98
99<screen><literal>Device Drivers ---&gt;
100 Input device support ---&gt;
101 [*] Tablets ---&gt;
102 Wacom Intuos/Graphire tablet support (USB): Y or M</literal></screen>
103
104 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
105 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
106 </indexterm>
107 </sect3>
108
109 <sect3 role="installation">
110 <title>Installation of Xorg Wacom Driver</title>
111
112 <para>
113 Install <application>Xorg Wacom Driver</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make check</command>.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129 </sect3>
130
131 <sect3 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Xorg Driver</segtitle>
137
138 <seglistitem>
139 <seg>
140 isdv4-serial-debugger, isdv4-serial-inputattach, and xsetwacom
141 </seg>
142 <seg>
143 wacom_drv.so
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="xsetwacom">
154 <term><command>xsetwacom</command></term>
155 <listitem>
156 <para>
157 is a commandline utility used to query
158 and modify wacom driver settings.
159 </para>
160 <indexterm zone="xorg-wacom-driver xsetwacom">
161 <primary sortas="b-xsetwacom">xsetwacom</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="wacom_drv">
167 <term><filename class="libraryfile">wacom_drv.so</filename></term>
168 <listitem>
169 <para>
170 is an Xorg input driver for Wacom devices.
171 </para>
172 <indexterm zone="xorg-wacom-driver wacom_drv">
173 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect3>
181
182 </sect2>
183 <!-- End Xorg Wacom Driver -->
Note: See TracBrowser for help on using the repository browser.