Wacom 触摸屏在 Thinkpad x230 平板电脑上的 Ubuntu 16 或 17 上完全不工作

Wacom 触摸屏在 Thinkpad x230 平板电脑上的 Ubuntu 16 或 17 上完全不工作

我购买了一台翻新的 Thinkpad x230 平板电脑,首先安装了 Ubuntu 16,现在升级到 17。Wacom 触摸屏无法使用手写笔或手指。我尝试过 xinput --enable 该设备,但没有任何效果。

例如,以下是手写笔的属性。您能发现任何问题或推荐其他可以尝试的方法吗?谢谢。

Device 'Wacom ISDv4 E6 Pen stylus':
Device Enabled (140):   1
Coordinate Transformation Matrix (142): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (271): 0
Device Accel Constant Deceleration (272):   1.000000
Device Accel Adaptive Deceleration (273):   1.000000
Device Accel Velocity Scaling (274):    10.000000
Device Node (263):  "/dev/input/event5"
Wacom Tablet Area (300):    0, 0, 27760, 15694
Wacom Rotation (301):   0
Wacom Pressurecurve (302):  0, 0, 100, 100
Wacom Serial IDs (303): 230, 0, 2, 0, 0
Wacom Serial ID binding (304):  0
Wacom Pressure Threshold (305): 27
Wacom Sample and Suppress (306):    2, 4
Wacom Enable Touch (307):   1
Wacom Hover Click (308):    1
Wacom Enable Touch Gesture (309):   0
Wacom Touch Gesture Parameters (310):   0, 0, 250
Wacom Tool Type (311):  "STYLUS" (293)
Wacom Button Actions (312): "Wacom button action 0" (313), "Wacom button action 1" (314), "Wacom button action 2" (315)
Wacom button action 0 (313):    1572865
Wacom button action 1 (314):    1572867
Wacom button action 2 (315):    1572866
Wacom Pressure Recalibration (316): 1
Device Product ID (264):    1386, 230
Wacom Debug Levels (317):   0, 0

答案1

尝试关闭并打开屏幕。我在屏幕打开的情况下启动时也遇到过这种情况。可能是 Wacom 硬件认为笔记本电脑处于关闭状态。但如果它在 Windows 上可以工作但在 Ubuntu 上不行,那么这个解决方案很可能不起作用。

我的是 Thinkpad S1 第三代。也是平板电脑/笔记本电脑混合体。

答案2

根据 UbuntuHandbook.org,有一些脚本可以使它们正确运行。

http://ubuntuhandbook.org/index.php/2016/11/enable-screen-rotation-docking-for-thinkpad-x220-x230-in-ubuntu-16-04/

添加此 repo,更新,然后安装thinkpad-scripts

sudo add-apt-repository ppa:martin-ueding/stable
sudo apt update
sudo apt install thinkpad-scripts

要卸载,只需卸载thinkpad-scripts

sudo apt remove thinkpad-scripts && sudo apt autoremove

相关内容