<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Feb 21, 2016 at 10:01 AM, Garland Key <span dir="ltr"><<a href="mailto:david.garland.key@gmail.com" target="_blank">david.garland.key@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">It seems xorg crashed because the nvidia kernel module failed.  Here's the xorg log file:<br></div></blockquote><div><br></div><div>Did the intended device get bound to the nvidia module?  Are there dmesg errors?  You could try creating a file like:</div><div><br></div><div>/etc/X11/xorg.conf.d/10-nvidia.conf:</div><div><div>Section "Device"</div><div>    Identifier "Device0"</div><div>    Driver "nvidia"</div><div>    VendorName "NVIDIA Corporation"</div><div>    BusID "PCI:1:0:0"</div><div>    # Or PCI:2:0:0, depending on which is intended for the host</div><div>EndSection</div></div><div><br></div><div>Maybe Xorg is complaining because it's trying to use both cards when you only intend for it to use one.</div></div></div></div>