Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Type" "eraser"
Option "Device" "/dev/ttyS0"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Type" "cursor"
Option "Device" "/dev/ttyS0"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
and then add these lines to the Section "ServerLayout":
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
>finally, to make the changes permanent, type in the terminal:
$sudo dpkg-reconfigure setserial
>and choose the option 'autosave once'
Then Reboot ubuntu
From there on all should be well =)
Install xournal:
Apt-get install xournal