我有一台MacBook Air
(13 英寸,2015 年初),我Ubuntu 16.04
用它跑步。在 Ubuntu 下,我无法使用 Thunderbolt 电缆检测到外部显示器。Settings -> Displays
不显示任何其他可用的显示。
MacOSX
然而,只有当我从会话中重新启动且所述显示器已插入时,外部显示器才会在 Ubuntu 下被识别。如果我拔下并重新插入,显示屏将不再被识别。
关于如何直接从 Ubuntu(或任何 Linux)正确设置外部显示器的任何解决方案?
编辑1
MacOSX
我从(El Capitan)插入显示器。我重新启动了Ubuntu
。我打开Displays
界面:
我的内置显示器和外接显示器都被正确识别。我用的是xrandr
如果它可以提供更多信息:
$ xrandr
Screen 0: minimum 8 x 8, current 2560 x 2340, maximum 32767 x 32767
eDP1 connected primary 1440x900+0+1440 (normal left inverted right x axis y axis) 286mm x 179mm
1440x900 59.84*+ 59.89
1360x768 59.80 59.96
1280x800 60.00
1152x864 60.00
1024x768 60.00
800x600 60.32 56.25
720x450 60.00
640x480 59.94
DP1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 59.95*+
1280x720 59.86
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
然后我拔掉外接显示器的插头,然后再次插入。我的显示器:
以及输出xrandr
:
$ xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
eDP1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
1440x900 59.84*+ 59.89
1360x768 59.80 59.96
1280x800 60.00
1152x864 60.00
1024x768 60.00
800x600 60.32 56.25
720x450 60.00
640x480 59.94
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
编辑2
我注意到为了让 Ubuntu 能够识别显示器,我只需要在连接 Thunderbolt 插头的情况下(重新)启动即可。无需从 MacOS 重新启动。但我仍然没有找到如何解决这个问题。