帮助双显示器配置(Ubuntu 16.04)

帮助双显示器配置(Ubuntu 16.04)

在系统设置 -> 监视器中,我只显示 1 个监视器(内置)。我连接了 2 个外接监视器,这是我当前的监视器.xml:

<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="HDMI-1">
          <vendor>ACI</vendor>
          <product>0x22c1</product>
          <serial>0x01010101</serial>
          <width>1920</width>
          <height>1080</height>
          <rate>60</rate>
          <x>1920</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>yes</primary>
      </output>
      <output name="HDMI-2">
      </output>
      <output name="DP-1">
          <vendor>SAM</vendor>
          <product>0x0b3e</product>
          <serial>0x30333635</serial>
          <width>1920</width>
          <height>1080</height>
          <rate>60</rate>
          <x>0</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
  </configuration>
</monitors>

我在 xrandr 上收到以下错误消息:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
   1920x1080     77.00* 
  1920_1080_60 (0x2b5) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz

请注意,我的任何显示器制造商均未正式支持 77 Hz。

两台显示器均以 1080p_60 分辨率工作,但桌面是镜像的。我想更改它以扩大桌面区域。

另外,我可以删除

  <output name="HDMI-2">
  </output>

部分?我的显示器连接名为 DP-1,难道不应该是 VGA-1 吗?没有 DP,物理连接是 VGA 电缆。我没有 xorg.conf 文件,我删除了 monitors.xml 并重新启动 -> 77 Hz 仍然存在。

谢谢你!

相关内容