<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi all,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I bought this USB video adapter (plugable UGA-2K-A) to plugin a third monitor to my laptop dell studio 1558. I have read a lot of documentations and threads in <a href="http://lists.freedesktop.org/" target="_blank" style="color:rgb(17,85,204)">lists.freedesktop.org</a> and still don't know how to do it.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
This is my configuration:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Laptop Dell Studio 1558</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Monitor dell 23" which is connected to the HDMI in the laptop</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Monitor dell 19" (the one I would like connect via the USB video adapter)</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Debian Squeeze 64bits </div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Kernel 2.6.32</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Xorg 1.7</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">ATI drivers for ATI Mobility Radeon HD 5400</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I have just installed xorg-dev and libusb-dev. Then, I installed udlfb by these commands:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><pre style="white-space:pre-wrap"><font size="4">git clone <a href="http://git.plugable.com/webdav/udlfb/" target="_blank" style="color:rgb(17,85,204)">http://git.plugable.com/webdav/udlfb/</a>
cd udlfb
make
sudo make install
sudo depmod -a</font></pre></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I can see the green screen in dell 19". I have tried to install xf86-video-displaylink-03 follow the instructions in <a href="http://mulchman.org/blog/?p=21" target="_blank" style="color:rgb(17,85,204)">http://mulchman.org/blog/?p=21</a> but I got this error:</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<div>Dellio1558:~/temp/xf86-video-displaylink$ make</div><div>make  all-recursive</div><div>make[1]: Entering directory `/home/alvaro/temp/xf86-video-displaylink'</div><div>Making all in src</div><div>make[2]: Entering directory `/home/alvaro/temp/xf86-video-displaylink/src'</div>
<div>/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1   -g -O2 -MT displaylink.lo -MD -MP -MF .deps/displaylink.Tpo -c -o displaylink.lo displaylink.c</div>
<div>libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -g -O2 -MT displaylink.lo -MD -MP -MF .deps/displaylink.Tpo -c displaylink.c  -fPIC -DPIC -o .libs/displaylink.o</div>
<div>displaylink.c:49:27: error: xf86Resources.h: No such file or directory</div><div>displaylink.c:50:21: error: xf86RAC.h: No such file or directory</div><div>displaylink.c: In function ‘DisplayLinkPreInit’:</div><div>displaylink.c:285: error: ‘struct _ScrnInfoRec’ has no member named ‘racMemFlags’</div>
<div>displaylink.c:285: error: ‘RAC_FB’ undeclared (first use in this function)</div><div>displaylink.c:285: error: (Each undeclared identifier is reported only once</div><div>displaylink.c:285: error: for each function it appears in.)</div>
<div>displaylink.c:285: error: ‘RAC_COLORMAP’ undeclared (first use in this function)</div><div>displaylink.c:285: error: ‘RAC_CURSOR’ undeclared (first use in this function)</div><div>displaylink.c:285: error: ‘RAC_VIEWPORT’ undeclared (first use in this function)</div>
<div>displaylink.c:287: error: ‘struct _ScrnInfoRec’ has no member named ‘racIoFlags’</div><div>make[2]: *** [displaylink.lo] Error 1</div><div>make[2]: Leaving directory `/home/alvaro/temp/xf86-video-displaylink/src'</div>
<div>make[1]: *** [all-recursive] Error 1</div><div>make[1]: Leaving directory `/home/alvaro/temp/xf86-video-displaylink'</div><div>make: *** [all] Error 2</div></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
I tried to find a solution for this, but I couldn't find it. I don't know if it's this what I have to install next. If I restart the laptop with the USB video adapter connected to the laptop, this won't start it. I have to unplug the adapter in order to start Debian again.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
I will appreciate any help.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Kind Regards,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
   Alvaro</div>