I have recently purchased a USB to DVI DisplayLink module for the purposes of having a 3rd monitor connected to my Dell Latitude D630 Laptop. I have used several sites to try and get it working with only partial success.
Here are a couple of sites that have good info but I can’t seem to apply the info appropriately for my purposes:
Four DisplayLink USB graphics adapters with udlfb and fbdev under Linux - YouTube
https://wiki.archlinux.org/index.php/DisplayLink
DisplayLink on Fedora Linux
When I plug in the device into the monitor and the USB port it seems to be activating at the kernel level as I do get the green screen that says it has activated. Here is my dmesg output:
[22837.652318] usb 1-3.2: device descriptor read/64, error -32
[22837.828902] usb 1-3.2: New USB device found, idVendor=17e9, idProduct=0199
[22837.828913] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[22837.828920] usb 1-3.2: Product: USB Adapter
[22837.828926] usb 1-3.2: Manufacturer: DisplayLink
[22837.828931] usb 1-3.2: SerialNumber: 1650000222
[22837.991964] udlfb: DisplayLink USB Adapter - serial #1650000222
[22837.991971] udlfb: vid_17e9&pid_0199&rev_0108 driver's dlfb_data struct at ffff88014b4b7000
[22837.991975] udlfb: console enable=1
[22837.991978] udlfb: fb_defio enable=1
[22837.991980] udlfb: shadow enable=1
[22837.992370] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 04 02
[22837.992372] udlfb: DL chip limited to 2080000 pixel modes
[22837.992445] udlfb: allocated 4 65024 byte urbs
[22837.992542] usbcore: registered new interface driver udlfb
[22838.010617] [drm] Initialized drm 1.1.0 20060810
[22838.022561] usbcore: registered new interface driver udl
[22838.073555] udlfb: 1280x1024 @ 60 Hz valid mode
[22838.073561] udlfb: 720x400 @ 70 Hz valid mode
[22838.073565] udlfb: 640x480 @ 60 Hz valid mode
[22838.073569] udlfb: 640x480 @ 75 Hz valid mode
[22838.073572] udlfb: 800x600 @ 60 Hz valid mode
[22838.073575] udlfb: 800x600 @ 75 Hz valid mode
[22838.073579] udlfb: 1024x768 @ 60 Hz valid mode
[22838.073582] udlfb: 1024x768 @ 75 Hz valid mode
[22838.073586] udlfb: 1280x1024 @ 75 Hz valid mode
[22838.073590] udlfb: 1152x864 @ 75 Hz valid mode
[22838.073593] udlfb: 1280x1024 @ 60 Hz valid mode
[22838.073597] udlfb: Reallocating framebuffer. Addresses will change!
[22838.075298] udlfb: 1280x1024 @ 60 Hz valid mode
[22838.075302] udlfb: set_par mode 1280x1024
[22838.079875] udlfb: DisplayLink USB device /dev/fb1 attached. 1280x1024 resolution. Using 5120K framebuffer memory
This tells me that it should be good to go and is ready to be used but the KRandR screen configuration doesn’t show it as an option.
My next course of action is that I need to put something in the xorg.conf file that declares this as a device or a monitor or something but this seems to make my X not start up. I had this placed in my 50-device.conf file with unsuccessful results:
Section "Device"
Identifier "DisplayLinkDevice"
Driver "displaylink"
Option "fbdev" "/dev/fb1"
EndSection
Any assistance on this would be great.
… usually to find out shortly later on it was only because you misplaced a comma or spelt something wrong or…