Skip to content

CPU frequency remains capped when switching from powersave to performance unless balanced is applied first #820

@brenobaptista

Description

@brenobaptista

When switching from the powersave profile directly to throughput-performance, the CPU frequency remains capped at a lower value. If I switch to the balanced profile first, the CPU frequency is restored to a higher value and switching to throughput-performance afterward keeps that higher frequency.

I confirmed the impact using Geekbench 6: when switching directly from powersave to throughput-performance the benchmark score remains the same as in powersave, indicating that the CPU is limited.

Steps to reproduce:

sudo tuned-adm profile powersave
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

sudo tuned-adm profile throughput-performance
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

sudo tuned-adm profile balanced
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq

sudo tuned-adm profile throughput-performance
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Image
tuned 2.26.0

Operating System: Fedora Linux 43
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.18.4-200.fc43.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × 11th Gen Intel® Core™ i7-11800H @ 2.30GHz
Memory: 32 GiB of RAM (31.1 GiB usable)
Graphics Processor 1: Intel® UHD Graphics
Graphics Processor 2: NVIDIA GeForce RTX 3050 Laptop GPU

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions