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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 1ac8b4c6 was 1ac8b4c6, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to wayland-protocols-1.7
Update to sawfish-1.12.0
Update to libevdev-1.5.4
Update to dbus-1.10.10
Fix a URL in the systemd page
Tags

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

  • Property mode set to 100644
File size: 6.0 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.33.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 "4faa1d4bf6eb74f40dba8c5cb3c9c3e4">
12 <!ENTITY xorg-wacom-driver-size "584 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 &lfs7a_built;
43 &gcc6_checked;
44
45 <bridgehead renderas="sect4">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&xorg-wacom-driver-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &xorg-wacom-driver-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &xorg-wacom-driver-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &xorg-wacom-driver-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &xorg-wacom-driver-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
80
81 <bridgehead renderas="sect5">Required</bridgehead>
82 <para role="required">
83 <xref linkend="xorg-server"/>
84 </para>
85
86 <bridgehead renderas="sect5">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="doxygen"/> and
89 <xref linkend="graphviz"/>
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
94 </para>
95 </sect3>
96
97 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
98 <title>Kernel Configuration</title>
99
100 <para>
101 To use a Wacom tablet with USB interface, enable the following
102 options in your kernel configuration and recompile. Note that
103 other configuration options could be required for tablet with a
104 serial or bluetooth interface:
105 </para>
106
107<screen><literal>Device Drivers ---&gt;
108 HID support ---&gt;
109 &lt;*/M&gt; HID bus support [CONFIG_HID]
110 Special HID drivers ---&gt;
111 &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
112
113 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
114 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
115 </indexterm>
116 </sect3>
117
118 <sect3 role="installation">
119 <title>Installation of Xorg Wacom Driver</title>
120
121 <para>
122 Install <application>Xorg Wacom Driver</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
127make</userinput></screen>
128
129 <para>
130 To test the results, issue: <command>make check</command>.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138 </sect3>
139
140 <sect3 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Xorg Driver</segtitle>
146
147 <seglistitem>
148 <seg>
149 isdv4-serial-debugger, isdv4-serial-inputattach, and xsetwacom
150 </seg>
151 <seg>
152 wacom_drv.so
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="xsetwacom">
163 <term><command>xsetwacom</command></term>
164 <listitem>
165 <para>
166 is a commandline utility used to query
167 and modify wacom driver settings.
168 </para>
169 <indexterm zone="xorg-wacom-driver xsetwacom">
170 <primary sortas="b-xsetwacom">xsetwacom</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="wacom_drv">
176 <term><filename class="libraryfile">wacom_drv.so</filename></term>
177 <listitem>
178 <para>
179 is an Xorg input driver for Wacom devices.
180 </para>
181 <indexterm zone="xorg-wacom-driver wacom_drv">
182 <primary sortas="c-wacom_drv">wacom_drv.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect3>
190
191 </sect2>
192 <!-- End Xorg Wacom Driver -->
Note: See TracBrowser for help on using the repository browser.