<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I have two monitor and I use xrandr for extend the desktop (ubuntu
13.04).<br>
With arandr I have configured it and I save a shell script (<tt>/usr/share/setdualmonitor.sh</tt>)
to obtain the desired result:<br>
<tt>#!/bin/sh</tt><tt><br>
</tt><tt>xrandr --output DP3 --off --output DP2 --off --output HDMI2
--off --output HDMI1 --mode 1680x1050 --pos 1920x0 --rotate normal
--output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal
--output DP-1 --off --output VGA1 --off</tt><tt><br>
</tt><br>
I want to make it the default behaviour, so I added to
/etc/lightdm/lightdm.conf <br>
<tt>[SeatDefaults]</tt><tt><br>
</tt><tt>user-session=ubuntu</tt><tt><br>
</tt><tt>greeter-session=unity-greeter</tt><tt><br>
</tt><tt><b># for your login screen, e.g. LightDM (Ubuntu 11.10) or
GDM (11.04 or earlier)</b></tt><tt><b><br>
</b></tt><tt><b>display-setup-script=/usr/share/setdualmonitor.sh</b></tt><tt><b><br>
</b></tt><tt><b># for your desktop session</b></tt><tt><b><br>
</b></tt><tt><b>session-setup-script=/usr/share/setdualmonitor.sh</b></tt><br>
<br>
This doesn't works. In both monitors I have the same output, and the
desktop is not extended.<br>
<br>
How can I make the desktop extended at startup?<br>
<br>
best regards<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="generator" content="Bluefish 2.0.1">
<br>
<br>
<span
style="font-size:8.0pt;font-family:"Verdana","sans-serif";color:#666666"><a
href="http://www.powersoft-audio.com"><img
src="cid:part1.00000204.00000603@powersoft.it"
align="bottom" border="0"></a><br>
<br>
<b>Massimiliano Cialdi</b> | Senior engineer<br>
<br>
<b>email:</b> <a href="mailto:massimiliano.cialdi@powersoft.it">massimiliano.cialdi@powersoft.it</a><br>
<br>
<b>HQ Italy:</b> Via E. Conti, 5 | 50018 Scandicci (FI)
Italy<br>
<br>
<b>direct phone:</b> +39 055 0153429 | <b>Fax: </b> +39
055 735 6235<br>
<b>web</b> site: <a href="http://www.powersoft.it/">www.powersoft.it</a>
| <a href="http://www.powersoft-audio.com/">www.powersoft-audio.com</a><br>
<br>
<img src="cid:part6.03000208.05080200@powersoft.it"
align="bottom" border="0">
</span>
<br>
<br>
</div>
</body>
</html>