Some people do need the latest 0.8.1-6 linuxwacom drivers... they fix a bug where touching the pen to the tablet freezes input (essentially making the tablet useless in intrepid). If you don't have this bug you probably don't need them. Anyway, the linuxwacom drivers come with precompiled binaries so all you need to do is:
* double click the linuxwacom-0.8.1-6.tar.bz2 file and extract it to your desktop (you can delete these later)
* open a terminal (Accessories > Terminal)
* type the following:
Code:
cd Desktop/linuxwacom-0.8.1-6/prebuilt
sudo ./uninstall
sudo ./install
* Restart X by logging out, then logging in again
If this messes anything up for you, you can always go back to the default by running in a terminal:
Code:
sudo aptitude reinstall xserver-xorg-input-wacom wacom-tools
Just wanted to answer that because I know I've been worried about it in the past
.