Skip to content

laptop: replace tlp with power-profiles-daemon #1474

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

laptop: replace tlp with power-profiles-daemon #1474

wants to merge 1 commit into from

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented May 11, 2025

TLP is often no longer the best choice since firmware provides power profiles instead. That's why we are removing TLP as the default option. We may want to bring back TLP to some old hardware if it makes sense i.e. certain thinkpad modules.

Fixes #1465

@@ -17,9 +17,4 @@

# Cooling management
services.thermald.enable = lib.mkDefault true;

# tlp defaults to "powersave", which doesn't exist on this laptop
services.tlp.settings = {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @Guekka this removes your tlp configuration. This laptop is from 2020 and hopefully also works well enough with power-profiles-daemon.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should work. Let's go with this and we will revert if I notice an issue, I'm still using this laptop

TLP is often no longer the best choice since firmware provides power
profiles instead. That's why we are removing TLP as the default option.
We may want to bring back TLP to some old hardware if it makes sense
i.e. certain thinkpad modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider not enabling TLP by default
2 participants