
Ubuntu日本語フォーラム

ログインしていません。
現在、Ubuntu8.10にて、Bluetooth接続のペンタブレット(Wacom CTE-630BT)を使用しています。
ドライバのインストールなどを行い、どうにか基本的なペンの機能は動作するようになりました。
しかし、パッド側のボタンと消しゴム機能が動作しません。
動作させる方法させる方法などがありましたら、教えていただけないでしょうか?
オフライン
私はそのBT接続のパッドをもっておりませんので詳細不明ですが、
このあたりを参考にされるとよろしいのではないのでしょうか?
http://linux.enegai.jp/modx/wacom_ubuntu_2.html
BT接続でなければ、上記以外にも、googleで"wacom","ubuntu 8","X.org"で検索したりこのフォーラムでも設定の仕方はのっています。
多分USB, BTに関わらずそれで解決することが考えられます。
残念ながら、X.orgでの設定を触らなければ消しゴム機能は使えない模様です。
オフライン
返信ありがとうございます。
X.orgの設定を変えるため、xorg.confを編集しましたが、Ubuntu自体が起動しなくなってしまいました・・・。
色々調べた結果、xorg.confを変更するよりもHALのfdiファイルを作成すればよいようなのですが、
どのように記述したらいいのか分かりません。
オフライン
起動しなくなってしまったのですか。ご愁傷様です。もう起動するようになったのでしょうか?
でも、wacomのタブレットの部分だけならば、起動しなくなるような状況は考えにくいのですが、
もしかしたら、他の部分に割り込ませるような形で、X.orgを編集されたのでしょうか?
追加するような形で記載してくださいね。
ところで、英語で申し訳ないのですが、(wacomの関係は情報が英語が多いです)
公式ホームページ
https://help.ubuntu.com/community/WacomGraphireBluetooth
に、などにあなたがお使いのペンタブレットの記述がありますが、触ってはおられないようです。
From the main Ubuntu menu, select Systemシステム > Preferencesプリファレンス > Bluetooth, then click the "+" button underneath the "Known Devices" area
(既存のデバイスの直ぐしたにある”+”をクリック).
# Click "Forward次に" and wait for the tablet to appear. It may appear as a string of numbers, and can take a little while so be patient. When it appears, select it and click "Forward" again.
インストールするドライバはwacom-bt-driver, wacom-toolsのようですね。
でも、これはスタイラスを認識するまでのインストールのようですので、あまりnaguさんには関係ないのでしょうか?
https://help.ubuntu.com/community/Wacom.fdi
にて、fdiが触れられていますが、スタイラスしか設定がありませんね。
https://bugs.launchpad.net/ubuntu/+source/wacom-tools/+bug/293564
バグとして報告されていますが、元々fdiでは消しゴムはサポートしてませんとの記載があります。
http://ubuntuforums.org/showthread.php?p=4463400
これは、BTのタブレットの設定の仕方ですが、やはりX.orgをいじってますね。多分時期から考えると8.04くさいですが。
Ubuntu 8.10で、消しゴムを使うには、https://help.ubuntu.com/community/Wacomに記載されているように、X.orgをいじって設定をいじるのが本道です。
下は私の覚書です。Ubuntu 8.04ですが。
http://wiki.livedoor.jp/kazupon_up/d/wacom%a5%bf%a5%d6%a5%ec%a5%c3%a5%c8
Ubuntu 8.10でもわかりやすく、説明してくださっている方がいますのでぐぐってみてください。
分かりにくいと思いますので、聞いていただいたら、お答えしますよ。
最もデバイス自体をもってないので、返事をしようがない部分がいっぱいですが。
あと、もし解決されたら、その方法を後から来られた方のため、このスレにアップしてくださいね。
最後の編集者: kazupon (2009-01-12 12:36:18)
オフライン
これは私のXorg.confです。
なにかの足しになれば。
"Module", "Device"の部分は私の環境に依存する部分なので、それぞれで違うと思います。
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom" # USB ONLY?
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom" # USB ONLY?
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom" # USB ONLY?
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "USB" "on" # USB ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom" # USB ONLY
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
Option "Type" "pad"
Option "USB" "on" # USB ONLY
EndSection
# Uncomment the following section if you you have a TabletPC that supports touch
# Section "InputDevice"
# Driver "wacom"
# Identifier "touch"
# Option "Device" "/dev/ttyS0" # SERIAL ONLY
# Option "Device" "/dev/input/wacom" # USB ONLY
# Option "Type" "touch"
# Option "ForceDevice" "ISDV4" # Serial Tablet PC ONLY
# Option "USB" "on" # USB ONLY
# EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only
InputDevice "pad" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
# InputDevice "touch" "SendCoreEvents" # Only a few TabletPCs support this type
EndSection最後の編集者: kazupon (2009-01-11 01:19:26)
オフライン
正確には起動しなくなった分けではないです。起動するのですが、safemodeで起動してしまいます。
wacom-bt-driver、wacom-tools、linuxwacomはインストール済みで、スタイラスは認識しています。
xorg.confを以下のようにしてみましたが、やはり、スタイラス以外の機能は動作してくれません。
なにか他に原因があるのでしょうか?
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom
Option "Type" "eraser"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection最後の編集者: nagu2248 (2009-01-11 09:46:39)
オフライン
nagu2248 による投稿:
コード:
Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom Option "Type" "eraser" Option "USB" "on" EndSection
解決になるかは分かりませんが、
Option "Device" "/dev/input/wacom
の一番後ろにダブルクォート(")がありませんが。
また、もしGimpなどで使用されておられるのでしたら、Gimpでの設定は行いましたか?
圧力は正常に感知して、線の濃さや太さが書く圧力で変わりますか?
正直なところ、私にはお手上げ臭くなってきましたが、、、、
後は、http://ubuntuforums.org/showthread.php?p=4463400では
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
を設定されているので、これを使うのも一考です。
最後の編集者: kazupon (2009-01-12 01:52:09)
オフライン
kazupon による投稿:
解決になるかは分かりませんが、
Option "Device" "/dev/input/wacom
の一番後ろにダブルクォート(")がありませんが。
付けてみましたが状態変わらず・・・。
「Option "ForceDevice" "ISDV4"」も試してみましたがやはりダメでした。
Gimpでは筆圧は正常に認識しているようです。
ちょっと試して見たんですが、xorg.confの設定が反映されてないようなのです。
オフライン
/etc/udev/rules.d/50-xserver-xorg-input-wacom.rules:に下記のラインを追加してください。
# Additional rules for bluetooth tablets
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", SYMLINK="input/wacom"
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", SYSFS{id/product}=="0081", SYMLINK+="input/tablet-graphire_bt-6x8a"
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", ACTION=="add", RUN+="/lib/udev/check_driver wacom $devpath $env{ID_BUS}"また、wacom-toolsのバージョンは8.1-6でしょうか?
もし違うのなら、
cd Desktop/linuxwacom-0.8.1-6 sudo apt-get build-dep wacom-tools ./configure --prefix=/usr make sudo make uninstall sudo make install
を実行してください。
もっとも新しいwacom-toolsは0.8.2ですが、とりあえずは動くかどうか知るために動作が確認されているバージョンでお願いします。
オフライン
wacom-toolsのバージョンは8.1-6です。
# Additional rules for bluetooth tablets
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", SYMLINK="input/wacom"
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", SYSFS{id/product}=="0081", SYMLINK+="input/tablet-graphire_bt-6x8a"
KERNEL=="event[0-9]*", SYSFS{id/vendor}=="056a", ACTION=="add", RUN+="/lib/udev/check_driver wacom $devpath $env{ID_BUS}"こちらも/etc/udev/rules.d/50-xserver-xorg-input-wacom.rulesに追加済みです。
ls /dev/input -l
上記のコマンドを行った結果は以下のようになります。
合計 0 drwxr-xr-x 2 root root 80 2009-01-12 13:31 by-id drwxr-xr-x 2 root root 140 2009-01-12 13:31 by-path crw-rw---- 1 root root 13, 64 2009-01-12 13:31 event0 crw-rw---- 1 root root 13, 65 2009-01-12 13:31 event1 crw-rw---- 1 root root 13, 66 2009-01-12 13:31 event2 crw-rw---- 1 root root 13, 67 2009-01-12 13:31 event3 crw-rw---- 1 root root 13, 68 2009-01-12 13:31 event4 crw-rw---- 1 root root 13, 69 2009-01-12 13:31 event5 crw-rw---- 1 root root 13, 70 2009-01-12 13:31 event6 crw-rw---- 1 root root 13, 71 2009-01-12 13:31 event7 crw-rw---- 1 root root 13, 72 2009-01-12 13:31 event8 crw-rw---- 1 root root 13, 73 2009-01-12 13:32 event9 crw-rw---- 1 root root 13, 63 2009-01-12 22:30 mice crw-rw---- 1 root root 13, 32 2009-01-12 22:30 mouse0 crw-rw---- 1 root root 13, 33 2009-01-12 22:30 mouse1 crw-rw---- 1 root root 13, 34 2009-01-12 13:31 mouse2 crw-rw---- 1 root root 13, 35 2009-01-12 13:31 mouse3 crw-rw---- 1 root root 13, 36 2009-01-12 13:32 mouse4 lrwxrwxrwx 1 root root 6 2009-01-12 13:32 tablet-graphire_bt-6x8a -> event9 lrwxrwxrwx 1 root root 6 2009-01-12 13:32 wacom -> event9
xorg.confに以下のものを追加することで、消しゴム機能を認識することができました。
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSectionしかし、普段使用しているマウスの動作がおかしくなったりと不安定だったためコメントアウトしました。
ペンタブ自体の動作も、Option "Mode"で絶対座標モードに設定したのにも関わらず相対座標モードでの動作となってしまったり、
ペン先を浮遊させた状態でのカーソルの移動ができなくなってしまったりと不安定でした。
最後の編集者: nagu2248 (2009-01-12 13:47:21)
オフライン
xidump -l
を実行していただけますか?
私の環境下ではこうです。
$ xidump -l Virtual core keyboard keyboard Virtual core pointer disabled stylus extension eraser extension cursor extension pad extension Macintosh mouse button emulation extension Eleen USB Device extension Microsoft Microsoft IntelliMouse? Explorer extension Wacom Intuos3 6x8 extension
wacom-bt-driverをインストールした時に、タブレットの電源は切られておられましたか?
誰か識者の方いませんか?(泣)
最後の編集者: kazupon (2009-01-12 22:13:53)
オフライン
$ xidump -l Virtual core keyboard keyboard Virtual core pointer disabled Macintosh mouse button emulation extension AlpsPS/2 ALPS GlidePoint extension PS/2 Mouse extension AT Translated Set 2 keyboard extension MOUSE SYSTEM U+P RF Mouse Receiver extension Video Bus extension Wacom Graphire Bluetooth extension
この様になりました。
wacom-bt-driverをインストールしたときはタブレットの電源を切っていたと思います。
オフライン