Hi,
I am developing a graphic device driver with a device that i am working on. So far i managed to run all the example apps on my board succesfully.
Now, i need to test the multi app function. I have succesfully compiled linux-fusion 1.1.I have compiled directfb to with --enable-multi. I did everything that i should do
like mount ttmpfs /dev/shm and i have build a fusion.ko and i have insmod fusion.ko succesfully.
And then i have a run a single app with multi-core compiled(it was stated on the console multi-core).From the limited of the fusion doc that i have. I was given the impression that fusion IPC would take care of everything from video memory management concerning with running 2 apps. So what i did i run the one app in one terminal and run the same app in another terminal.The first terminal succeded and gave and output but the second app give an error stating allocate surface failed. I have run the fusion_bench and it seemed okay.

My question. is that really how you run multi app?
Or do you need to modify the drivers as well?
I know there is a guide with compiling and installing a multi core app.but is there one with on how do you run two directfb apps at the same time?
I really appreciate it if there is a sample code to test multi app which would run two apps in one session.

Thanks,
Syaiful
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to