From 69b724605f89a11545409064f36f7207a56e6bf2 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Thu, 2 May 2024 07:22:47 +0700 Subject: [PATCH] chore: Disable cpupower set on boot You can set governor using `cpufreq.default_governor` kernel option since Linux 5.9 REF: https://wiki.archlinux.org/title/CPU_frequency_scaling#Make_changes_permanent --- .config/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xprofile b/.config/xprofile index 4e839bc..20b3f9f 100644 --- a/.config/xprofile +++ b/.config/xprofile @@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then xset s off -dpms # Set cpu-governor to performance (Sometime it still set to powersave) - cpupower frequency-set -g performance + #cpupower frequency-set -g performance # Slow app startup fix (for flatpaks) dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY