<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000001">
On 10/7/2013 11:12 AM, Kris Jensen wrote:<br>
<blockquote
cite="mid:CAEh=wVHmr6hOnVb6LgCScQKfNN2u=X4O6WMF8GZGzPXenmGFzg@mail.gmail.com"
type="cite">
<div dir="ltr">On Mon, Oct 7, 2013 at 8:35 AM, Josu Lazkano <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:josu.lazkano@gmail.com" target="_blank">josu.lazkano@gmail.com</a>></span>
wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I have a little problem with my TV and mythtv frontend.<br>
<br>
If I switch the input of my TV, sometimes it not display
the frontend<br>
and I must restart the frontend with the correct HDMI
input to get it<br>
working.<br>
<br>
Is there a command to re-activate the HDMI to show the
frontend<br>
display in the TV?<br>
<br>
I am using Nvidia ION with nvidia 304.88 drivers.<br>
<br>
Regards.<br>
<span class=""><font color="#888888"><br>
--<br>
Josu Lazkano<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a moz-do-not-send="true"
href="http://www.mythtv.org/mailman/listinfo/mythtv-users"
target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a></font></span></blockquote>
<div><br>
</div>
<div><br>
</div>
<div>I'm fairly sure the the option you need to use is </div>
<div>"</div>
<div>Option "UseHotplugEvents" "False"</div>
<div>"</div>
<div>in Xorg.conf</div>
<div><br>
</div>
<div>This option well allow a monitor to be unplugged and
/or turned off with out being removed from the current
configuration. as far as I understand that option.</div>
<div><br>
</div>
<div><br>
</div>
<div>Hope it helps.</div>
</div>
<br>
</div>
<div class="gmail_extra">K.Jensen</div>
</div>
<br>
</blockquote>
You might also want to tell it which monitor is connected.<br>
In my xorg.conf I use this:<br>
<br>
Section "Screen"<br>
Option "ConnectedMonitor" "DFP-1"<br>
...<br>
...<br>
EndSection<br>
<br>
Look in you Xorg log file to see if yours is DFP-1 or DFP-0 or
something else.<br>
<br>
<br>
</body>
</html>