9

I shortly installed Ubuntu on my Notebook. Standalone everything works like a charm, but if I connect it with the docking station the displays will not work like they are meant to be. So after three hours of searching and trying I need help or have to switch back to Windows.

Here is what I have:

  • DELL Precision M4800 Notebook
  • NVIDIA Quadro K2100M videocard
  • three identical external displays, all 23''
  • docking station (DELL Port Replicator)
  • Ubuntu 14.04.1 LTS 64 Bit installed

I want to use two displays with DVI and the last one with VGA (because the dockingstation only have two DVI ports). One of the displays is turned upright and now there should be an extended desktop over these three external displays, the internal display can be turned off in the dockingstation.

From the DELL support page I have installed every driver that I have found, also from the NVIDIA site. Now I have "NVIDIA binary driver - version 331.113" and nvidia-settings installed. But when I try to configure the displays (either with the display settings in Ubuntu or with the installed "NVIDIA X Server Settings") the desktop will be distorted and moves around when the cursor gets to one edge.

Does anybody have a solution to solve the problem? Or a general hint in which direction I should search to get closer to a solution?

If more information are needed, feel free to ask, I will provide as many information as I can.

2 Answers2

3

This affected me too. Finally after weeks of frustration I found the solution posted in a Launchpad bug (https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1382462).

In short:

  1. Install CCSM (sudo apt-get install compizconfig-settings-manager)
  2. In CCSM go to "General Options" --> "Display Settings" and do the following:

    • Un-check "Detect Outputs"
    • In the Outputs array, set the resolutions of each of your screens.

      In my case it was:

      1920x1080+0+0

      1920x1080+1920+0

  3. Now edit your display configuration as usual. In Unity: Dash --> Screen Display

Gfish
  • 31
  • 1
0

I have the same laptop and docking station and the same issues as you (3 monitors, but only those plugged into DVI works).

It's not a perfect solution, but in my case I've found uninstalling nvidia-settings made things a lot more stable BUT you're stuck with just two displays where plugged into DVI. The laptop screen and the one plugged into VGA does not show up in Display Settings :(

It's stable like this though so I've stuck with this for now until I figure out a solution (does all 4 display works with Windows?).

Hope that's of some help to you though.