<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Got it figured out.&nbsp; It was a BIOS setting.&nbsp; It defaulted to disabling
the internal GPU if an external GPU was present.&nbsp; So I fixed that and
now all 3 monitors should work soon.&nbsp; The Nvidia config manager sees
the two GPU's.&nbsp; I just have to tinker around with an x restart and fix
my xorg.conf.<br>
<br>
Thanks again for the help.<br>
<br>
Joshua<br>
<br>
Mike Harrison wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.1004050954150.19241@w0707.geeklabs.net"
 type="cite">
  <pre wrap="">On Mon, 5 Apr 2010, Joshua Roberts wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I am building a server for a friend of mine.  I am trying to setup two
Nvidia graphics cards to work with Ubuntu 9.10 x64bit.  Each card has 2xDVI
outputs.  the goal is to be able to drive 3-4 monitors simultaneously.  I
have read some pages about editing the xorg.conf, but it seems that in 9.10
the dpkg-reconfigure xserver-xorg command does not work.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I used the nvidia configurator, and am running two nvidia cards, and right 
now, 3 monitors. My config looks like:





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

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Aug 14 18:33:37 PDT 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 "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"
     Identifier     "Monitor0"
     VendorName     "Unknown"
     ModelName      "HP w2408"
     HorizSync       24.0 - 94.0
     VertRefresh     48.0 - 85.0
     Option         "DPMS"
EndSection

Section "Monitor"
     Identifier     "Monitor1"
     VendorName     "Unknown"
     ModelName      "Matrox"
     HorizSync       0.0 - 0.0
     VertRefresh     0.0
EndSection

Section "Device"
     Identifier     "Device0"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "GeForce 8600 GT"
     BusID          "PCI:5:0:0"
EndSection

Section "Device"
     Identifier     "Device1"
     Driver         "nvidia"
     VendorName     "NVIDIA Corporation"
     BoardName      "GeForce 7300 LE"
     BusID          "PCI:4:0:0"
EndSection

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

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

_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>
See JOBS, ANNOUNCE and SCHOOLS lists at
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinf">http://mail.ale.org/mailman/listinf</a>
  </pre>
</blockquote>
</body>
</html>