На ноут Asus 1201PN я поставил Fedora 30 x86_64. Но кнопки регулирования производительности, которые работали в Win7 Starter x86_64, сейчас не работают.
sudo dnf install kernel-tools
cpupower frequency-set -g performance
sudo x86_energy_perf_policy --turbo-enable 0/1
2) performance:
(не работает на asus 1201)
sudo x86_energy_perf_policy -all performance/ondemand
Links:
1. thermald:
sudo dnf install thermald.x86_64 thermald-monitor.x86_64
Links:
2) https://www.reddit.com/r/Fedora/comments/991vq6/why_is_thermald_not_installed_by_default/
3) https://01.org/linux-thermal-daemon/documentation/introduction-thermal-daemon
4) https://www.linux.com/news/linux-thermal-daemon-monitors-and-controls-temperature-tablets-laptops/
5) https://github.com/intel/thermal_daemon
3) https://01.org/linux-thermal-daemon/documentation/introduction-thermal-daemon
4) https://www.linux.com/news/linux-thermal-daemon-monitors-and-controls-temperature-tablets-laptops/
5) https://github.com/intel/thermal_daemon
2. cpupower is part of kernel-tools:
Links:
4) https://www.reddit.com/r/Fedora/comments/a0qsrf/cpupower_frequencyset_g_performance_has_no_effect/
3. x86_energy_perf_policy
1) Enable/disable turbo boost:
2) performance:
(не работает на asus 1201)
sudo x86_energy_perf_policy -all performance/ondemand
Links:
1) https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/performance_tuning_guide/sect-red_hat_enterprise_linux-performance_tuning_guide-tool_reference-x86_energy_perf_policy
4. Вручную через bash.
1) cpu scaling governor:
(не работает на asus 1201)
echo [performance,ondemand] > /sys/devices/system/cpu/cpu[0,1]/cpufreq/scaling_governor
Links:
1) https://wiki.archlinux.org/index.php/CPU_frequency_scaling#Scaling_governors
2) https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt
3) https://unix.stackexchange.com/questions/182696/how-to-get-current-cpupower-governor
4) https://wiki.debian.org/CpuFrequencyScaling
5) https://habr.com/ru/post/399177/
1) https://wiki.archlinux.org/index.php/CPU_frequency_scaling#Scaling_governors
2) https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt
3) https://unix.stackexchange.com/questions/182696/how-to-get-current-cpupower-governor
4) https://wiki.debian.org/CpuFrequencyScaling
5) https://habr.com/ru/post/399177/
Комментариев нет:
Отправить комментарий