I'm not quite sure what I did that caused this to start happening but
at some point my MythDora 4 box rebooted and ended up at a blank screen.
There isn't anyway to get into it at this point (telnet and VNC servers
don't respond). The boot process seems to have completed. Sometimes you
get a glimpse of the desktop before it hangs, sometimes not. I'm pretty sure it had been working properly and started misbehaving all of a sudden, but that doesn't seem very likely :) 
<p>This is using a GeForce4 MX 440 and NVIDIA dlloader X Driver  1.0-9639  Mon Apr 16 20:21:54 PDT 2007</p><p>I believe mythdora installs a different Nvidia driver version but I had to get this one to get support for the UseDisplayDevice because I couldn&#39;t get X to use my TV as output even if no other monitor was attached.
<br></p>
<p>At the moment if I remove<br>&nbsp;&nbsp;&nbsp;
<cite>Option            &quot;UseDisplayDevice&quot; &quot;TV&quot;</cite></p><p><cite></cite>then the system will boot and behave normally (on the CRT). If I add this back then it boots but hangs.</p><p>This is the end of the X log from the bad boot:
<br><cite></cite></p><p><cite>
(WW) : No Device specified, looking for one...<br>
(II) : Setting Device option to &quot;/dev/input/mice&quot;<br>
(--) : Device: &quot;/dev/input/mice&quot;<br>
(==) : Protocol: &quot;Auto&quot;<br>
(**) Option &quot;CorePointer&quot;<br>
(**) : Core Pointer<br>
(==) : Emulate3Buttons, Emulate3Timeout: 50<br>
(**) : ZAxisMapping: buttons 4 and 5<br>
(**) : Buttons: 9<br>
(II) XINPUT: Adding extended input device &quot;&quot; (type: MOUSE)<br>
(II) XINPUT: Adding extended input device &quot;Keyboard0&quot; (type: KEYBOARD)<br>
(--) : PnP-detected protocol: &quot;ExplorerPS/2&quot;<br>
(II) : ps2EnableDataReporting: succeeded<br>
Warning: font renderer for &quot;.pcf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pcf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pcf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pmf&quot; already registered at priority 0<br>
Could not init font path element unix/:7100, removing from list!<br>
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)<br>
(II) No APM support in BIOS or kernel<br>
(II) NVIDIA(0): Setting mode &quot;1024x768&quot;<br>
(WW) NVIDIA(0): WAIT (0, 11, 0x8000, 0x000095bc, 0x000095bc)<br>
(II) : ps2EnableDataReporting: succeeded<br>
</cite></p>
<p>Without the UseDisplayDevice (good boot) I get:<br>
<cite><br>
(WW) : No Device specified, looking for one...<br>
(II) : Setting Device option to &quot;/dev/input/mice&quot;<br>
(--) : Device: &quot;/dev/input/mice&quot;<br>
(==) : Protocol: &quot;Auto&quot;<br>
(**) Option &quot;CorePointer&quot;<br>
(**) : Core Pointer<br>
(==) : Emulate3Buttons, Emulate3Timeout: 50<br>
(**) : ZAxisMapping: buttons 4 and 5<br>
(**) : Buttons: 9<br>
(II) XINPUT: Adding extended input device &quot;&quot; (type: MOUSE)<br>
(II) XINPUT: Adding extended input device &quot;Keyboard0&quot; (type: KEYBOARD)<br>
(--) : PnP-detected protocol: &quot;ExplorerPS/2&quot;<br>
(II) : ps2EnableDataReporting: succeeded<br>
Warning: font renderer for &quot;.pcf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pcf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pcf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.snf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf.Z&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.bdf.gz&quot; already registered at priority 0<br>
Warning: font renderer for &quot;.pmf&quot; already registered at priority 0<br>
(II) 3rd Button detected: disabling emulate3Button<br>
</cite></p>
<p>My xorg.conf reads:</p>
<p><cite><br>
# Xorg configuration created by pyxf86config</cite></p>
<p>Section &quot;ServerLayout&quot;<br>
        Identifier     &quot;Default Layout&quot;<br>
        Screen      0  &quot;Screen0&quot; 0 0<br>
        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
