|
Posted at 7/20/2016 13:44:24
Only Author
9#
hi newold,
for rotozoom: it seems you get some decent framerates; i wonder do you see the demo on the screen rotozooming around? it seems it works? anyways, it is better to execute the ./roto.sh script (not in root mode but in user mode) instead of the rotozoom executable.
the chvt error you see is not so important; chvt switches to another framebuffer and chvt( 7 ) switches to the X11 framebuffer, while i believe all machybris stuff is displayed at chvt( 10 ) or so. in root mode chvt does not work.
for glmark2-es: the ubuntu one you installed with apt-get does not work as this is the original X11 one, i.e. made for X11. machybris rendering is done completely without X11 as it is bases on android graphics (that has no X11).
i have ported a glmark2 from rpi to firefly with machybris before, see: https://github.com/mac-l1/glmark2, just to check it performance. dont know if i tested this on fireprime too, at least it worked on firefly. maybe you can get it running too?
cheers -- mac-l1 |
|