I used this in my config,<br><br>xvidtune to get a modeline correct, probably you should calculate a modeline first.<br><br>Then I canīt remember clerly but as I recall, my 32" LCD identified itself as
a 1024x768 CRT and with the newer nvidia drivers I needed a config
change to allow pushing it up to 1360x768. Bandwith was limited to what it reported back to the gfx card. Think it was the bold lines
that did the trick.<br><br>/etc/X11/xorg.conf<br><br>Section "Monitor"<br> Identifier "Generic Monitor"<br> ModeLine "1360x768" 85.5 1360 1424 1536 1792 768 771 777 795<br> Option "DPMS"
<br># HorizSync 28-64<br># VertRefresh 43-60<br>EndSection<br><br>Section "Device"<br> Identifier "6150"<br> Driver "nvidia"<br>EndSection<br><br>Section "Screen"
<br> Identifier "Default Screen"<br> Device "6150"<br> Monitor "Generic Monitor"<br> DefaultDepth 24<br> #Option "UseEdidFreqs" "FALSE"
<br> <span style="font-weight: bold;">Option "ModeValidation" "NoMaxPClkCheck"</span><br style="font-weight: bold;"><span style="font-weight: bold;"> Option "ExactModeTimingsDVI" "TRUE"
</span><br> Option "AllowDDCCI" "TRUE"<br> #Option "UseEDID" "FALSE"<br> SubSection "Display"<br> Depth 24<br> Modes "1360x768" "1280x720"
<br> EndSubSection<br><br> SubSection "Display"<br> Depth 32<br> Modes "1360x768" "1280x720"<br> EndSubSection<br><br>EndSection<br><br>If you have rectangular pixels you might need to use the tv to scale up to 16:9, but since I donīt have a plasma someone else will probably better better suited there.
<br><br>/Henrik<br><br><br><div><span class="gmail_quote">On 2/12/07, <b class="gmail_sendername">Steven Adeff</b> <<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 2/12/07, Phill Edwards <<a href="mailto:philledwards@gmail.com">philledwards@gmail.com</a>> wrote:<br>> > see if this tv's modes work with your plasma<br>> ><br>> > <a href="http://www.mythtv.org/wiki/index.php/Modeline_Database#Panasonic_TX32LXD52">
http://www.mythtv.org/wiki/index.php/Modeline_Database#Panasonic_TX32LXD52</a><br>><br>> Unfortunately not.<br>><br>> My TV manual lists resolutions, horiz freqs and vert freqs. Is that<br>> enough to get me going if I use an online modeline generator? Or is
<br>> there some other way - it surely shouldn't be this hard to get a brand<br>> new plasma screen running in a mode other than 800x600?!?<br><br>if your using an NVIDIA card with a recent driver (and if your running
<br>a HDTV you should use the 9xxx series) you can try the ModePool<br>resolutions. It looks like that model has a 1366x768p native<br>resolution so try "1366x768_60" as your mode with no modeline, this<br>should pull it out of the modepool. You'll want to always run in this
<br>resolution for that tv since its the native resolution, though you<br>could also use "1280x720_60" or "1920x1080_60"(or "1920x1080_60i" if<br>it won't accept a 1080p signal) since those are the native resolutions
<br>of HDTV sources if your TV won't accept a 1366x768 resolution.<br><br>--<br>Steve<br>Before you ask, read the FAQ!<br><a href="http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions">http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
</a><br>then search the Wiki, and this list,<br><a href="http://www.gossamer-threads.com/lists/mythtv/">http://www.gossamer-threads.com/lists/mythtv/</a><br>Mailinglist etiquette -<br><a href="http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette">
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette</a><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>