2009. szeptember 9.

Ubuntu 9.04

wow! the pen was recognized out of the box!
(while reinstalling, I kept my /home. I only formatted the partition with the system not the personal stuff.)

Now to do:
- eraser tip
- pen button
- screen rotation
- java for firefox

1 megjegyzés:

Névtelen írta...

Hi, I just got a TC4400 as well and set it up with Jaunty, so in case you still want to set up the right button and screen rotation, this has worked for me:

- Set up the middle pen button to right click:

I've added the following two commands to my .profile:

xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Button3 "button3"
xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Button2 "button3

- Screen rotation:

To rotate you can use these commands in an script for both the screen and input rotation:

$ xrandr -o right
$ xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate CW

And to restore the screen to normal:

$ xrandr -o normal
$ xsetwacom set "Wacom Serial Tablet PC Pen Tablet/Digitizer" Rotate None