GNOME Wacom タブレット設定パネルに Waltop Evo タブレットは表示されません。

GNOME Wacom タブレット設定パネルに Waltop Evo タブレットは表示されません。

一般的に言えば、Waltop Evo 図面タブレットこれは機能しますが、Wacomタブレット設定パネル(設定> Wacomタブレット)を使用して構成することはできません。 「Wacomタブレットを接続またはオンにしてください...」というメッセージが表示されます。

追加情報:

$ uname -a
Linux me 3.16.0-4-amd64 #1 SMP Debian 3.16.7-2 (2014-11-06) x86_64 GNU/Linux

$ lsusb
Bus 002 Device 004: ID 172f:0510 Waltop International Corp. 
<...>

また、ドライバを/etc/X11/xorg.conf.d/50-my-wacom.conf使用するようにカスタム設定を設定しました。wacom

Section "InputClass"
        Identifier "Wacom Waltop USB device class"
        MatchUSBID "172f:*"
        MatchDevicePath "/dev/input/event*"
        Driver "wacom"
EndSection

(後で知り始めましたxsetwacom):

$ xsetwacom --list devices
Waltop International Corp. Battery-free Graphics Tablet stylus  id: 11  type: STYLUS    
Waltop International Corp. Battery-free Graphics Tablet pad id: 12  type: PAD       

私も以下を作成しました/usr/share/libwacom/waltop-battery-free-tablet.tablet

[Device]
Name=Waltop International Corp.
DeviceMatch=usb:172f:0510
Class=Bamboo
Width=10
Height=6

[Features]
Stylus=true
Reversible=false
Touch=false
Ring=false
Ring2=false
NumStrips=0
Buttons=2

誰かが私が間違っていることを教えてもらえますか?Wacom Tablet設定パネルで自分のタブレットを認識するにはどうすればよいですか?

ベストアンサー1

おすすめ記事