<div class="gmail_quote">On Fri, Oct 5, 2012 at 2:26 PM, John Freer <span dir="ltr">&lt;<a href="mailto:john_freer@yahoo.com" target="_blank">john_freer@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all:<br>
<br>
Thanks in advance for your suggestions.  I recently upgraded (yum upgrade) the kernel in my frontend/backend, as well as moving up to the most recent matching nvidia kmdl.  After the upgrade and a reboot, X no longer finds the connected monitor (LCD TV connected via HDMI), and subsequently fails to create any screens, etc.<br>


<br>
In diagnosing the problem, I figured I&#39;d manually set some things in xorg.conf specifically: Option ConnectedMonitor DFP.  Setting this option did succeed in getting the display to light up.  Unfortunately, it only will display in 800x600, the default fallback resolution from nvidia-auto-select when their is no EDID validation information.<br>


<br>
Anyway, I did find an appropriate modeline for my Syntax Olevia 237-S11, which I believe should work, BUT, nvidia 302.17 will not allow any modes over DFP which aren&#39;t validated by EDID, even if you specify in xorg.conf to ignoreEDID and so forth.<br>


<br>
I think the bottom-line root cause problem here is that after the recent upgrade from kernel 3.4.9 to 3.4.11 (and associated kmdl upgrade), it seems that X is no longer able to pull over the EDID from the TV, like it has been doing successfully for the past several years.  This results in failure of mode validation and fallback to 800x600.  Which I would normally work around by specifying a modeline, but apparantly this is no longer allowed.  302.17 worked fine prior to the kernel/kmdl upgrade this week.<br>


<br>
Relevant packages:<br>
kernel-3.4.11-1.fc16.x86_64<br>
nvidia-graphics-302.17-68.x86_64<br>
nvidia-graphics302.17-kmdl-3.4.11-1.fc16-302.17-147.fc16.x86_64<br>
On an Asus M4N78-Pro with integrated nvidia 8300.<br>
<br>
Questions:<br>
<br>
1.  Is anyone experiencing similar difficulty?<br>
2.  Known problem or workarounds I haven&#39;t seen?<br>
3.  Any way to force a modeline output on DFP with 302.17 (ie: ignore EDID check since EDID info is missing)?<br>
<br>
<br>
Xorg.0.log snippet:<br>
<br>
[  4919.129] (II) NVIDIA(GPU-0):   Validating Mode &quot;1080i_STD&quot;:<br>
[  4919.129] (II) NVIDIA(GPU-0):     1920 x 1080 @ 60 Hz<br>
[  4919.129] (II) NVIDIA(GPU-0):     Mode Source: X Configuration file ModeLine<br>
[  4919.129] (II) NVIDIA(GPU-0):       Pixel Clock      : 74.18 MHz<br>
[  4919.129] (II) NVIDIA(GPU-0):       HRes, HSyncStart : 1920, 1960<br>
[  4919.129] (II) NVIDIA(GPU-0):       HSyncEnd, HTotal : 2008, 2200<br>
[  4919.129] (II) NVIDIA(GPU-0):       VRes, VSyncStart : 1080, 1084<br>
[  4919.129] (II) NVIDIA(GPU-0):       VSyncEnd, VTotal : 1094, 1124<br>
[  4919.129] (II) NVIDIA(GPU-0):       H/V Polarity     : +/-<br>
[  4919.129] (II) NVIDIA(GPU-0):       Extra            : Interlace<br>
[  4919.129] (WW) NVIDIA(GPU-0):     Mode is rejected: Only EDID-provided modes are allowed on<br>
[  4919.129] (WW) NVIDIA(GPU-0):     DFP-0.<br>
<br>
AND<br>
<br>
[  4919.160] (WW) NVIDIA(0): No valid modes for &quot;DFP-0:1080i_STD&quot;; removing.<br>
[  4919.160] (WW) NVIDIA(0):<br>
[  4919.160] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode<br>
[  4919.160] (WW) NVIDIA(0):     &quot;nvidia-auto-select&quot;.<br>
[  4919.160] (WW) NVIDIA(0):<br>
[  4919.161] (II) NVIDIA(0): Validated modes:<br>
[  4919.161] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600<br>
<br>
<br>
Thanks,<br>
John.<br></blockquote><div><br>Hi John,<br><br>I&#39;m on Fedora 17 with<br><br>kernel-3.5.4-2.fc17.x86_64<br>kmod-nvidia-3.5.4-2.fc17.x86_64-304.37-1.fc17.5.x86_64<br>kmod-nvidia-304.37-1.fc17.5.x86_64<br><br>etc. and I am running a modeline on my television successfully with the following xorg.conf:<br>

<span style="font-family:courier new,monospace"><br># RPM Fusion - nvidia-xorg.conf<br>#<br>Section &quot;Monitor&quot;<br>        Identifier      &quot;SamsungHDTVRainbow&quot;<br>        Option          &quot;ExactModeTimingsDVI&quot; &quot;TRUE&quot;<br>

        HorizSync       31-50<br>        VertRefresh     56-75<br><br>#modeline &quot;1400x1050&quot; 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync #not working<br>#KEY                       FF     H1   H2   H3   H4   V1   V2   V3   V4   FLAGS<br>

#orig modeline &quot;1920x1080&quot; 74.25 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync Interlace<br>      modeline &quot;1920x1080&quot; 74.25 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync Interlace<br>
      modeline &quot;1280x720&quot;  74.25 1280 1390 1430 1650 720  725  730  750  +hsync +vsync<br>
EndSection<br><br>Section &quot;Screen&quot;<br>        Identifier      &quot;DefaultScreen&quot;<br>        Monitor         &quot;SamsungHDTVRainbow&quot;<br>        Device          &quot;Videocard0&quot;<br><br>        SubSection &quot;Display&quot;<br>

                Depth 24<br>#               Modes &quot;1920x1080&quot;<br>                Modes &quot;1280x720&quot;<br>        EndSubSection<br>EndSection<br><br>Section &quot;Device&quot;<br>        Identifier  &quot;Videocard0&quot;<br>

        Driver      &quot;nvidia&quot;<br>        Option      &quot;UseEDID&quot; &quot;False&quot;<br>EndSection<br><br>#below prevents tearing/stuttering<br>Section &quot;Extensions&quot;<br>        Option &quot;Composite&quot; &quot;Disable&quot;<br>

EndSection</span><br><br>In case you or others need help with the modelines, I used this page to create mine: <a href="http://ubuntuforums.org/showthread.php?t=1003099&amp;page=2">http://ubuntuforums.org/showthread.php?t=1003099&amp;page=2</a><br>

<br>Maybe you&#39;ll see something in that configuration that would help you.  I&#39;m not well-versed in X configuration; I&#39;ve only learned by browsing various web pages.  The modelines seem to be working for me.<br>

<br>Perhaps you need that &quot;UseEDID&quot; &quot;False&quot; option?<br><br>Jerry<br></div></div>