Every time I reboot my laptop, even if I haven't unplugged the external monitor, it sets the external monitor back to overlapping with the laptop screen. I want them to stay 'side by side'.
Running Ubuntu 12.10, with Unity for my environment, and all current security updates.
If you need more information, please ask.
Upon bootup this morning:
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>
After changing it back to side-by-side:
csjewell@curtislap:~$ ls -al .config/monitors.xml
-rw-rw-r-- 1 csjewell csjewell 1019 Jan 7 08:55 .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>
Hopefully this helps.
I ended up finding my problem. I had installed Jupiter and it was setting the monitor back on boot, because its settings said to do so. Uninstalling Jupiter fixed the problem (because Jupiter had no concept of me wanting the laptop on the right, but the bar on the left.)
Thanks for the help, anyway!
<vendor>
). Both are set side-by-side. – Alba Mendez Jan 08 '13 at 17:57