每次我重新启动笔记本电脑时,即使我没有拔掉外接显示器,它也会将外接显示器重新设置为与笔记本电脑屏幕重叠。我希望他们“肩并肩”。
运行 Ubuntu 12.10,在我的环境中使用 Unity,以及所有当前的安全更新。
如果您需要更多信息,请询问。
今天早上开机后:
csjewell@curtislap:~$ ls -al .config/monitors.xml
-rw-rw-r-- 1 csjewell csjewell 1019 Jan 4 09:52 .config/monitors.xml
csjewell@curtislap:~$ cat .config/monitors.xml
<monitors version="1">
<configuration>
<clone>no</clone>
<output name="LVDS1">
<vendor>LGD</vendor>
<product>0x0259</product>
<serial>0x00000000</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>no</primary>
</output>
<output name="VGA1">
<vendor>DEL</vendor>
<product>0xa079</product>
<serial>0x3255544c</serial>
<width>1920</width>
<height>1200</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="HDMI1">
</output>
<output name="DP1">
</output>
</configuration>
</monitors>
Run Code Online (Sandbox Code Playgroud)
将其改回并排后:
csjewell@curtislap:~$ ls -al .config/monitors.xml
-rw-rw-r-- 1 csjewell csjewell 1019 Jan 7 08:55 .config/monitors.xml
csjewell@curtislap:~$ …Run Code Online (Sandbox Code Playgroud) display ×1