From c523f51fd13dde5a46d17902c2a53ed526b2bc93 Mon Sep 17 00:00:00 2001 From: avatar1024 Date: Sun, 10 Dec 2023 06:57:14 +0000 Subject: [PATCH] Update README.md (#611) Add another point in troubleshooting regarding turbo not available on some CPUs. This relates to https://github.com/AdnanHodzic/auto-cpufreq/issues/602 (workaround consisting in switching driver tested on AMD Zen 3+ and Zen 4 CPUs). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 295cfb8..90b1ce1 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ If the daemon has been installed, live stats of CPU/system load monitoring and o * high CPU temperatures * CPU not scaling to minimum/maximum frequencies * suboptimal CPU performance +* turbo mode not available **A:** If you're using the `intel_pstate/amd-pstate` CPU management driver, consider changing it to `acpi-cpufreq`.