hello everybody,<br><br>As say in title I try to have a third screen with a displayLink device (USB to VGA form Konig) in order to have an extended desktop on three screens<br>I follow those steps <a href="http://blogg.noonday.se/2010/01/28/linux-usb-video-adapter/">http://blogg.noonday.se/2010/01/28/linux-usb-video-adapter/</a><br>
udlfb &amp; xf86-video-displaylink are correctly installed (I used this patch to get the last working <a href="http://git.plugable.com/gitphp/index.php?p=xf-video-udlfb&amp;a=blobdiff&amp;h=11f2e6b9f9790d0c362a196d19419f202a40a512&amp;hp=212e11fb358b413628acca6ffb61041b7a166d1e&amp;hb=ace449b4d1f51e3ac94636a82ad56f80e6870ba4&amp;f=src/displaylink.c">http://git.plugable.com/gitphp/index.php?p=xf-video-udlfb&amp;a=blobdiff&amp;h=11f2e6b9f9790d0c362a196d19419f202a40a512&amp;hp=212e11fb358b413628acca6ffb61041b7a166d1e&amp;hb=ace449b4d1f51e3ac94636a82ad56f80e6870ba4&amp;f=src/displaylink.c</a>).<br>
I had no /etc/X11/xorg.conf so I generated one with Xorg - confgure which is<br><br>Section &quot;ServerLayout&quot;<br>    Identifier     &quot;X.org Configured&quot;<br>    Screen      0  &quot;Screen0&quot; 0 0<br>    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>    ModulePath   &quot;/usr/lib/xorg/modules&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/misc&quot;<br>
    FontPath     &quot;/usr/share/fonts/X11/cyrillic&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/100dpi/:unscaled&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/75dpi/:unscaled&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/Type1&quot;<br>
    FontPath     &quot;/usr/share/fonts/X11/100dpi&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/75dpi&quot;<br>    FontPath     &quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;<br>    FontPath     &quot;built-ins&quot;<br>
EndSection<br><br>Section &quot;Module&quot;<br>    Load  &quot;dbe&quot;<br>    Load  &quot;dri&quot;<br>    Load  &quot;dri2&quot;<br>    Load  &quot;extmod&quot;<br>    Load  &quot;record&quot;<br>    Load  &quot;glx&quot;<br>
EndSection<br><br>Section &quot;InputDevice&quot;<br>    Identifier  &quot;Keyboard0&quot;<br>    Driver      &quot;kbd&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>    Identifier  &quot;Mouse0&quot;<br>    Driver      &quot;mouse&quot;<br>
    Option        &quot;Protocol&quot; &quot;auto&quot;<br>    Option        &quot;Device&quot; &quot;/dev/input/mice&quot;<br>    Option        &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>
    Identifier   &quot;Monitor0&quot;<br>    VendorName   &quot;Monitor Vendor&quot;<br>    ModelName    &quot;Monitor Model&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>        ### Available Driver options are:-<br>
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,<br>        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,<br>        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;<br>
        ### [arg]: arg optional<br>        #Option     &quot;SWcursor&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;HWcursor&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;NoAccel&quot;                # [&lt;bool&gt;]<br>
        #Option     &quot;ShadowFB&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;VideoKey&quot;               # &lt;i&gt;<br>    Identifier  &quot;Card0&quot;<br>    Driver      &quot;nouveau&quot;<br>
    BusID       &quot;PCI:1:0:0&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier &quot;Screen0&quot;<br>    Device     &quot;Card0&quot;<br>    Monitor    &quot;Monitor0&quot;<br>    SubSection &quot;Display&quot;<br>
        Viewport   0 0<br>        Depth     1<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     4<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>
        Depth     8<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     15<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     16<br>
    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     24<br>    EndSubSection<br>EndSection<br><br>I tried to adapt with what i Read like this <br><br>Section &quot;ServerLayout&quot;<br>
    Identifier     &quot;X.org Configured&quot;<br>    Screen      0  &quot;Screen0&quot; 0 0<br>    Screen  1       &quot;Screen0&quot; LeftOf &quot;DisplayLinkScreen&quot;<br>        Option          &quot;Xinerama&quot; &quot;off&quot;<br>
EndSection<br><br>Section &quot;Files&quot;<br>    ModulePath   &quot;/usr/lib/xorg/modules&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/misc&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/cyrillic&quot;<br>
    FontPath     &quot;/usr/share/fonts/X11/100dpi/:unscaled&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/75dpi/:unscaled&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/Type1&quot;<br>    FontPath     &quot;/usr/share/fonts/X11/100dpi&quot;<br>
    FontPath     &quot;/usr/share/fonts/X11/75dpi&quot;<br>    FontPath     &quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;<br>    FontPath     &quot;built-ins&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>
    Load  &quot;dbe&quot;<br>    Load  &quot;dri&quot;<br>    Load  &quot;dri2&quot;<br>    Load  &quot;extmod&quot;<br>    Load  &quot;record&quot;<br>    Load  &quot;glx&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>
    Identifier   &quot;Monitor0&quot;<br>    VendorName   &quot;Monitor Vendor&quot;<br>    ModelName    &quot;Monitor Model&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>        ### Available Driver options are:-<br>
        ### Values: &lt;i&gt;: integer, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,<br>        ### &lt;string&gt;: &quot;String&quot;, &lt;freq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,<br>        ### &lt;percent&gt;: &quot;&lt;f&gt;%&quot;<br>
        ### [arg]: arg optional<br>        #Option     &quot;SWcursor&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;HWcursor&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;NoAccel&quot;                # [&lt;bool&gt;]<br>
        #Option     &quot;ShadowFB&quot;               # [&lt;bool&gt;]<br>        #Option     &quot;VideoKey&quot;               # &lt;i&gt;<br>    Identifier  &quot;Card0&quot;<br>    Driver      &quot;nouveau&quot;<br>
    BusID       &quot;PCI:1:0:0&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier &quot;Screen0&quot;<br>    Device     &quot;Card0&quot;<br>    Monitor    &quot;Monitor0&quot;<br>    SubSection &quot;Display&quot;<br>
        Viewport   0 0<br>        Depth     1<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     4<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>
        Depth     8<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     15<br>    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     16<br>
    EndSubSection<br>    SubSection &quot;Display&quot;<br>        Viewport   0 0<br>        Depth     24<br>    EndSubSection<br>EndSection<br>#################################################<br><br>Section &quot;Files&quot;<br>
        ModulePath      &quot;/usr/lib/xorg/modules&quot;<br>        ModulePath      &quot;/usr/local/lib/xorg/modules&quot;<br>    ModulePath    &quot;/usr/local/lib/xorg/modules/drivers&quot;<br>EndSection<br><br>############### DisplayLink Stuff ###############<br>
<br>Section &quot;Device&quot;<br>        Identifier      &quot;DisplayLinkDevice&quot;<br>        driver          &quot;displaylink&quot;<br>        Option  &quot;fbdev&quot; &quot;/dev/fb1&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>
        Identifier      &quot;DisplayLinkMonitor&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>        Identifier      &quot;DisplayLinkScreen&quot;<br>    Device          &quot;DisplayLinkDevice&quot;<br>        Monitor         &quot;DisplayLinkMonitor&quot;<br>
        SubSection &quot;Display&quot;<br>                Depth   16<br>        Modes   &quot;1024x768&quot;<br>        EndSubSection<br>EndSection<br><br>I have a green screen on the screen connected to the displayLink device, but no third screen for my extended desktop<br>
Have you any suggestion in which way I shoud search?<br>Can I know if my device is supported?<br><br>Thanks for your suggestions<br><br>regards (and sorry for my bad english)<br><br><br><br><br><br>