<div dir="ltr">On Fri, May 21, 2010 at 7:15 PM, Dotan Cohen <span dir="ltr">&lt;<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 21 May 2010 18:10, Omer Zak &lt;<a href="mailto:w1@zak.co.il">w1@zak.co.il</a>&gt; wrote:<br>
&gt; If you haven&#39;t done so, you need also to define a virtual screen size<br>
&gt; which is big enough to include both physical displays.<br>[...]<br>
</div><br>
✈dcl:~$ xrandr --fb 1680x2100<br>
xrandr: screen cannot be larger than 1680x1680 (desired size 1680x2100)<br>
<br></blockquote></div><br>From what I remember, you first have to get a large enough<br>virtual display by putting something like the below example<br>section into your xorg.conf and restart your X server (with<br>that &quot;Screen&quot; active).  Only then will xrandr let you &quot;place&quot;<br>
your physical screens on the display as you like, using the --pos<br>option.<br><br>Section &quot;Screen&quot;<br> Identifier &quot;scrv&quot;<br> Device &quot;intelgr&quot;<br> Monitor &quot;Configured Monitor&quot;<br> SubSection &quot;Display&quot;<br>
  Virtual 2720 1680<br> EndSubSection<br>EndSection<br><br>
</div>