<div dir="ltr">While trying to solve another issue, I've created a new one for myself.  While playing with different themes, I forgot that I had made a custom theme from one of the existing ones.  When I tried to upgrade and/or change the theme I ended up in a deep hole.  Nothing would work except the myth-center-wide.  Every other one gave me errors regarding the video.<div><br></div><div>In trying to fix this, thinking it really was a video issue, I upgraded my Nvidia driver, which worked (the driver did) but of course, it didn't solve the problem.  Once I got my head out of my arse, I realized what I had done and restored the custom theme in my home directory.  That fixed theme problem and then the problem I currently have:</div><div><br></div><div>The frontend works fine when the TV is turned on and the AVR is switched to the correct HDMI input (the mythtv server).  But as soon as I either turn off the TV or the AVR, the NVIDIA driver or the GUI kills the HDMI output and my only recourse is to restart the GUI (I'm using lightdm). I've set up what I thought used to work in the xorg.conf file:</div><div><br></div><div><font face="monospace">Section "ServerLayout"<br>    Identifier     "Layout0"<br>    Screen      0  "Screen0" 0 0<br>    InputDevice    "Keyboard0" "CoreKeyboard"<br>    InputDevice    "Mouse0" "CorePointer"<br>    Option         "StandbyTime" "0"<br>    Option         "SuspendTime" "0"<br>    Option         "OffTime" "0"<br>    Option         "BlankTime" "0"<br>    Option         "Xinerama" "0"<br>EndSection<br><br>Section "Files"<br>EndSection<br><br>Section "InputDevice"<br><br>    # generated from default<br>    Identifier     "Mouse0"<br>    Driver         "mouse"<br>    Option         "Protocol" "auto"<br>    Option         "Device" "/dev/psaux"<br>    Option         "Emulate3Buttons" "no"<br>    Option         "ZAxisMapping" "4 5"<br>EndSection<br><br>Section "InputDevice"<br><br>    # generated from default<br>    Identifier     "Keyboard0"<br>    Driver         "kbd"<br>EndSection<br><br>Section "Monitor"<br><br>    # HorizSync source: edid, VertRefresh source: edid<br>    Identifier     "Monitor0"<br>    VendorName     "Unknown"<br>    ModelName      "DENON, Ltd. DENON-AVR"<br>    HorizSync       30.0 - 255.0<br>    VertRefresh     24.0 - 120.0<br>#   ModeLine       "3840x2160_60" 593.41 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync<br>    Option         "DPMS"<br>EndSection<br></font></div><div><font face="monospace">Section "Device"<br><br>    Option         "ConnectedMonitor" "DFP-1"<br>    Option         "CustomEDID" "DFP-1:/etc/X11/edid.bin"<br>    Option         "IgnoreEDID" "FALSE"<br>    Option         "UseEDID" "TRUE"<br>    Identifier     "Device0"<br>    Driver         "nvidia"<br>    VendorName     "NVIDIA Corporation"<br>    BoardName      "GeForce GT 1030"<br>EndSection<br><br>Section "Screen"<br>    Identifier     "Screen0"<br>    Device         "Device0"<br>    Monitor        "Monitor0"<br>    DefaultDepth    24<br>    Option         "Stereo" "0"<br>    Option         "nvidiaXineramaInfoOrder" "DFP-1"<br>    Option         "metamodes" "3840x2160 +0+0"<br>    Option         "SLI" "Off"<br>    Option         "MultiGPU" "Off"<br>    Option         "BaseMosaic" "off"<br>#    Option         "ModeDebug" "TRUE"<br>    SubSection     "Display"<br>        Depth       24<br>    EndSubSection<br>EndSection</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">I've tried several different drivers (430, 450, 470, 510) and currently have 470 installed, but they all produced the same problem.  So the configuration is a PC with a GT 1030 video card, HDMI out to a Denon AVR and HDMI from Denon to an LG TV capable of 3840x2160.  I've set the power options in lightdm to all off for the monitor (no sleep, no auto off, etc).  Either turn off the TV or the Denon and I cannot get a signal out of the GT 1030 card that either the Denon or the TV sees ( I'm assuming it's the Denon that needs to see the signal and if the TV is turned off, the Denon switches off the HDMI input.  There are no errors shown in the Xorg.0.log and it does show the DFP-1 is connected to the LG even if they are turned off (both DVR and TV) which, I assume, is because I am using a custom edid.bin file.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Any thoughts as to what I'm forgetting to do?</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Regards,</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Ken Emerson</font></div></div>