installing nvidia drivers on ubuntu [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite













This question already has an answer here:



  • How do I install the Nvidia drivers?

    13 answers



Have a Asus laptop GL552/ ubuntu 18.04 and a 950gtx. How do i install nvidia driver to recovry my graphic card ? I had already downloaded a file "NVIDIA-Linux-x86_64-390.48.run".







share|improve this question












marked as duplicate by karel, Pilot6, Kevin Bowen, Eric Carvalho, waltinator Jun 12 at 13:31


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
    – Hannu
    May 20 at 12:15










  • Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
    – PawełG
    Jun 9 at 11:17














up vote
0
down vote

favorite













This question already has an answer here:



  • How do I install the Nvidia drivers?

    13 answers



Have a Asus laptop GL552/ ubuntu 18.04 and a 950gtx. How do i install nvidia driver to recovry my graphic card ? I had already downloaded a file "NVIDIA-Linux-x86_64-390.48.run".







share|improve this question












marked as duplicate by karel, Pilot6, Kevin Bowen, Eric Carvalho, waltinator Jun 12 at 13:31


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
    – Hannu
    May 20 at 12:15










  • Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
    – PawełG
    Jun 9 at 11:17












up vote
0
down vote

favorite









up vote
0
down vote

favorite












This question already has an answer here:



  • How do I install the Nvidia drivers?

    13 answers



Have a Asus laptop GL552/ ubuntu 18.04 and a 950gtx. How do i install nvidia driver to recovry my graphic card ? I had already downloaded a file "NVIDIA-Linux-x86_64-390.48.run".







share|improve this question













This question already has an answer here:



  • How do I install the Nvidia drivers?

    13 answers



Have a Asus laptop GL552/ ubuntu 18.04 and a 950gtx. How do i install nvidia driver to recovry my graphic card ? I had already downloaded a file "NVIDIA-Linux-x86_64-390.48.run".





This question already has an answer here:



  • How do I install the Nvidia drivers?

    13 answers









share|improve this question











share|improve this question




share|improve this question










asked May 14 at 15:59









jean deduction

11




11




marked as duplicate by karel, Pilot6, Kevin Bowen, Eric Carvalho, waltinator Jun 12 at 13:31


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by karel, Pilot6, Kevin Bowen, Eric Carvalho, waltinator Jun 12 at 13:31


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
    – Hannu
    May 20 at 12:15










  • Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
    – PawełG
    Jun 9 at 11:17
















  • Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
    – Hannu
    May 20 at 12:15










  • Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
    – PawełG
    Jun 9 at 11:17















Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
– Hannu
May 20 at 12:15




Welcome to askubuntu.com! In case you find an answer to help solve a problem don't forget to click either the grey ☑ or the up-pointing arrow/triangle to the left of the text.
– Hannu
May 20 at 12:15












Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
– PawełG
Jun 9 at 11:17




Jean, change Your 'deduction' form *.run files to sources like launchpad.net/~graphics-drivers/+archive/ubuntu/ppa so to avoid unnecessary troubles with compiling *.run nVidia driver file, more safe
– PawełG
Jun 9 at 11:17










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Using the *.run installer makes your updates depend on manual operations.



I suggest you instead have a look in




System Settings > Software and Updates > / Additional Drivers





Selecting:




(*) Using NVIDIA Binary Driver - ...




... in here, will have you get updates automatically, without manual intervention.



The updates might not happen for every bleeding edge driver release, but instead you have a stable hassle free time using the computer.






If you REALLY wish to install the *.run driver; make sure you put it in a place you can find it when using the recovery console; e.g. put it in the root home directory:


sudo -i
cd; mv /the/path/<...>/*.run .




Then reboot into the recovery console and run the installer from there




bash NVIDIA<...>.run




Due to the way this installs; you may, at a later point in time, encounter problems in case of kernel & gui driver (e.g. xorg) updates.



If that happens, the "easy" fix is to use the recovery console to
--uninstall the driver and then immediately
--install it again,

after having made sure you booted with the NEW software active (i.e. using the new kernel).



Caveat: That strategy worked well on 14.04, haven't tried it since...



Note:
bash NVIDIA<...>.run --help | less
will tell you a lot.






share|improve this answer





























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Using the *.run installer makes your updates depend on manual operations.



    I suggest you instead have a look in




    System Settings > Software and Updates > / Additional Drivers





    Selecting:




    (*) Using NVIDIA Binary Driver - ...




    ... in here, will have you get updates automatically, without manual intervention.



    The updates might not happen for every bleeding edge driver release, but instead you have a stable hassle free time using the computer.






    If you REALLY wish to install the *.run driver; make sure you put it in a place you can find it when using the recovery console; e.g. put it in the root home directory:


    sudo -i
    cd; mv /the/path/<...>/*.run .




    Then reboot into the recovery console and run the installer from there




    bash NVIDIA<...>.run




    Due to the way this installs; you may, at a later point in time, encounter problems in case of kernel & gui driver (e.g. xorg) updates.



    If that happens, the "easy" fix is to use the recovery console to
    --uninstall the driver and then immediately
    --install it again,

    after having made sure you booted with the NEW software active (i.e. using the new kernel).



    Caveat: That strategy worked well on 14.04, haven't tried it since...



    Note:
    bash NVIDIA<...>.run --help | less
    will tell you a lot.






    share|improve this answer


























      up vote
      0
      down vote













      Using the *.run installer makes your updates depend on manual operations.



      I suggest you instead have a look in




      System Settings > Software and Updates > / Additional Drivers





      Selecting:




      (*) Using NVIDIA Binary Driver - ...




      ... in here, will have you get updates automatically, without manual intervention.



      The updates might not happen for every bleeding edge driver release, but instead you have a stable hassle free time using the computer.






      If you REALLY wish to install the *.run driver; make sure you put it in a place you can find it when using the recovery console; e.g. put it in the root home directory:


      sudo -i
      cd; mv /the/path/<...>/*.run .




      Then reboot into the recovery console and run the installer from there




      bash NVIDIA<...>.run




      Due to the way this installs; you may, at a later point in time, encounter problems in case of kernel & gui driver (e.g. xorg) updates.



      If that happens, the "easy" fix is to use the recovery console to
      --uninstall the driver and then immediately
      --install it again,

      after having made sure you booted with the NEW software active (i.e. using the new kernel).



      Caveat: That strategy worked well on 14.04, haven't tried it since...



      Note:
      bash NVIDIA<...>.run --help | less
      will tell you a lot.






      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        Using the *.run installer makes your updates depend on manual operations.



        I suggest you instead have a look in




        System Settings > Software and Updates > / Additional Drivers





        Selecting:




        (*) Using NVIDIA Binary Driver - ...




        ... in here, will have you get updates automatically, without manual intervention.



        The updates might not happen for every bleeding edge driver release, but instead you have a stable hassle free time using the computer.






        If you REALLY wish to install the *.run driver; make sure you put it in a place you can find it when using the recovery console; e.g. put it in the root home directory:


        sudo -i
        cd; mv /the/path/<...>/*.run .




        Then reboot into the recovery console and run the installer from there




        bash NVIDIA<...>.run




        Due to the way this installs; you may, at a later point in time, encounter problems in case of kernel & gui driver (e.g. xorg) updates.



        If that happens, the "easy" fix is to use the recovery console to
        --uninstall the driver and then immediately
        --install it again,

        after having made sure you booted with the NEW software active (i.e. using the new kernel).



        Caveat: That strategy worked well on 14.04, haven't tried it since...



        Note:
        bash NVIDIA<...>.run --help | less
        will tell you a lot.






        share|improve this answer














        Using the *.run installer makes your updates depend on manual operations.



        I suggest you instead have a look in




        System Settings > Software and Updates > / Additional Drivers





        Selecting:




        (*) Using NVIDIA Binary Driver - ...




        ... in here, will have you get updates automatically, without manual intervention.



        The updates might not happen for every bleeding edge driver release, but instead you have a stable hassle free time using the computer.






        If you REALLY wish to install the *.run driver; make sure you put it in a place you can find it when using the recovery console; e.g. put it in the root home directory:


        sudo -i
        cd; mv /the/path/<...>/*.run .




        Then reboot into the recovery console and run the installer from there




        bash NVIDIA<...>.run




        Due to the way this installs; you may, at a later point in time, encounter problems in case of kernel & gui driver (e.g. xorg) updates.



        If that happens, the "easy" fix is to use the recovery console to
        --uninstall the driver and then immediately
        --install it again,

        after having made sure you booted with the NEW software active (i.e. using the new kernel).



        Caveat: That strategy worked well on 14.04, haven't tried it since...



        Note:
        bash NVIDIA<...>.run --help | less
        will tell you a lot.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jun 9 at 10:38

























        answered May 14 at 17:54









        Hannu

        2,118923




        2,118923












            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error