summaryrefslogtreecommitdiff
path: root/README
blob: aaef526cfcd9f4e8c775ddbf357ad8c76cc67ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This package provides the X.Org X11 driver for Wacom and Wacom-like tablets.
It obsoletes the linuxwacom driver and supports X server versions 1.7 and
higher. Server versions lower than 1.7 may be supported by this driver, but
users are encouraged to use the old linuxwacom driver instead.

Provided that hotplugging is enabled in the X server,  the simplest
configuration is to copy the wacom.fdi file into /etc/hal/fdi/policies and
to restart HAL and then plug in the tablet. The driver will autoconfigure
itself.

If hotplugging is not possible or desired, an InputDevice section in the
xorg.conf with the Driver wacom will load the device. Details on the
configuration can be found in xorg.conf(5) and wacom(4).

Since this driver is an X11 driver only, a kernel driver is required to get
hardware support. If the kernel driver is older than this driver, some
features may not be available.

==============================================================================

BUILDING FROM GIT:
    $ ./autogen.sh --prefix=/usr
Adjust the prefix according to your local setup, in most cases, a prefix of
/usr is correct.

BUILDING FROM TARBALL:

    $ ./configure && make
Adjust the prefix according to your local setup, in most cases, a prefix of
/usr is correct.

==============================================================================

Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main 
(or the miniHOWTO at http://linuxwacom.sourceforge.net/index.php/minihowto if 
you run a Fedora system) to find the proper options if the default building 
environment doesn't work for you.

==============================================================================

WEBSITE: http://linuxwacom.sf.net