<div dir="ltr">On Fri, May 21, 2010 at 7:15 PM, Dotan Cohen <span dir="ltr"><<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>></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 <<a href="mailto:w1@zak.co.il">w1@zak.co.il</a>> wrote:<br>
> If you haven't done so, you need also to define a virtual screen size<br>
> 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 "Screen" active). Only then will xrandr let you "place"<br>
your physical screens on the display as you like, using the --pos<br>option.<br><br>Section "Screen"<br> Identifier "scrv"<br> Device "intelgr"<br> Monitor "Configured Monitor"<br> SubSection "Display"<br>
Virtual 2720 1680<br> EndSubSection<br>EndSection<br><br>
</div>