source: x/installing/x7driver-wacom.xml@ ee4e4dea

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

Incorporate the rest of rhubarbpieguy's kernel suggestions

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

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[57da0547]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;
[44ad7753]6
[31e8e21]7 <!ENTITY xorg-wacom-driver-version "0.39.0">
[57da0547]8
[7a23e9d]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">
[57da0547]10 <!ENTITY xorg-wacom-driver-download-ftp " ">
[31e8e21]11 <!ENTITY xorg-wacom-driver-md5sum "9ee7bf6969002d6cfe9301354a72d7b0">
[ec77633]12 <!ENTITY xorg-wacom-driver-size "608 KB">
13 <!ENTITY xorg-wacom-driver-buildsize "12 MB (with tests)">
[298fee30]14 <!ENTITY xorg-wacom-driver-time "0.1 SBU (with tests)">
[44ad7753]15]>
[57da0547]16
17 <!-- Begin Xorg Wacom Driver -->
18 <sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">
19
[23bba1f]20 <sect2info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect2info>
24
[57da0547]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
[5f619840]42 &lfs10_checked;
[57da0547]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">
[ea5998d]87 <xref linkend="doxygen"/> and
[f12b2cfa]88 <xref linkend="graphviz"/>
[57da0547]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>
[a7f58966]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:
[57da0547]104 </para>
105
106<screen><literal>Device Drivers ---&gt;
[a7f58966]107 HID support ---&gt;
[ee4e4dea]108 -*- HID bus support [CONFIG_HID]
109 Special HID drivers ---&gt;
[a7f58966]110 &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
[57da0547]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 Install <application>Xorg Wacom Driver</application> by running the following
122 commands:
123 </para>
124
[6519b73]125<screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no \
[6bc878e9]126 --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
[e6503a9d]127make</userinput></screen>
128
129<screen revision="systemd"><userinput>./configure $XORG_CONFIG \
130 --with-udev-rules-dir=/lib/udev/rules.d \
131 --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
[57da0547]132make</userinput></screen>
133
134 <para>
[f12b2cfa]135 To test the results, issue: <command>make check</command>.
[57da0547]136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143 </sect3>
144
145 <sect3 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Xorg Driver</segtitle>
151
152 <seglistitem>
153 <seg>
[82983ee]154 isdv4-serial-debugger, isdv4-serial-inputattach, and xsetwacom
[57da0547]155 </seg>
156 <seg>
157 wacom_drv.so
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="xsetwacom">
168 <term><command>xsetwacom</command></term>
169 <listitem>
170 <para>
[40ab020]171 is a commandline utility used to query
[57da0547]172 and modify wacom driver settings.
173 </para>
174 <indexterm zone="xorg-wacom-driver xsetwacom">
175 <primary sortas="b-xsetwacom">xsetwacom</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="wacom_drv">
181 <term><filename class="libraryfile">wacom_drv.so</filename></term>
182 <listitem>
183 <para>
184 is an Xorg input driver for Wacom devices.
185 </para>
186 <indexterm zone="xorg-wacom-driver wacom_drv">
187 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect3>
195
196 </sect2>
[44ad7753]197 <!-- End Xorg Wacom Driver -->
Note: See TracBrowser for help on using the repository browser.