我最近为自己买了一台 Wacom Inutos Comic CTH-490。它对触摸做出反应并且标准配置正在工作。在 Ubuntu 系统设置/Wacom 图形数位板的另一侧,没有检测到数位板。据我所知,这款平板电脑没有已知问题。我正在运行 Ubuntu 16.10。
驱动程序是在http://linuxwacom.sourceforge.net/wiki/index.php/Main_Pagexf86-input-wacom
的libwacom
指导下手工编译的。
以下输出用于以下命令:
lsusb
:Bus 001 Device 006: ID 056a:033c Wacom Co., Ltd
uname -r
:4.8.0-41-generic
ls /dev/input/wacom/*
:(ls: Zugriff auf '/dev/input/wacom*' nicht möglich: Datei oder Verzeichnis nicht gefunden
说它不存在)
xsetwacom --list devices
:
Wacom Intuos PT S 2 Pen stylus id: 12 type: STYLUS
Wacom Intuos PT S 2 Finger touch id: 13 type: TOUCH
Wacom Intuos PT S 2 Pad pad id: 14 type: PAD
PS:运行sudo add-apt-repository ppa:doctormo/wacom-plus
我的 Ubuntu时apt update
说:E: The repository 'http://ppa.launchpad.net/doctormo/wacom-plus/ubuntu xenial Release' does not have a Release file.
这很可能是这个错误:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1575887