I have added the subsection into the xorg.conf file. <br>But I still can't put them next to each other. I can choose the 1680x1050resolution on my external display now. Anything lower and it doesn't seem to work.<br>
Now they're just cloned with the second at 1680x1050 and the laptop display at 1280x800 on which i can only see a part of the screen.<br>( It's the same with the second at 1280x1024 )<br><br>Pieter<br>
<br><div class="gmail_quote">On Mon, May 26, 2008 at 1:29 PM, Marius Gedminas <<a href="mailto:marius@pov.lt" target="_blank">marius@pov.lt</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div>On Mon, May 26, 2008 at 10:47:26AM +0200, pieter557 wrote:<br>
> I'm having a problem with my dual screen setup ( not as easy as in windows<br>
> ).<br>
> I'm trying to have an extended desktop (just like in windows )<br>
> That's the only thing i really miss in ubuntu.<br>
> I have an  Intel Corporation Mobile GM965/GL960 Integrated Graphics<br>
> Controller.<br>
> My laptop is a fujitsu lifebook s6410 and my second display is a samsung<br>
> 2032mw.<br>
> The screen resolution program only gives me a max resolution of 1280*1024<br>
> while i should be able to do 1680x1050.<br>
> My laptop screen does 1280*800.<br>
<br>
</div></div>You are hitting a limitation (read: bug, more specifically<br>
<a href="https://launchpad.net/bugs/220563" target="_blank">https://launchpad.net/bugs/220563</a>) in the current video driver<br>
architecture that doesn't allow you to extend the desktop beyond the<br>
initial size.  There's a workaround: edit the /etc/X11/xorg.conf file as<br>
root, find the Screen section, and add<br>
<br>
        SubSection "Display"<br>
                Virtual         2048 2048<br>
        EndSubSection<br>
<br>
inside (replace 2048x2048 with whatever *maximum* size of the extended<br>
desktop you want).  Then reboot (or press Ctrl+Alt+Backspace to restart<br>
the X server) and you'll be able to use the Screen Resolution applet to<br>
get the extended desktop you want.<br>
<br>
There are two caveats: if you use 3D effects (aka Compiz), and switch<br>
between one display and extended desktop, sometimes part of the screen<br>
stops updating and you have to restart Compiz to unblock it.  (Alt+F2,<br>
type "compiz --replace", press Enter).  It's this bug:<br>
<br>
  <a href="https://launchpad.net/bugs/218000" target="_blank">https://launchpad.net/bugs/218000</a><br>
<br>
<a href="https://launchpad.net/bugs/159086" target="_blank">https://launchpad.net/bugs/159086</a> (window list in the panel stops<br>
updating) is somewhat related, and fixed with the same workaround.<br>
<br>
The other caveat is that if the total size of your desktop exceeds 2048<br>
pixels in any direction, you won't be able to use desktop 3D effects<br>
(part of the desktop beyond the 2048x2048 area will not be drawn).  It's<br>
this bug:<br>
<br>
  <a href="https://launchpad.net/bugs/146859" target="_blank">https://launchpad.net/bugs/146859</a><br>
<br>
and the workaround is a little bit more complicated (patching and<br>
recompiling Mesa and the intel video driver).<br>
<br>
Regards,<br>
Marius Gedminas<br>
<font color="#888888">--<br>
The typewriter was invented by Hungarian immigrant Qwert Yuiop, who left his<br>
"signature" on the keyboard.<br>
        -- "Kim"<br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFIOp8CkVdEXeem148RArdlAJ4++aJZ3h7gWPcBt7GBuuKxQRYVBgCeLUt7<br>
aM8sWhP3yKB5fvybdOaSgn4=<br>
=vMZC<br>
-----END PGP SIGNATURE-----<br>
<br>--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br></blockquote></div><br>