[go: up one dir, main page]

Menu

Tree [1bb106] release-0.7.9-2 /
 History

HTTPS access


File Date Author Commit
 docs 2007-07-24 pingc pingc [9ee679] Updated xsetwacom and wacomcpl
 src 2007-11-12 pingc pingc [1bb106] Support BambooFun, Bamboo1, and Hummingbird
 AUTHORS 2006-12-27 pingc pingc [0b060a] Incorporated Magnus Vigerlöf's patch
 ChangeLog 2007-11-12 pingc pingc [1bb106] Support BambooFun, Bamboo1, and Hummingbird
 GPL 2002-12-23 jjoganic jjoganic [cf0227] Initial revision
 LGPL 2002-12-23 jjoganic jjoganic [cf0227] Initial revision
 Makefile.am 2003-06-17 jjoganic jjoganic [4a5d4f] Added mkxincludes, automatic configure for x-in...
 NEWS 2007-07-12 pingc pingc [714c58] Fixed a button bug in 0.7.8.
 README 2007-07-12 pingc pingc [714c58] Fixed a button bug in 0.7.8.
 acinclude.m4 2007-11-12 pingc pingc [1bb106] Support BambooFun, Bamboo1, and Hummingbird
 bootstrap 2003-05-03 jjoganic jjoganic [58bb5f] Added xsetwacom and friends; configuration comi...
 configure.in 2007-10-24 pingc pingc [1cc377] Fixed a few small bugs
 mkxincludes.in 2007-05-25 pingc pingc [ee781e] Fixed xsetwacom and relative bugs

Read Me

README
July 09, 2007

==============================================================================
Most end users would probably only need to update the Wacom X driver and the /etc/X11/xorg.conf file to use the rich features that Wacom tablets offer. The steps could be as simple as:

download the package then
    $ bunzip2 linuxwacom.tar.bz2
    $ tar xvf linuxwacom.tar
    $ cd linuxwacom/prebuilt
    $ su
    # ./uninstall
    # ./install
    # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
    # gedit /etc/X11/xorg.conf
    # reboot

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

However, if you have a USB tablet which is newer than your running kernel, i.e., the tablet is not supported by your running kernel, or you are a developer who is willing to build the driver from the source, there are extra work waiting for you.

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

BUILDING FROM TARBALL:

As you would expect, run configure and make.  Configure options are explained below.

    $ ./configure && make

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

CONFIGURE OPTIONS:

This file contains hints for building the sources.  There are a number of
build targets, some of which are not built automatically.  Here is the
breakdown:

      wacom.o: not built by default (--enable-wacom, --disable-wacom)
      wacdump: built by default (--enable-wacdump, --disable-wacdump)
        hid.o: not built by default (--enable-hid, --disable-hid)
      evdev.o: not built by default (--enable-evdev, --disable-evdev for kernel 2.4.x only)
   mousedev.o: not built by default (--enable-mousedev, --disable-mousedev. It is used for kernel 2.4.x only)
   usbmouse.o: not built by default (--enable-usbmouse, --disable-usbmouse. It is used  for kernel 2.4.x only)
      input.o: not built by default (--enable-input, --disable-input. It is used  for kernel 2.4.x only)
  wacom_drv.o: built by default (--enable-wacomdrv, --disable-wacomdrv)

There are many options, and configure will attempt to guess the correct
values for most of them.  By default, only wacomcpl, xsetwacom,  wacom_drv.o, 
xidump, and wacdump program are built.

Please surf the HOWTO page at http://linuxwacom.sf.net/index.php/howto/main to find the proper options if the default building environment doesn't work for you.

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

WEBSITE: http://linuxwacom.sf.net