Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace power-profiles-daemon with tlp #48

Open
Tracked by #41
iaacornus opened this issue Feb 16, 2023 · 1 comment · May be fixed by #57
Open
Tracked by #41

replace power-profiles-daemon with tlp #48

iaacornus opened this issue Feb 16, 2023 · 1 comment · May be fixed by #57
Assignees
Labels
deep mod includes in depth tweaks | not simple tweaks priority prioritized software related software stuffs system wide modification program option that will modify a system wide setting
Milestone

Comments

@iaacornus
Copy link
Collaborator

there are cases where power-profiles-daemon perform worse than tlp, but both cannot be installed together.

this feature request will allow to switch/replace the power-profiles-daemon with tlp and vice versa

@iaacornus iaacornus added priority prioritized system wide modification program option that will modify a system wide setting labels Feb 16, 2023
@iaacornus iaacornus added this to the 0.1-alpha milestone Feb 16, 2023
@iaacornus iaacornus self-assigned this Feb 16, 2023
@iaacornus iaacornus mentioned this issue Feb 16, 2023
20 tasks
@boredsquirrel
Copy link
Collaborator

# 1. add "tlp" to the rpm-ostree script

printf "tlp" >> final-script.sh #or how is it called?

# 2. Disable power-profiles
sudo systemctl disable power-profiles-daemon.service

# 3. add TLP enable to post-reboot script

printf """
sudo systemctl enable --now tlp""" >> ~/.config/autostart/reboot.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deep mod includes in depth tweaks | not simple tweaks priority prioritized software related software stuffs system wide modification program option that will modify a system wide setting
Projects
None yet
2 participants