设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 11300|回复: 2
打印 上一主题 下一主题

wacom on Fujitsu tablet PC

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-29 23:04:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 01:38 , Processed in 0.078689 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表