Ubuntu8.04でArtPadIIを使う

カテゴリ:Ubuntu

ArtPad IIはRS-232C接続。

Synapticパッケージマネージャからwacom-toolsをインストール。続いて/etc/X11/xorg.confに以下を追加

Section "InputDevice"
	Driver "wacom"
	Identifier "stylus"
	Option "Device" "/dev/ttyS0"
	Option "Type" "stylus"
EndSection

Section "InputDevice"
	Driver "wacom"
	Identifier "eraser"
	Option "Device" "/dev/ttyS0"
	Option "Type" "eraser"
EndSection

Section "InputDevice"
	Driver "wacom"
	Identifier "cursor"
	Option "Device" "/dev/ttyS0"
	Option "Type" "cursor"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	InputDevice "stylus""SendCoreEvents"
	InputDevice "cursor""SendCoreEvents"
	InputDevice "eraser""SendCoreEvents"
	Screen		"Default Screen"
EndSection

PCを再起動する。

GIMPを立ち上げて、ファイル>環境設定>入力機器>追加された入力機器の設定と進んで、デバイスのstylus、eraser、cursorそれぞれを、モード:画面に設定。保存してGIPMを再起動して完了。

アイコン