View Single Post
Old 07-18-2006, 03:47 PM   #18
ali
Addict
ali doesn't litterali doesn't litter
 
ali's Avatar
 
Posts: 302
Karma: 116
Join Date: May 2006
Device: Iliad, dude!
Quote:
Originally Posted by DHer
which part of power saving shouldn't work, in your opinion?

Clocking down the processor, check, making the whole thingie hibernate, check. Both i can even do on my notebook running linux. Anything else? Ok, switching wlan off. Here i trust in iRex.
You can write software that does things efficiently. keep filesystem access low. do not spread things among processes that need inter-process communication protocols. Do not use a windowmanager that checks all the time if some window decorations have to be drawn, windows have to be moved or updated, if you don't intend to actually show some windows. Write applications that *know* that the device is single-user and essentially single-task, so they can throttle the processor when there's no user interaction - as opposed to when some heuristics notices there's no processor load.


Quote:
And concerning the pdf renderer: what's easier to do: write your own alternative pdf viewer for a running linux with an X server or do everything from scratch on a new device with strange new custom-built OS which most probably would never receive a proper SDK?
I don't know. I remember someone describing a commercial Zaurus pdf viewer (should be easy to port) that was written from scratch for this cpu and unbelievably fast. For 670 Euros I'd expect a little bit more than xpdf. But it looks to me like they took the easy road everywhere. As if everything was temporary dirty hacks that became permanent.
ali is offline   Reply With Quote