blob: 4752b086fa55698057d992ab32b232cb4f2742d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
|