Ubuntu 18.04 is very slow on high end laptop
I have just installed Ubuntu 18.04 on a laptop and it worked perfectly. After installing it on another one (Asus RoG, i7, Nvidia GTX 950M, 16gb RAM), everything worked so poorly.
How it manifests: Whenever I want to drag a window with my mouse, or to write something, or to select an area on the screen, the rendering is so slow.
The photo with my errors.
nvidia
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 17 more comments
I have just installed Ubuntu 18.04 on a laptop and it worked perfectly. After installing it on another one (Asus RoG, i7, Nvidia GTX 950M, 16gb RAM), everything worked so poorly.
How it manifests: Whenever I want to drag a window with my mouse, or to write something, or to select an area on the screen, the rendering is so slow.
The photo with my errors.
nvidia
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Did you install Nvidia drivers?
– Pilot6
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago
|
show 17 more comments
I have just installed Ubuntu 18.04 on a laptop and it worked perfectly. After installing it on another one (Asus RoG, i7, Nvidia GTX 950M, 16gb RAM), everything worked so poorly.
How it manifests: Whenever I want to drag a window with my mouse, or to write something, or to select an area on the screen, the rendering is so slow.
The photo with my errors.
nvidia
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have just installed Ubuntu 18.04 on a laptop and it worked perfectly. After installing it on another one (Asus RoG, i7, Nvidia GTX 950M, 16gb RAM), everything worked so poorly.
How it manifests: Whenever I want to drag a window with my mouse, or to write something, or to select an area on the screen, the rendering is so slow.
The photo with my errors.
nvidia
nvidia
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 3 hours ago
OldDew
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 hours ago
OldDewOldDew
11
11
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
OldDew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Did you install Nvidia drivers?
– Pilot6
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago
|
show 17 more comments
Did you install Nvidia drivers?
– Pilot6
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago
Did you install Nvidia drivers?
– Pilot6
4 hours ago
Did you install Nvidia drivers?
– Pilot6
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago
|
show 17 more comments
1 Answer
1
active
oldest
votes
If you've been starting graphic applications from the terminal using sudo, that's what probably caused your problem. Always use sudo -H.
- boot to the GRUB menu
- choose Advanced Options
- choose Recovery mode
- choose Root access
- at the # prompt, type:
sudo mount -o remount,rw /# remount the disk as rw
cd /home/your_username# change directory
ls -al .*thority*# list some files
You should see something like this...
-rw------- 1 your_username your_username 407910 Nov 2 08:56 .ICEauthority
-rw------- 1 your_username your_username 58 Jun 23 2017 .Xauthority
If it DOES NOT show -rw------- then...
sudo chmod 600 .*thority*# change file protection
If it DOES SHOW root root then...
sudo chown your_username:your_username .*thority*# change file ownershipreboot# reboot the computer
Reboot and see if you can log in.
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
});
}
});
OldDew is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1122335%2fubuntu-18-04-is-very-slow-on-high-end-laptop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you've been starting graphic applications from the terminal using sudo, that's what probably caused your problem. Always use sudo -H.
- boot to the GRUB menu
- choose Advanced Options
- choose Recovery mode
- choose Root access
- at the # prompt, type:
sudo mount -o remount,rw /# remount the disk as rw
cd /home/your_username# change directory
ls -al .*thority*# list some files
You should see something like this...
-rw------- 1 your_username your_username 407910 Nov 2 08:56 .ICEauthority
-rw------- 1 your_username your_username 58 Jun 23 2017 .Xauthority
If it DOES NOT show -rw------- then...
sudo chmod 600 .*thority*# change file protection
If it DOES SHOW root root then...
sudo chown your_username:your_username .*thority*# change file ownershipreboot# reboot the computer
Reboot and see if you can log in.
add a comment |
If you've been starting graphic applications from the terminal using sudo, that's what probably caused your problem. Always use sudo -H.
- boot to the GRUB menu
- choose Advanced Options
- choose Recovery mode
- choose Root access
- at the # prompt, type:
sudo mount -o remount,rw /# remount the disk as rw
cd /home/your_username# change directory
ls -al .*thority*# list some files
You should see something like this...
-rw------- 1 your_username your_username 407910 Nov 2 08:56 .ICEauthority
-rw------- 1 your_username your_username 58 Jun 23 2017 .Xauthority
If it DOES NOT show -rw------- then...
sudo chmod 600 .*thority*# change file protection
If it DOES SHOW root root then...
sudo chown your_username:your_username .*thority*# change file ownershipreboot# reboot the computer
Reboot and see if you can log in.
add a comment |
If you've been starting graphic applications from the terminal using sudo, that's what probably caused your problem. Always use sudo -H.
- boot to the GRUB menu
- choose Advanced Options
- choose Recovery mode
- choose Root access
- at the # prompt, type:
sudo mount -o remount,rw /# remount the disk as rw
cd /home/your_username# change directory
ls -al .*thority*# list some files
You should see something like this...
-rw------- 1 your_username your_username 407910 Nov 2 08:56 .ICEauthority
-rw------- 1 your_username your_username 58 Jun 23 2017 .Xauthority
If it DOES NOT show -rw------- then...
sudo chmod 600 .*thority*# change file protection
If it DOES SHOW root root then...
sudo chown your_username:your_username .*thority*# change file ownershipreboot# reboot the computer
Reboot and see if you can log in.
If you've been starting graphic applications from the terminal using sudo, that's what probably caused your problem. Always use sudo -H.
- boot to the GRUB menu
- choose Advanced Options
- choose Recovery mode
- choose Root access
- at the # prompt, type:
sudo mount -o remount,rw /# remount the disk as rw
cd /home/your_username# change directory
ls -al .*thority*# list some files
You should see something like this...
-rw------- 1 your_username your_username 407910 Nov 2 08:56 .ICEauthority
-rw------- 1 your_username your_username 58 Jun 23 2017 .Xauthority
If it DOES NOT show -rw------- then...
sudo chmod 600 .*thority*# change file protection
If it DOES SHOW root root then...
sudo chown your_username:your_username .*thority*# change file ownershipreboot# reboot the computer
Reboot and see if you can log in.
answered 1 hour ago
heynnemaheynnema
19.8k22158
19.8k22158
add a comment |
add a comment |
OldDew is a new contributor. Be nice, and check out our Code of Conduct.
OldDew is a new contributor. Be nice, and check out our Code of Conduct.
OldDew is a new contributor. Be nice, and check out our Code of Conduct.
OldDew is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1122335%2fubuntu-18-04-is-very-slow-on-high-end-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
Did you install Nvidia drivers?
– Pilot6
4 hours ago
When I tried to install them, my laptop crashed and the os did not start again, so I had to reinstall it. Could you please guide me through installing Nvidia drivers? I am a beginner, and I am confused why it works on one laptop, but not on the other.
– OldDew
4 hours ago
System Settings -> Software & Updates -> Additional Drivers, then disable Secure Boot in BIOS.
– Pilot6
4 hours ago
What should I do after I get to "Additional Drivers"? I have the option to select "Using X.OrgX server" or "Using NVIDIA driver metapackage"
– OldDew
4 hours ago
Use the Nvidia, don't forget Secure Boot
– Pilot6
3 hours ago