Problem with video drivers?












0















Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.










share|improve this question



























    0















    Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.










    share|improve this question

























      0












      0








      0








      Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.










      share|improve this question














      Regards, I just installed Ubuntu 18.10. Now update all the dirvers and repositories besides adding one of Nvidia. The problem is generated once I select the most recent version of the driver (415 open source code) of my gpu (750ti) at the time of restart when it starts changing the OS start resolution (load the start screen, the one that says ubuntu with the loading dots) and after that a black screen appears with what looks like a check of some kind which marks that everything is correct but the load of the OS is stuck there and nothing happens.







      video-driver






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 19 at 13:32









      FrankoxbdoFrankoxbdo

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          1














          It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.




          1. At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.


          2. At the login: prompt type your username and press Enter.


          3. At the Password: prompt type your user password and press Enter.


          4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.



          5. Remove the software source of the existing Nvidia graphics driver. The apt policy command will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the form ppa:name-of-ppa/ppa . Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.



            sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
            sudo apt update



          6. Remove the existing Nvidia graphics driver. The ubuntu-drivers list command will show the Nvidia proprietary graphics driver that is installed.



            sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver   
            sudo apt autoremove
            sudo reboot



          7. Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.



            sudo ubuntu-drivers autoinstall  
            sudo reboot



          The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.






          share|improve this answer


























          • And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

            – Frankoxbdo
            Jan 19 at 14:07











          • I replied to your comment by editing my answer.

            – karel
            Jan 19 at 14:11











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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111137%2fproblem-with-video-drivers%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









          1














          It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.




          1. At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.


          2. At the login: prompt type your username and press Enter.


          3. At the Password: prompt type your user password and press Enter.


          4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.



          5. Remove the software source of the existing Nvidia graphics driver. The apt policy command will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the form ppa:name-of-ppa/ppa . Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.



            sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
            sudo apt update



          6. Remove the existing Nvidia graphics driver. The ubuntu-drivers list command will show the Nvidia proprietary graphics driver that is installed.



            sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver   
            sudo apt autoremove
            sudo reboot



          7. Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.



            sudo ubuntu-drivers autoinstall  
            sudo reboot



          The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.






          share|improve this answer


























          • And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

            – Frankoxbdo
            Jan 19 at 14:07











          • I replied to your comment by editing my answer.

            – karel
            Jan 19 at 14:11
















          1














          It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.




          1. At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.


          2. At the login: prompt type your username and press Enter.


          3. At the Password: prompt type your user password and press Enter.


          4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.



          5. Remove the software source of the existing Nvidia graphics driver. The apt policy command will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the form ppa:name-of-ppa/ppa . Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.



            sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
            sudo apt update



          6. Remove the existing Nvidia graphics driver. The ubuntu-drivers list command will show the Nvidia proprietary graphics driver that is installed.



            sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver   
            sudo apt autoremove
            sudo reboot



          7. Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.



            sudo ubuntu-drivers autoinstall  
            sudo reboot



          The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.






          share|improve this answer


























          • And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

            – Frankoxbdo
            Jan 19 at 14:07











          • I replied to your comment by editing my answer.

            – karel
            Jan 19 at 14:11














          1












          1








          1







          It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.




          1. At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.


          2. At the login: prompt type your username and press Enter.


          3. At the Password: prompt type your user password and press Enter.


          4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.



          5. Remove the software source of the existing Nvidia graphics driver. The apt policy command will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the form ppa:name-of-ppa/ppa . Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.



            sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
            sudo apt update



          6. Remove the existing Nvidia graphics driver. The ubuntu-drivers list command will show the Nvidia proprietary graphics driver that is installed.



            sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver   
            sudo apt autoremove
            sudo reboot



          7. Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.



            sudo ubuntu-drivers autoinstall  
            sudo reboot



          The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.






          share|improve this answer















          It looks like it's not so much a problem of the wrong graphics driver, rather that the Nvidia graphics driver has dependencies that are provided by the nvidia-driver-390 package in 18.10, but not by ppa:graphics-drivers/ppa or whatever software source you installed version 415 of the Nvidia proprietary graphics driver from. The steps to follow are missing some information (which you should provide) depending on the source of version 415 of the Nvidia proprietary graphics driver that you installed, but basically they are as follows.




          1. At the black screen where the boot process has stopped, open a text-only console by using the keyboard shortcut Ctrl+Alt+F3.


          2. At the login: prompt type your username and press Enter.


          3. At the Password: prompt type your user password and press Enter.


          4. Now you are logged in to a text-only virtual console, and you can run terminal commands from the console.



          5. Remove the software source of the existing Nvidia graphics driver. The apt policy command will show the name of the Nvidia graphics PPA that was added to your software sources if there is one. PPA names have the form ppa:name-of-ppa/ppa . Please comment if there is any doubt about the exact name of this PPA, and I will look it up online.



            sudo add-apt-repository --remove <ppa:name-of-ppa/ppa>
            sudo apt update



          6. Remove the existing Nvidia graphics driver. The ubuntu-drivers list command will show the Nvidia proprietary graphics driver that is installed.



            sudo apt remove nvidia-graphics-drivers-415 # if that's the existing driver   
            sudo apt autoremove
            sudo reboot



          7. Install the Nvidia graphics driver from the default Ubuntu 18.10 repositories. The following two commands can be run from either the terminal or from a virtual console as before.



            sudo ubuntu-drivers autoinstall  
            sudo reboot



          The ubuntu-drivers autoinstall command installs drivers that are appropriate for automatic installation including their dependencies, and the Nvidia driver will also be updated automatically when an update is available.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 19 at 14:19

























          answered Jan 19 at 13:58









          karelkarel

          59.8k13129151




          59.8k13129151













          • And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

            – Frankoxbdo
            Jan 19 at 14:07











          • I replied to your comment by editing my answer.

            – karel
            Jan 19 at 14:11



















          • And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

            – Frankoxbdo
            Jan 19 at 14:07











          • I replied to your comment by editing my answer.

            – karel
            Jan 19 at 14:11

















          And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

          – Frankoxbdo
          Jan 19 at 14:07





          And how do I enter the commands? from the terminal obviously but how do I open it while generating all that "report" at the beginning?

          – Frankoxbdo
          Jan 19 at 14:07













          I replied to your comment by editing my answer.

          – karel
          Jan 19 at 14:11





          I replied to your comment by editing my answer.

          – karel
          Jan 19 at 14:11


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111137%2fproblem-with-video-drivers%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 to send String Array data to Server using php in android

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Is anime1.com a legal site for watching anime?