我有一个WacomCintiq27HDTouch。我的系统是64位AMD运行Ubuntu16.04/64。
快捷键遥控器上的键似乎没有发送事件给我重新映射。
X认识到它是存在的:
xsetwacom list
Wacom Cintiq 27QHD touch Pen stylus id: 9 type: STYLUS
Wacom Express Key Remote Pad pad id: 10 type: PAD
Wacom Cintiq 27QHD touch Finger touch id: 11 type: TOUCH
Wacom Cintiq 27QHD touch Pen eraser id: 15 type: ERASER
@host:/dev/input/by-id# ls -l usb-Wacom_Co._Ltd._ExpressKey_Remote-event-mouse usb-Wacom_Co._Ltd._ExpressKey_Remote-mouse
lrwxrwxrwx 1 root root 10 Oct 9 10:44 usb-Wacom_Co._Ltd._ExpressKey_Remote-event-mouse -> ../event13
lrwxrwxrwx 1 root root 6 Oct 9 10:44 usb-Wacom_Co._Ltd._ExpressKey_Remote-mouse -> ../js1
@host:/dev/input/by-id# ls -l ../event13 ../js1
crw-rw-r-- 1 root input 13, 77 Oct 9 10:44 ../event13
crw-rw-r-- 1 root input 13, 1 Oct 9 10:44 ../js1运行xev不会报告来自远程的事件,但是会记录来自触摸屏、手写笔等的事件。
X识别各种关键属性:
xsetwacom -s --get "Wacom Express Key Remote Pad pad" "all"
Property 'Wacom Tablet Area' does not exist on device.
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "1" "key +1 -1 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "2" "+Shift_L +equal -equal -Shift_L "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "3" "+3 -3 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "8" "+8 -8 "
xsetwacom set "Wacom Express Key Remote Pad pad" "Button" "9" "+minus -minus "
.
.
.
Property 'Wacom Pressure Recalibration' does not exist on device.对如何让这件事起作用有什么建议吗?
发布于 2016-10-10 22:31:43
这里有一个软线,但你可能没有注意到它插入到你的Cintiq上的USB端口。看起来是这样的:
http://www.antcgi.com/Blog/wp-content/uploads/2015/09/27QHD_USBDongle.jpg
由于您的wacom_remote sysfs目录中没有列出任何序列号(
cd /sys; sudo find . -iname "wacom_remote" | xargs ls我可以看到,你的狗狗和你的遥控器之间的配对已经被打破了。有一种方法可以将遥控器从命令行(
sudo echo * > unpair_remote(在wacom_remote目录中),但是您不太可能这样做。如果使用多个遥控器,一个遥控器可以“对”对第一个遥控器的配对,但我不知道除了这两种方法之外,配对是如何丢失的。FYI遥控器有能力与多达5个遥控器配对。
无论如何,要修复您的设备,请按照以下链接中的说明进行:
http://wacom.com/en/support/faqs/cintiq-27qhd-and-cintiq-27qhd-touch/how-do-i-pair-the-expresskey-remote
或者使用google对这些指令的缓存:
http://webcache.googleusercontent.com/search?q=cache:DHL00PhaQQsJ:wacom.com/en/support/faqs/cintiq-27qhd-and-cintiq-27qhd-touch/how-do-i-pair-the-expresskey-remote&num=1&client=ubuntu&hl=en&gl=us&strip=1&vwsrc=0
发布于 2018-01-26 13:02:54
由于Aaron Skomara提供的链接已经失效,我将给出我在亚洲wacom网站上找到的解决方案:
xsetwacom list,遥控器就会出现!https://askubuntu.com/questions/834748
复制相似问题