<div dir="ltr"><div class="gmail_default" style="font-size:small">Running as root made no difference so I modified xorg.conf with Jim&#39;s suggestion. Nothing. That breaks X. Also tried </div><div class="gmail_default" style="font-size:small">

<br></div><div class="gmail_default" style="font-size:small">Option   &quot;metamodes&quot; &quot;CRT-0 nvidia-auto-select +0+0&quot;</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">

just in case it wanted to be at position 0 on the second card.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Nothing.</div><div class="gmail_default" style="font-size:small">

<br></div><div class="gmail_default" style="font-size:small">ed</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 8:40 PM, Edward Holcroft <span dir="ltr">&lt;<a href="mailto:eholcroft@mkainc.com" target="_blank">eholcroft@mkainc.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Good point Damon. I was running it as a regular user. Although I am able to effect all kinds of other changes to my display setup as non-root, I&#39;ll try running it as root before changing the line Jim suggested. It&#39;s on my office machine, so will report back tomorrow.</div>


<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">ed</div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Tue, Mar 11, 2014 at 5:18 PM, Damon L. Chesser <span dir="ltr">&lt;<a href="mailto:damon@damtek.com" target="_blank">damon@damtek.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 03/11/2014 05:02 PM, Edward Holcroft wrote:<br>
<br>
Aside from Jim&#39;s advice, are you running the tool as root?<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
I currently have two 23&quot; monitors on my Wheezy desktop box. Now I&#39;ve added a second video card (identical to the first) so that I can have a third and maybe a fourth monitor if needed. I installed the Nvidia drivers using these instructions:<br>



<br>
<a href="https://wiki.debian.org/NvidiaGraphicsDrivers" target="_blank">https://wiki.debian.org/<u></u>NvidiaGraphicsDrivers</a><br>
<br>
If I use the Nvidia GUI tool to enable the third monitor, it seems to work, and even changes the xorg file, but the settings don&#39;t stick and the file reverts to dual monitor on a single card.<br>
<br>
$ lspci | grep GeForce<br>
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 8400 GS] (rev a2)<br>
06:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 8400 GS] (rev a2)<br>
<br></div>
*This first config shows the settings with 2 monitors working perfectly on 1 video card:*<div><div><br>
<br>
# nvidia-settings: X configuration file generated by nvidia-settings<br>
# nvidia-settings:  version 304.88  (pbuilder@cake)  Wed Apr  3 08:58:25 UTC 2013<br>
<br>
Section &quot;ServerLayout&quot;<br>
    Identifier     &quot;Layout0&quot;<br>
    Screen      0  &quot;Screen0&quot; 0 0<br>
    InputDevice  &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
    Option         &quot;Xinerama&quot; &quot;0&quot;<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
    # generated from default<br>
    Identifier     &quot;Mouse0&quot;<br>
    Driver         &quot;mouse&quot;<br>
    Option         &quot;Protocol&quot; &quot;auto&quot;<br>
    Option         &quot;Device&quot; &quot;/dev/psaux&quot;<br>
    Option &quot;Emulate3Buttons&quot; &quot;no&quot;<br>
    Option &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
    # generated from default<br>
    Identifier &quot;Keyboard0&quot;<br>
    Driver         &quot;kbd&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
    # HorizSync source: edid, VertRefresh source: edid<br>
    Identifier     &quot;Monitor0&quot;<br>
    VendorName     &quot;Unknown&quot;<br>
    ModelName      &quot;Acer AL2216W&quot;<br>
    HorizSync       30.0 - 82.0<br>
    VertRefresh     56.0 - 76.0<br>
    Option         &quot;DPMS&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
    Identifier     &quot;Device0&quot;<br>
    Driver         &quot;nvidia&quot;<br>
    VendorName     &quot;NVIDIA Corporation&quot;<br>
    BoardName      &quot;GeForce 8400GS&quot;<br>
    BusID  &quot;PCI:1:0:0&quot;<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
    Identifier     &quot;Screen0&quot;<br>
    Device         &quot;Device0&quot;<br>
    Monitor        &quot;Monitor0&quot;<br>
    DefaultDepth    24<br>
    Option         &quot;Stereo&quot; &quot;0&quot;<br>
    Option &quot;nvidiaXineramaInfoOrder&quot; &quot;CRT-0&quot;<br>
    Option &quot;metamodes&quot; &quot;CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1680+0&quot;<br>
    SubSection     &quot;Display&quot;<br>
        Depth       24<br>
    EndSubSection<br>
EndSection<br>
<br></div></div>
*This second config shows what the file looks like after enabling the second card using the Nvidia S server setting tool:*<div><div><br>
<br>
# nvidia-settings: X configuration file generated by nvidia-settings<br>
# nvidia-settings:  version 304.88  (pbuilder@cake)  Wed Apr  3 08:58:25 UTC 2013<br>
<br>
Section &quot;ServerLayout&quot;<br>
    Identifier &quot;Layout0&quot;<br>
    Screen      0  &quot;Screen0&quot; 0 0<br>
    Screen      1  &quot;Screen1&quot; RightOf &quot;Screen0&quot;<br>
    InputDevice  &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
    Option &quot;Xinerama&quot; &quot;0&quot;<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
    # generated from default<br>
    Identifier     &quot;Mouse0&quot;<br>
    Driver         &quot;mouse&quot;<br>
    Option &quot;Protocol&quot; &quot;auto&quot;<br>
    Option         &quot;Device&quot; &quot;/dev/psaux&quot;<br>
    Option &quot;Emulate3Buttons&quot; &quot;no&quot;<br>
    Option &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>
EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
    # generated from default<br>
    Identifier     &quot;Keyboard0&quot;<br>
    Driver         &quot;kbd&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
    # HorizSync source: edid, VertRefresh source: edid<br>
    Identifier &quot;Monitor0&quot;<br>
    VendorName &quot;Unknown&quot;<br>
    ModelName      &quot;Acer AL2216W&quot;<br>
    HorizSync       30.0 - 82.0<br>
    VertRefresh     56.0 - 76.0<br>
    Option         &quot;DPMS&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
    # HorizSync source: edid, VertRefresh source: edid<br>
    Identifier &quot;Monitor1&quot;<br>
    VendorName &quot;Unknown&quot;<br>
    ModelName      &quot;Acer V233H&quot;<br>
    HorizSync       31.0 - 83.0<br>
    VertRefresh     56.0 - 76.0<br>
    Option         &quot;DPMS&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
    Identifier &quot;Device0&quot;<br>
    Driver         &quot;nvidia&quot;<br>
    VendorName     &quot;NVIDIA Corporation&quot;<br>
    BoardName      &quot;GeForce 8400GS&quot;<br>
    BusID  &quot;PCI:1:0:0&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
    Identifier &quot;Device1&quot;<br>
    Driver         &quot;nvidia&quot;<br>
    VendorName     &quot;NVIDIA Corporation&quot;<br>
    BoardName      &quot;GeForce 8400GS&quot;<br>
    BusID  &quot;PCI:6:0:0&quot;<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
    Identifier &quot;Screen0&quot;<br>
    Device         &quot;Device0&quot;<br>
    Monitor  &quot;Monitor0&quot;<br>
    DefaultDepth    24<br>
    Option         &quot;Stereo&quot; &quot;0&quot;<br>
    Option &quot;nvidiaXineramaInfoOrder&quot; &quot;CRT-0&quot;<br>
    Option &quot;metamodes&quot; &quot;CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1680+0&quot;<br>
    SubSection &quot;Display&quot;<br>
        Depth       24<br>
    EndSubSection<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
    Identifier &quot;Screen1&quot;<br>
    Device &quot;Device1&quot;<br>
    Monitor        &quot;Monitor1&quot;<br>
    DefaultDepth    24<br>
    Option         &quot;Stereo&quot; &quot;0&quot;<br>
    Option &quot;metamodes&quot; &quot;nvidia-auto-select +0+0&quot;<br>
    SubSection &quot;Display&quot;<br>
        Depth       24<br>
    EndSubSection<br>
EndSection<br>
<br>
<br>
However, the third monitor never displays anything even though it&#39;s clearly being detected. I&#39;ve tried both outputs on the new card. If I exit our of the Nvidia tool, the settings are not saved and next time I open it I have to detect the monitor again. I&#39;ve tried with and without xinerama.<br>



<br>
Any ideas?<br>
<br>
cheers<br>
ed<br>
<br>
-- <br>
Edward Holcroft | Madsen Kneppers &amp; Associates Inc.<br>
11695 Johns Creek Parkway, Suite 250 | Johns Creek, GA 30097<br></div></div>
O <a href="tel:%28770%29%20446-9606" value="+17704469606" target="_blank">(770) 446-9606</a> &lt;tel:%28770%29%20446-9606&gt; | M <a href="tel:%28770%29%20630-0949" value="+17706300949" target="_blank">(770) 630-0949</a> &lt;tel:%28770%29%20630-0949&gt;<div>


<br>
<br>
MADSEN, KNEPPERS &amp; ASSOCIATES USA, MKA Canada Inc. WARNING/CONFIDENTIALITY NOTICE: This message may be confidential and/or privileged. If you are not the intended recipient, please notify the sender immediately then delete it - you should not copy or use it for any purpose or disclose its content to any other person. Internet communications are not secure. You should scan this message and any attachments for viruses. Any unauthorized use or interception of this e-mail is illegal.<br>



<br>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</div></blockquote><span><font color="#888888">
<br>
<br>
-- <br>
Damon L. Chesser<br>
<a href="mailto:damon@damtek.com" target="_blank">damon@damtek.com</a><br>
<a href="http://www.linkedin.com/in/dchesser" target="_blank">http://www.linkedin.com/in/<u></u>dchesser</a></font></span><div><div><br>
<br>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br></div></div><div dir="ltr"><div><div class="h5">Edward Holcroft | Madsen Kneppers &amp; Associates Inc.<br>11695 Johns Creek Parkway, Suite 250 | Johns Creek, GA 30097<br>

</div></div>O <a href="tel:%28770%29%20446-9606" value="+17704469606" target="_blank">(770) 446-9606</a> | M <a href="tel:%28770%29%20630-0949" value="+17706300949" target="_blank">(770) 630-0949</a></div>

</div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Edward Holcroft | Madsen Kneppers &amp; Associates Inc.<br>11695 Johns Creek Parkway, Suite 250 | Johns Creek, GA 30097<br>O (770) 446-9606 | M (770) 630-0949</div>


</div>

<br>
<span style="font-family:arial"><font size="2">MADSEN, KNEPPERS &amp; ASSOCIATES USA, MKA Canada Inc. WARNING/CONFIDENTIALITY NOTICE: This message may be confidential and/or privileged. If you are not the intended recipient, please notify the sender immediately then delete it - you should not copy or use it for any purpose or disclose its content to any other person. Internet communications are not secure. You should scan this message and any attachments for viruses. Any unauthorized use or interception of this e-mail is illegal.</font></span>