Ahhh, I know why you didnt notice a difference in SDL...
Set the following to use /dev/fb1 in SDL, if it even will work:
modprobe pxafb_overlay
export SDL_FBDEV=/dev/fb1
export SDL_VIDEODRIVER=fbcon
Problem is, using fb1 isn't working for me. fb0 is. fb0 is faster than whatever the feed in beta 4 is defaulting to though. Only thing is, it's not rotated. The framebuffer needs to be rotated for landscape for Z's. So some SDL work will be needed. I could do a iwmmxt enhanced rotation in SDL and get 1.2.9 working with fb1 if needed.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Go for it
Yeah, the problem was - I didnt know what to set for SDL_VIDEODRIVER - fb0 works now and mplayer seems a little faster. It is rotated, but I could always encode sideways.
However - has anyone tried:
# mplayer -vo fbdev -fb /dev/fb0 myavi.avi
This plays it stretched accross your desktop sideways again but at FULL speed.
Without sdl or fbdev -> roughly 1-2fps
With SDL /dev/fb0 -> roughly 5fps
With -vo fbdev -> full speed (so thats about 25fps)
I am going to try encoding a video in 480x640 sideways and see if it goes full speed with -vo fbdev
EDIT: yep it works - see my new post: [a href=\"https://www.oesf.org/forums/index.php?showtopic=19543]https://www.oesf.org/forums/index.php?showtopic=19543[/url]