お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-05-16 00:48:49

linger
新しいメンバ
登録日: 2009-05-16

HP Pavilion tx2000でペンタブを使いたい

タブレット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

なにか解決策を教えていただけると有難いです。
よろしくお願いします。

オフライン

 

Board footer

Powered by FluxBB