aboutsummaryrefslogtreecommitdiff
path: root/system/pstate-frequency/README
diff options
context:
space:
mode:
authorSébastien Ballet <slacker6896@gmail.com>2016-09-18 16:26:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-18 16:26:41 +0700
commit56e095f5ec18141271d24a217278e949826f18c7 (patch)
tree1509b0eed9b85b131c5b078964c049716a63841c /system/pstate-frequency/README
parentec13afdbfdeb8ecccff714cc67d87de4bccbbde1 (diff)
system/pstate-frequency: Added (Control Intel p-state driver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pstate-frequency/README')
-rw-r--r--system/pstate-frequency/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/system/pstate-frequency/README b/system/pstate-frequency/README
new file mode 100644
index 0000000000000..4752b086fa556
--- /dev/null
+++ b/system/pstate-frequency/README
@@ -0,0 +1,24 @@
+pstate-frequency is able to adjust the Intel p-state driver
+values for the minimum and maximum scaling frequencies and
+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)
+ Installs an udev rule for automatic frequency setting
+ when the power source thas changed.
+
+WITH_COMPLETION=yes|no (default:no)
+ Installs bash & zsh completion.
+
+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
+ than that which is advertised to be available.