This ipk works fine:
http://www.piro.hopto.org/~piro/zaurus/qcl...ge_0.1a_arm.ipk
You need the Special kernel though, like the one available in the 5600 patches section of the ZUG downloads.
In the end all QClockchange does is read and write the CCCR register from /proc/cccr_register. Look at ced\'s howto for the values to write:
http://www.zaurususergroup.com/modules.php...0%28by%20Ced%29
If you cannot see /proc/cccr_register then you aren\'t using a kernel that gives you the overclock abilities.
The qclockchage app will display the current values, but any changes are silently discarded, I presume because /proc/cccr_register isn\'t writable by user zaurus.
Running qclockchange as root is problematic for the usual reasons: it complains the \"Qt?Embedded data directory is not owned by user 0\". I suspect this can be \"fixed\" the usual way, by chowning the right file:
#chown root:qpe /tmp/qtembedded-zaurus
but of course the next app to run from the gui will fail and complain that the owner should be zaurus and you\'ll have to change it back.
Easier is just changing the value in /proc/cccr_register as shown in the post tumnus references:
#echo $value ] /proc/cccr_register.
See that post for appropriate values.
I don\'t frankly see much of a difference at the higher clock speed.
prboom just started ignoring input (but is still updating the screen, and I can still ssh into the zaurus and kill it an d qpe to get the input back).
But on re-running it, prboom is working ok. May have been having opera open at the same time.
qt-reader is always a bit slow on page-ups, but I think that it\'s io bound, reading from the sd card, although it gets slower while playing xmms, even if xmms is reading from the cf wifi rather than the sd card.
playing a java game (ZTailGunner) while playing internet radio on xmms is somewhat faster -- performance was noticeably degraded at the standard clock speed, but was only a bit degraded when overclocked to 472.
On balance, I\'m not seeing a great deal of difference with the higher clock speed.
It should be noted I\'m using the version 1.3 special rom with the chip defect workaround turned off, which is presumably already providing a boost in speed.
Anyone else have any subjective impressions of overclocking?