How do you properly install NVIDIA driver on Ubuntu 18.10











up vote
0
down vote

favorite
1












After I tried to install my GPU driver, my Ubuntu wouldn't boot. How do I install my driver correctly? Every time I try after I restart my system my Ubuntu won't boot. I'd like to know how to properly install my GPU NVIDIA driver. Thanks.










share|improve this question









New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
    – ubfan1
    Nov 26 at 22:35










  • I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
    – Mickey Mouse
    2 days ago










  • List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
    – ubfan1
    2 days ago










  • I can't log on to the gust session, but I'll try to purge the remaining packages.
    – Mickey Mouse
    2 days ago










  • "Failed to read file 'nvidia*'"
    – Mickey Mouse
    2 days ago















up vote
0
down vote

favorite
1












After I tried to install my GPU driver, my Ubuntu wouldn't boot. How do I install my driver correctly? Every time I try after I restart my system my Ubuntu won't boot. I'd like to know how to properly install my GPU NVIDIA driver. Thanks.










share|improve this question









New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
    – ubfan1
    Nov 26 at 22:35










  • I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
    – Mickey Mouse
    2 days ago










  • List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
    – ubfan1
    2 days ago










  • I can't log on to the gust session, but I'll try to purge the remaining packages.
    – Mickey Mouse
    2 days ago










  • "Failed to read file 'nvidia*'"
    – Mickey Mouse
    2 days ago













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





After I tried to install my GPU driver, my Ubuntu wouldn't boot. How do I install my driver correctly? Every time I try after I restart my system my Ubuntu won't boot. I'd like to know how to properly install my GPU NVIDIA driver. Thanks.










share|improve this question









New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











After I tried to install my GPU driver, my Ubuntu wouldn't boot. How do I install my driver correctly? Every time I try after I restart my system my Ubuntu won't boot. I'd like to know how to properly install my GPU NVIDIA driver. Thanks.







boot drivers nvidia gpu 18.10






share|improve this question









New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago





















New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 25 at 15:38









Mickey Mouse

13




13




New contributor




Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mickey Mouse is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
    – ubfan1
    Nov 26 at 22:35










  • I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
    – Mickey Mouse
    2 days ago










  • List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
    – ubfan1
    2 days ago










  • I can't log on to the gust session, but I'll try to purge the remaining packages.
    – Mickey Mouse
    2 days ago










  • "Failed to read file 'nvidia*'"
    – Mickey Mouse
    2 days ago


















  • As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
    – ubfan1
    Nov 26 at 22:35










  • I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
    – Mickey Mouse
    2 days ago










  • List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
    – ubfan1
    2 days ago










  • I can't log on to the gust session, but I'll try to purge the remaining packages.
    – Mickey Mouse
    2 days ago










  • "Failed to read file 'nvidia*'"
    – Mickey Mouse
    2 days ago
















As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
– ubfan1
Nov 26 at 22:35




As noted below, purge, not remove is needed to rid your system of old configuration files. e.g. sudo apt-get purge nvidia-driver-390. (Equivalent to apt-get remove --purge ...)
– ubfan1
Nov 26 at 22:35












I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
– Mickey Mouse
2 days ago




I "purged" my Nvidia driver to try and boot my computer, but it's still trying to use the Nvidia driver I don't have. Do you know how to get it to boot using Ubuntu's driver?
– Mickey Mouse
2 days ago












List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
– ubfan1
2 days ago




List any remaining nvidia packages with dpkg -l nvidia* (only the ones starting with "ii" ). Purge those packages too. Can you log into the guest session? If so, there may be leftover nvidia config in one of your hidden dot files (files whose first character is a period).
– ubfan1
2 days ago












I can't log on to the gust session, but I'll try to purge the remaining packages.
– Mickey Mouse
2 days ago




I can't log on to the gust session, but I'll try to purge the remaining packages.
– Mickey Mouse
2 days ago












"Failed to read file 'nvidia*'"
– Mickey Mouse
2 days ago




"Failed to read file 'nvidia*'"
– Mickey Mouse
2 days ago










1 Answer
1






active

oldest

votes

















up vote
1
down vote














  • Run on Terminal software-properties-gtk


  • Go to "Additional Driver" tab.


  • Select NVIDIA Driver and click on apply changes.



NVIDIA




  • When completed reboot.






share|improve this answer





















  • I tried but it wouldn't boot.
    – Mickey Mouse
    Nov 26 at 2:37












  • I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
    – Hobbyist
    Nov 26 at 7:20












  • I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
    – Mickey Mouse
    2 days ago













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',
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
});


}
});






Mickey Mouse is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095938%2fhow-do-you-properly-install-nvidia-driver-on-ubuntu-18-10%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








up vote
1
down vote














  • Run on Terminal software-properties-gtk


  • Go to "Additional Driver" tab.


  • Select NVIDIA Driver and click on apply changes.



NVIDIA




  • When completed reboot.






share|improve this answer





















  • I tried but it wouldn't boot.
    – Mickey Mouse
    Nov 26 at 2:37












  • I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
    – Hobbyist
    Nov 26 at 7:20












  • I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
    – Mickey Mouse
    2 days ago

















up vote
1
down vote














  • Run on Terminal software-properties-gtk


  • Go to "Additional Driver" tab.


  • Select NVIDIA Driver and click on apply changes.



NVIDIA




  • When completed reboot.






share|improve this answer





















  • I tried but it wouldn't boot.
    – Mickey Mouse
    Nov 26 at 2:37












  • I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
    – Hobbyist
    Nov 26 at 7:20












  • I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
    – Mickey Mouse
    2 days ago















up vote
1
down vote










up vote
1
down vote










  • Run on Terminal software-properties-gtk


  • Go to "Additional Driver" tab.


  • Select NVIDIA Driver and click on apply changes.



NVIDIA




  • When completed reboot.






share|improve this answer













  • Run on Terminal software-properties-gtk


  • Go to "Additional Driver" tab.


  • Select NVIDIA Driver and click on apply changes.



NVIDIA




  • When completed reboot.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 25 at 15:51









Hobbyist

1,086617




1,086617












  • I tried but it wouldn't boot.
    – Mickey Mouse
    Nov 26 at 2:37












  • I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
    – Hobbyist
    Nov 26 at 7:20












  • I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
    – Mickey Mouse
    2 days ago




















  • I tried but it wouldn't boot.
    – Mickey Mouse
    Nov 26 at 2:37












  • I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
    – Hobbyist
    Nov 26 at 7:20












  • I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
    – Mickey Mouse
    2 days ago


















I tried but it wouldn't boot.
– Mickey Mouse
Nov 26 at 2:37






I tried but it wouldn't boot.
– Mickey Mouse
Nov 26 at 2:37














I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
– Hobbyist
Nov 26 at 7:20






I think your previous installations of NVIDIA drivers are causing the problem. See this and try the GUI again.
– Hobbyist
Nov 26 at 7:20














I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
– Mickey Mouse
2 days ago






I can't boot Ubuntu at all, I'm stuck in recovery mode. So I can't do that.
– Mickey Mouse
2 days ago












Mickey Mouse is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Mickey Mouse is a new contributor. Be nice, and check out our Code of Conduct.













Mickey Mouse is a new contributor. Be nice, and check out our Code of Conduct.












Mickey Mouse 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095938%2fhow-do-you-properly-install-nvidia-driver-on-ubuntu-18-10%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局