source: x/installing/x7driver-wacom.xml@ 1f355410

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 1f355410 was e8f2aba0, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to mercurial-5.7
Update to nghttp2-1.43.0
Update to xterm-365
Update to p7zip-17.03
Update to network-manager-applet-1.20.0
Update to xf86-input-wacom-0.40.0
Update to pipewire-0.3.21

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

  • Property mode set to 100644
File size: 6.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.40.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 "e97a5230d1875d288010b3df1b332ed5">
12 <!ENTITY xorg-wacom-driver-size "616 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<!-- Fixed in 0.40.0
121 <para>
122 First, adapt the <application>Xorg Wacom Driver</application> to
123 changes in udev:
124 </para>
125
126<screen><userinput remap="pre">sed -i 's/ACTION!="add|change"/ACTION=="remove"/' conf/wacom.rules</userinput></screen>
127-->
128 <para>
129 Install <application>Xorg Wacom Driver</application> by running the following
130 commands:
131 </para>
132
133<screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no \
134 --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
135make</userinput></screen>
136
137<screen revision="systemd"><userinput>./configure $XORG_CONFIG \
138 --with-udev-rules-dir=/lib/udev/rules.d \
139 --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
140make</userinput></screen>
141
142 <para>
143 To test the results, issue: <command>make check</command>.
144 </para>
145
146 <para>
147 Now, as the <systemitem class="username">root</systemitem> user:
148 </para>
149
150<screen role="root"><userinput>make install</userinput></screen>
151 </sect3>
152
153 <sect3 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Xorg Driver</segtitle>
159
160 <seglistitem>
161 <seg>
162 isdv4-serial-debugger, isdv4-serial-inputattach, and xsetwacom
163 </seg>
164 <seg>
165 wacom_drv.so
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="xsetwacom">
176 <term><command>xsetwacom</command></term>
177 <listitem>
178 <para>
179 is a commandline utility used to query
180 and modify wacom driver settings.
181 </para>
182 <indexterm zone="xorg-wacom-driver xsetwacom">
183 <primary sortas="b-xsetwacom">xsetwacom</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="wacom_drv">
189 <term><filename class="libraryfile">wacom_drv.so</filename></term>
190 <listitem>
191 <para>
192 is an Xorg input driver for Wacom devices.
193 </para>
194 <indexterm zone="xorg-wacom-driver wacom_drv">
195 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 </variablelist>
201
202 </sect3>
203
204 </sect2>
205 <!-- End Xorg Wacom Driver -->
Note: See TracBrowser for help on using the repository browser.