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设置面板识别我的平板电脑?

相关内容