source: x/installing/x7driver-wacom.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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.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 <date>$Date$</date>
22 </sect2info>
23
24 <title>Xorg Wacom Driver-&xorg-wacom-driver-version;</title>
25
26 <indexterm zone="xorg-wacom-driver">
27 <primary sortas="a-xorg-wacom-driver">xorg-wacom-driver</primary>
28 </indexterm>
29
30 <sect3 role="package">
31 <title>Introduction to Xorg Wacom Driver</title>
32
33 <para>
34 The <application>Xorg Wacom Driver</application> package contains the
35 X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
36 required to use a Wacom tablet, the
37 <application>xf86-input-evdev</application> driver can handle these
38 devices without problems.
39 </para>
40
41 &lfs101_checked;
42
43 <bridgehead renderas="sect4">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&xorg-wacom-driver-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &xorg-wacom-driver-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &xorg-wacom-driver-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &xorg-wacom-driver-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &xorg-wacom-driver-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
78
79 <bridgehead renderas="sect5">Required</bridgehead>
80 <para role="required">
81 <xref linkend="xorg-server"/>
82 </para>
83
84 <bridgehead renderas="sect5">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="doxygen"/> and
87 <xref linkend="graphviz"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
92 </para>
93 </sect3>
94
95 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
96 <title>Kernel Configuration</title>
97
98 <para>
99 To use a Wacom tablet with USB interface, enable the following
100 options in your kernel configuration and recompile. Note that
101 other configuration options could be required for tablet with a
102 serial or bluetooth interface:
103 </para>
104
105<screen><literal>Device Drivers ---&gt;
106 HID support ---&gt;
107 -*- HID bus support [CONFIG_HID]
108 Special HID drivers ---&gt;
109 &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
110
111 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
112 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
113 </indexterm>
114 </sect3>
115
116 <sect3 role="installation">
117 <title>Installation of Xorg Wacom Driver</title>
118
119<!-- Fixed in 0.40.0
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>
Note: See TracBrowser for help on using the repository browser.