
CpuFreqSystemTray
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
CpuFreqTray is an extremely simple application, written in Python + PyQt 4.0 to monitor and control your Cpu's frequency using cpufreq-utils (the sysfs flavour!) It's really simple to use.
First install, to load it digit in consolle CpuFreqSystemTray.
It's really good starting the app at the login!
7 years ago
Version 1.1: First release
Version 1.2: Added multi CPUs support, added Conservative mode.
7 years ago
Version 1.1: First release
Version 1.2: Added multi CPUs support, added Conservative mode.
LanceFaure
7 years ago
Traceback (most recent call last):
File "/usr/bin/CpuFreqSystemTray", line 114, in <module>
main();
File "/usr/bin/CpuFreqSystemTray", line 108, in main
checkCurrentState();
File "/usr/bin/CpuFreqSystemTray", line 35, in checkCurrentState
governor = str(data.split(" ")[2])[:-1];
IndexError: list index out of range
Segmentation fault
Report
marcomg
7 years ago
cpufreq-info -p
Report
LanceFaure
7 years ago
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Traceback (most recent call last):
File "/usr/bin/CpuFreqSystemTray", line 114, in <module>
main();
File "/usr/bin/CpuFreqSystemTray", line 108, in main
checkCurrentState();
File "/usr/bin/CpuFreqSystemTray", line 35, in checkCurrentState
governor = str(data.split(" ")[2])[:-1];
IndexError: list index out of range
Segmentation fault
[139][email protected]:~ > cpufreq-info -p
[234][email protected]:~ >
Report
marcomg
7 years ago
Report
marcomg
7 years ago
[email protected]:~/Documents$ cpufreq-info -p
2667000 2667000 ondemand
So when it try to get the third word there is an error.
Report
marcomg
7 years ago
Report
elkooder
7 years ago
Report
elkooder
7 years ago
Report
marcomg
7 years ago
Report
SonyArianto
7 years ago
Report
marcomg
7 years ago
Bye bye :)
Report