source: x/installing/x7driver-wacom.xml@ 81e5e5a

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 81e5e5a was ae0944a3, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to xorg-server-1.20.10 (Security Update)
Update to systemd-247
Update to nano-5.4
Update to libtirpc-1.3.1
Update to GnuTLS-3.7.0
Adapt xf86-input-wacom to udev changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23955 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-wacom-driver-version "0.39.0">
8
9 <!ENTITY xorg-wacom-driver-download-http "https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-&xorg-wacom-driver-version;/xf86-input-wacom-&xorg-wacom-driver-version;.tar.bz2">
10 <!ENTITY xorg-wacom-driver-download-ftp " ">
11 <!ENTITY xorg-wacom-driver-md5sum "9ee7bf6969002d6cfe9301354a72d7b0">
12 <!ENTITY xorg-wacom-driver-size "608 KB">
13 <!ENTITY xorg-wacom-driver-buildsize "12 MB (with tests)">
14 <!ENTITY xorg-wacom-driver-time "0.1 SBU (with tests)">
15]>
16
17 <!-- Begin Xorg Wacom Driver -->
18 <sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">
19
20 <sect2info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
25 <title>Xorg Wacom Driver-&xorg-wacom-driver-version;</title>
26
27 <indexterm zone="xorg-wacom-driver">
28 <primary sortas="a-xorg-wacom-driver">xorg-wacom-driver</primary>
29 </indexterm>
30
31 <sect3 role="package">
32 <title>Introduction to Xorg Wacom Driver</title>
33
34 <para>
35 The <application>Xorg Wacom Driver</application> package contains the
36 X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
37 required to use a Wacom tablet, the
38 <application>xf86-input-evdev</application> driver can handle these
39 devices without problems.
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-wacom-driver-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &xorg-wacom-driver-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &xorg-wacom-driver-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &xorg-wacom-driver-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &xorg-wacom-driver-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
79
80 <bridgehead renderas="sect5">Required</bridgehead>
81 <para role="required">
82 <xref linkend="xorg-server"/>
83 </para>
84
85 <bridgehead renderas="sect5">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="doxygen"/> and
88 <xref linkend="graphviz"/>
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
93 </para>
94 </sect3>
95
96 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
97 <title>Kernel Configuration</title>
98
99 <para>
100 To use a Wacom tablet with USB interface, enable the following
101 options in your kernel configuration and recompile. Note that
102 other configuration options could be required for tablet with a
103 serial or bluetooth interface:
104 </para>
105
106<screen><literal>Device Drivers ---&gt;
107 HID support ---&gt;
108 -*- HID bus support [CONFIG_HID]
109 Special HID drivers ---&gt;
110 &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
111
112 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
113 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
114 </indexterm>
115 </sect3>
116
117 <sect3 role="installation">
118 <title>Installation of Xorg Wacom Driver</title>
119
120 <para>
121 First, adapt the <application>Xorg Wacom Driver</application> to
122 changes in udev:
123 </para>
124
125<screen><userinput remap="pre">sed -i 's/ACTION!="add|change"/ACTION=="remove"/' conf/wacom.rules</userinput></screen>
126
127 <para>
128 Install <application>Xorg Wacom Driver</application> by running the following
129 commands:
130 </para>
131
132<screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no \
133 --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
134make</userinput></screen>
135
136<screen revision="systemd"><userinput>./configure $XORG_CONFIG \
137 --with-udev-rules-dir=/lib/udev/rules.d \
138 --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
139make</userinput></screen>
140
141 <para>
142 To test the results, issue: <command>make check</command>.
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="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Xorg Driver</segtitle>
158
159 <seglistitem>
160 <seg>
161 isdv4-serial-debugger, isdv4-serial-inputattach, and xsetwacom
162 </seg>
163 <seg>
164 wacom_drv.so
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="xsetwacom">
175 <term><command>xsetwacom</command></term>
176 <listitem>
177 <para>
178 is a commandline utility used to query
179 and modify wacom driver settings.
180 </para>
181 <indexterm zone="xorg-wacom-driver xsetwacom">
182 <primary sortas="b-xsetwacom">xsetwacom</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="wacom_drv">
188 <term><filename class="libraryfile">wacom_drv.so</filename></term>
189 <listitem>
190 <para>
191 is an Xorg input driver for Wacom devices.
192 </para>
193 <indexterm zone="xorg-wacom-driver wacom_drv">
194 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect3>
202
203 </sect2>
204 <!-- End Xorg Wacom Driver -->
Note: See TracBrowser for help on using the repository browser.