我有一个英特尔NUC工具包NUC8i7BEH和一个埃尔加托雷霆3迷你码头,我不能使它与三个同时显示工作。NUC表示它支持三种显示器,而码头则表示它同时使用DisplayPort和HDMI端口支持两种显示器。
我只能同时使用两个显示器,NUC的集成HDMI和码头的一个端口,当我从码头上拔出一个显示器时,另一个就会立即激活。
我正在使用Ubuntu18.04.3LTS与Linux5.0.0-32通用和最近的Intel BIOS。
ThunderBolt设备处于活动状态,在BIOS上处于不安全/遗留模式(Dock的USB端口工作正常):
> sudo boltctl list
● Elgato Systems Thunderbolt 3 Mini Dock
├─ type: peripheral
├─ name: Thunderbolt 3 Mini Dock
├─ vendor: Elgato Systems
├─ uuid: 99999999-9999-9999-ffff-ffffffffffff
├─ status: authorized
│ ├─ domain: domain0
│ └─ authflags: none
├─ authorized: Mon 01 Jan 2019 02:47:00 AM UTC
├─ connected: Mon 01 Jan 2019 02:47:00 AM UTC
└─ stored: Mon 01 Jan 2019 07:34:26 PM UTC
├─ policy: manual
└─ key: no无论是否插入了端口,Xrandr的输出都是相同的,输出DP-2始终是连接到码头的活动显示器,即使它使用的是HDMI端口:
> xrandr
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 8192 x 8192
DP-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 582mm x 364mm
1920x1200 59.95*+
1600x1200 60.00
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
DP-2 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.00*+
1600x900 60.00
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
HDMI-1 disconnected (normal left inverted right x axis y axis)请任何提示,建议是受欢迎的,我到处寻找,但我无法使它发挥作用。
谢谢!
发布于 2019-11-07 14:33:16
这里是对有同样问题的其他人的支持页面。显然,这个问题可能是NUC8硬件的一个限制。
“系统制造商在设计他们的系统时,可以酌情决定有多少DisplayPort视频通道被路由到每个Thunderbolt 3端口。如果有两个DisplayPort通道被路由到该端口,那么就可以通过一个Thunderbolt 3设备显示两个显示器。如果只有一个DisplayPort通道被路由到该端口,那么只有一个显示可以通过一个Thunderbolt 3设备。”
编辑:添加引号
https://askubuntu.com/questions/1186862
复制相似问题