Ubuntu 18.04 battery life
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I know there are many questions on this argument, but I want to be sure that the answer for old ubuntu version can be used for this version, so this is the question, how can I improve my battery life on ubuntu 18.04? I installed ubuntu in dual boot with win10 and I've noticed that ubuntu run more frequently the fans and the estimated battery life is less then win10. I've already switched to integrated intel graphics card and I've installed tlp, what can I still do?
18.04 power-management battery
add a comment |
I know there are many questions on this argument, but I want to be sure that the answer for old ubuntu version can be used for this version, so this is the question, how can I improve my battery life on ubuntu 18.04? I installed ubuntu in dual boot with win10 and I've noticed that ubuntu run more frequently the fans and the estimated battery life is less then win10. I've already switched to integrated intel graphics card and I've installed tlp, what can I still do?
18.04 power-management battery
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
1
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12
add a comment |
I know there are many questions on this argument, but I want to be sure that the answer for old ubuntu version can be used for this version, so this is the question, how can I improve my battery life on ubuntu 18.04? I installed ubuntu in dual boot with win10 and I've noticed that ubuntu run more frequently the fans and the estimated battery life is less then win10. I've already switched to integrated intel graphics card and I've installed tlp, what can I still do?
18.04 power-management battery
I know there are many questions on this argument, but I want to be sure that the answer for old ubuntu version can be used for this version, so this is the question, how can I improve my battery life on ubuntu 18.04? I installed ubuntu in dual boot with win10 and I've noticed that ubuntu run more frequently the fans and the estimated battery life is less then win10. I've already switched to integrated intel graphics card and I've installed tlp, what can I still do?
18.04 power-management battery
18.04 power-management battery
asked Sep 27 '18 at 15:50
Andrea BellizziAndrea Bellizzi
11817
11817
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
1
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12
add a comment |
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
1
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
1
1
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12
add a comment |
2 Answers
2
active
oldest
votes
There are multiple power managers, and for a laptop, you may want to use laptop-mode-tools
:
sudo apt install laptop-mode-tools
Many sources claim that tlp
will conflict with laptop-mode-tools
, so you may need to uninstall tlp
:
sudo apt purge tlp
You can monitor/diagnose your power consumption with powertop
:
sudo apt install powertop
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
add a comment |
I'm willing to bet that your problem has to do with your nvidia graphics card running all the time, despite switching to intel graphics. That seems to be the problem for everyone running 18.04 Ubuntu and they still hasnt't fixed it...
More info:
- https://github.com/timrichardson/Prime-Ubuntu-18.04
- https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078939%2fubuntu-18-04-battery-life%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are multiple power managers, and for a laptop, you may want to use laptop-mode-tools
:
sudo apt install laptop-mode-tools
Many sources claim that tlp
will conflict with laptop-mode-tools
, so you may need to uninstall tlp
:
sudo apt purge tlp
You can monitor/diagnose your power consumption with powertop
:
sudo apt install powertop
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
add a comment |
There are multiple power managers, and for a laptop, you may want to use laptop-mode-tools
:
sudo apt install laptop-mode-tools
Many sources claim that tlp
will conflict with laptop-mode-tools
, so you may need to uninstall tlp
:
sudo apt purge tlp
You can monitor/diagnose your power consumption with powertop
:
sudo apt install powertop
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
add a comment |
There are multiple power managers, and for a laptop, you may want to use laptop-mode-tools
:
sudo apt install laptop-mode-tools
Many sources claim that tlp
will conflict with laptop-mode-tools
, so you may need to uninstall tlp
:
sudo apt purge tlp
You can monitor/diagnose your power consumption with powertop
:
sudo apt install powertop
There are multiple power managers, and for a laptop, you may want to use laptop-mode-tools
:
sudo apt install laptop-mode-tools
Many sources claim that tlp
will conflict with laptop-mode-tools
, so you may need to uninstall tlp
:
sudo apt purge tlp
You can monitor/diagnose your power consumption with powertop
:
sudo apt install powertop
edited Oct 3 '18 at 2:44
answered Sep 27 '18 at 16:17
Joshua BesneatteJoshua Besneatte
2,25611227
2,25611227
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
add a comment |
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
1
1
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
This will not work with TLP: tlp and laptop-mode-tools packages are mutually exclusive.
– linrunner
Oct 2 '18 at 17:44
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
some sources say it will... many say they conflict, I will update my answer accordingly
– Joshua Besneatte
Oct 3 '18 at 2:40
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
The package itself implements "Conflicts: laptop-mode-tools" --> salsa.debian.org/MoonSweep-guest/tlp/blob/master/debian/control . So installing laptop-mode-tools will remove tlp and vice versa. I would not recommend using apt purge because users will loose their edits to /etc/default/tlp (in case they want to reinstall tlp). Btw: I'm TLP's author.
– linrunner
Oct 4 '18 at 5:22
add a comment |
I'm willing to bet that your problem has to do with your nvidia graphics card running all the time, despite switching to intel graphics. That seems to be the problem for everyone running 18.04 Ubuntu and they still hasnt't fixed it...
More info:
- https://github.com/timrichardson/Prime-Ubuntu-18.04
- https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
add a comment |
I'm willing to bet that your problem has to do with your nvidia graphics card running all the time, despite switching to intel graphics. That seems to be the problem for everyone running 18.04 Ubuntu and they still hasnt't fixed it...
More info:
- https://github.com/timrichardson/Prime-Ubuntu-18.04
- https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
add a comment |
I'm willing to bet that your problem has to do with your nvidia graphics card running all the time, despite switching to intel graphics. That seems to be the problem for everyone running 18.04 Ubuntu and they still hasnt't fixed it...
More info:
- https://github.com/timrichardson/Prime-Ubuntu-18.04
- https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363
I'm willing to bet that your problem has to do with your nvidia graphics card running all the time, despite switching to intel graphics. That seems to be the problem for everyone running 18.04 Ubuntu and they still hasnt't fixed it...
More info:
- https://github.com/timrichardson/Prime-Ubuntu-18.04
- https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363
edited Oct 19 '18 at 4:06
Pierre.Vriens
1,13761216
1,13761216
answered Oct 18 '18 at 9:07
PechkaPechka
112
112
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
add a comment |
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
1
1
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
So what is the solution or work-around?
– Pierre.Vriens
Oct 18 '18 at 9:20
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078939%2fubuntu-18-04-battery-life%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@JoshuaBesneatte is compatible with tlp or are mutual exclusive?
– Andrea Bellizzi
Sep 27 '18 at 16:00
1
for now seems they are working together and the battery is improved of 1 hour
– Andrea Bellizzi
Sep 27 '18 at 16:12