OK, so I have two nvidia cards, one 210 to drive my TV, and one builtin to drive the front LCD. I&#39;m running on Fedora 13, and am booting to gdm. I&#39;ve been running around in circles trying to get a second X server running so that I can have the touchscreen LCD available, but I can&#39;t get the second X server to start. I can&#39;t seem to get gdm to want to start it, no matter what I change. Below is my xorg.conf, I&#39;m running the latest nvidia driver from atrpms, and I&#39;ve tweaked both custom.conf in /etc/gdm, and have two files in /etc/gdm/Init, named :0 and :1. Nothing seems to make two servers start. I&#39;m not using kdm because I keep reading that kdm doesn&#39;t like to do two separate servers.<br>
<br>So, two questions. First, can anyone point me to how to get two servers running without doing anything too terribly crazy to the box? And second, has anyone done the front touchscreen with Myth yet? I actually have started to tweak Mythlcdserver such that it will just mimic the multi-line VFD&#39;s but to a new mythui based window. The end goal would be something using mythlcdserver, but that can become a more enhanced tool that would allow some level of myth control from the front LCD. I&#39;ll be trying to find a way to get that code integrated after I get all this working. Mostly, I just need to get this screen to be useful.<br>
<br>Note that I have gotten twinview/Xinerama working, but those can be problematic to do exactly what I want (can&#39;t seem to get the real screen dimensions in app, and can&#39;t get the app to reliably start on the correct screen). So I don&#39;t think that&#39;s the best choice.<br>
<br>Thoughts and/or assistance?<br><br># nvidia-xconfig: X configuration file generated by nvidia-xconfig<br># nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Thu Jun  3 09:41:37 PDT 2010<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>
EndSection<br><br>Section &quot;ServerLayout&quot;<br>    Identifier     &quot;Layout1&quot;<br>    Screen      0  &quot;Screen1&quot; 0 0<br>    InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>    InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
EndSection<br><br>Section &quot;Files&quot;<br>    ModulePath   &quot;/usr/lib64/xorg/modules/extensions/nvidia&quot;<br>    ModulePath   &quot;/usr/lib64/xorg/modules/extensions&quot;<br>    ModulePath   &quot;/usr/lib64/xorg/modules&quot;<br>
    FontPath     &quot;/usr/share/fonts/default/Type1&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br><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/input/mice&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><br>    # generated from data in &quot;/etc/sysconfig/keyboard&quot;<br>    Identifier  &quot;Keyboard0&quot;<br>    Driver      &quot;kbd&quot;<br>    Option        &quot;XkbLayout&quot; &quot;us&quot;<br>
    Option        &quot;XkbModel&quot; &quot;pc105&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier   &quot;Monitor0&quot;<br>    VendorName   &quot;Unknown&quot;<br>    ModelName    &quot;ACI ASUS VK266H&quot;<br>
    HorizSync    30.0 - 85.0<br>    VertRefresh  50.0 - 75.0<br>    Option        &quot;DPMS&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier   &quot;Monitor1&quot;<br>    VendorName   &quot;Unknown&quot;<br>
    ModelName    &quot;MST DISPLAYWORKS&quot;<br>    HorizSync    31.0 - 60.0<br>    VertRefresh  60.0 - 60.0<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 210&quot;<br>    BusID       &quot;PCI:3: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 8300&quot;<br>    BusID       &quot;PCI:2: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;metamodes&quot; &quot;nvidia-auto-select +0+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;metamodes&quot; &quot;800x600 +0+0&quot;<br>    SubSection &quot;Display&quot;<br>        Depth     24<br>    EndSubSection<br>EndSection<br><br clear="all"><br>-- <br>Pete<br>