I have a problem with installing my display Lenovo LT1421 on Ubuntu. I tried to install original driver (http://www.displaylink.com/downloads/ubuntu) according to manual on DisplayLink website (http://support.displaylink.com/knowledgebase/articles/615714-how-to-install-displaylink-software#ubuntu) but it wont work. It only shows black screen. Apt-get update, dist-upgrade and upgrade was already done. I have kernel 3.19.0-51-generic and version 14.04.1-Ubuntu SMP Fri Feb 26 22:02:58 UTC 2016.
xrandr --listproviders shows this:
Providers: number : 1
Provider 0: id: 0x199 cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 0 name:modesetting
Display is visible in lsusb and dmesg shows this:
[ 385.035567] usb 1-1: new high-speed USB device number 3 using ehci-pci
[ 385.391498] usb 1-1: New USB device found, idVendor=17e9, idProduct=03e0
[ 385.391505] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 385.391507] usb 1-1: Product: Lenovo LT1421 wide
[ 385.391509] usb 1-1: Manufacturer: DisplayLink
[ 385.391511] usb 1-1: SerialNumber: 6V9CHDG9
[ 385.399108] [drm] vendor descriptor length:17 data:17 5f 01 00 15 05 00 01 03 00 04
[ 385.792728] udl 1-1:1.0: fb3: udldrmfb frame buffer device
[ 385.792734] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 385.792736] [drm] No driver support for vblank timestamp query.
[ 385.792739] [drm] Initialized udl on minor 3
[ 385.831167] [D] evdi_detect Painter is disconnected
[ 385.832991] [D] evdi_detect Painter is disconnected
[ 385.840739] [D] evdi_detect Painter is disconnected
[ 386.262437] [D] evdi_detect Painter is disconnected
[ 386.263054] [D] evdi_detect Painter is disconnected
[ 386.263538] [D] evdi_detect Painter is disconnected
[ 386.668883] [D] evdi_detect Painter is disconnected
[ 388.880960] [D] evdi_painter_connect (dev=2) Connected with ffff88007919c000
[ 388.881025] [D] evdi_painter_connect (dev=2) Edid (3 bytes): 00 ff ff
[ 388.881033] [D] evdi_detect (dev=2) Painter is connected
[ 389.298588] [D] evdi_detect (dev=2) Painter is connected
[ 389.299002] [D] evdi_detect (dev=2) Painter is connected
[ 389.299005] [D] evdi_painter_get_edid (dev=2) 00 ff ff
I tried to install it by an old way: install xserver-xorg-video-displaylink but it says that this package is no more available. That sounds logic because it should be already in kernel, but...
I am totally trapped with this issue.
Is there any other way or some trick?
Thanks a lot for any response!
EDIT1: Maybe it is good to say, that I am trying it on virtualized Linux (using VMware).