dual monitors not working on upgrade to karmic

Bug #462168 reported by tim.rittman
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
nvidia-graphics-drivers-180 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hi All,

I have a Geforce GT8600 graphics card that was working well with dual monitors (two individual X servers) in Jaunty. On upgrade to Karmic I am unable to get the dual monitors working. I have tried nvidia-glx-180, nvidia-glx-185 and nvidia-glx-180-dev. The primary screen is blank, though the mouse will disappear on to it, so it is clearly there somewhere! The nv drivers work, but of course can only put the one X server on both screens.

My xorg.conf file is as follows:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@crested) Sun Feb 1 20:25:37 UTC 2009

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" RightOf "Screen1"
    Screen 1 "Screen1" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
EndSection

Section "ServerFlags"
    Option "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "GNR TS902"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    BusID "PCI:3:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    BusID "PCI:3:0:0"
    Screen 1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "CRT-0: nvidia-auto-select +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-1"
    Option "metamodes" "CRT-1: nvidia-auto-select +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

************************

Any suggestion welcome. Please let me know if you need more information.

Kind regards,

Tim Rittman

Revision history for this message
Maxim Sloyko (maxim-sloyko) wrote :

Same exact issue here with GeForce 8400 GS

Revision history for this message
Maxim Sloyko (maxim-sloyko) wrote :

Workaround: switching to nvidia 173 driver in jockey fixes the issue.

Note: Manually downloading and installing the latest driver from nvidia (190.42) does NOT fix the issue.

Revision history for this message
tim.rittman (tim-rittman) wrote :

Thanks Maxim, that fix works for me too.

Revision history for this message
Paulo Cruz (cruzpaulo) wrote :

I have same issue, GeForce 8600 GT + Samsung 2232BW + TV Samsung 32", it used to work on jaunty simply setting twinview and I had both monitor working. Now with the 18x driver the TV get blank and with the 173 driver any video that I play fills both the screens instead of filling just the screen it belongs.

I've tried removing the xorg.conf and setting it with nvidia-xconfig.

Revision history for this message
Jon UK (jdoull) wrote :

Same problem not solved by driver 173 on Karmic; second monitor blank with GeForce 8400GS. Have tried Nvidia drivers 173, 185 and 190. Worked fine on Ubuntu 8.10 with same xorg.conf file.

Bryce Harrington (bryce)
tags: added: karmic
Revision history for this message
Maxim Sloyko (maxim-sloyko) wrote :

So... Does this work in Lynx?

Revision history for this message
tim.rittman (tim-rittman) wrote :

I can only get it to work with the 173 drivers, which is a bit of a step backwards really. With the 185/190 drivers I can not overcome the widely experienced 'black screen' issue which seems to be something to do with Plymouth. Anyone else any better luck?

Regards,

Tim

Revision history for this message
tim.rittman (tim-rittman) wrote :

OK, managed to get it working with lucid. Needed information from this thread: http://70.87.46.147/vbulletin/showthread.php?p=2252094

The important bit was using 'connectedmonitors' only once.

My xorg.conf now looks like:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder58) Thu Apr 22 20:36:15 PDT 2010

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 20:35:23 PDT 2010

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" LeftOf "Screen1"
    Screen 1 "Screen1" 1024 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-1"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "GNR TS902"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    Option "ConnectedMonitor" "DFP-0,CRT-1"
    BusID "PCI:3:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8600 GTS"
    BusID "PCI:3:0:0"
    Screen 1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "CustomEDID" "DFP-0:/etcX11/edid.bin"
    Option "NoPowerConnectorCheck" "True"
    Option "TwinView" "0"
    Option "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "NoPowerConnectorCheck" "True"
    Option "TwinView" "0"
    Option "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

Revision history for this message
Maxim Sloyko (maxim-sloyko) wrote :

Thanks, Tim.

Just upgraded to Lucid, but, unfortunately, was unable to get two monitors working with 180/190 drivers, even with hell of a tweaking, using your config and the link you provided, so I'm stuck with 173 for like, forever, I guess, since nobody else cares about this bug.

Revision history for this message
tim.rittman (tim-rittman) wrote :

I'm sorry to hear that. It is very frustrating. Can you post your tweaked xorg.conf and information from /var/log/Xorg.0.log after booting up? This might pinpoint where the problem is.

Revision history for this message
Maxim Sloyko (maxim-sloyko) wrote :

Tim, thanks for you concern, but the machine in question is my $work machine so the time available to play with it is somewhat limited (ironically, this is why I've chosen Ubuntu in the first place). It works OK now with 173, so I'm going to stick with it for sometime...

Revision history for this message
DarioFreije (dario2004) wrote :

I have Lucid amd64 with Geforce 9300 GS. A monitor in VGA plug and a TV in S-video plug.

With driver 173.14.22 works fine. nvidia-setting show the two screens, monitor and tv:
http://img693.imageshack.us/img693/7544/nvidia1732.png

But with "current" driver (195.36.24), nvidia-settings only detect the monitor on VGA plug:
http://img409.imageshack.us/img409/7174/nvidia1952.png

I try this: http://70.87.46.147/vbulletin/showthread.php?p=2252094
and to many xorg config, but don't work.

I stick with 173 too :(

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.