사용자는 일부 패키지를 컴파일 한 후 Ubuntu 9.04에서 작동한다고보고합니다. http://mulchman.org/blog/?tag=displaylink
편집 : apt-cache search displaylink는 xserver-xorg-video-displaylink-DisplayLink 장치 용 X 드라이버를 반환합니다 ... 작동하지 않으면 포함되지 않습니다. 모든 해상도를 지원하지는 않지만 작동하는 것 이상으로 충분하다고 생각합니다.
편집 :이 섹션을 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
Windows 드라이버에서도 모든 칩셋에서 모든 해상도가 지원되는 것은 아닙니다.
주목해야 할 또 다른 요점은 일부 구성에서 DVI 동글이 제대로 작동하지 않는다는 점입니다.
좋아, 어쩌면 나는 그것을 발견했다 : 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).
다른 스레드에서 녹색 화면 문제는 DirectFB 사용으로 인한 것입니다
여기서 토론 : http://web.archiveorange.com/archive/v/BNQl8iH957oQe619QVek
느리게 작동하면 나타납니다. 하지만 문제의 상자는 266MHz 괴물 이었으므로 ...