Thanks for your prompt reply!  I installed the two modules you<br>suggested and the script no longer complains about it.  Good! <br>Unfortunately it still get (new) error messages:<br><br>  (EE) DL(0): Unknown EDID version 146<br>
  (EE) DL(0): Unknown EDID version 31<br><br>If I ran the same script again, I get the same two error messages, but<br>the version number differs each time.  I tried to google this error<br>message but I couldn&#39;t find anything concrete.  In case this matters,<br>
I tried this on an xubuntu 11.04laptop with a GMA4500 GPU, and a xubuntu 10.10 netbook with GMA945.   Same error messages (different version numbers).<br><br>Thanks for your help and suggestion.<br><br><div class="gmail_quote">
On Sat, Jul 16, 2011 at 4:28 PM, Marcus Becker <span dir="ltr">&lt;<a href="mailto:marcus.disi@gmail.com">marcus.disi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
it looks to me you didn&#39;t install the display module for Xorg (does<br>
Ubuntu still use Xorg or did they switch to wayland?)<br>
run aptitude and search for those modules like:<br>
aptitude search displaylink<br>
and<br>
aptitude search void<br>
then you can install them via<br>
aptitude install &lt;packagename&gt; (usually something like xf86-video-displaylink)<br>
<br>
xfce4 has a startscript, right? like &#39;/usr/bin/startxfce4&#39; (don&#39;t know<br>
much about Debian or Ubuntu :/ )<br>
<br>
Hope that helps :)<br>
<br>
Marcus<br>
<div><div></div><div class="h5"><br>
On 16 July 2011 20:09, S W &lt;<a href="mailto:partita1234@gmail.com">partita1234@gmail.com</a>&gt; wrote:<br>
&gt; Thanks for your script!<br>
&gt;<br>
&gt; I have a displaylink device from plugable, and when I tried to run this<br>
&gt; script on my<br>
&gt; xubuntu 11.04 laptop I ended up with the error messages<br>
&gt;<br>
&gt;   (EE) Failed to load module &quot;displaylink&quot; (module does not exist, 0)<br>
&gt;<br>
&gt;   (EE) Failed to load module &quot;void&quot; (module does not exist, 0)<br>
&gt;   (EE) No drivers available.<br>
&gt;<br>
&gt; (I&#39;ve sent along the complete Xorg.1.log for reference).  How should I<br>
&gt; modifiy xorg.conf.DL<br>
&gt; file to load these two files/modules?  I also notice that your .xinitrc2<br>
&gt; ends with<br>
&gt;<br>
&gt;<br>
&gt;   exec /usr/bin/awesome<br>
&gt;<br>
&gt; Since I use xfce I changed that to<br>
&gt;<br>
&gt;   exec /usr/bin/xfce4-session<br>
&gt;<br>
&gt; Is that correct, and if not, what should it be?<br>
&gt;<br>
&gt; I have installed the libdlo library a la<br>
&gt;<br>
&gt;  <a href="http://libdlo.freedesktop.org/wiki/" target="_blank">http://libdlo.freedesktop.org/wiki/</a><br>
&gt;<br>
&gt;<br>
&gt; I made an accidential discover today: after xubuntu boots up at the log in<br>
&gt; screen (but before<br>
&gt; I log in), I pluggd the external monitor to the VGA port; immediately I got<br>
&gt; an extended<br>
&gt; desktop.  And after I logged in, I was able to drag windows between the LCD<br>
&gt; screen and the<br>
&gt;<br>
&gt; external monitor, so at least the libdlo library works!  But when I plugged<br>
&gt; in the displaylink<br>
&gt; device and then the monitor, I got back the familiar green screen :-(<br>
&gt;<br>
&gt; Any advice and comments are most welcome.<br>
&gt;<br>
&gt;<br>
&gt; On April 6, 2011 at 3:08 PM Marcus Becker &lt;marcus.disi at <a href="http://googlemail.com" target="_blank">googlemail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; I had major trouble getting the second display to work with the nvidia<br>
&gt;&gt; binary driver on the main display. Lucky me, I found this post:<br>
&gt;&gt; <a href="http://ubuntuforums.org/showthread.php?t=1313190" target="_blank">http://ubuntuforums.org/showthread.php?t=1313190</a><br>
&gt;&gt; To share the wisdom I gathered...<br>
&gt;&gt;<br>
&gt;&gt; The script displaylink.sh starts xinit with the second xorg.conf.DL<br>
&gt;&gt; and xinit executes the second .xinitrc2 script in my home directory.<br>
&gt;&gt; Finally x2x is executed to run in the background, it switched the<br>
&gt;&gt; input devices between the displays (mouse).<br>
&gt;&gt;<br>
&gt;&gt; The x2x program works flawless and I can run awesome twice to have to<br>
&gt;&gt; independent desktops.<br>
&gt;&gt; The good thing, this should work with any other card  :)<br>
&gt;&gt;<br>
&gt;&gt; One last hint, turn off dpms on the udlfb display (it never wakes up<br>
&gt;&gt; again)<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Marcus<br>
&gt;&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Libdlo mailing list<br>
&gt; <a href="mailto:Libdlo@lists.freedesktop.org">Libdlo@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/libdlo" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libdlo</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>