On 8/27/07, <b class="gmail_sendername">Just Gags</b> <<a href="mailto:justgags@hotmail.com">justgags@hotmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
John,<br><br>Just wanted to express my sincere thanks for your reply. This was _exactly_ what the problem was, once I swapped out the cable EDID worked perfectly. :-)<br><br>So, thanks again!<br><br>> Date: Mon, 27 Aug 2007 17:15:21 -0600
<br>> From: <a href="mailto:jppoet@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jppoet@gmail.com</a><span class="q"><br>> To: <a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br>> Subject: Re: [mythtv-users] Need "xorg.conf" Modeline for Samsung LN-S4695D<br>> <br></span><div><span class="e" id="q_114aa43f42166ce8_2">> On 8/27/07, Just Gags <<a href="mailto:justgags@hotmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
justgags@hotmail.com</a>> wrote:<br>> ><br>> > Jarett,<br>> ><br>> > If you have the same setup, would you mind posting your /etc/X11/xorg.conf<br>> > and your /var/log/Xorg.0.log as well as any other information you feel might
<br>> > be helpful.<br>> ><br>> > ...If yours worked out of the box, it sounds like your display is properly<br>> > outputting EDID information, which would mean something is definitely wrong<br>> > on my end.
<br>> ><br>> > Thanks!<br>> <br>> Try a different VGA cable. Some VGA cables don't bother hooking up<br>> all the pins, including the pins required to pass EDID info.<br>> <br>> John<br>>
<br>> -- <br>> A: Because it messes up the order in which people normally read text.<br>> Q: Why is top-posting such a bad thing?<br>> _______________________________________________<br></span></div></div></blockquote>
</div><br><br>Well, you probably don't really need this any longer since you got it working, but my
xorg.conf is very short... Running FC6, 2.6.20-1, with MythDora 4.0.<br><br>Glad you got it to work though! (and I'll remember that VGA cable trick...)<br><br>Jarett<br><br># Xorg configuration created by pyxf86config
<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Keyboard0" "CoreKeyboard"<br>
EndSection
<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules/extensio<div id="mb_8">ns/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"
<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"
<span class="q"><br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"<br></span><span class="q">EndSection<br><br>Section "Screen"
<br> Identifier "Screen0"
<br> Device "Videocard0"<br></span><span class="q"> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br></span> Modes "1920x1080" "1280x720" "800x600" "640x480"
<br> EndSubSection<br>EndSection</div><br>