Not sure how much help I can be but lets give a few things a shot.<br><br>First off, your best debug tool will be starting X in a higher log level mode with a bit more information going out to the log files.&nbsp; The trick to doing this has been posted all over these boards and I don&#39;t have it handy, but in essence you&#39;re starting X with a command line switch in level 5 or 6 I think.&nbsp; In your /var/log directory you&#39;ll see an 
XOrg0.log (or something like this) which should at this point print out a whole POTLOAD of information about your X configuration file.&nbsp; <br><br>My GUESS is that your TV is trashing your attempted modeline due to EDID.&nbsp; All recent TVs (or at least the LCD ones like I have) seem to tell the video subsystem what it is they can and can&#39;t support.&nbsp; For instance, my Sharp 37&quot; has a documented pixel size of something like 1344x768.&nbsp; However, there isn&#39;t a modeline in existance even close to that that my TV won&#39;t choke on and spit out.&nbsp; It only likes 480p (640x480), 720p (1280x720), and 1080i (1900x1080 interlaced) and then 1080i ONLY if I explicitly tell the video subsystem that using interlaced modes is ok, despite the fact that the TV has the modline listed in EDID.&nbsp; There&#39;s also a really weird resolution of 1440x480 or something like this that I have no idea why it&#39;s there.
<br><br>The thing is, when nVidia tries to boot it&#39;s drivers it first goes to EDID and says &quot;What&#39;s available?&quot;, EDID returns a set of modes that it says it can report.&nbsp; X then THROWS OUT anything that doesn&#39;t match those modelines...it won&#39;t even try them.&nbsp; On my TV, forcing it (see below) to use a modeline that isn&#39;t in EDID results in the TV going &quot;blue screen&quot; on me and simply not syncing up.
<br><br>The reason you should probably try to run X in a higher log level is that at level 5 or 6 (forget which) it starts actually reporting what EDID says it can handle and X will start reporting on a modeline by modeline basis what it&#39;s doing and, if it&#39;s rejected, it will actually describe why (typically because it&#39;s not reported in EDID.)
<br><br>You have a couple options if you find this to be the case.&nbsp; 1) You can abide by the EDID lines like I have.&nbsp; I didn&#39;t try to force my monitor into a 1:1 pixel ratio and instead just live with fuzzy web browsing since Myth and TV Playback work just fine.&nbsp; 2) You can in essence tell the nVidia drivers to knock off looking at EDID and just try what you want it to try.&nbsp; There are at least 5 - 10 different options to turn off parts or the entirety of the EDID checks that happen when X boots, all documented in NVidia&#39;s documentation that ships with the driver.
<br><br>Using a VGA connector to your TV however may not be your best option.&nbsp; If your graphics card can handle it, I would HIGHLY recommend you go with another solution.&nbsp; Your BEST option would be DVI-&gt;HDMI on your TV.&nbsp; If that isn&#39;t possible (either your graphics card doesn&#39;t have a DVI out or your TV doesn&#39;t&nbsp; have an HDMI in) then you want to go with the following:
<br><br>Composit (Red, Blue, Green Cable)<br>S-Video (Looks somewhat like a PS/2 Connector)<br>Component Video (Red, White, Yellow Cable)<br><br>In that order (from Composit and above you can get HD resolution, below composit I don&#39;t believe HD resolution is possible, someone can correct me on that if I&#39;m wrong.)
<br><br>In essence the documentation you&#39;re reading may actually be correct...you may very well NOT be able to get a better resolution on your TV via the VGA output than 1024x768.<br><br>--Douglas Wagner<br><br><br><div>
<span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">Paul</b> &lt;<a href="mailto:thannet@gmail.com">thannet@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have been messing around with this for at least a week, following<br>numerous links to numerous dead ends! My problem is that I am new to<br>Linux and Myth, and really suffer from an understanding problem.<br><br>So here goes:-
<br><br>I have a small fujitsu siemens desktop (Nice and quiet) Installed Ubuntu<br>fiesty (7) Installed Myth frontend (backend is already running fine on<br>another machine)<br><br>Connect up to monitor, all works well at 1280*1024.&nbsp;&nbsp;Move unit to the TV
<br>and plug in via the VGA socket and cannot get anything other than 1024 *<br>768. After further googling I found out that the default resolutions of<br>the Intel graphics does not do the default Bravia resolution of 1280*768
<br>60Hz. So off I went and researched the chip-set, and lo and behold found<br>a program called 915 resolution. Following instructions, replaced one of<br>the modes with the required res, restarted X, sadly it still did not
<br>show up as an option in resolutions!<br><br>Ok at this stage I read a link about modlines, now this really is<br>getting beyond my very limited understanding.<br><br>Can any kind soul please help, this is driving me nuts.
<br><br>Paul.<br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>