View Single Post
Old 01-02-2016, 06:34 PM   #2
risc
Junior Member
 
Join Date: Jan 2016
Posts: 4
Default

Hi abozvr,

I don't know what hardware you use besides the docking station. I'm currently fighting with a D3100, a new XPS 15 and two U2415 monitors (all Dell).

I'm using the current driver on Arch linux. There is a nice description for the configuration here: https://wiki.archlinux.org/index.php/DisplayLink

I don't know how the DisplayLink service needs to be started in Ubuntu, but that is the first step after the installation.

For each additional provider you get, you have to set the provider output source. You may get a new provider for each monitor that you connect to the docking station:
Code:
xrandr --setprovideroutputsource 1 0
xrandr --setprovideroutputsource 2 0
#...
It's also necessary to load the udl kernel module as described.

You'll be able to work with the external monitors after that. (A restart may help in case of some issues)

Setting the provider output source is NOT permanent (at least on my system), so you may want to call this in a script every time after X is started.

I hope that helps a little bit

While I got my two monitors working with that, I have to mention that there are still issues.
  • [S]the content of some open drop down boxes is not drawn[/S]
  • mouse trails stay partially visible sometimes
  • [S]even more annoying: Some windows are shifted partially to the upper left, out of the visible area[/S]

It might have been more of an Xserver issue. Last time I updated my Arch linux, the two striked through marked issues have been gone . The last seems to depend on some applications. For me, the mouse trails only keep happening with the opera browser. Its drop down boxes/pop-ups look still a little messed up as well. But all options are there and the boxes itself are in place.

Edit 1: added a few lines and words here and there
Edit 2: List of issues
Edit 3: Software updates

Last edited by risc; 04-18-2016 at 10:45 AM. Reason: Driver updates :D
risc is offline   Reply With Quote