Un utente segnala che funziona su Ubuntu 9.04 dopo aver compilato alcuni pacchetti: http://mulchman.org/blog/?tag=displaylink
modifica: ricerca apt-cache displaylink restituisce xserver-xorg-video-displaylink - driver X per dispositivi DisplayLink ... non verrebbe incluso se non funzionasse. Potrebbe non supportare TUTTE le risoluzioni, ma penso che funzionerà più che soddisfacente.
modifica: proverei a incollare questa sezione nella configurazione di xorg:
Section "Device"
Identifier "DisplayLinkDevice"
driver "displaylink"
Option "fbdev" "/dev/fb1"
EndSection
Section "Monitor"
Identifier "DisplayLinkMonitor"
EndSection
Section "Screen"
Identifier "DisplayLinkScreen"
Device "DisplayLinkDevice"
Monitor "DisplayLinkMonitor"
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
EndSection
Anche con i driver di Windows non tutte le risoluzioni sono supportate su tutti i chipset.
un altro punto degno di nota è che in alcune configurazioni è stato notato che il dongle DVI non funziona in modo appropriato
va bene forse l'ho trovato: http://lists.freedesktop.org/archives/libdlo/2010-November/000807.html
The most interesting thing is that I found out why I can use the
displaylink driver together with nvidia but not the fbdev driver.
This is just an explicit check (xf86Bus.c, xf86PostProbe()) whether both
framebuffer and pci devices have been claimed, if so the server refuses
to start.
The displaylink driver just clears the corresponding fbSlotClaimed flag,
no more magic required. But, there is another (similar) check in
xf86ClaimFbSlot() (xf86fbBus.c) that, when claiming a frambuffer slot,
makes sure no PCI slot has been allocated, I guess thats the reason why
the displaylink driven device must be registered first (as primary screen).
Su un altro thread il problema dello schermo verde è attribuito all'uso di DirectFB
discussione qui: http://web.archiveorange.com/archive/v/BNQl8iH957oQe619QVek
indicano che ha funzionato, se lentamente. ma la scatola in questione era un mostro a 266MHz quindi ...