Fantastic!  It didn't work exactly as expected.  Oddly enough after adding the preferredmode the driver indicated that it found that mode via probing, but regardless, it was now available.<br><br>Now I am just having a small issue though, my display is shifted about 5% to to the right of the screen.  Is this a hsync/modeline issue?  I can't find an obvious way to correct it via randr.<br>
<br>I have exact specs for my display but I have had trouble constructing a modeline.  When using the resolution/sync values for the display, the calculated dot clock frequency is much higher than the specs say it should be.  <br>
<br>From my documentation:<br><br>1920x1080@60 should be 67.5 horizontal, 60 vertical, 148.5 dot clock<br><br>But all calculators come up with a dot clock in the 177 range for those values, presumably using the wrong porch sizes?  Any ideas?<br>
<br><div class="gmail_quote">On Feb 9, 2008 10:29 PM, Alan W. Irwin <<a href="mailto:irwin@beluga.phys.uvic.ca">irwin@beluga.phys.uvic.ca</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 2008-02-09 21:04-0800 Stefan Keir Gordon wrote:<br><br>> The intel driver (apparently) refuses to use my modeline, resorting either<br>> to a default resolution or the EDID resolutions.<br><br>
</div>In the Display subsection, modes are entirely ignored by the Intel driver<br>in my experience.<br><br>With the Intel driver I find the only way I can set the mode from xorg.conf<br>rather than the xrandr application (xrandr might actually be a better option<br>
for you if you are going to change to a projector on the fly) is to use<br>Option "PreferredMode".  Here is an example from my own xorg.conf (all in<br>the Monitor section).<br><br>Modeline "1024x768_85.00"  94.39  1024 1088 1200 1376  768 769 772 807<br>
-HSync +Vsync<br>Option "PreferredMode" "1024x768_85.00"<br><br>I then get 1024x768 with an eye-soothing 85 Hz vertical refresh for my CRT<br>monitor.  Without the above I get a mode chosen semi-randomly by RandR with<br>
a 60Hz vertical refresh that gives me an instant headache.<br><br>BTW, I calculated the above modeline with "gtf 1024 768 85".<br><br>Alan<br>__________________________<br>Alan W. Irwin<br><br>Astronomical research affiliation with Department of Physics and Astronomy,<br>
University of Victoria (<a href="http://astrowww.phys.uvic.ca" target="_blank">astrowww.phys.uvic.ca</a>).<br><br>Programming affiliations with the FreeEOS equation-of-state implementation<br>for stellar interiors (<a href="http://freeeos.sf.net" target="_blank">freeeos.sf.net</a>); PLplot scientific plotting software<br>
package (<a href="http://plplot.org" target="_blank">plplot.org</a>); the libLASi project (<a href="http://unifont.org/lasi" target="_blank">unifont.org/lasi</a>); the Loads of<br>Linux Links project (<a href="http://loll.sf.net" target="_blank">loll.sf.net</a>); and the Linux Brochure Project<br>
(<a href="http://lbproject.sf.net" target="_blank">lbproject.sf.net</a>).<br>__________________________<br><br>Linux-powered Science<br>__________________________<br></blockquote></div><br>