Announcement

Collapse
No announcement yet.

Dual Monitors Dual Video Cards 2nd Screen Black

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

    Dual Monitors Dual Video Cards 2nd Screen Black

    I have 2 Nvidia PCI video cards.

    The 1st monitor works fine. The 2nd monitor is black and I can't move anything to it. When I move the cursor over it is just an X.

    Here is the xorg.conf file info:

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon Feb 23 15:43:26 PST 2009

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    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"

    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 "DELL M781p"
    HorizSync 30.0 - 85.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection

    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Unkown"
    ModelName "HP 7540"
    HorizSync 30.0 - 70.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce2 MX/MX 400"
    Busid "PCI:5:9:0"
    EndSection

    Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce2 MX 4000"
    Busid "PCI:5:4:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard1"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen1"
    Device "Videocard0"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x4$
    EndSubSection
    EndSection

    Is there something I am missing to use my 2nd monitor?

    Thank you,
    W

    #2
    Re: Dual Monitors Dual Video Cards 2nd Screen Black

    assuming you have the proprietary nvidia driver installed, enter:
    Code:
    kdesudo nvidia-settings
    and configure it there...using twin view...then save it to the xorg file...

    mm0

    P.S. you might want to back up you xorg.conf file first just to be safe.
    Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

    Comment


      #3
      Re: Dual Monitors Dual Video Cards 2nd Screen Black

      I have done that and I get the same thing.

      Here is the output from the Nvidia X Server Settings:

      # nvidia-settings: X configuration file generated by nvidia-settings
      # nvidia-settings: version 1.0 (buildmeister@builder63) Mon Feb 23 15:44:13 PST 2009

      Section "ServerLayout"
      Identifier "Layout0"
      Screen 0 "Screen0" 0 0
      Screen 1 "Screen1" RightOf "Screen0"
      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: xconfig, VertRefresh source: xconfig
      Identifier "Monitor0"
      VendorName "Unknown"
      ModelName "CRT-0"
      HorizSync 30.0 - 85.0
      VertRefresh 50.0 - 160.0
      Option "DPMS"
      EndSection

      Section "Monitor"
      # HorizSync source: edid, VertRefresh source: edid
      Identifier "Monitor1"
      VendorName "Unknown"
      ModelName "HP 7540"
      HorizSync 30.0 - 70.0
      VertRefresh 50.0 - 160.0
      Option "DPMS"
      EndSection

      Section "Device"
      Identifier "Videocard0"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce4 MX 4000"
      BusID "PCI:5:4:0"
      EndSection

      Section "Device"
      Identifier "Videocard1"
      Driver "nvidia"
      VendorName "NVIDIA Corporation"
      BoardName "GeForce2 MX/MX 400"
      BusID "PCI:5:9:0"
      EndSection

      Section "Screen"
      Identifier "Screen0"
      Device "Videocard0"
      Monitor "Monitor0"
      DefaultDepth 24
      Option "metamodes" "1280x1024 +0+0"
      SubSection "Display"
      Depth 24
      Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
      EndSubSection
      EndSection

      Section "Screen"
      Identifier "Screen1"
      Device "Videocard1"
      Monitor "Monitor1"
      DefaultDepth 24
      Option "metamodes" "nvidia-auto-select +0+0"
      SubSection "Display"
      Depth 24
      Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
      EndSubSection
      EndSection

      I feel like I am one little step away from having this work...just can't find that step.

      Thank you
      W

      Comment


        #4
        Re: Dual Monitors Dual Video Cards 2nd Screen Black

        Have you verified that the configuration for the non working display works in single view? Your file looks like it should work, except that I have not way of knowing if the Horiz and Verticle refreresh actually work with the modes and your hardware.

        Comment


          #5
          Re: Dual Monitors Dual Video Cards 2nd Screen Black

          did you set it up for twinview or xinerama? I see xinerama in there, I always use twinview, and it works much better (IMO)
          Dell Inspiron 1720 Laptop<br />Intel T9300 Core2Duo Processor @ 2.5Ghz<br />4 GB Ram | 1920 X 1200 Resolution<br />2 X 160 GB SATA HD Internal<br />Nvidia GeForce 8600M Graphics Adapter<br />Using Kubuntu 9.10

          Comment

          Working...
          X