Prozessordrossel 0.1

Feb 17, 2010
Source: ace
System
+3 +3
Current rating:
Prozessordrossel 0.1 screenshot
Prozessordrossel (German for CPU throttler) throttles your CPU using the Linux ACPI interface of 2.6 kernel.If your CPU supports it, you can change your processor speed (commonly found in Laptops), or throttle it (meaning it will only run a command every other time, thereby using about half the power).For this to work, you need the QT4 Developer libraries (Debian packages: libqt4-dev & qt4-dev-tools). To compile: uncompress, change to source directory and run:qmake (will create Makefile)make (will create program)Copy the executable "Prozessordrossel" to your PATH (p.
ex. /usr/local/bin). To run: "Execute command" from the K Menu, and enter "kdesu Prozessordrossel". Note: you need to have enabled ACPI interface & userspace speed governor in your Linux kernel (most distributions automatically have this). Ensure also no other application (like KLaptop) is running and manages the CPU speed. After setting the CPU speed to your desired value, you can close the application. The speed will stay at the value you set it.
DOWNLOAD NOW
Comments
Add Comment
Today's Top Linux Application

depfinder
1.2.2

depfinder is an utility that scans Slackware packages and outputs a list of their dependencies. The dependency list can be output to stdout, to a comma separated list in a .dep text file or to a slack-required file with or without version information. As of version 1.0.0, depfinder supports x86_64 systems. This can be enabled by passing an extra parameter in the installation scripts (take a look in the INSTALL file in the source tarball...