The Following User Says Thank You to AgogData For This Useful Post: | ||
![]() |
2010-12-27
, 02:03
|
|
Posts: 125 |
Thanked: 25 times |
Joined on Feb 2010
|
#12
|
![]() |
2010-12-27
, 08:15
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#13
|
i got a problem when i install maxcpu is not appearing on the desktop i try rebooting nothing
Does it have "user" as one of its... what do you call them..? Categories, or something? Like, the way software is sorted on the downloads page on this forum in Desktop, Utilities, Other, Science, System, etc...
I have one request, if you could share your script for CPU's freq and temperature widget (queen beecon), please?
echo CPU: `awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq` `cat /sys/class/power_supply/bq27200-0/temp`°C;
sudo gainroot echo bq27x00_battery >> /etc/modules modprobe bq27x00_battery
The Following User Says Thank You to m750 For This Useful Post: | ||
![]() |
2010-12-27
, 10:12
|
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#14
|
i got a problem when i install maxcpu is not appearing on the desktop i try rebooting nothing
It is not an application, but a home desktop widget... TAP on desktop to insert it!
![]() |
2010-12-27
, 11:40
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#15
|
root python /usr/lib/hildon-desktop/maxcpu.py
![]() |
2010-12-27
, 11:58
|
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#16
|
Nokia-N900:~# python /usr/lib/hildon-desktop/maxcpu.py Traceback (most recent call last): File "/usr/lib/hildon-desktop/maxcpu.py", line 6, in <module> import hildondesktop ImportError: No module named hildondesktop
![]() |
2010-12-27
, 12:00
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#17
|
![]() |
2010-12-27
, 12:12
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#18
|
thanks for your help! but I get an error:
Code:import hildondesktop ImportError: No module named hildondesktop
root apt-get install python2.5-hildondesktop
![]() |
2010-12-27
, 12:16
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#19
|
Sorry to ask this, but why would I want my max cpu posted on my desktop?
It seemed to work fine for me.
![]() |
2010-12-27
, 12:18
|
|
Posts: 9 |
Thanked: 3 times |
Joined on Oct 2010
|
#20
|
apt-get install python-hildondesktop
thanks