'notaz' said:
Another major software problem is use of old ARM ABI (OABI). This forces to use old compilers. It also prevents running programs from other newer Linux devices on Wiz.
I'm sure GPH have stated that retail Wiz will use EABI.
Hooray, now I'll have to use a new toolchain. Probably just as well, since I need to get CodeSorcery's working for Pandora stuff.
There are a lot of devices that use 320x240 AMOLED screens, or at least are designed that way like Wiz is. If they're 240x320 then it's being handled transparently, but the software could be rotating things. If the Pollux had the ability to rotate 90/180/270 degrees in its display controller like the MMS2 has then I don't think there'd be a problem. I also wonder if it's using the 3D hardware to do the rotation behind the scenes and it's not synchronizing well (so one triangle gets drawn for the first frame and the other for the next frame). But I don't see how it could do this in hardware since it'd need extra memory for it, and I don't see how it can be in software either.