新微赢技术网

标题: wacom on Fujitsu tablet PC [打印本页]

作者: 飘香剑雨    时间: 2009-11-29 23:04
标题: wacom on Fujitsu tablet PC
Slightly simplified for 8.04 on a Fujitsu T4020D:

>In the Synaptic Package Manager, install the following packages:

wacom-tools                                 (apt-get install wacom-tools )
xserver-xorg-input-wacom                  (apt-get install xserver-xorg-input-wacom)
setserial                                      (apt-get install setserial )

>in the terminal type:

$sudo setserial /dev/ttyS0 port 0x0220 irq 4 autoconfigure
$wacdump -f tpc /dev/ttyS0

You should be able to influence the numbers on the screen with your stylus.

>then type
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

$gksudo 'gedit /etc/X11/xorg.conf'
to edit the xorg.conf file. Add the following lines to the file:

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Type" "stylus"
Option "SendCoreEvents" "true"
Option "Device" "/dev/ttyS0"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2