检测到图形输入板但仍显示“无信号”

检测到图形输入板但仍显示“无信号”

我最近收到了一台图形输入板(Wacom Cintiq 16),我一直想让它在我的 Ubuntu 上运行。

我的系统是双启动 Windows 10 / Ubuntu 20.04.3 LTS,平板电脑在 Windows 上运行良好。

在 Ubuntu 上,当我插入平板电脑/打开它时,它会短暂显示新显示器的快速选择菜单(扩展显示/镜像/仅一个等...),但随后它所做的只是将我的设置恢复为默认设置(缩放 100%,而我的显示器设置为缩放 200%)。过了一会儿,平板电脑进入“没信号”

我有两台显示器:

  • 我的内置笔记本电脑屏幕 (1080p)
  • 一个外置 4k 显示器,插在雷电端口上。

平板电脑本身插在 USB3 端口上,而笔记本电脑则插在 HDMI 端口上。

我尝试确保我有合适的驱动程序和工具,因此我遵循了以下指南:https://ragnarb.com/configuring-wacom-cintiq-13hd-with-ubuntu-14-04/

和这个:https://linuxwacom.github.io,我在这里安装了内核驱动和libwacom工具。X 驱动已经安装好了。

似乎平板电脑已被检测到:

$ libwacom-list-local-devices

devices:
- name: 'Wacom Cintiq 16'
  bus: 'usb'
  vid: '0x056a'
  pid: '0x03ae'
  nodes: 
  - /dev/input/event257

$ xsetwacom --list devices

Wacom Cintiq 16 Pen stylus          id: 29  type: STYLUS    
Wacom Cintiq 16 Pen eraser          id: 30  type: ERASER

此外,插入电源并打开后,我的设置中会出现一个新选项卡:

wacom 菜单

但我尝试了各种设置都无济于事(例如,校准会在我的外接显示器上显示校准屏幕)

我想我希望平板电脑也能作为附加显示器出现,但事实并非如此:

显示器

此外,当我跑步时,xrandr我得到:

Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
eDP-1 connected 1920x1080+3840+862 (normal left inverted right x axis y axis) 344mm x 193mm
   1920x1080    144.03*+  60.08    60.01    59.97    59.96    59.93
   ...
   320x175       85.27  
DP-1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 525mm x 295mm
   3840x2160     60.00*+
   ...
   640x480       59.94  
HDMI-1 disconnected (normal left inverted right x axis y axis)

因此,看起来虽然它通过 USB 获取 Wacom 信息,但 HDMI 部分的性能却不如预期。

以下是我的系统信息:

Ubuntu

知道是什么原因导致了这个问题吗?

相关内容