summaryrefslogtreecommitdiffstats
path: root/system/pstate-frequency/README
diff options
context:
space:
mode:
author Sébastien Ballet <slacker6896@gmail.com>2016-09-29 18:17:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-01 07:17:23 +0700
commit46150f0ac886f0d48f308274ec36452b36f1b638 (patch)
treeeda2eb61828d0abafa2563a4edb0785af28764f3 /system/pstate-frequency/README
parenta96cd2882c4e606bd3468ed6670316732f93b38a (diff)
downloadslackbuilds-46150f0ac886f0d48f308274ec36452b36f1b638.tar.gz
slackbuilds-46150f0ac886f0d48f308274ec36452b36f1b638.tar.xz
system/pstate-frequency: Updated for version 3.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pstate-frequency/README')
-rw-r--r--system/pstate-frequency/README42
1 files changed, 30 insertions, 12 deletions
diff --git a/system/pstate-frequency/README b/system/pstate-frequency/README
index 4752b086fa..a0bd9d4595 100644
--- a/system/pstate-frequency/README
+++ b/system/pstate-frequency/README
@@ -5,20 +5,38 @@ the state of turbo boost.
You can enable optional feature by passing variables to
the script (ie. VAR=yes/no ./pstate-frequency.SlackBuild) :
-WITH_UDEV_RULE=yes|no (default:no)
+WITH_POWER_PLANS=yes|no (default=yes)
+ Installs power plans in /etc/pstate-frequency.d/
+
+ Power Plans are convenience shortcuts which essentially
+ alias to calling pstate-frequency with various options.
+ They are not necessary for operation, but are recommended.
+
+WITH_BASH_COMPLETION=yes|no (default=no)
+ Installs bash completion.
+
+WITH_ZSH_COMPLETION=yes|no (default=no)
+ Installs zsh completion.
+
+WITH_UDEV_RULE=yes|no (default=no)
Installs an udev rule for automatic frequency setting
- when the power source thas changed.
-
-WITH_COMPLETION=yes|no (default:no)
- Installs bash & zsh completion.
+ when the power source has changed.
+
+ The udev rule is installed in directory specified by
+ environment variable UDEV_RULE_DIR which, by default,
+ is set to /lib/udev/rules.d. To install rule in, for
+ instance, /etc/udev/rules.d, run the SlackBuild as
+ below :
+
+ WITH_UDEV_RULE=yes UDEV_RULE_DIR=/etc/udev/rules.d ./pstate-frequency.SlackBuild
-Optional Dependencies :
+Optional Dependencies :
* x86_energy_perf_policy
- This is used to set the CPU to normal performance
- policy upon suspend and resume. It is used to
- currently work around an assumed bug whereby on
- resume the system is set to performance policy on
- one core. It can help fix issues where upon resume
- of the system, the CPU runs at frequencies higher
+ This is used to set the CPU to normal performance
+ policy upon suspend and resume. It is used to
+ currently work around an assumed bug whereby on
+ resume the system is set to performance policy on
+ one core. It can help fix issues where upon resume
+ of the system, the CPU runs at frequencies higher
than that which is advertised to be available.