我有一台联想 ThinkPad P50,我正在尝试使用通过 DVI 连接的外接显示器。我也尝试过使用 HDMI,但遇到了同样的问题。假设我有一个像链接中那样的扩展坞(https://support.lenovo.com/ie/en/documents/acc100247),尽管我不使用它时也遇到了以下问题。所以我认为这不是由于基座或使用的端口引起的问题。
我的系统是:
- 操作系统:Ubuntu 16.04.1
- 内核:4.4.0-34
- BIOS:CMS 启用和独立显卡
- 桌面环境:Unity 和 lightdm
- Nvidia 驱动程序:361
我可以连接外接显示器(LT2452p - 分辨率:1920x1200),使用显示应用程序可以启用它并将其放置在笔记本电脑主显示屏的右侧/左侧。但是我想将两个显示器垂直放置,一个在另一个之上。如果我尝试这样做,结果会很糟糕,而且难以管理。下面的屏幕截图应该有助于理解问题。
我也尝试过通过命令行使用兰德,但我也没有运气。
xrandr -q
输出:
br1@br1-thinkpad-p50:~$ xrandr -q
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 16384 x 16384
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 59.99 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1366x768 59.79
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 72.81 59.94 59.93
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.00*+
DP-5 disconnected (normal left inverted right x axis y axis)
DP-6 disconnected (normal left inverted right x axis y axis)
我使用的命令是:
xrandr --output DP-4 --auto --primary --output DP-1 --above DP-4
该nvidia-settings
实用程序也没有帮助。最后,有时在笔记本电脑启动后连接外接显示器时,两个显示器都会开始闪烁(就像打开/关闭一样)而不会停止。
有人能提供一些提示/建议来解决这个问题吗?或者至少,我可以从哪里开始挖掘?