sorry Jamez bootlooping on mine no chance to play w/ governor.. =(
sorry yea it doesnt like some people lol
Opps hit submit on accident....... I've tried chevy1 kernel but it ran to hot. I'm currently running with slayher uvlow with one complaint, the wifi acts like switching in and out of sleep mode. So...... my point...... what did you cook up jam? What should I expect?
Sent from my Droid using DroidForums App
its based on p3droid but i reverted some of his commits, and added the smartass governor, which is still very experimental.
Installed and testing. So far it seems to be pretty snappy, however SetCPU is no longer reporting the CPU temperature. I'll report back on battery life tomorrow. Thanks Jam! Oh, how can I tell if compcache is enabled?
Sent from my Droid using DroidForums App
if you manually
Code:
insmod /system/lib/modules/omap34xx_temp.ko
temp monitoring should work fine. i may have to add a script to load it on boot. to check compcache in a terminal run
it should output something like
Code:
total used free shared buffers
Mem: 231740 223116 8624 0 28
[B]Swap: 96380 8500 87880[/B]
Total: 328120 231616 96504
the bold being the compcache
you can also do
Code:
rzscontrol /dev/block/ramzswap0 --stats
which should output something like
Code:
BackingSwap: /dev/block/mmcblk0p3
DiskSize: 96390 kB
MemLimit: 30720 kB
NumReads: 2690
NumWrites: 4281
FailedReads: 0
FailedWrites: 0
InvalidIO: 0
NotifyFree: 0
ZeroPages: 246
GoodCompress: 100 %
NoCompress: 0 %
PagesStored: 2857
PagesUsed: 740
OrigDataSize: 11428 kB
ComprDataSize: 2917 kB
MemUsedTotal: 2960 kB
BDevNumReads: 798
BDevNumWrites: 1178
but if you dont have a swap partition on your sdcard like i do mmcblk0p3 then it wont show the backingswap section