Cannot install nvidia graphics driver 390 on Ubuntu 18.04
up vote
0
down vote
favorite
After facing issues with nvidia 396, I wanted to move back to nvidia 390 on Ubuntu 18.04.
I purged nvidia from the system, moving back to the default xorg driver.
I then added the repository ($ sudo add-apt-repository ppa:graphics-drivers/ppa ), and tried to install 390 by
$ sudo apt install nvidia-driver-390
However, this is also installing nvidia 396 on my machine.
How can I install 390?
Thanks.
nvidia gnome graphics xorg 18.04
add a comment |
up vote
0
down vote
favorite
After facing issues with nvidia 396, I wanted to move back to nvidia 390 on Ubuntu 18.04.
I purged nvidia from the system, moving back to the default xorg driver.
I then added the repository ($ sudo add-apt-repository ppa:graphics-drivers/ppa ), and tried to install 390 by
$ sudo apt install nvidia-driver-390
However, this is also installing nvidia 396 on my machine.
How can I install 390?
Thanks.
nvidia gnome graphics xorg 18.04
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After facing issues with nvidia 396, I wanted to move back to nvidia 390 on Ubuntu 18.04.
I purged nvidia from the system, moving back to the default xorg driver.
I then added the repository ($ sudo add-apt-repository ppa:graphics-drivers/ppa ), and tried to install 390 by
$ sudo apt install nvidia-driver-390
However, this is also installing nvidia 396 on my machine.
How can I install 390?
Thanks.
nvidia gnome graphics xorg 18.04
After facing issues with nvidia 396, I wanted to move back to nvidia 390 on Ubuntu 18.04.
I purged nvidia from the system, moving back to the default xorg driver.
I then added the repository ($ sudo add-apt-repository ppa:graphics-drivers/ppa ), and tried to install 390 by
$ sudo apt install nvidia-driver-390
However, this is also installing nvidia 396 on my machine.
How can I install 390?
Thanks.
nvidia gnome graphics xorg 18.04
nvidia gnome graphics xorg 18.04
asked Jun 21 at 17:55
Vedant
636
636
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Solved.
What was happening was that another ppa was interfering and the download was taking place from that repo.
It was the System76 Pop repository. I removed it from Software and Updates.
After that, running
$ sudo apt install nvidia-driver-390
installs the 390 driver as expected.
add a comment |
up vote
0
down vote
Ok, as of now many of the bugs related to this issue (NVIDIA Graphics) have been fixed and the installation procedure is fairly easy.
1.Entering Grub Boot Parameters - This can be done by going to the grub menu at boot (press
Esc
orShit
at boot) here presse
.
2. Enabling Text Mode Booting - Here add a3
afterquiet splash
and pressF10
to reboot using the new parameters.
3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using thesudo apt-get remove --purge nvidia*
, and reboot. While rebooting follow step 1, here edit the parameters and add the commandnomodeset
beforeqiet splash
, and pressF10
to reboot the using the new parameters.
4. Installing Nvidia Drivers- once in the system run commands in the terminalsudo apt-get update
andsudo apt-get upgrade
now.
- Add the drivers repository to Ubuntu, run the commands
sudo add-apt-repository ppa:graphics-drivers/ppa
andsudo apt update
.
Now, do not update graphic drivers via the terminal, instead search for Software & Updates in the Ubuntu GUI. here go to the additional drivers tab. Here you will find the set of NVIDIA drivers for your system. select thenvidia-drivers-390
or usenvidia-driver-415
i think that one is the latest. (Make sure that you do not select or keep selection inUsing X.Org X server
- selection)
- The installation will take a while once the installation is complete, reboot the system.
- Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.
- If you have added
nomodeset
parameters to Grub, remove it in this step and keep thequiet splash
parameter alone.(or else nvidia driver wont load)
- Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.
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',
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%2f1048600%2fcannot-install-nvidia-graphics-driver-390-on-ubuntu-18-04%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
up vote
1
down vote
accepted
Solved.
What was happening was that another ppa was interfering and the download was taking place from that repo.
It was the System76 Pop repository. I removed it from Software and Updates.
After that, running
$ sudo apt install nvidia-driver-390
installs the 390 driver as expected.
add a comment |
up vote
1
down vote
accepted
Solved.
What was happening was that another ppa was interfering and the download was taking place from that repo.
It was the System76 Pop repository. I removed it from Software and Updates.
After that, running
$ sudo apt install nvidia-driver-390
installs the 390 driver as expected.
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Solved.
What was happening was that another ppa was interfering and the download was taking place from that repo.
It was the System76 Pop repository. I removed it from Software and Updates.
After that, running
$ sudo apt install nvidia-driver-390
installs the 390 driver as expected.
Solved.
What was happening was that another ppa was interfering and the download was taking place from that repo.
It was the System76 Pop repository. I removed it from Software and Updates.
After that, running
$ sudo apt install nvidia-driver-390
installs the 390 driver as expected.
answered Jun 21 at 18:11
Vedant
636
636
add a comment |
add a comment |
up vote
0
down vote
Ok, as of now many of the bugs related to this issue (NVIDIA Graphics) have been fixed and the installation procedure is fairly easy.
1.Entering Grub Boot Parameters - This can be done by going to the grub menu at boot (press
Esc
orShit
at boot) here presse
.
2. Enabling Text Mode Booting - Here add a3
afterquiet splash
and pressF10
to reboot using the new parameters.
3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using thesudo apt-get remove --purge nvidia*
, and reboot. While rebooting follow step 1, here edit the parameters and add the commandnomodeset
beforeqiet splash
, and pressF10
to reboot the using the new parameters.
4. Installing Nvidia Drivers- once in the system run commands in the terminalsudo apt-get update
andsudo apt-get upgrade
now.
- Add the drivers repository to Ubuntu, run the commands
sudo add-apt-repository ppa:graphics-drivers/ppa
andsudo apt update
.
Now, do not update graphic drivers via the terminal, instead search for Software & Updates in the Ubuntu GUI. here go to the additional drivers tab. Here you will find the set of NVIDIA drivers for your system. select thenvidia-drivers-390
or usenvidia-driver-415
i think that one is the latest. (Make sure that you do not select or keep selection inUsing X.Org X server
- selection)
- The installation will take a while once the installation is complete, reboot the system.
- Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.
- If you have added
nomodeset
parameters to Grub, remove it in this step and keep thequiet splash
parameter alone.(or else nvidia driver wont load)
- Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.
add a comment |
up vote
0
down vote
Ok, as of now many of the bugs related to this issue (NVIDIA Graphics) have been fixed and the installation procedure is fairly easy.
1.Entering Grub Boot Parameters - This can be done by going to the grub menu at boot (press
Esc
orShit
at boot) here presse
.
2. Enabling Text Mode Booting - Here add a3
afterquiet splash
and pressF10
to reboot using the new parameters.
3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using thesudo apt-get remove --purge nvidia*
, and reboot. While rebooting follow step 1, here edit the parameters and add the commandnomodeset
beforeqiet splash
, and pressF10
to reboot the using the new parameters.
4. Installing Nvidia Drivers- once in the system run commands in the terminalsudo apt-get update
andsudo apt-get upgrade
now.
- Add the drivers repository to Ubuntu, run the commands
sudo add-apt-repository ppa:graphics-drivers/ppa
andsudo apt update
.
Now, do not update graphic drivers via the terminal, instead search for Software & Updates in the Ubuntu GUI. here go to the additional drivers tab. Here you will find the set of NVIDIA drivers for your system. select thenvidia-drivers-390
or usenvidia-driver-415
i think that one is the latest. (Make sure that you do not select or keep selection inUsing X.Org X server
- selection)
- The installation will take a while once the installation is complete, reboot the system.
- Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.
- If you have added
nomodeset
parameters to Grub, remove it in this step and keep thequiet splash
parameter alone.(or else nvidia driver wont load)
- Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.
add a comment |
up vote
0
down vote
up vote
0
down vote
Ok, as of now many of the bugs related to this issue (NVIDIA Graphics) have been fixed and the installation procedure is fairly easy.
1.Entering Grub Boot Parameters - This can be done by going to the grub menu at boot (press
Esc
orShit
at boot) here presse
.
2. Enabling Text Mode Booting - Here add a3
afterquiet splash
and pressF10
to reboot using the new parameters.
3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using thesudo apt-get remove --purge nvidia*
, and reboot. While rebooting follow step 1, here edit the parameters and add the commandnomodeset
beforeqiet splash
, and pressF10
to reboot the using the new parameters.
4. Installing Nvidia Drivers- once in the system run commands in the terminalsudo apt-get update
andsudo apt-get upgrade
now.
- Add the drivers repository to Ubuntu, run the commands
sudo add-apt-repository ppa:graphics-drivers/ppa
andsudo apt update
.
Now, do not update graphic drivers via the terminal, instead search for Software & Updates in the Ubuntu GUI. here go to the additional drivers tab. Here you will find the set of NVIDIA drivers for your system. select thenvidia-drivers-390
or usenvidia-driver-415
i think that one is the latest. (Make sure that you do not select or keep selection inUsing X.Org X server
- selection)
- The installation will take a while once the installation is complete, reboot the system.
- Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.
- If you have added
nomodeset
parameters to Grub, remove it in this step and keep thequiet splash
parameter alone.(or else nvidia driver wont load)
- Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.
Ok, as of now many of the bugs related to this issue (NVIDIA Graphics) have been fixed and the installation procedure is fairly easy.
1.Entering Grub Boot Parameters - This can be done by going to the grub menu at boot (press
Esc
orShit
at boot) here presse
.
2. Enabling Text Mode Booting - Here add a3
afterquiet splash
and pressF10
to reboot using the new parameters.
3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using thesudo apt-get remove --purge nvidia*
, and reboot. While rebooting follow step 1, here edit the parameters and add the commandnomodeset
beforeqiet splash
, and pressF10
to reboot the using the new parameters.
4. Installing Nvidia Drivers- once in the system run commands in the terminalsudo apt-get update
andsudo apt-get upgrade
now.
- Add the drivers repository to Ubuntu, run the commands
sudo add-apt-repository ppa:graphics-drivers/ppa
andsudo apt update
.
Now, do not update graphic drivers via the terminal, instead search for Software & Updates in the Ubuntu GUI. here go to the additional drivers tab. Here you will find the set of NVIDIA drivers for your system. select thenvidia-drivers-390
or usenvidia-driver-415
i think that one is the latest. (Make sure that you do not select or keep selection inUsing X.Org X server
- selection)
- The installation will take a while once the installation is complete, reboot the system.
- Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.
- If you have added
nomodeset
parameters to Grub, remove it in this step and keep thequiet splash
parameter alone.(or else nvidia driver wont load)
- Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.
answered Nov 28 at 3:33
AMN
214
214
add a comment |
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.
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.
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%2f1048600%2fcannot-install-nvidia-graphics-driver-390-on-ubuntu-18-04%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