Thanks,It worked.

2010/6/22 c t <th0...@gmail.com>

> >Iusing directfb for sigma 8642 Dev. Our GUI resolution is 1280x720, but
> >when we stop playing a BDJ Disc,the screen size change to 1920x1080, how
> can
> >i change it back to 1280x720?
> >Does anybody know how to sovle it,thank you very much.
>
>
> I don't know why GUI layer's resolution change to 1920x1080,
> but you may solve this problem in using SetConfiguration().
> Please refer to following code.(change width , heigth to 1280 , 720 )
>
> DFBDisplayLayerConfig layerconfig;
> layerconfig.flags = (DFBDisplayLayerConfigFlags)(DLCONF_WIDTH
> |DLCONF_HEIGHT);
> layerconfig.width = width;
> layerconfig.height = height;
> layer->SetConfiguration(layer, &layerconfig);
>
>
> Thanks regards.
> Taku
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to