[oe] [RFC] Adding screen dimensions to machine configs

Richard Purdie rpurdie at rpsys.net
Mon Jul 9 22:03:16 UTC 2007


On Mon, 2007-07-09 at 21:30 +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Marcin Juszkiewicz schreef:
> > ===========================================================================
> > ARGS="$ARGS -screen ${DISPLAY_WIDTH_PIXELS}x${DISPLAY_HEIGHT_PIXELS}@${DISPLAY_ORIENTATION}x${DISPLAY_BPP}"
> > 
> > if [ ! -z "$DISPLAY_DPI" ]; then
> >         ARGS="$ARGS -dpi $DISPLAY_DPI"
> > fi
> > ===========================================================================
> > 
> > This is Poky version of that part XServer script - no machine related code 
> > at all. Of course it support only machines with formfactor defines.
> 
> So you have the exact same problem, but in a different place. And as a side-effect, the
> image can't be shared between machines anymore, since only one config is present in
> formfactor.

With formfactor as is, no. Pull the code from zaurusd for machine
detection and you can (it sets up a symlink to the correct machine
config upon first boot).

Cheers,

Richard





More information about the Openembedded-devel mailing list