<html><head></head><body bgcolor="#f7f7f7" text="#2c2c2c" link="#4a90d9" vlink="#4a90d9"><div>On Sun, 2016-02-14 at 19:31 +0100, Josu Lazkano wrote:</div><blockquote type="cite"><pre>2016-02-14 18:49 GMT+01:00 Michael A Weber <<a href="mailto:mweberjunk01@gmail.com">mweberjunk01@gmail.com</a>>:
<blockquote type="cite">

<blockquote type="cite">
On Feb 14, 2016, at 6:18 AM, Josu Lazkano <<a href="mailto:josu.lazkano@gmail.com">josu.lazkano@gmail.com</a>> wrote:

Hello all,

I have a little problem with Sony TV.

I use to suspend to disk instead of power off the frontend.

In the resume I use to power on the TV with a CEC command, it works
well, but the problem is that the TV HDMI 1 input is in black. I need
to change to HDMI 2 and then to HDMI 1 to get it working.

I read this wiki page:
<a href="https://www.mythtv.org/wiki/Nvidia-cards_and_no_picture_when_box_is_on_before_the_TV">https://www.mythtv.org/wiki/Nvidia-cards_and_no_picture_when_box_is_on_before_the_TV</a>

I extract the EDID file and add in /etc/X11/xorg.conf:
<a href="http://paste.debian.net/386096/">http://paste.debian.net/386096/</a>

I reboot the frontend and this is what I have in the xorg log:
<a href="http://paste.debian.net/386098/">http://paste.debian.net/386098/</a>

It says "The EDID for SONY TV (DFP-1) contradicts itself".

Need I configure something else?

I will appreciate your help.

Regards.

--
Josu Lazkano
</blockquote>

Josu—

No matter what I tried several years ago with my Sony TV and the Nvidia card, they would never play nicely together.  I was forced to specify the modeline and such for the TV on the front-end, and I have never had a problem since.  I even moved to minimyth2 for my front-end, specify the modeline and such for that front-end, and all is well in the end.

Stephen is right; Sony EDID is bad.  Don’t use it.

Mike
_______________________________________________
mythtv-users mailing list
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</blockquote>

Thanks both,

I try to add this lines:

Option "UseDisplayDevice" "DFP-1"
Option "ConnectedMonitor" "DFP-1"

And this is what I have in the log: <a href="http://paste.debian.net/386811/">http://paste.debian.net/386811/</a>

How could I force to specify the modeline?

I will really appreciate your help.

Thanks and regards.

</pre></blockquote><div><br></div><div>josh i had similar kinds of problems with my sony: my xorg.conf.d nvidia.conf looks like this:</div><div><br></div><div>Section "Monitor" </div><div>        Identifier    "HDMI-0" </div><div>        VendorName    "SONY" </div><div>        ModelName    "KDL40EX500"</div><div>        Option   "UseEdidFreqs" "False"</div><div>        HorizSync       20.0 - 94.0</div><div>        VertRefresh     23.0 - 90.0 </div><div>        Option        "UseHotplugEvents"    "false"  </div><div>        Option        "DPMS"        "false"</div><div>        Option        "DisplaySize"  "942 548"</div><div>        Option "ExactModeTimingsDVI" "True"</div><div>    ModeLine "<a href="mailto:1920x1080@50">1920x1080@50</a>" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync</div><div>    ModeLine "<a href="mailto:1920x1080@60">1920x1080@60</a>" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync</div><div>    #ModeLine "<a href="mailto:1920x1080@24">1920x1080@24</a>" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync</div><div>    #ModeLine "<a href="mailto:1920x1080@23.976">1920x1080@23.976</a>" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync</div><div>    Modeline "<a href="mailto:1920x1080@50i">1920x1080@50i</a>" 74.250 1920 2448 2492 2640 1080 1085 1095 1125 +hsync +vsync Interlace</div><div>    Modeline "<a href="mailto:1920x1080@60i">1920x1080@60i</a>" 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync interlace</div><div>    ModeLine "<a href="mailto:1920x1080@59.94">1920x1080@59.94</a>" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync</div><div>    Modeline "<a href="mailto:1920x1080@59.94i">1920x1080@59.94i</a>" 74.175 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync interlace</div><div>    ModeLine "<a href="mailto:1920x1080@25">1920x1080@25</a>" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync</div><div>EndSection </div><div><br></div><div>Section "Device"</div><div>    Identifier     "Card0"</div><div>    Driver         "nvidia"</div><div>    VendorName     "NVIDIA Corporation"</div><div>    Option         "ConnectedMonitor"   "DFP-2"</div><div>    Option         "UseEdidDpi" "False"</div><div>    Option         "DPI" "96 x 96"</div><div>    Option         "ModeValidation" "AllowNonEdidModes,NoVesaModes,NoXServerModes"</div><div>    EndSection</div><div><br></div><div>this works for me and both myth and kodi change the refresh rates properly.</div><div><br></div></body></html>