无法在 Ubuntu Mate 18.04 + lightdm 上设置显示器首选项

无法在 Ubuntu Mate 18.04 + lightdm 上设置显示器首选项

我在笔记本电脑(Lenovo G50)上使用 Ubuntu Mate 18.04。我有一个外接显示器,我想将其设置为主屏幕。另外,我的笔记本电脑位于外接屏幕的右侧,我也想设置它(即我想通过将鼠标向右移动而不是向左移动来移动到笔记本电脑屏幕)。

我打开了监视器偏好设置来修复此问题,但无法应用这些设置。

我正在使用 lightdm

cat /etc/X11/default-display-manager
/usr/sbin/lightdm

我的monitors.xml看起来很好:

cat ~/.config/monitors.xml

给予

<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="eDP-1">
          <vendor>LGD</vendor>
          <product>0x044b</product>
          <serial>0x00000000</serial>
          <width>1366</width>
          <height>768</height>
          <rate>60</rate>
          <x>1680</x>
          <y>282</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="HDMI-1">
      </output>
      <output name="DP-1">
          <vendor>GSM</vendor>
          <product>0x5677</product>
          <serial>0x000253fd</serial>
          <width>1680</width>
          <height>1050</height>
          <rate>60</rate>
          <x>0</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>
  </configuration>
</monitors>

而且我也将此文件复制到了/var/lib/lightdm/.config/monitors.xml

直到最近一切都运行良好,显然,最近的软件更新是导致此问题的原因。

我怎样才能解决这个问题?

谢谢你,吉拉德

相关内容