Hi I think this is kernel issue, since you require more than 2MB of memory framebuffer, you may have to check framebuffer driver is able to allocate more 2MB successfully.
In Android goldfish kernel I have to fix CONSISTEN_DMA_SIZE and also set CONFIG_FORCE_MAX_ZONEORDER=12 so that framebuffer driver can allocate memory without any problem. Regards, Subbu On Tue, Sep 7, 2010 at 9:58 PM, Chih-Wei <[email protected]> wrote: > Hi, > I'm porting android froyo to a device with LCD resolution 1366x768. > It seems boot up successfully. However, the display just messed up. > > Actually I have tried different resolutions on the same device. > It works fine with 1024x768 and 1600x900. > I don't think 1366x768 is too big for froyo to handle. > > I also tried to run emulator in 1366x768. > But it just failed to start. > (I can run 1024x768 without problems) > > The only issue I can guess is the alignment problem, > since 1366 is not a multiplier of 4. > Is there any known issue of the Android graphic system > to support resolution 1366x768? > Any hint to solve the problem? > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
