I wanted to follow up on the below comment. Is there some documentation or pointers you could give to explain how to write a new system module and primary layer implementation? We would like to "replace" the fbdev and not use a framebuffer device at all, if possible. Can you define "primary layer"? Any pointers on where to look in the API documents, or tutorials, or anything for how to go about this will help. I can't seem to find it after reading through it myself. Thanks, Brett On Tue, Jun 26, 2007 at 05:33:00PM -0700, Yicai Jiang wrote: > Thank you for your answer. > > Where and how can I add no-vt option to my directfbrc?
man directfbrc > My video core has its own display manager API. Where should I call them? > Under GidrectFB/gfxdrivers? Depends on what this display manager API of yours does. If it's a replacement for fbdev then you need to write a new system module (and primary layer implementation) for it. If it supplements fbdev somehow then you should write a gfxdriver for it. -- Ville Syrjälä syrjala at sci.fi <http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev> http://www.sci.fi/~syrjala/ <http://www.sci.fi/~syrjala/>
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
