On Fri, 2007-07-13 at 12:53 -0600, Ben Sapp wrote: > On Fri, 2007-07-13 at 20:41 +0300, Ville Syrjälä wrote: > > > > In your case the pixelformat reported by fbset is RGB444 in DirectFB > > terms. > > Is there any way to over ride this in directfb, to make it use the > RGB565 pixel format instead of what the driver reports? >
The kernel driver must support RGB565 first. You can do that with the command fbset -depth 16 -rgba 5,6,5,0. If this succeeds, fbset -i should report the new format as: rgba 5/11,6/5,5/0,0/0 Tony _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
