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'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"><<a href="mailto:marcus.disi@gmail.com">marcus.disi@gmail.com</a>></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'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 <packagename> (usually something like xf86-video-displaylink)<br>
<br>
xfce4 has a startscript, right? like '/usr/bin/startxfce4' (don'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 <<a href="mailto:partita1234@gmail.com">partita1234@gmail.com</a>> wrote:<br>
> Thanks for your script!<br>
><br>
> I have a displaylink device from plugable, and when I tried to run this<br>
> script on my<br>
> xubuntu 11.04 laptop I ended up with the error messages<br>
><br>
> (EE) Failed to load module "displaylink" (module does not exist, 0)<br>
><br>
> (EE) Failed to load module "void" (module does not exist, 0)<br>
> (EE) No drivers available.<br>
><br>
> (I've sent along the complete Xorg.1.log for reference). How should I<br>
> modifiy xorg.conf.DL<br>
> file to load these two files/modules? I also notice that your .xinitrc2<br>
> ends with<br>
><br>
><br>
> exec /usr/bin/awesome<br>
><br>
> Since I use xfce I changed that to<br>
><br>
> exec /usr/bin/xfce4-session<br>
><br>
> Is that correct, and if not, what should it be?<br>
><br>
> I have installed the libdlo library a la<br>
><br>
> <a href="http://libdlo.freedesktop.org/wiki/" target="_blank">http://libdlo.freedesktop.org/wiki/</a><br>
><br>
><br>
> I made an accidential discover today: after xubuntu boots up at the log in<br>
> screen (but before<br>
> I log in), I pluggd the external monitor to the VGA port; immediately I got<br>
> an extended<br>
> desktop. And after I logged in, I was able to drag windows between the LCD<br>
> screen and the<br>
><br>
> external monitor, so at least the libdlo library works! But when I plugged<br>
> in the displaylink<br>
> device and then the monitor, I got back the familiar green screen :-(<br>
><br>
> Any advice and comments are most welcome.<br>
><br>
><br>
> On April 6, 2011 at 3:08 PM Marcus Becker <marcus.disi at <a href="http://googlemail.com" target="_blank">googlemail.com</a>><br>
> wrote:<br>
><br>
><br>
>> I had major trouble getting the second display to work with the nvidia<br>
>> binary driver on the main display. Lucky me, I found this post:<br>
>> <a href="http://ubuntuforums.org/showthread.php?t=1313190" target="_blank">http://ubuntuforums.org/showthread.php?t=1313190</a><br>
>> To share the wisdom I gathered...<br>
>><br>
>> The script displaylink.sh starts xinit with the second xorg.conf.DL<br>
>> and xinit executes the second .xinitrc2 script in my home directory.<br>
>> Finally x2x is executed to run in the background, it switched the<br>
>> input devices between the displays (mouse).<br>
>><br>
>> The x2x program works flawless and I can run awesome twice to have to<br>
>> independent desktops.<br>
>> The good thing, this should work with any other card :)<br>
>><br>
>> One last hint, turn off dpms on the udlfb display (it never wakes up<br>
>> again)<br>
>><br>
>> Thanks,<br>
>> Marcus<br>
>><br>
><br>
</div></div>> _______________________________________________<br>
> Libdlo mailing list<br>
> <a href="mailto:Libdlo@lists.freedesktop.org">Libdlo@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/libdlo" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libdlo</a><br>
><br>
><br>
</blockquote></div><br>