system/pstate-frequency: Fix README.
This commit is contained in:
parent
5bcdb12ef1
commit
198a089cd7
|
@ -1,9 +1,9 @@
|
|||
pstate-frequency is able to adjust the Intel p-state driver
|
||||
values for the minimum and maximum scaling frequencies and
|
||||
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) :
|
||||
the script (ie. VAR=yes/no ./pstate-frequency.SlackBuild):
|
||||
|
||||
WITH_POWER_PLANS=yes|no (default=yes)
|
||||
Installs power plans in /etc/pstate-frequency.d/
|
||||
|
@ -26,9 +26,10 @@ WITH_UDEV_RULE=yes|no (default=no)
|
|||
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 :
|
||||
below:
|
||||
|
||||
WITH_UDEV_RULE=yes UDEV_RULE_DIR=/etc/udev/rules.d ./pstate-frequency.SlackBuild
|
||||
WITH_UDEV_RULE=yes UDEV_RULE_DIR=/etc/udev/rules.d \
|
||||
./pstate-frequency.SlackBuild
|
||||
|
||||
Optional Dependencies :
|
||||
|
||||
|
|
Loading…
Reference in New Issue