mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-31 01:24:29 +02:00
Add reference for Platform Profile
This commit is contained in:
parent
60c222906d
commit
5b89228b31
10
README.md
10
README.md
@ -303,7 +303,10 @@ governor = performance
|
|||||||
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
||||||
energy_performance_preference = performance
|
energy_performance_preference = performance
|
||||||
|
|
||||||
# PP: see available preferences by running: cat /sys/firmware/acpi/platform_profile_choices
|
# Platform Profiles
|
||||||
|
# https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html
|
||||||
|
# See available options by running:
|
||||||
|
# cat /sys/firmware/acpi/platform_profile_choices
|
||||||
# platform_profile = performance
|
# platform_profile = performance
|
||||||
|
|
||||||
# minimum cpu frequency (in kHz)
|
# minimum cpu frequency (in kHz)
|
||||||
@ -330,7 +333,10 @@ governor = powersave
|
|||||||
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
||||||
energy_performance_preference = power
|
energy_performance_preference = power
|
||||||
|
|
||||||
# PP: see available preferences by running: cat /sys/firmware/acpi/platform_profile_choices
|
# Platform Profiles
|
||||||
|
# https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html
|
||||||
|
# See available options by running:
|
||||||
|
# cat /sys/firmware/acpi/platform_profile_choices
|
||||||
# platform_profile = low-power
|
# platform_profile = low-power
|
||||||
|
|
||||||
# minimum cpu frequency (in kHz)
|
# minimum cpu frequency (in kHz)
|
||||||
|
@ -7,7 +7,10 @@ governor = performance
|
|||||||
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
||||||
energy_performance_preference = performance
|
energy_performance_preference = performance
|
||||||
|
|
||||||
# PP: see available preferences by running: cat /sys/firmware/acpi/platform_profile_choices
|
# Platform Profiles
|
||||||
|
# https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html
|
||||||
|
# See available options by running:
|
||||||
|
# cat /sys/firmware/acpi/platform_profile_choices
|
||||||
# platform_profile = performance
|
# platform_profile = performance
|
||||||
|
|
||||||
# minimum cpu frequency (in kHz)
|
# minimum cpu frequency (in kHz)
|
||||||
@ -34,7 +37,10 @@ governor = powersave
|
|||||||
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
# EPP: see available preferences by running: cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences
|
||||||
energy_performance_preference = power
|
energy_performance_preference = power
|
||||||
|
|
||||||
# PP: see available preferences by running: cat /sys/firmware/acpi/platform_profile_choices
|
# Platform Profiles
|
||||||
|
# https://www.kernel.org/doc/html/latest/userspace-api/sysfs-platform_profile.html
|
||||||
|
# See available options by running:
|
||||||
|
# cat /sys/firmware/acpi/platform_profile_choices
|
||||||
# platform_profile = low-power
|
# platform_profile = low-power
|
||||||
|
|
||||||
# minimum cpu frequency (in kHz)
|
# minimum cpu frequency (in kHz)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user