<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV>I feel like a moron now because after you sent this I realize another person was nice enough to send their xorg.conf file to the list this month.&nbsp; I just was not able to find it using google.&nbsp; I am going to try this when I get home on Wednesday and I'll post again if I am still having issues.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks<BR><BR>----- Original Message ----<BR>From: Steven Adeff &lt;adeffs.mythtv@gmail.com&gt;<BR>To: Joshua Caskey &lt;ummgewd@yahoo.com&gt;; Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<BR>Sent: Sunday, June 11, 2006 9:15:14 AM<BR>Subject: Re: [mythtv-users] Help getting my mythtv box connected to my Sony TV<BR><BR></DIV>
<DIV>On 6/10/06, Joshua Caskey &lt;ummgewd@yahoo.com&gt; wrote:<BR>&gt; Hi everyone. I am trying desperately to get a high definition mythtv box up<BR>&gt; and running.&nbsp;&nbsp;Please be understanding as I have tried to look everywhere for<BR>&gt; an answer to this issue and have not been able find an answer.<BR>&gt; I have managed to get everything going except my connection to my TV.&nbsp;&nbsp;I<BR>&gt; have a Sony GWIV&nbsp;&nbsp;or KDF-60WF655 tv.&nbsp;&nbsp;I got a bunch of powerstrip timings<BR>&gt; off of the avsforum site for my TV.&nbsp;&nbsp;When I first put "IgnoreEDID" "1" I was<BR>&gt; getting a 720x480 resolution.&nbsp;&nbsp;I realized after looking at my Xorg.0.log<BR>&gt; file that that option was deprecated and I changed the line to "UseEDID"<BR>&gt; "FALSE" which caused instead of the low resolution a blank screen.&nbsp;&nbsp;I tried<BR>&gt; most of the resolutions in my Xorg file below and none work.&nbsp;&nbsp;All result in<BR>&gt; a blank
 screen.&nbsp;&nbsp;I know the connection is okay since I can get the desktop<BR>&gt; on my TV before I fixed the UseEDID problem.&nbsp;&nbsp;I have a NVIDIA FX5200 generic<BR>&gt; video card with 128MB of ram.&nbsp;&nbsp;The card is hooked to the TV via a DVI to<BR>&gt; HDMI cable.&nbsp;&nbsp;My video driver is version 8756 which I got from the yum<BR>&gt; atrpms.net server.<BR>&gt;<BR>&gt; I am hoping someone reading this mail list has a GWIII or GWIV Sony TV and<BR>&gt; can give me some pointers.&nbsp;&nbsp;I have read all over the internet and cannot<BR>&gt; seem to figure this one out.&nbsp;&nbsp;Thanks in advance for your help.&nbsp;&nbsp;(Please give<BR>&gt; instructions if you need more info since I am new to linux.)<BR>&gt; I have not gone into the service manual on my tv if that matters. I am using<BR>&gt; the 8756 nvidia driver.<BR>&gt;<BR>&gt; Here is the necessary sections of my xorg.conf file:&nbsp;&nbsp;(Three items I guessed<BR>&gt; on are HorizSync,
 VertRefresh, and the +hsync and +vsync.&nbsp;&nbsp;Can you give me<BR>&gt; more info on this because the powerstrip timings I found do not let me know<BR>&gt; how to set these items).<BR>&gt;<BR>&gt; Section "Monitor"<BR>&gt; Identifier "Sony60"<BR>&gt; VendorName "Sony"<BR>&gt; ModelName "KDF60"<BR>&gt; Option "UseEDID" "FALSE"<BR>&gt; DisplaySize 320 180<BR>&gt; HorizSync 30.0 - 90.0<BR>&gt; VertRefresh 20.0 - 150.0<BR>&gt; ModeLine "720x480" 27.000 720 736 798 858 480 489 495 525 +hsync +vsync<BR>&gt; ModeLine "800x600" 58.712 800 1048 1072 1304 600 640 642 753 +hsync +vsync<BR>&gt; ModeLine "1280x720" 75.600 1280 1360 1400 1648 720 738 757 787 +hsync +vsync<BR>&gt; ModeLine "1280x768" 79.740 1280 1360 1496 1736 768 769 781 787 +hsync +vsync<BR>&gt; ModeLine "1304x734" 74.250 1304 1336 1376 1648 734 745 750 773 +hsync +vsync<BR>&gt; ModeLine "1312x744" 79.096 1312 1376 1512 1728 744 745 748 774 +hsync +vsync<BR>&gt; ModeLine "1320x744" 78.140 1320 1384 1520 1720 734 758
 763 784 +hsync +vsync<BR>&gt; ModeLine "1344x734" 78.923 1344 1512 1560 1720 734 758 763 784 +hsync +vsync<BR>&gt; ModeLine "1376x768" 86.946 1376 1440 1576 1912 768 777 780 780 +hsync +vsync<BR>&gt; ModeLine "1384x768" 84.203 1384 1512 1656 1872 768 768 771 771 +hsync +vsync<BR>&gt; ModeLine "1384x784" 85.421 1384 1456 1600 1816 784 785 788 811 +hsync +vsync<BR>&gt; ModeLine "640x480" 26.730 640 690 746 792 480 518 548 562 +hsync +vsync<BR>&gt; interlace<BR>&gt; ModeLine "1920x1080" 82.350 1920 2089 2145 2440 1080 1082 1087 1125 +hsync<BR>&gt; +vsync<BR>&gt; interlace<BR>&gt; EndSection<BR>&gt; Section "Device"<BR>&gt; Identifier "Videocard0"<BR>&gt; Driver "nvidia"<BR>&gt; VendorName "Videocard vendor"<BR>&gt; BoardName "NVIDIA GeForce FX (generic)"<BR>&gt; Option "RenderAccel" "true"<BR>&gt; Option "AllowGLXWithComposite" "true"<BR>&gt; Option "ConnectedMonitor" "DFP"<BR>&gt; Option "NoLogo" "1"<BR>&gt; Option "RenderAccel" "true"<BR>&gt; Option "AllowGLXWithComposite"
 "true"<BR>&gt; Option "ConnectedMonitor" "DFP"<BR>&gt; Option "NoLogo" "1"<BR>&gt; EndSection<BR>&gt; Section "Screen"<BR>&gt; Identifier "Screen0"<BR>&gt; Device "Videocard0"<BR>&gt; Monitor "Sony60"<BR>&gt; DefaultDepth 24<BR>&gt; SubSection "Display"<BR>&gt; Viewport 0 0<BR>&gt; Depth 24<BR>&gt; Modes "1280x720"<BR>&gt; EndSubSection<BR>&gt; EndSection<BR>&gt; Section "DRI"<BR>&gt; Group 0<BR>&gt; Mode 0666<BR>&gt; EndSection<BR>&gt;<BR>&gt; Here is the output from my xorg.0.log file if I comment out the UseEDID<BR>&gt; line.&nbsp;&nbsp;(Let me know if you need more info.)<BR>&gt; (II) NVIDIA(0): NVIDIA GPU GeForce FX 5200 at PCI:1:0:0<BR>&gt; (--) NVIDIA(0): VideoRAM: 131072 kBytes<BR>&gt; (--) NVIDIA(0): VideoBIOS: 04.34.20.27.00<BR>&gt; (II) NVIDIA(0): Detected AGP rate: 8X<BR>&gt; (--) NVIDIA(0): Interlaced video modes are supported on this GPU<BR>&gt; (--) NVIDIA(0): Connected display device(s) on GeForce FX 5200 at PCI:1:0:0:<BR>&gt; (--)
 NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; Sony TV (DFP-0)<BR>&gt; (--) NVIDIA(0): Sony TV (DFP-0): 135 MHz maximum pixel clock<BR>&gt; (--) NVIDIA(0): Sony TV (DFP-0): Internal Single Link TMDS<BR>&gt; (II) NVIDIA(0): Assigned Display Device: DFP-0<BR>&gt; (WW) NVIDIA(0): No valid modes for "1320x744"; removing.<BR>&gt; (WW) NVIDIA(0):<BR>&gt; (WW) NVIDIA(0): Unable to validate any modes; falling back to the default<BR>&gt; mode<BR>&gt; (WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; "nvidia-auto-select".<BR>&gt; (WW) NVIDIA(0):<BR>&gt; (II) NVIDIA(0): Validated modes:<BR>&gt; (II) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; "nvidia-auto-select"<BR>&gt; (II) NVIDIA(0): Virtual screen size determined to be 720 x 480<BR>&gt; (WW) NVIDIA(0): No size information available in DFP-0's EDID; cannot<BR>&gt; compute<BR>&gt; (WW) NVIDIA(0):&nbsp;&nbsp;&nbsp;&nbsp; DPI from EDID.<BR>&gt; (**) NVIDIA(0): DPI set to (57, 67); computed from "DisplaySize" Monitor<BR>&gt; section option<BR>&gt; (--) Depth 24
 pixmap format is 32 bpp<BR><BR><BR>have you tried any of the Sony modelines at<BR><A href="http://www.mythtv.org/wiki/index.php/Modeline_Database" target=_blank>http://www.mythtv.org/wiki/index.php/Modeline_Database</A><BR>?<BR><BR>-- <BR>Steve<BR>Before you ask, read the FAQ!<BR><A href="http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions" target=_blank>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/" target=_blank>http://www.gossamer-threads.com/lists/mythtv/</A><BR>Mailinglist etiquette -<BR><A href="http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette" target=_blank>http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette</A></DIV></DIV></div></body></html>