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.










share|improve this question


























    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.










    share|improve this question
























      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.










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 21 at 17:55









      Vedant

      636




      636






















          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.






          share|improve this answer




























            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 or Shit at boot) here press e.
            2. Enabling Text Mode Booting - Here add a 3 after quiet splash and press F10 to reboot using the new parameters.
            3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using the sudo apt-get remove --purge nvidia*, and reboot. While rebooting follow step 1, here edit the parameters and add the command nomodeset before qiet splash, and press F10
            to reboot the using the new parameters.
            4. Installing Nvidia Drivers- once in the system run commands in the terminal sudo apt-get update and sudo apt-get upgrade now.





            1. Add the drivers repository to Ubuntu, run the commands sudo add-apt-repository ppa:graphics-drivers/ppa and sudo 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 the nvidia-drivers-390 or use nvidia-driver-415 i think that one is the latest. (Make sure that you do not select or keep selection in Using X.Org X server - selection)

            2. The installation will take a while once the installation is complete, reboot the system.

            3. Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.

            4. If you have added nomodeset parameters to Grub, remove it in this step and keep the quiet splash parameter alone.(or else nvidia driver wont load)

            5. Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.








            share|improve this answer





















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


              }
              });














              draft saved

              draft discarded


















              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.






              share|improve this answer

























                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.






                share|improve this answer























                  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.






                  share|improve this answer












                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jun 21 at 18:11









                  Vedant

                  636




                  636
























                      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 or Shit at boot) here press e.
                      2. Enabling Text Mode Booting - Here add a 3 after quiet splash and press F10 to reboot using the new parameters.
                      3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using the sudo apt-get remove --purge nvidia*, and reboot. While rebooting follow step 1, here edit the parameters and add the command nomodeset before qiet splash, and press F10
                      to reboot the using the new parameters.
                      4. Installing Nvidia Drivers- once in the system run commands in the terminal sudo apt-get update and sudo apt-get upgrade now.





                      1. Add the drivers repository to Ubuntu, run the commands sudo add-apt-repository ppa:graphics-drivers/ppa and sudo 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 the nvidia-drivers-390 or use nvidia-driver-415 i think that one is the latest. (Make sure that you do not select or keep selection in Using X.Org X server - selection)

                      2. The installation will take a while once the installation is complete, reboot the system.

                      3. Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.

                      4. If you have added nomodeset parameters to Grub, remove it in this step and keep the quiet splash parameter alone.(or else nvidia driver wont load)

                      5. Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.








                      share|improve this answer

























                        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 or Shit at boot) here press e.
                        2. Enabling Text Mode Booting - Here add a 3 after quiet splash and press F10 to reboot using the new parameters.
                        3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using the sudo apt-get remove --purge nvidia*, and reboot. While rebooting follow step 1, here edit the parameters and add the command nomodeset before qiet splash, and press F10
                        to reboot the using the new parameters.
                        4. Installing Nvidia Drivers- once in the system run commands in the terminal sudo apt-get update and sudo apt-get upgrade now.





                        1. Add the drivers repository to Ubuntu, run the commands sudo add-apt-repository ppa:graphics-drivers/ppa and sudo 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 the nvidia-drivers-390 or use nvidia-driver-415 i think that one is the latest. (Make sure that you do not select or keep selection in Using X.Org X server - selection)

                        2. The installation will take a while once the installation is complete, reboot the system.

                        3. Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.

                        4. If you have added nomodeset parameters to Grub, remove it in this step and keep the quiet splash parameter alone.(or else nvidia driver wont load)

                        5. Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.








                        share|improve this answer























                          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 or Shit at boot) here press e.
                          2. Enabling Text Mode Booting - Here add a 3 after quiet splash and press F10 to reboot using the new parameters.
                          3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using the sudo apt-get remove --purge nvidia*, and reboot. While rebooting follow step 1, here edit the parameters and add the command nomodeset before qiet splash, and press F10
                          to reboot the using the new parameters.
                          4. Installing Nvidia Drivers- once in the system run commands in the terminal sudo apt-get update and sudo apt-get upgrade now.





                          1. Add the drivers repository to Ubuntu, run the commands sudo add-apt-repository ppa:graphics-drivers/ppa and sudo 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 the nvidia-drivers-390 or use nvidia-driver-415 i think that one is the latest. (Make sure that you do not select or keep selection in Using X.Org X server - selection)

                          2. The installation will take a while once the installation is complete, reboot the system.

                          3. Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.

                          4. If you have added nomodeset parameters to Grub, remove it in this step and keep the quiet splash parameter alone.(or else nvidia driver wont load)

                          5. Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.








                          share|improve this answer












                          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 or Shit at boot) here press e.
                          2. Enabling Text Mode Booting - Here add a 3 after quiet splash and press F10 to reboot using the new parameters.
                          3. Purge NVIDIA- Now login to the text only mode, and purge all the NVIDIA drivers completely using the sudo apt-get remove --purge nvidia*, and reboot. While rebooting follow step 1, here edit the parameters and add the command nomodeset before qiet splash, and press F10
                          to reboot the using the new parameters.
                          4. Installing Nvidia Drivers- once in the system run commands in the terminal sudo apt-get update and sudo apt-get upgrade now.





                          1. Add the drivers repository to Ubuntu, run the commands sudo add-apt-repository ppa:graphics-drivers/ppa and sudo 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 the nvidia-drivers-390 or use nvidia-driver-415 i think that one is the latest. (Make sure that you do not select or keep selection in Using X.Org X server - selection)

                          2. The installation will take a while once the installation is complete, reboot the system.

                          3. Now it isn't necessary to add nomodeset to boot parameters, the Ubuntu Os should boot properly and without any error.

                          4. If you have added nomodeset parameters to Grub, remove it in this step and keep the quiet splash parameter alone.(or else nvidia driver wont load)

                          5. Once you have completed the login, enter the Ubuntu desktop, search for the NVIDIA Xserver application, to monitior the nvidia GPU.









                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 28 at 3:33









                          AMN

                          214




                          214






























                              draft saved

                              draft discarded




















































                              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%2f1048600%2fcannot-install-nvidia-graphics-driver-390-on-ubuntu-18-04%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

                              Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                              ComboBox Display Member on multiple fields

                              Is it possible to collect Nectar points via Trainline?