jimmybgood9
Member
I've seen a lot folks here using conky here. Hope you can help me with this. My system reports the cpu frequency ignoring the fact that the main bus is overclocked. That is, it assumes the main bus running at 200MHz, while it's actually running 22.5% faster than that.
So is there a way to scale the reported frequencies in conky so that I see the real cpu frequencies.
I can add a line like:
$CPU frequency: $freq*1.225
but that just shows:
CPU frequency: 800*1.225
What I really want is for conky to actually perform the multiplication so I get:
CPU frequency: 980
Any thoughts?
So is there a way to scale the reported frequencies in conky so that I see the real cpu frequencies.
I can add a line like:
$CPU frequency: $freq*1.225
but that just shows:
CPU frequency: 800*1.225
What I really want is for conky to actually perform the multiplication so I get:
CPU frequency: 980
Any thoughts?