[mythtv-users] System started hanging after boot when configured to use the TV for display

Jeff jeff3140 at gmail.com
Tue Jul 31 00:37:12 UTC 2007


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 :)

This is using a GeForce4 MX 440 and NVIDIA dlloader X Driver 1.0-9639 Mon
Apr 16 20:21:54 PDT 2007

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't get
X to use my TV as output even if no other monitor was attached.

At the moment if I remove
    Option "UseDisplayDevice" "TV"

then the system will boot and behave normally (on the CRT). If I add this
back then it boots but hangs.

This is the end of the X log from the bad boot:

(WW) : No Device specified, looking for one...
(II) : Setting Device option to "/dev/input/mice"
(--) : Device: "/dev/input/mice"
(==) : Protocol: "Auto"
(**) Option "CorePointer"
(**) : Core Pointer
(==) : Emulate3Buttons, Emulate3Timeout: 50
(**) : ZAxisMapping: buttons 4 and 5
(**) : Buttons: 9
(II) XINPUT: Adding extended input device "" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) : PnP-detected protocol: "ExplorerPS/2"
(II) : ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) NVIDIA(0): Setting mode "1024x768"
(WW) NVIDIA(0): WAIT (0, 11, 0x8000, 0x000095bc, 0x000095bc)
(II) : ps2EnableDataReporting: succeeded

Without the UseDisplayDevice (good boot) I get:

(WW) : No Device specified, looking for one...
(II) : Setting Device option to "/dev/input/mice"
(--) : Device: "/dev/input/mice"
(==) : Protocol: "Auto"
(**) Option "CorePointer"
(**) : Core Pointer
(==) : Emulate3Buttons, Emulate3Timeout: 50
(**) : ZAxisMapping: buttons 4 and 5
(**) : Buttons: 9
(II) XINPUT: Adding extended input device "" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) : PnP-detected protocol: "ExplorerPS/2"
(II) : ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
(II) 3rd Button detected: disabling emulate3Button

My xorg.conf reads:


# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/extensions"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "Module"
Load "vnc"
Load "freetype"
Load "type1"
Load "v4l"
Load "glx"
Load "extmod"
Load "dbe"
Load "record"
Load "fbdevhw"
EndSection

Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "27in Analog TV"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 29.0 - 50.0
VertRefresh 60.0 - 60.0
#Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
#Option "UseDisplayDevice" "TV"
EndSection

Section "Device"

#Option "RenderAccel" "1"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Chaintech"
BoardName "nVidia GeForce 4 MX 440"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
Option "NvAGP" "3"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "PasswordFile" "/home/mythtv/.vnc/passwd"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

#Section "Extensions"
# Option "Composite"
#EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070730/bec3ae11/attachment-0001.htm 


More information about the mythtv-users mailing list