
Ubuntu日本語フォーラム

ログインしていません。
タブレットPCなのでなんとかしてペンタブを使いたいのですが、上手くいきません。
wacom-toolsをインストールして
http://linuxwacom.sourceforge.net/index.php/howto/toc
を参考にして、以下のようにxorg.confに書き加えたのですが
スプラッシュ画面以降から表示されなくなりダメでした。
ubuntuのバージョンは9.04です。
Section "InputDevice"
Driver "wacom" Identifier "stylus"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom" Identifier "eraser"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom" Identifier "cursor"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
EndSection
# This section is for the TabletPC that supports touch
Section "InputDevice"
Driver "wacom" Identifier "touch"
Option "Type" "touch"
Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
Section "ServerLayout"
Identifier "Default Layout" Screen 0 "Screen0" 0 0
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type
なにか解決策を教えていただけると有難いです。
よろしくお願いします。
オフライン