Hi,<br><br>
<div class="gmail_quote">2008/11/6 Valent Turkovic <span dir="ltr"><<a href="mailto:valent.turkovic@gmail.com">valent.turkovic@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">$ xrandr --output VGA --auto --right-of LVDS<br>xrandr: screen cannot be larger than 2048x1024 (desired size 2304x1024)</blockquote>

<div> </div>
<div>The maximum virtual screen can be configured in the Display SubSections of a Screen Section  in xorg.conf like this :</div>
<div>Section "Screen"</div>
<div>  Identifier "Screen1"</div>
<div>  Device "Device1"</div>
<div>  Monitor "Monitor1"</div>
<div>  DefaultDepth "24"</div>
<div>...  </div>
<div>  SubSection "Display"</div>
<div>     Depth 8</div>
<div>     Virtual 1600 1600   <-- here you can change the value to fit to your needs</div>
<div>  EndSubSection</div>
<div>...</div>
<div>EndSection</div>
<div> </div>
<div>---</div>
<div>Kevin "kiniou" ROY</div></div>