source: x/installing/x7driver-wacom-systemd.xml@ abf03a85

systemd-13485
Last change on this file since abf03a85 was abf03a85, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to samba-4.3.0
Update to libgcrypt-1.6.4
Update to gvfs-1.24.2
Update to nautilus-3.16.2
Update to zenity-3.16.3
Update to gnome-bluetooth-3.16.1
Update to xf86-input-wacom-0.31.0
Update to NSS-3.20
Update to gnome-settings-daemon-3.16.3
Update to cracklib-2.9.6 and cracklib-words-2.9.6
Update to libpwquality-1.3.0
Update to appstream-glib-0.5.0
Update to cheese-3.16.1
Update to ibus-1.5.11
Update to network-manager-applet-1.0.6
Update to exiv2-0.25
Update to gnome-color-manager-3.16.0
Update to gnome-control-center-3.16.3
Update to libinput-1.0.1
Update to mutter-3.16.3
Update to gnome-shell-3.16.3
Update to gnome-shell-extensions-3.16.2
Update to gnome-session-3.16.0
Update to gdm-3.16.2
Update to gnome-user-docs-3.16.1
Update to yelp-3.16.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16410 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.4 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.31.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 "e6a2e87b73e2744f839c410d41e6cf8d">
12 <!ENTITY xorg-wacom-driver-size "580 KB">
13 <!ENTITY xorg-wacom-driver-buildsize "10.6 MB (with the test suite)">
14 <!ENTITY xorg-wacom-driver-time "0.1 SBU (with the test suite)">
15]>
16
17 <!-- Begin Xorg Wacom Driver -->
18 <sect2 id="xorg-wacom-driver" xreflabel="Xorg Wacom Driver-&xorg-wacom-driver-version;">
19
20 <title>Xorg Wacom Driver-&xorg-wacom-driver-version;</title>
21
22 <indexterm zone="xorg-wacom-driver">
23 <primary sortas="a-xorg-wacom-driver">xorg-wacom-driver</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to Xorg Wacom Driver</title>
28
29 <para>
30 The <application>Xorg Wacom Driver</application> package contains the
31 X.Org X11 driver and SDK for Wacom and Wacom-like tablets. It is not
32 required to use a Wacom tablet, the
33 <application>xf86-input-evdev</application> driver can handle these
34 devices without problems.
35 </para>
36
37 &lfs77_built;
38
39 <bridgehead renderas="sect4">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xorg-wacom-driver-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xorg-wacom-driver-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xorg-wacom-driver-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xorg-wacom-driver-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xorg-wacom-driver-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xorg-wacom-driver-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect4">Xorg Wacom Drivers Dependencies</bridgehead>
74
75 <bridgehead renderas="sect5">Required</bridgehead>
76 <para role="required">
77 <xref linkend="xorg-server"/>
78 </para>
79
80 <bridgehead renderas="sect5">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="doxygen"/> and
83 <xref linkend="graphviz"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/xorg-wacom-driver"/>
88 </para>
89 </sect3>
90
91 <sect3 role="kernel" id="xorg-wacom-driver-kernel">
92 <title>Kernel Configuration</title>
93
94 <para>
95 To use a Wacom tablet with USB interface, enable the following
96 options in your kernel configuration and recompile. Note that
97 other configuration options could be required for tablet with a
98 serial or bluetooth interface:
99 </para>
100
101<screen><literal>Device Drivers ---&gt;
102 HID support ---&gt;
103 &lt;*/M&gt; HID bus support [CONFIG_HID]
104 Special HID drivers ---&gt;
105 &lt;*/M&gt; Wacom Intuos/Graphire tablet support (USB) [CONFIG_HID_WACOM]</literal></screen>
106
107 <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
108 <primary sortas="d-xorg-wacom-driver">xorg-wacom-driver</primary>
109 </indexterm>
110 </sect3>
111
112 <sect3 role="installation">
113 <title>Installation of Xorg Wacom Driver</title>
114
115 <para>
116 Install <application>Xorg Wacom Driver</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>./configure $XORG_CONFIG \
121 --with-udev-rules-dir=/lib/udev/rules.d \
122 --with-systemd-unit-dir=/lib/systemd/system &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 To test the results, issue: <command>make check</command>.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect3>
136
137 <sect3>
138 <title>Command Explanations</title>
139
140 <para>
141 <parameter>--with-udev-rules-dir=/lib/udev/rules.d</parameter>:
142 This switch specifies where Udev rules should be installed.
143 </para>
144
145 <para>
146 <parameter>--with-systemd-unit-dir=/lib/systemd/system</parameter>:
147 This switch specifies where systemd units should be installed.
148 </para>
149
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.