How to get dual monitors working with Nvidia in Ubuntu 14.10

Jonathan Doklovic

I just got a new Dell XPS15 whic has an Nvidia GeForce GT 750m card in it. After trying every variation of driver setup between Ubuntu 14.04 and Ubuntu 14.10, I finally have a "usable" system, but I'm not very happy with it... Everything is just slow compared to my old precision running 14.04 with an Nvidia card. (e.g. the mouse is jerky, switching workspaces is slow, etc)

However, the real problem and probably at the root of the other problems is the fact that my system doesn't seem to like my external monitor.

It works, but when I go into nvidia-settings, it doesn't show 2 monitors like I expected but instead only one as shown in this nvidia-settings image:

enter image description here

Also, when I go into the displays portion of system settings, it totally gets the primary and secondary displays mixed up, sort of.... it shows that the built-in is selected as the primary display, but it puts the top Gnome bar on the external display, and if I want to use workspaces, I have to allow workspaces on non-primary displays. see this image grabbed from my secondary display:

grabbed from my secondary display

I've tried everything and I'm not sure how it's possible to get this configured.

output of inxi -Gxx

:~$ inxi -Gxx
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:0416
       Card-2: NVIDIA GK107M [GeForce GT 750M] bus-ID: 02:00.0 chip-ID: 10de:0fe4
       Display Server: X.Org 1.16.0 drivers: nvidia,intel Resolution: [email protected], [email protected]
       GLX Renderer: GeForce GT 750M/PCIe/SSE2 GLX Version: 4.4.0 NVIDIA 331.113 Direct Rendering: Yes

xorg.conf

Section "ServerLayout"
  Identifier "layout"
  Screen 0 "nvidia"
  Inactive "intel"
EndSection

Section "Device"
  Identifier "intel"
  Driver "intel"
  BusID "PCI:0@0:2:0"
  Option "AccelMethod" "SNA"
EndSection

Section "Screen"
  Identifier "intel"
  Device "intel"
EndSection

Section "Device"
  Identifier "nvidia"
  Driver "nvidia"
  BusID "PCI:2@0:0:0"
  Option "ConstrainCursor" "off"
EndSection

Section "Screen"
  Identifier "nvidia"
  Device "nvidia"
  Option "AllowEmptyInitialConfiguration" "on"
  Option "IgnoreDisplayDevices" "CRT"
EndSection
neutreno

You appear to be having a very similar issue to what I had with a Dell Alienware laptop. I posted a solution that worked for me here: Dual monitor setup, why does NVidia 340 Prime only detect one monitor?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Dual monitors not working with an Nvidia card

From Dev

How do I get three monitors working with Nvidia?

From Dev

How to Connect Dual Monitors

From Dev

Dual monitors, second monitor not working

From Dev

trying dual monitors with nvidia quadro 4000

From Dev

when using intellij running dual monitors on ubuntu, how to get menu to get menu popup not to drift back to first window?

From Dev

Ubuntu 14.04 and Windows 10 dual boot not working

From Dev

How do I get different background images on my dual monitors?

From Dev

How can I get VirtualBox to play nicely with dual monitors?

From Dev

How to get all four monitors working?

From Dev

How do I set up dual monitor wallpaper (Ubuntu/NVIDIA)?

From Dev

Windows 10 Upgrade Dual Monitors Broken

From Dev

How to UEFI dual boot Windows 10 and Ubuntu?

From Dev

How to dual boot Windows 10 and Ubuntu

From Dev

How to dual boot Ubuntu with Windows 10?

From Dev

Ubuntu 14.04 Intel Graphics Dual / Extended Monitors

From Dev

Ubuntu 14.04 Intel Graphics Dual / Extended Monitors

From Dev

Ubuntu 20.04 Nvidia prime on Demand and External Monitors

From Dev

Ubuntu 20.04 Nvidia prime on Demand and External Monitors

From Dev

Lost dual displays in Ubuntu 14

From Dev

How do I get Nvidia graphics working with kernel 5.10 on Ubuntu 20.10?

From Dev

How do I setup dual monitors in XFCE?

From Dev

How do I setup dual monitors in XFCE?

From Dev

How to span single wallpaper over dual monitors?

From Dev

How to use dual monitors on a system with 2 computers?

From Dev

how to extend the window on Chromebook with dual monitors?

From Dev

How can I get my dual monitors to work in Windows 7, after no online solutions work?

From Dev

Dual screen not working with a Nvidia binary driver

From Dev

Ubuntu 16.04 Vertical Tearing (NVIDIA with Dual Screens)

Related Related

  1. 1

    Dual monitors not working with an Nvidia card

  2. 2

    How do I get three monitors working with Nvidia?

  3. 3

    How to Connect Dual Monitors

  4. 4

    Dual monitors, second monitor not working

  5. 5

    trying dual monitors with nvidia quadro 4000

  6. 6

    when using intellij running dual monitors on ubuntu, how to get menu to get menu popup not to drift back to first window?

  7. 7

    Ubuntu 14.04 and Windows 10 dual boot not working

  8. 8

    How do I get different background images on my dual monitors?

  9. 9

    How can I get VirtualBox to play nicely with dual monitors?

  10. 10

    How to get all four monitors working?

  11. 11

    How do I set up dual monitor wallpaper (Ubuntu/NVIDIA)?

  12. 12

    Windows 10 Upgrade Dual Monitors Broken

  13. 13

    How to UEFI dual boot Windows 10 and Ubuntu?

  14. 14

    How to dual boot Windows 10 and Ubuntu

  15. 15

    How to dual boot Ubuntu with Windows 10?

  16. 16

    Ubuntu 14.04 Intel Graphics Dual / Extended Monitors

  17. 17

    Ubuntu 14.04 Intel Graphics Dual / Extended Monitors

  18. 18

    Ubuntu 20.04 Nvidia prime on Demand and External Monitors

  19. 19

    Ubuntu 20.04 Nvidia prime on Demand and External Monitors

  20. 20

    Lost dual displays in Ubuntu 14

  21. 21

    How do I get Nvidia graphics working with kernel 5.10 on Ubuntu 20.10?

  22. 22

    How do I setup dual monitors in XFCE?

  23. 23

    How do I setup dual monitors in XFCE?

  24. 24

    How to span single wallpaper over dual monitors?

  25. 25

    How to use dual monitors on a system with 2 computers?

  26. 26

    how to extend the window on Chromebook with dual monitors?

  27. 27

    How can I get my dual monitors to work in Windows 7, after no online solutions work?

  28. 28

    Dual screen not working with a Nvidia binary driver

  29. 29

    Ubuntu 16.04 Vertical Tearing (NVIDIA with Dual Screens)

HotTag

Archive