Elektrine lite

← Feed

@morto@piefed.social

Is there a way to control gnome's power profile outside from the gui?

2026-07-07 20:33 UTC

Is there a way to control gnome's power profile outside from the gui? More specifically, I want to automate booting in performance mode and switching to energy save after a couple of minutes, just to have stuff load faster, but I found no way to do that.

Replies (2)

  • Yes. Under the hood, gnome controls the power profiles daemon. You can configure it from the cli via powerprofilesctl. powerprofilesctl get gets the currently active mode. powerprofilesctl set performance set’s it to performance mode. There are three modes: ‘power-saver’, ‘balanced’, ‘performance’

    Open ##3657662

  • @A_norny_mousse@piefed.zip 2026-07-07 20:56

    Are you sure the kernel isn’t doing this already? If yes: https://wiki.archlinux.org/title/CPU_frequency_scaling

    Open ##3657711