EndSection</p>
<p>Section &quot;Files&quot;<br>
        ModulePath   &quot;/usr/lib/xorg/modules/extensions/nvidia&quot;<br>
        ModulePath   &quot;/usr/lib/xorg/modules/extensions&quot;<br>
        ModulePath   &quot;/usr/lib/xorg/modules&quot;<br>
EndSection</p>
<p>Section &quot;Module&quot;<br>
        Load  &quot;vnc&quot;<br>
        Load  &quot;freetype&quot;<br>
        Load  &quot;type1&quot;<br>
        Load  &quot;v4l&quot;<br>
        Load  &quot;glx&quot;<br>
        Load  &quot;extmod&quot;<br>
        Load  &quot;dbe&quot;<br>
        Load  &quot;record&quot;<br>
        Load  &quot;fbdevhw&quot;<br>
EndSection</p>
<p>Section &quot;ServerFlags&quot;<br>
        Option            &quot;blank time&quot; &quot;0&quot;<br>
        Option            &quot;standby time&quot; &quot;0&quot;<br>
        Option            &quot;suspend time&quot; &quot;0&quot;<br>
        Option            &quot;off time&quot; &quot;0&quot;<br>
EndSection</p>
<p>Section &quot;InputDevice&quot;<br>
        Identifier  &quot;Keyboard0&quot;<br>
        Driver      &quot;kbd&quot;<br>
        Option            &quot;XkbModel&quot; &quot;pc105&quot;<br>
        Option            &quot;XkbLayout&quot; &quot;us&quot;<br>
EndSection</p>
<p>Section &quot;Monitor&quot;</p>
<p> ### Comment all HorizSync and VertSync values to use DDC:<br>
        Identifier   &quot;Monitor0&quot;<br>
        VendorName   &quot;Monitor Vendor&quot;<br>
        ModelName    &quot;27in Analog TV&quot;<br>
 ### Comment all HorizSync and VertSync values to use DDC:<br>
        HorizSync    29.0 - 50.0<br>
        VertRefresh  60.0 - 60.0<br>
        #Option            &quot;dpms&quot;<br>
EndSection</p>
<p>Section &quot;Device&quot;<br>
        Identifier  &quot;Videocard0&quot;<br>
        Driver      &quot;nvidia&quot;<br>
        Option            &quot;AddARGBGLXVisuals&quot; &quot;True&quot;<br>
        #Option            &quot;UseDisplayDevice&quot; &quot;TV&quot;<br>
EndSection</p>
<p>Section &quot;Device&quot;</p>
<p>        #Option      &quot;RenderAccel&quot; &quot;1&quot;<br>
        Identifier  &quot;Videocard0&quot;<br>
        Driver      &quot;nvidia&quot;<br>
        VendorName  &quot;Chaintech&quot;<br>
        BoardName   &quot;nVidia GeForce 4 MX 440&quot;<br>
        Option            &quot;TVStandard&quot; &quot;NTSC-M&quot;<br>
        Option            &quot;TVOutFormat&quot; &quot;SVIDEO&quot;<br>
        Option            &quot;NvAGP&quot; &quot;3&quot;<br>
EndSection</p>
<p>Section &quot;Screen&quot;<br>
        Identifier &quot;Screen0&quot;<br>
        Device     &quot;Videocard0&quot;<br>
        Monitor    &quot;Monitor0&quot;<br>
        DefaultDepth     24<br>
        Option            &quot;PasswordFile&quot; &quot;/home/mythtv/.vnc/passwd&quot;<br>
        SubSection &quot;Display&quot;<br>
                Viewport   0 0<br>
                Depth     24<br>
                Modes    &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
        EndSubSection<br>
EndSection</p>
<p>Section &quot;DRI&quot;<br>
        Group        0<br>
        Mode         0666<br>
EndSection</p>
<p>#Section &quot;Extensions&quot;<br>
#        Option            &quot;Composite&quot;<br>
#EndSection</p><p><br></p>