summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-12-29 21:01:43 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-01-01 12:13:44 +1000
commit1583ee5a9fd9486d540ecf639dda53d5e2e7502e (patch)
tree0079a9043ce7d9e3a62bf9a834575233a82ef167
parent27addb06d4ebf6f8988a14174b2823c1a4ab1504 (diff)
Update README to reflect current state a bit better.
This driver is an X11 driver only, and the configure options are explained by configure --help. Let's not mirror this in the README, it may diverge otherwise. Add a very simple explanation on how to set up the driver fro hotplugging with HAL, xorg.conf configuration is better explained in the man page. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--README67
1 files changed, 20 insertions, 47 deletions
diff --git a/README b/README
index e85c974..aaef526 100644
--- a/README
+++ b/README
@@ -1,63 +1,36 @@
1README 1This package provides the X.Org X11 driver for Wacom and Wacom-like tablets.
2April 23, 2009 2It obsoletes the linuxwacom driver and supports X server versions 1.7 and
3higher. Server versions lower than 1.7 may be supported by this driver, but
4users are encouraged to use the old linuxwacom driver instead.
3 5
4============================================================================== 6Provided that hotplugging is enabled in the X server, the simplest
5Most end users would probably only need to update the /etc/X11/xorg.conf file 7configuration is to copy the wacom.fdi file into /etc/hal/fdi/policies and
6and sometime probably the Wacom X driver as well to use the rich features that 8to restart HAL and then plug in the tablet. The driver will autoconfigure
7Wacom tablets offer. The steps could be as simple as: 9itself.
8
9 $ su
10 # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
11 # gedit /etc/X11/xorg.conf
12
13then follow the step listed at http://linuxwacom.sourceforge.net/index.php/howto/x11
14or "man wacom" if you don't have network access to add sections for Wacom device.
15 10
16If by some reason your distribution doesn't have include Wacom driver or you want to 11If hotplugging is not possible or desired, an InputDevice section in the
17to use the newer release, you can download the package then 12xorg.conf with the Driver wacom will load the device. Details on the
13configuration can be found in xorg.conf(5) and wacom(4).
18 14
19 $ bunzip2 linuxwacom.tar.bz2 15Since this driver is an X11 driver only, a kernel driver is required to get
20 $ tar xvf linuxwacom.tar 16hardware support. If the kernel driver is older than this driver, some
21 $ cd linuxwacom/prebuilt 17features may not be available.
22 $ su
23 # yum remove linuxwacom
24 # ./uninstall
25 # ./install
26 # reboot
27 18
28============================================================================== 19==============================================================================
29 20
30However, if you have a USB tablet which is newer than your running kernel, i.e., 21BUILDING FROM GIT:
31the tablet is not supported by your running kernel, or you are a developer who is 22 $ ./autogen.sh --prefix=/usr
32willing to build the driver from the source, there are extra work waiting for you. 23Adjust the prefix according to your local setup, in most cases, a prefix of
33 24/usr is correct.
34==============================================================================
35 25
36BUILDING FROM TARBALL: 26BUILDING FROM TARBALL:
37 27
38As you would expect, run configure and make. Configure options are explained below.
39
40 $ ./configure && make 28 $ ./configure && make
29Adjust the prefix according to your local setup, in most cases, a prefix of
30/usr is correct.
41 31
42============================================================================== 32==============================================================================
43 33
44CONFIGURE OPTIONS:
45
46This file contains hints for building the sources. There are a number of build
47 targets, some of which are not built automatically. Here is the
48breakdown:
49
50 wacom.o: not built by default (--enable-wacom, --disable-wacom)
51 wacdump: built by default (--enable-wacdump, --disable-wacdump)
52 xidump: built by default (--enable-xidump, --disable-xidump)
53 xsetwacom: built by default (--enable-xsetwacom, --disable-xsetwacom)
54 hid.o: not built by default (--enable-hid, --disable-hid; Only kernels 2.6.18 or older need it.)
55 wacom_drv.o: built by default (--enable-wacomdrv, --disable-wacomdrv)
56
57There are many options, and configure will attempt to guess the correct
58values for most of them. By default, only wacomcpl, xsetwacom, wacom_drv.o,
59xidump, and wacdump program are built.
60
61Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main 34Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main
62(or the miniHOWTO at http://linuxwacom.sourceforge.net/index.php/minihowto if 35(or the miniHOWTO at http://linuxwacom.sourceforge.net/index.php/minihowto if
63you run a Fedora system) to find the proper options if the default building 36you run a Fedora system) to find the proper options if the default building