Quick update/correction:<br><br>Gnome (without failsafe) does work - its compiz that has issues and crashes:<br>$ gnome-wm<br>WARNING: Application calling GLX 1.3 function &quot;glXCreatePixmap&quot; when GLX 1.3 is not supported!  This is an application bug!<br>
miptree doesn&#39;t match image<br>compiz: intel_regions.c:400: intel_region_copy: Assertion `src-&gt;cpp == dst-&gt;cpp&#39; failed.<br>Aborted<br><br>Not sure whats going on there - might be due to windows/icons with offscreen coordinates. <br>
<br>Switching to metacity seems to be a simple fix:<br>$ gconftool --type string --set /desktop/gnome/session/required_components/windowmanager metacity<br><br>In my previous post I mentioned that I added kernel options &quot;vga=normal nomodeset&quot; to /etc/default/grub. I actually added just &quot;nomodeset&quot; - the actual line is:<br>
<br>GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash nomodeset&quot;<br><br>I think this might be important given how fussy the configuration is.<br><br>There are a couple of other oddities Ive noticed:<br><br>* Suspend/resume &amp; screen power management dont work (hangs) - you need to disable these in  System &gt; Preferences &gt; Power Management<br>
* nm-applet &amp; blueman applet dont like 16-bit color - they work fine but the icons are in inverse video<br>* Gnome panel hide scrolls the panel onto the other screen rather than hiding it - probably a generic dual screen issue<br>
* the displaylink screen does turn green on startup but only for a very short period (sub-second flash)<br><br>Currently no significant issues outstanding that I know of.<br><br><div class="gmail_quote">On Sat, Oct 16, 2010 at 7:09 PM, Craig Inglis <span dir="ltr">&lt;<a href="mailto:craig.inglis@gmail.com">craig.inglis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">FYI - Its now working nicely with Gnome + Xinerama on my netbook. I can drag windows between screens etc. and everything reverts back to the netbook display if I boot or login without the screen attached.<br>
<br>Netbook: Acer as1410 SU2300 CULV (1366x768 Intel 4500MHD)<br>

OS: <code></code>Linux AA1 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux<br><br>Howto:<br><br>sudo apt-get install libusb-dev xorg-dev build-essential xserver-xorg-video-displaylink git-core<br>


modinfo udlfb # this udlfb does not work well<div class="im"><br><br>sudo apt-get install module-assistant<br>sudo module-assistant prepare<br>git clone <a href="http://git.plugable.com/webdav/udlfb/" target="_blank">http://git.plugable.com/webdav/udlfb/</a><br>


cd udlfb<br>make<br>sudo make install<br>sudo depmod -a<br></div>modinfo udlfb # should show the new udlfb version<br><br>#copy attached xorg.conf to /etc/X11/xorg.conf<br>#check input device paths using info from cat /proc/bus/input/devices<br>

<br># Fix gdm login screen problem...<br>sudo vi /etc/gdm/Init/Default<br># add following after gdmwhich function...<br>XRANDR=`gdmwhich xrandr`<br>if [ &quot;x$XRANDR&quot; != &quot;x&quot; ] ; then<br>  $XRANDR -o 0<br>

fi<br><br># Disable kernel modeset (required by udlfb)<br>sudo vi /etc/default/grub # add following to kernel options: vga=normal nomodeset<br>
sudo update-grub<br># then reboot<br><br>Login using &quot;Gnome Failsafe&quot; window manager. Fluxbox also works without modification.<br><br>Regular Gnome desktop doesn&#39;t work - not sure why - probably gdm issue.<br>

<br>xorg.conf is really fussy if you try to tweak it - so best to check you have ssh access before making changes<br>
<br>Fussy things:<br>   - Displaylink screen must be in ServerLaout before Laptop screen<br>   - modeset needs to disabled using grub kernel option<br>   - Depth has to be 16bit for all screens for Xinerama to work (needs DefaultDepth)<br>


   - Lucid no longer supports kbd module - need to use evdev instead<br>   - AutoAddDevices needs to be false or it crashes<br>
   - 9&quot; screen is recognized as 4&quot; NAV device - need to set DisplaySize to avoid huge fonts<br><br>I didn&#39;t have to blacklist any modules or create <b><span style="font-weight: normal;">fbcon.conf </span></b>and my displaylink screen does not go green during startup - works fine tho.<br>

<br>Regards<br><font color="#888888"><br>Craig</font><div><div></div><div class="h5"><br>
<br><div class="gmail_quote">On Fri, Oct 15, 2010 at 12:58 AM, Bernie Thompson <span dir="ltr">&lt;<a href="mailto:bernie@plugable.com" target="_blank">bernie@plugable.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Wonderful!<br>
<div><div></div><div><br>
On Thu, Oct 14, 2010 at 9:50 PM, Craig Inglis &lt;<a href="mailto:craig.inglis@gmail.com" target="_blank">craig.inglis@gmail.com</a>&gt; wrote:<br>
&gt; Hi Bernie,<br>
&gt; the new udlfb fixed it! Its working great now. Many Thanks!<br>
&gt;<br>
&gt; I&#39;ve attached the xorg.conf I was using. The only custom bit is the<br>
&gt; &quot;DisplaySize&quot; setting that I added to stop some apps using huge fonts. It<br>
&gt; didn&#39;t affect the line issue at all and it may not be necessary with the new<br>
&gt; udlfb.<br>
&gt;<br>
&gt; :-)<br>
&gt;<br>
&gt; On Fri, Oct 15, 2010 at 12:28 AM, Bernie Thompson &lt;<a href="mailto:bernie@plugable.com" target="_blank">bernie@plugable.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Craig,<br>
&gt;&gt;<br>
&gt;&gt; Two thoughts:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Oct 14, 2010 at 9:00 PM, Craig Inglis &lt;<a href="mailto:craig.inglis@gmail.com" target="_blank">craig.inglis@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; (II) DL(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4<br>
&gt;&gt;<br>
&gt;&gt; Can you post your xorg.conf?  Want to make sure Depth is either not<br>
&gt;&gt; specified or set to 16 (udlfb uses 16-bit RGB56)<br>
&gt;&gt;<br>
&gt;&gt; Also, you might want to try the latest udlfb (this is the effectively<br>
&gt;&gt; the version in kernel 2.6.37, but has been carefully ifdef&#39;d to<br>
&gt;&gt; compile for older kernels).<br>
&gt;&gt;<br>
&gt;&gt; sudo apt-get install module-assistant<br>
&gt;&gt; sudo module-assistant prepare<br>
&gt;&gt; git clone <a href="http://git.plugable.com/webdav/udlfb/" target="_blank">http://git.plugable.com/webdav/udlfb/</a><br>
&gt;&gt; cd udlfb<br>
&gt;&gt; make<br>
&gt;&gt; sudo make install<br>
&gt;&gt; sudo depmod -a<br>
&gt;&gt;<br>
&gt;&gt; Let us know if either of these help.<br>
&gt;&gt;<br>
&gt;&gt; Best wishes,<br>
&gt;&gt; Bernie<br>
&gt;&gt; <a href="http://plugable.com/" target="_blank">http://plugable.com/</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Libdlo mailing list<br>
&gt;&gt; <a href="mailto:Libdlo@lists.freedesktop.org" target="_blank">Libdlo@lists.freedesktop.org</a><br>
&gt;&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>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>