<div dir="ltr"><div><div><div><div><div>I hesitated
 to post my xorg.conf on the list because it won&#39;t apply to most folks, and people seem to think they can use 
random modelines to solve their problems with X.  Maybe it will help you, though.  Also, it might not be perfect, but it works for me.  Here it is:<br></div><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><br>        Option &quot;metamodes&quot; &quot;DFP-0: 1280x720 { ViewPortIn=1280x720, ViewPortOut=1045x675+120+15 }&quot;<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<br></div><br></div>Like
 Patrick said, you need to use &quot;UseEDID&quot;  &quot;False&quot; like I&#39;ve done above. 
 I also have &quot;ExactModeTimingsDVI&quot; &quot;TRUE&quot; in the Monitor section.  You might have different options but this works for me in Fedora.  
Otherwise, the modelines won&#39;t stick.  It&#39;s in that Ubuntu forum link, I
 think.<br><br></div><div>You
 might not need a modeline at all if you just specify a valid resolution
 in the Screen section.  I had to in my case, but maybe you&#39;d be fine 
without a modeline.  If so, you won&#39;t need &quot;UseEDID&quot; &quot;False&quot; and &quot;ExactModeTimingsDVI&quot; &quot;TRUE&quot;<br><br>To give some background on my configuration, I have a DVI cable from my video card together with optical audio out from my motherboard going into a powered adapter that sends out HDMI to my television.  I did what I had to do, and it actually works okay for now.  The adapter was pretty reasonable at Tiger Direct, if you need something like that.  I wish I had other options but the television is limited.<br>

</div><div><br></div><div>Do the nVidia settings part second.  Get your 
desired resolution for X first, and then do the overscan.  The overscan 
stuff just means subtracting 100 pixels at a time until you get the hang
 of what&#39;s going on.  It&#39;s a pain but you&#39;ll get it.  You just have to 
keep restarting X after making a change.  In my system, I do &quot;init 3&quot; to
 drop to a networking level without X, then &quot;init 5&quot; brings back X.  I&#39;m 
sure it&#39;s a little different in SUSE.  CTRL-ALT-BACKSPACE is a rather 
rude way to restart the X server.  It&#39;s not always enabled, though.  Or 
reboot, but that takes longer :)<br><br></div><div>The +120 means 120 pixels in from the left side, I believe, and the +15 is 15 pixels down from the top.  You can make these values negative if that&#39;s what your tv wants.  In my configuration, 1045x675 is the real resolution, and the 1280x720 is stretched over it, if that makes any sense.  I guess these numbers are all approximations.  There are more details about these settings on that nVidia link on the wiki.<br>


</div><div><br></div></div><div>I hope some of that helps.<br><br></div><div>Jerry<br></div></div>