Announcement

Collapse
No announcement yet.

NVidia TwinView Randomly Merges Monitors

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NVidia TwinView Randomly Merges Monitors

    Hello,

    I've been running Kubuntu for about 3 years now... starting on 10.04 Lucid Lynx. Ever since upgrading to 12.04 earlier this year I seem to be having sporadic issues where my dual monitor setup (controlled by Nvidia Twinview) randomly merges the two monitors and puts the exact same screen on both monitors. My personal setup is as follows:

    - Dell Latitude D820 (15.4" monitor) on docking station, and this is used as monitor 1... on the left and using a 1280x800 resolution.
    - Dell E198WFP 19" LCD monitor used as monitor 2... on the right and using a 1440x900 resolution.

    When this occurs, it seems to preserve the dual monitor configuration but presents the same exact image on both monitors. By this I mean that when I move to the right of monitor 1, the mouse does not get to monintor 2... it simply drags the 1440x900 section of monitor 2 over to monitor 1 (and I see this same image on both monitors).

    There never seems to be a specific event that will make this occur. Sometimes my machine will run for several days without it happening while sometimes the problem may occur several times in a single day. The only fix I have ever been able to find for this is by logging out of my session and basically restarting X. Any help/guidance on possible solutions for this would be great.

    Below is the current configuration of my Xorg.Conf if that helps anyone.
    #
    nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 295.33 (buildd@zirconium) Fri Mar 30 13:43:34 UTC 2012

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011

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

    Section "InputDevice"
    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 "DELL E198WFP"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    # HorizSync source: edid, VertRefresh source: edid
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce Go 7400"
    Option "NoLogo" "True"
    EndSection

    Section "Screen"

    # Removed Option "metamodes" "DFP: nvidia-auto-select +0+0, CRT: nvidia-auto-select +1280+0"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "True"
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "CRT: 1440x900 +1280+0, DFP: 1280x800 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection




    If desired, I can send pictures showing what a good vs bad session looks like on my monitors, and I can also provide screenshots of a good vs bad nvidia twinview settings window.

    Thanks in advance
Working...
X