Ubuntu 18.04.1 really slow on very good laptop
I just installed Ubuntu 18.04.1 in my new laptop, alongside Windows 10, and is extremely slow. My specs as reported by Ubuntu:
What I've done so far:
Used
sudo ubuntu-drivers autoinstall
Set processor to performance mode using
sudo cpupower frequency-set -g performance
At this point is better but still very bad, with Chromium with 3 tabs open and doing a search for "Screenshot" the computer just freezes for 3 seconds at least.
Is there anything that I forgot to do when installing Ubuntu? I've made the same setup on various computers and it was always pretty straightforward, this never happened to me, the system is just unusable for anything.
Edit: This is so slow that a VirtualBox VM is faster. Therefore I've been using the VM instead of the natively installed Ubuntu
graphics performance gnome-shell
add a comment |
I just installed Ubuntu 18.04.1 in my new laptop, alongside Windows 10, and is extremely slow. My specs as reported by Ubuntu:
What I've done so far:
Used
sudo ubuntu-drivers autoinstall
Set processor to performance mode using
sudo cpupower frequency-set -g performance
At this point is better but still very bad, with Chromium with 3 tabs open and doing a search for "Screenshot" the computer just freezes for 3 seconds at least.
Is there anything that I forgot to do when installing Ubuntu? I've made the same setup on various computers and it was always pretty straightforward, this never happened to me, the system is just unusable for anything.
Edit: This is so slow that a VirtualBox VM is faster. Therefore I've been using the VM instead of the natively installed Ubuntu
graphics performance gnome-shell
1
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Runsudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.
– Doug Smythies
Jan 7 at 22:45
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@Samuel : Seems to be working properly. If this line ever changesPKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.
– Doug Smythies
Jan 8 at 1:00
add a comment |
I just installed Ubuntu 18.04.1 in my new laptop, alongside Windows 10, and is extremely slow. My specs as reported by Ubuntu:
What I've done so far:
Used
sudo ubuntu-drivers autoinstall
Set processor to performance mode using
sudo cpupower frequency-set -g performance
At this point is better but still very bad, with Chromium with 3 tabs open and doing a search for "Screenshot" the computer just freezes for 3 seconds at least.
Is there anything that I forgot to do when installing Ubuntu? I've made the same setup on various computers and it was always pretty straightforward, this never happened to me, the system is just unusable for anything.
Edit: This is so slow that a VirtualBox VM is faster. Therefore I've been using the VM instead of the natively installed Ubuntu
graphics performance gnome-shell
I just installed Ubuntu 18.04.1 in my new laptop, alongside Windows 10, and is extremely slow. My specs as reported by Ubuntu:
What I've done so far:
Used
sudo ubuntu-drivers autoinstall
Set processor to performance mode using
sudo cpupower frequency-set -g performance
At this point is better but still very bad, with Chromium with 3 tabs open and doing a search for "Screenshot" the computer just freezes for 3 seconds at least.
Is there anything that I forgot to do when installing Ubuntu? I've made the same setup on various computers and it was always pretty straightforward, this never happened to me, the system is just unusable for anything.
Edit: This is so slow that a VirtualBox VM is faster. Therefore I've been using the VM instead of the natively installed Ubuntu
graphics performance gnome-shell
graphics performance gnome-shell
edited Jan 16 at 9:30
Samuel
asked Jan 7 at 19:11
SamuelSamuel
113
113
1
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Runsudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.
– Doug Smythies
Jan 7 at 22:45
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@Samuel : Seems to be working properly. If this line ever changesPKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.
– Doug Smythies
Jan 8 at 1:00
add a comment |
1
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Runsudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.
– Doug Smythies
Jan 7 at 22:45
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@Samuel : Seems to be working properly. If this line ever changesPKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.
– Doug Smythies
Jan 8 at 1:00
1
1
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Run
sudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.– Doug Smythies
Jan 7 at 22:45
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Run
sudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.– Doug Smythies
Jan 7 at 22:45
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@Samuel : Seems to be working properly. If this line ever changes
PKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.– Doug Smythies
Jan 8 at 1:00
@Samuel : Seems to be working properly. If this line ever changes
PKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.– Doug Smythies
Jan 8 at 1:00
add a comment |
0
active
oldest
votes
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%2f1107798%2fubuntu-18-04-1-really-slow-on-very-good-laptop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1107798%2fubuntu-18-04-1-really-slow-on-very-good-laptop%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
1
Are you using a beta (field test) snap version of Chromium? Try a non-snap version of Google Chrome (stable). Report back to @heynnema
– heynnema
Jan 7 at 21:56
There have been occurrences of relatively low "TDP" (package power limit) i7 chips going into power throttling mode, if enabled. The way to check is to use the turbotstat program (part of the linux tools common package) in non-quite mode. The big spew of information when it starts will have 1 line or 2 about package power limits and if they have been tripped (I think, I never tripped mine) and if they are enabled or disabled. Run
sudo turbostat --Summary --show Busy%,Bzy_MHz,PkgTmp,PkgWatt --interval 15
for about 3 minutes and post the output.– Doug Smythies
Jan 7 at 22:45
@heynnema I think it's not browser related since I get the same problem with any programs in Ubuntu
– Samuel
Jan 7 at 23:28
@DougSmythies There you go! pastebin.com/Gys81AHB I'm kind of a Ubuntu newbie so I don't know many of the things that are there to be honest.
– Samuel
Jan 7 at 23:32
@Samuel : Seems to be working properly. If this line ever changes
PKG Limit #1: ENabled (15.000000 Watts, 28.000000 sec, clamp DISabled)
, please post the new values.– Doug Smythies
Jan 8 at 1:00