ok, now with this latest code, when I comment out a frequency, ie freq3, it does not get displayed, however, the applet picks an invalid default freqency when it starts up, in my case, freq1. the problem seems to be that when changing frequencies, it always steps by one frequency level and if one is commented out, it gets confused and goes to the wrong one.
It also does not have the default 416 ticked when it starts up (when all the freq in the config files are uncommented at default settings).
It is real confuse me.
If comment some freq, we lost those value.
As my experience, if change clock from level 1 to leve 3 directly, zaurus may crash, so middle freq level can not be throw.
If keep the unstable middle level, it is very hard to contrl speedstep, and do not stay the unstable for a long time.
Otherwise, speedstep always stay on min freq set by powerctrl. If only the lowest or highest level is not stable, the problem is simple, it is enough if we change the min / max freq in powerctrl.
Finally, I just add a new config (1, stable / 0, unstable) at the end of freq define. The unstable is not displayed in menu. It means, you can not set to unstable manually. but auot speedstep do not check.
other enhancements that would be nice:
The MEM indicator shows the total of both physical memory and swap, hence I get 195%
can you separate them out like in your alpha version?
Finished, check please.
The screensaver and suspend options are ticked/unticked according to the values stored in lightnpower.cfg, but it would be nicer if they displayed the actual status of those settings, ie according to what `xset q` says maybe...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163811\"][{POST_SNAPBACK}][/a][/div]
Following is come from the pdaxrom builder's patch, I do not sure is it for all pdaxrom version? I am sure it is working for me, c1k, 1.1 beta3
if (DPMSQueryExtension(g_pDisplay, &dummy, &dummy))
{
if (DPMSCapable(g_pDisplay))
{
DPMSGetTimeouts(g_pDisplay, &standby, &suspend, &off);
if ((standby != a) || (off != )
DPMSSetTimeouts(g_pDisplay, a, 0, ;
}
}
New function:
Include font define in powerctrl.cfg