TLP is advanced power management tool for Linux without necessity to understand every technical detail.
Questions tagged [tlp]
127 questions
5
votes
1 answer
how to disable tlp
I installed tlp but I am wondering how would I disable tlp. I read the docs and it said to disable it you have to set TLP_ENABLE=0 but how would I do that.
Is there a different way of disabling it from the terminal.

Geralt
- 159
4
votes
2 answers
Where should the tlp configuration file be found?
I have installed tlp months ago, and the file configuration is in home folder. I don't know the install steps anymore, so I'm asking you guys if it's ok if that configuration file stays there, or should be moved.

sticsk
- 1,601
- 7
- 18
- 34
2
votes
1 answer
How to create tlp different profiles?
I would like to create different TLP profiles (Battery saving, Balanced and Performance), but can't figure out what things I need to change in the configuration file. Googling hasn't helped me to find out any guide for that either. Any idea which…

sslaia
- 23
1
vote
1 answer
tlp power management
I have having trouble with tlp power management
I just installed ubuntu 14.04 today
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
This two commands worked
sudo apt-get install tlp tlp-rdw
sudo start tlp
These commands failed and…

Bob Wilker
- 11
1
vote
1 answer
Why is SlimbookBattery not availbale for Ubuntu 23.04?
I want some GUI for TLP, and none of them (TLPUI, Slimbook) have the release files for 23.04 of Ubuntu. When can I expect it, or is there any workaround this?
1
vote
1 answer
Replugging network cable doesn't reconnect
I am using ubuntu 18.04. when I start my laptop and plug a network cable it will connect. But when I unplug the cable and then replug it won't reconnect. I have to then put the laptop in sleep mode and then it will reconnect. That means between 2…

Nikhil Rathore
- 145
0
votes
1 answer
TLP governor settings not taking effect
I have TLP installed with these config lines:
CPU_SCALING_GOVERNOR_ON_AC=powersave
CPU_SCALING_GOVERNOR_ON_BAT=powersave
But my governors are still ondemand. I know how to do it with cpufrequtils as mentioned in How to permanently set CPU power…

Jay Aurabind
- 344
- 2
- 12
0
votes
0 answers
TLP or Default Power Management, on Dell Latitude E6430 laptop?
I have a Dell Latitude E6430 laptop. I just installed tlp:
sudo apt install tlp cpufrequtils
This worked successfully. I then entered:
sudo systemctl enable tlp.service
This produced the error message,
Synchronizing state of tlp.service with SysV…

Saul Lubkin
- 21
0
votes
0 answers
TLP Battery charge mode: performance question
I've been reading about a good practice to install TLP to avoid battery being constantly overcharged.
I therefore installed the daemon on my Huaweii X Mate Pro. Battery is recognised as far as I can tell.
I set the thresholds as 30% 80%, which…

Andrea Moro
- 511