适用于 Ubuntu 16.04 LTS 的 wacom intuos draw(small) 与 genius mousepen i608x

适用于 Ubuntu 16.04 LTS 的 wacom intuos draw(small) 与 genius mousepen i608x

我打算购买下面提到的其中一款绘图板。因此,我需要您的帮助来决定购买哪一款?

我见过其他用户和页面报告在 Linux 系统中使用“Genius Mousepen i608x”平板电脑时出现错误。但因为它比 Wacom 便宜,所以我愿意尝试一下小的让它工作的麻烦(没有太多麻烦)。

而且由于我是 Ubuntu(以及 Linux 环境)的忠实粉丝,我愿意花更多的钱来使用图形输入板。

我的主要问题是Genius Mousepen i608x 在 Ubuntu 中的表现与在 Windows 中的表现相同吗?或者说其性能有限制吗?购买 Wacom 会让我的生活更轻松吗?

边注:对于所有的平面设计师/插画家/艺术家来说,小的图形输入板妨碍了我作为艺术家的表现吗?

先感谢您!

答案1

我买了 wacom intuos draw。我不得不说,这是一款很棒的平板电脑。

现在到了重点部分。我无法让 Ubuntu 16.04 检测到我的 wacom。它显示“未检测到平板电脑”。不过笔可以工作。

我能够使用 Krita 上的钢笔压力(https://krita.org/en/) 即可。但在 InkScape 和 gimp 中则不行。

使用以下代码来查看我的系统是否检测到平板电脑:

xinput--列表

    ⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Wacom Intuos S 2 Pen stylus               id=9    [slave  pointer  (2)]
⎜   ↳ Wacom Intuos S 2 Pad pad                  id=10   [slave  pointer  (2)]

系统盘

Bus 003 Device 002: ID 056a:033b Wacom Co., Ltd 

所以,它确实检测到了,但是有些事情发生了。

我尝试过排除故障。这里链接了几个,还有其他我认为有用的链接(这是为了帮助那些看到这个页面的人。一些简单的参考):

  1. https://www.youtube.com/watch?v=FMM0n_fuqlA
  2. Ubuntu 14.04.2 无法识别我的 Wacom Intuos 手写板绘图(ctl-490b)
  3. https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1575887
  4. https://medium.com/@ahris/setting-up-wacom-tablets-with-ubuntu-16-04-d7277e4a595d
  5. 系统设置中未检测到 Wacom Intuos Draw Tablet,且 MaptoOutput 不执行任何操作
  6. https://docs.gimp.org/en/gimp-tool-dynamics.html

(请在其他地方检查这些故障排除对您是否安全。我没有遇到任何问题。而且,在故障排除没有帮助后,我也恢复了原始设置。因此,请随时进行备份或记住原始设置。)

我已经回到 Windows,但我相信经过一段时间后我最终会找到解决办法并回到 Ubuntu。

相关内容