Hi Arun , thanks a lot. can i change that single line, or i need any modification on it.
please suggest me. On Thu, Jan 5, 2012 at 1:22 PM, Joseph, Arun <[email protected]> wrote: > Hi Venkat,**** > > ** ** > > I think probably you may have configured 32 BPP for your lcd panel. > In that case one of latest the patch from rowboat is required.**** > > ** ** > > Please make sure that the following patch is present in your sources**** > > ** ** > > commit e2d133e0b327eeb8b96c38fc96f6d180630aad22**** > > Author: Amit Pundir <[email protected]>**** > > Date: Tue Aug 23 19:18:13 2011 +0530**** > > ** ** > > Gralloc query framebuffer for RGB format**** > > **** > > Signed-off-by: Amit Pundir <[email protected]>**** > > diff --git a/modules/gralloc/framebuffer.cpp > b/modules/gralloc/framebuffer.cpp**** > > index c2cd6e0..fe57a8a 100644**** > > --- a/modules/gralloc/framebuffer.cpp**** > > +++ b/modules/gralloc/framebuffer.cpp**** > > @@ -364,7 +364,7 @@ int fb_device_open(hw_module_t const* module, const > char* name,**** > > const_cast<uint32_t&>(dev->device.width) = m->info.xres;**** > > const_cast<uint32_t&>(dev->device.height) = m->info.yres;**** > > const_cast<int&>(dev->device.stride) = stride;**** > > - const_cast<int&>(dev->device.format) = > HAL_PIXEL_FORMAT_RGB_565;**** > > + const_cast<int&>(dev->device.format) = format;**** > > const_cast<float&>(dev->device.xdpi) = m->xdpi;**** > > const_cast<float&>(dev->device.ydpi) = m->ydpi;**** > > const_cast<float&>(dev->device.fps) = m->fps; **** > > ** ** > > If not please sync hardware/libhardware to the latest.**** > > ** ** > > Regards,**** > > Arun**** > ------------------------------ > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *venkat k raju > *Sent:* Wednesday, January 04, 2012 5:32 PM > *To:* android-porting; rowboat > *Subject:* [rowboat] Gingerbread-2.3.4 two screen .**** > > ** ** > > > Hi all, > i am working on am3703 custom board and i had successfully ported > Gingerbread-2.3.4 on it. but the problem here default its showing me two > screen on my lcd panel. > > please suggest me how to controll this issues. > > note: Gingerbread-2.3.0 its showing me single screen. > > -- > thanks&Regards > k.v.raju**** > > -- > You received this message because you are subscribed to the Google Groups > "rowboat" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rowboat?hl=en.**** > > -- > You received this message because you are subscribed to the Google Groups > "rowboat" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rowboat?hl=en. > -- thanks&Regards k.v.raju -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
