Quoting suriya  mohan ([EMAIL PROTECTED]):
> Say for example, the user will visualize the exe. A "DirectFB" 
> program will be triggered by any keyboard interrupt, then the user 
> can use the menu and submenu. And then whenever the user select a 
> menu option an event is triggered further (say an exe is 
> invoked).After a while the DirectFB application will disappear. 
> The "exe" in discussion is not in way related to DirectFB.

Your "exe" has to do the graphical output and the user input via
DirectFB. You may use SDLonDirectFB for that if your "exe" already
uses SDL.

> Then the Fusion kernel will allow us to execute no or more exe's 
> and  DirectFB program in text mode itself.

The first DirectFB application (including your "exe"s) switches
from text mode to graphics mode (like XFree). You must not exit
this first process until all other processes exited. Otherwise
the other processes receive a SIGTERM when master shuts down.

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

                            Convergence GmbH


-- 
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-users" as subject.

Reply via email to