<div>in the file drivers/video/geode/lxfb_core.c</div>
<div> </div>
<div>static struct fb_videomode geode_modedb[] __initdata = {</div>
<div>        /* 640x480-60 */<br>        { NULL, 60, 640, 480, 39682, 48, 8, 25, 2, 88, 2,<br>          FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,<br>          FB_VMODE_NONINTERLACED, 0 },<br>       ......</div>
<div>}</div>
<div> </div>
<div>now i want to add the mode of 800x480, but how to calculate these values. such as </div>
<div>800x480-60, 800x480-70, 800x480-72, 800x480-80, 80x480-85, and so on. it is the case of changing the refresh frequency, what is the calculation? <br><br></div>
<div class="gmail_quote">2009/4/26 wan michael <span dir="ltr">&lt;<a href="mailto:michalwan@gmail.com">michalwan@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">
<div>is it possible to be standard modeline like 800X600 through adding 800x480 into geode driver, not just the custom modeline in the xorg.conf ? </div>
<div><br></div>
<div>another question, like 7&quot; LCD display, they are commonly used in the embedded device, like MID or handheld device, the most resolution is 800x480. not like common PC, which can provide much more higher resolution than 7&quot; LCD display, such as 1024X768, and so on. So, when used for PC, it always selects the best resolution,  and it can not do that for the embedded device, for the reason of 7&quot; LCD display supporting the most high resolution is 800X480, if both of them can not match well, the display will not be normal. so is there one way to automatically match them, adapting to 800X480, not the higher?</div>
<br></div>
<div class="gmail_quote">
<div class="im">2009/4/24 John Yoder <span dir="ltr">&lt;<a href="mailto:jtyoder@twny.net" target="_blank">jtyoder@twny.net</a>&gt;</span><br></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div>On Wed, 2009-04-22 at 14:20 +0800, wan michael wrote: <br></div>
<div>
<div></div>
<div class="h5">
<blockquote type="CITE">
<div>hi<br> <br>can the geode driver provide the mode 800x480? if so, it can meet the 7&#39; LCD display which is 800x480, and not the standard modes on pc.<br> <br>  </div><pre>_______________________________________________
Xorg-driver-geode mailing list
<a href="mailto:Xorg-driver-geode@lists.x.org" target="_blank">Xorg-driver-geode@lists.x.org</a>
<a href="http://lists.x.org/mailman/listinfo/xorg-driver-geode" target="_blank">http://lists.x.org/mailman/listinfo/xorg-driver-geode</a>
</pre></blockquote>It should be able to provide the 800x480 mode. However, that will require a custom modeline in the xorg.cong. I would use one of the modeline calculators as a starting point. Whenever I need to provide custom modelines it takes a bit to get the dot clock frequency of the LX and Monitor to be correct, but not typically much of a problem.<br>
<br>Best Regards,<br><font color="#888888"><br>John Yoder </font></div></div></div></blockquote></div><br></blockquote></div><br>