前言
家里有一台 Wacom,在 Win10 下运行良好,不过,我主要的工做环境在 Linux 下,因此仍是但愿可以在 Linux 下使用 Wacom。php
安装
Manjaro 下安装 Wacom 很方便,官网上就有相应的教程。我是用 Xmonad 作窗口管理器,对应是安装 xf86-input-wacom。url
# 更新镜像源 sudo pacman -Sy # 安装 xf86-input-wacom sudo pacman -Syy xf86-input-wacom
安装完 xf86-input-wacom 以后,不会立刻生效,须要重启电脑或者重启 X,以后就能够使用 Wacom 了。.net
参考连接
-
https://wiki.manjaro.org/index.php?title=Wacom_Tablet_And_Pencode
Manjaro 官网介绍如何安装 Wacom 驱动。blog