Finally I got disko working on the MINI2440 board (400 MHz Samsung S3C2440A ARM9 processor).
I was able to run the benchmark appliactions db_fillrectangle and db_blend2layer. db_fade2layer doesn't seem to work properly on my board.
Here are the results (all examples run with fbdev and 800x480 pixel):
db_fillrectangle:
- Fill window with alpha=0xa0 -> 4mpps
- Fill window with alpha=0xff -> 20mpps
- Clear window area with r=0 g=0 b=ff a=0 -> 20mpps
- Clear window area with r=0 g=0 b=0 a=0 -> 20mpps
db_blend2layer:
- Area with alpha channel 0xa0 and picture -> 4fps
- Area with alpha channel 0xff and picture -> 5fps
- Area with alpha channel 0x00 and picture -> 5fps
- Area with alpha channel 0xa0 no picture -> 3fps
- Area with alpha channel 0xff no picture -> 5fps
- Area with alpha channel 0x00 no picture -> 5fps
How do you interprete these results

?
Is it right that this benchmarks simulate a OSD with a running background application (e.g. tv)?
For my understanding a graphical application should run with at least 20fps (my experience with games).
So I'm a bit confused about the results.
Do you have any tips to get better results?
I'm eager to see how a "real" application would perform.
Regards
Nahsah