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
This commit is contained in:
parent
87b95207de
commit
69b724605f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||||
xset s off -dpms
|
xset s off -dpms
|
||||||
|
|
||||||
# Set cpu-governor to performance (Sometime it still set to powersave)
|
# 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)
|
# Slow app startup fix (for flatpaks)
|
||||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue