On 7/11/07, <b class="gmail_sendername">nospam312</b> &lt;<a href="mailto:nospam312@gmail.com">nospam312@gmail.com</a>&gt; 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;">
I know what my<br>modeline should be so if anyone is willing to share their working<br>Xorg.conf file it would be appreciated.&nbsp;&nbsp;TIA.<br></blockquote></div><br>Other people&#39;s working modelines won&#39;t do you any good, unless you are driving the exact same display device that they are.&nbsp; You will need to tell us what display you are using.
<br><br>Better yet, you could figure out why X is ignoring your modeline.&nbsp; If you look in your Xorg.0.log file (typically in your /var/log/ directory), it will tell you some interesting stuff. <br><br>In my experience, modelines most often get ignored because they would drive the display in a mode that is outside the specified ranges for the device.&nbsp; In other words, if the modeline would require a horizontal sync, vertical refresh, etc. that does not fall within the device&#39;s range, then it gets ignored.&nbsp; Which is a good thing, because it prevents the display from being inadvertently damaged.
<br><br>These ranges may have been specified by you in the file, or they may have been read from the device using EDID.&nbsp; If you have not explicitly instructed EDID to be ignored, then the EDID-supplied data overrides what you specify in the 
xorg.conf file.&nbsp; (Be aware that EDID is not always accurate.)&nbsp; <br><br>With a little homework on your part, you can help us help you.<br><br>Tom <br>