-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

plasmaCpuFreqUtility

   1.6  

Plasmoid Script

Score 64%
plasmaCpuFreqUtility
zoom


plasmaCpuFreqUtility
zoom


plasmaCpuFreqUtility
zoom


other:  Link
Downloads:  1645
Submitted:  Aug 29 2011
Updated:  Mar 12 2012

Description:

Simple plasmoid for change frequencies of processors, enabling or disabling them.
Plasmoid needs polkit-1, d-bus.
May need to configure SELinux.

Dependencies:
PyQt4
PyKDE4

Installation:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
make
su -c \'make install\'
(building correct for Fedora)




Changelog:

v.1.4.1 :
fixed cpu info store to dict;

v.1.5 (final):
some fixes;

v.1.6 :
added 'First For All' mode setting;




LicenseGPL
(source Fedora correct)
Send to a friend
Subscribe
Other  Content  from F1ash
Report inappropriate content



goto page: prev   1  2 

-

 More options

 
 by Deathmachine on: Mar 7 2012
 
Score 50%

Hi
Can you please add a option to change cpu-freq policy for all CPUs?


Reply to this

-

 Re: More options

 
 by F1ash on: Mar 10 2012
 
Score 50%

I'll do when I get free time


Reply to this

-
.

 Re: More options

 
 by F1ash on: Mar 12 2012
 
Score 50%

Try new version ;)


Reply to this

-
.

 Re: Re: More options

 
 by Deathmachine on: Mar 12 2012
 
Score 50%

Thanks


Reply to this

-

 Great plasmoid, but how to enable a disabled CPU

 
 by tittiatcoke on: Mar 12 2012
 
Score 50%

I like this plasmoid very much, but what I found is that once I disable a CPU, there is no way to get it enabled again. The line with the disabled CPU is not showing anymore.


Reply to this

-

 Re: Great plasmoid, but how to enable a disabled C

 
 by F1ash on: Mar 13 2012
 
Score 50%

I can not reproduce this bug. Try to find errors in the file ~/.xsession-errors .


Reply to this

-
.

 Error when trying to compile on Kubuntu 12.04

 
 by wingnux on: Aug 16 2012
 
Score 50%

wingnux@wingnux-desktop:~/Downloads/kde-plasma-cpufrequtility-1.6$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/wingnux/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:7 (find_package)


CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


Reply to this

-

 Re: Error when trying to compile on Kubuntu 12.04

 
 by F1ash on: Aug 17 2012
 
Score 50%

I'm fine. Maybe you forgot to install the kdelibs5-dev package?


Reply to this

-

 Re: Re: Error when trying to compile on Kubuntu 12

 
 by wingnux on: Aug 17 2012
 
Score 50%

Thanks, that solved the compiling problem but now when I add the plamoid to my kde panel I get a warning that says "KAuth returned an error code: 3" twice and when I click on the plasmoid icon it shows a red "ERROR" message.


Reply to this

-

 Re: Re: Re: Error when trying to compile on Kubunt

 
 by F1ash on: Aug 18 2012
 
Score 50%

This occurs when an error reading\writing (as I understand, your comp have two core). It is likely that the rules for polkit not been applied. Relogin user.


Reply to this

-

 Good app! Nut I have one suggestion

 
 by dmnmsc on: May 5 2013
 
Score 50%

Good app! Just what I need! But... could be possible to change all CPU governors wth only one move? I mean set all cpu governors to conservative (for exameple) at same time, not going one by one.


Reply to this

-

 Good plasmoid! But I have one suggestion

 
 by dmnmsc on: May 5 2013
 
Score 50%

Good plasmoid! Just what I need! But... could be possible to change all CPU governors wth only one move? I mean set all cpu governors to conservative (for exameple) at same time, not going one by one.


Reply to this

-

 Re: Good plasmoid! But I have one suggestion

 
 by dmnmsc on: May 5 2013
 
Score 50%

OK, I'm sorry. I see this option now. Thanks again!


Reply to this

-

 Thank You!

 
 by Kaktuss on: May 2 2014
 
Score 50%

Dear F1ash!
Thank You very much indeed!
I really need a workable non-console utility to change cpu frequency for KDE 4 OpenSuse 13.1. And I was searching it for a long time. I tried applets for cpufrequtils that do not work in my system or adjust only one core like CpuFreqTray-0.9. But Your plasmoid is not only workable for all cores. Your plasmaCpuFreqUtility is the best from all cpu frequency regulators that I can find. It even has a very useful autorun option. The best functional and the best design of cpu regulators that I have ever seen. Now my notebook can be not so hot.
Thank You very much indeed!


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team