Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

The line of USB video adapters made by DisplayLink has a somewhat sordid history under Linux. In past Ubuntu releases, the process of getting them to work has been somewhat difficult, inspiring a number of past questions on this site:

example 1 example 2 example 3

However, there are some indications that version 3.5 of the Linux kernel (which is used by 12.10) contains better support for these adapters, which should make them easier to use. I currently have a single-GPU machine (it is an Nvidia adapter) with dual monitor outputs. I would like to add the DisplayLink adapter to drive a third external monitor. How can I set this up on Ubuntu 12.10?

share|improve this question
1  
I hope someone gets this working. It would be nice to have a "this displaylink adapter works" post somewhere. – Call me V Oct 18 '12 at 19:43

1 Answer

I just added "blacklist udl" to /etc/modprobe.d/blacklist-custom.conf

and commented out "blacklist udlfb" from /etc/modprobe.d/blacklist-framebuffer.conf

This was enough to get the monitor to display the green screen of success.

After that it's just a matter of setting up xorg.conf in the same way as previous Ubuntu versions.

share|improve this answer
Thanks - that helped a lot! – David de Rosier Mar 8 at 8:05
I also confirm it got it working (green screen at least!) for me too (Ubuntu 12.10) – Matthieu Apr 3 at 17:01

protected by Community Apr 3 at 13:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.