1
This package provides the X.Org X11 driver for Wacom and Wacom-like tablets.
2
It obsoletes the linuxwacom driver and supports X server versions 1.7 and
3
higher. Server versions lower than 1.7 may be supported by this driver, but
4
users are encouraged to use the old linuxwacom driver instead.
5
6
Provided that hotplugging is enabled in the X server,  the simplest
7
configuration is to copy the wacom.fdi file into /etc/hal/fdi/policies and
8
to restart HAL and then plug in the tablet. The driver will autoconfigure
9
itself.
10
11
If hotplugging is not possible or desired, an InputDevice section in the
12
xorg.conf with the Driver wacom will load the device. Details on the
13
configuration can be found in xorg.conf(5) and wacom(4).
14
15
Since this driver is an X11 driver only, a kernel driver is required to get
16
hardware support. If the kernel driver is older than this driver, some
17
features may not be available.
18
19
==============================================================================
20
21
BUILDING FROM GIT:
22
    $ ./autogen.sh --prefix=/usr
23
Adjust the prefix according to your local setup, in most cases, a prefix of
24
/usr is correct.
25
26
BUILDING FROM TARBALL:
27
28
    $ ./configure && make
29
Adjust the prefix according to your local setup, in most cases, a prefix of
30
/usr is correct.
31
32
==============================================================================
33
34
Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main 
35
(or the miniHOWTO at http://linuxwacom.sourceforge.net/index.php/minihowto if 
36
you run a Fedora system) to find the proper options if the default building 
37
environment doesn't work for you.
38
39
==============================================================================
40
41
WEBSITE: http://linuxwacom.sf.net