Ubuntu 14.04——2 个显示器仅充当 1 个显示器

Ubuntu 14.04——2 个显示器仅充当 1 个显示器

所以这是我的两个显示器都在工作的问题,但它们被视为一个分辨率为 3840x1200 * 1 而不是 1920x1200 * 2 的显示器。我正在寻找每个显示器独立运行的标准设置。

当我打开System Settings > Displays它时,它只显示 1 * Dell 24"。我正在运行一台插入带有 2 个显示端口的基座的 HP EliteBook 1040。我将两个显示端口都转换为 DVI,连接到 2 个显示器。我也没有使用我的笔记本电脑屏幕。笔记本电脑已关闭。如果我选​​择 1920x1200 的分辨率,它会在两个显示器上镜像显示,但显示窗口没有报告存在 2 个显示器,即使我单击Detect Displays

laptop:~$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 32767 x 32767
eDP1 connected (normal left inverted right x axis y axis)
   1920x1080      60.0 +   59.9     40.0  
   1680x1050      60.0     59.9  
   1600x1024      60.2  
   1400x1050      60.0  
   1280x1024      60.0  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8     60.0  
   1152x864       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
DP1 connected primary 3840x1200+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
   1920x1200      60.0 +
   3840x1200      60.0* 
   2560x1024      60.0  
   1600x1200      60.0  
   1680x1050      60.0  
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.1     60.0  
   800x600        75.0     60.3  
   640x480        75.0     60.0  
   720x400        70.1  
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 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)

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

我知道的足以看清这一切,但还不足以改变任何设置来解决这个问题。

答案1

问题出在双显示端口上。Ubuntu 将它们视为单个输出。切换到 DP 和 VGA 解决了该问题。

相关内容