<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Guys,<br>Thanks for all the helpful advice.&nbsp; I have become convinced, however, that my problem is a problem with the television as suggested by Greg and Jay.&nbsp; If anyone knows how to get the audio signal "always on" either through Xorg.conf or ALSA, I would appreciate a nudge in the right direction.<br><br>This is why I am sure that it is not a problem with the resolution:<br>- Video comes on with any audio signal from any source (including when I play a YouTube through Firefox), which I surmise means that there is no change in the resolution of the video signal.<br>- I changed my audio settings (through the very cool new "scan for audio" feature) to put audio out to a boombox.&nbsp; The audio came through fine, but the video signal did NOT switch on.&nbsp; Which again leads me to believe, as Greg and Jay suggested, that the TV will not display without
 both audio and video streams over HDMI.<br><br>Hopefully I can get some help with TV settings from LG, other wise the easy solution will be to return it for a model that DOES display HDMI without an audio signal.&nbsp; I will be carrying my mythtv box with me and demanding to hook it up before I purchase another TV.&nbsp; Or again, if anyone knows how to get the audio signal "always on" either through Xorg.conf or ALSA, I would appreciate the help.<br><br>Thanks,<br>Andy<br><br><br>On 02/06/2011 10:39 AM, Jay Ashworth wrote:<br>&gt; ----- Original Message 
-----<br>&gt;&gt; From: "Andre"&lt;<a href="mailto:mythtv-list@dinkum.org.uk">mythtv-list@dinkum.org.uk</a>&gt;<br>&gt;<br>&gt;&gt; 
Sounds like the TV is the issue then, it's a long shot but if you 
are<br>&gt;&gt; running nvidia v260 drivers it might be worth trying the two 
different<br>&gt;&gt; output modes now available. RGB is the default but YCrCb 
is now<br>&gt;&gt; selectable in nvidia-settings. I've seen various TVs behave 
quite<br>&gt;&gt; differently when given YCrCb instead of RGB (sometimes called 
TV mode<br>&gt;&gt; rather than PC mode, although there's a little more to it 
than just<br>&gt;&gt; this).<br>&gt;<br>&gt; To me, off hand, this sounds 
like:<br>&gt;<br>&gt; The TV expects that the bitstream on the HDMI cable will 
always include a<br>&gt; video *and* an audio stream, *even if there's no audio 
in that stream*, and<br>&gt; the video card on the PC *isn't generating an audio 
stream*, unless there's<br>&gt; actual, y'know, audio to put there.&nbsp; Therefore, 
the TV intemperately refuses<br>&gt; to display the perfectly good 
video.<br>&gt;<br>&gt; Finding a way, probably in the Xorg screen config, to 
force that card to<br>&gt; send an audio stream all the time, will I think be 
the solution...<br>&gt;<br>&gt; if it's possible.&nbsp; The people who work on the 
drivers for the card you have<br>&gt; are probably the best people to be asking: 
this is probably going to be a<br>&gt; general problem.<br><br>I think your card 
and hardware are fine.<br>Your earlier recounting of the problem was not quite 
clear to me, but it <br>sounded like you can get a desktop, but that it 'goes 
away' when <br>mythfrontend starts. If that is correct then the first step is to 
stop <br>any autostarting of myth.<br><br>And CONFIRM that this is a myth 
problem and not an existing OS problem.<br><br>I have a 3 year old 37" LG 
flatscreen.&nbsp; The HDMI inputs are *not* all <br>the same. One of them is slightly 
different than the others and is the <br>one the TV expects will be used for PC 
input. ( I pipe the audio output <br>of myth directly to an amplifier and then 
to audio speakers and never <br>have any sound from the TV when using myth...so 
I think this may be a <br>misleading item.)<br><br>You might have to try each 
input in turn. THankfully the remote has that <br>dedicated button in the top 
right corner! (Or the buttons on the side of <br>the TV).<br><br>It seriously 
sounds like myth is forcing a resolution which the TV does <br>not like or the 
video chipset will not accept and output.( But the <br>desktop resolution is 
fine, if I read correctly)<br><br>If you can get a desktop screen and log in 
(without autostarting myth) <br>then the hardware is all right as is the 
resolution settings *for the <br>desktop*.<br><br><br>In which case, you need to 
get into Setup -&gt; Appearance and set *myth's* <br>resolution to something 
like 1024x768. If you cannot get into there <br>without losing the signal, then 
you will have to poke the Settings table <br>directly.<br><br>At a mysql 
console, try<br>mysql&gt;&nbsp; select * from settings where value like 
"%Vid%";<br>and<br>select * from settings where value like 
"%Resolution%";<br><br>This should give you a largish number of rows. You are 
interested in the <br>GuiResolution, GuiHeight/Width, VidModeHeight/Width and 
<br>TVVidModeResolution entries which have screen size values. You need/want 
<br>them to be 1920x1200 although you might want to test using 
1024x768.<br><br>In your particular case, the GuiVidMode, GuiHeight,GuiWidth 
entries are <br>likely the culprit if this diagnosis is anywhere near correct. 
You will <br>need to:<br><br>mysql&gt; update settings set data = "1360x768" 
where value = "GuiResolution";<br><br>My LG TV would NOT accept 1368 or 780 as 
proper sizes. I need 1368 for <br>width, and 768 for height. So you might need 
to use 1912 and 1192. (The <br>30" Dell monitor at work is quite happy with 
1920x1200 though!).<br><br>HTH<br><br>Geoff</td></tr></table><br>