Skip to content

Instantly share code, notes, and snippets.

@ndinh215
Forked from espoirMur/install_nvidia_driver.md
Created October 8, 2022 04:10
Show Gist options
  • Save ndinh215/f90edd1c9f8dd0b5c745038372c5a440 to your computer and use it in GitHub Desktop.
Save ndinh215/f90edd1c9f8dd0b5c745038372c5a440 to your computer and use it in GitHub Desktop.

Revisions

  1. @espoirMur espoirMur revised this gist Apr 7, 2022. 1 changed file with 2 additions and 41 deletions.
    43 changes: 2 additions & 41 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -1,42 +1,3 @@
    I had many driver installed I my virtual machine , so It was actually the reason why I was having the error.
    I am no longer abe to monitor this post , I have decided to move everything to my personal blog for better monitoring.

    To fix it I had first to remove all driver I have installed before using :
    - `sudo apt-get purge nvidia-*`
    - `sudo apt-get update`
    -`sudo apt-get autoremove`

    After that I when a head and installed the latest version of it nvidia driver:

    I did :

    - `apt search nvidia-driver`
    To get the latest version of the driver
    After getting the latest version I installed it with :

    Edit Sept 2021 : According to the last comment by @a-r-j you can install a couple of dependencies before
    * `sudo apt install libnvidia-common-470`
    * `sudo apt install libnividia-gl-470`

    Then you can move forward and install the driver.

    * `sudo apt install nvidia-driver-470`


    And after installing it I rebooted my machine and checked with :

    `nvidia-smi`

    And tata ☄️

    The results :

    https://imgur.com/a/xfpvrtb

    Ressources :

    https://www.cyberciti.biz/faq/ubuntu-linux-install-nvidia-driver-latest-proprietary-driver/





    Please click [here](https://www.murhabazi.com/install-nvidia-driver) to access the full post
  2. @espoirMur espoirMur revised this gist Oct 16, 2021. No changes.
  3. @espoirMur espoirMur revised this gist Oct 16, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ I did :
    To get the latest version of the driver
    After getting the latest version I installed it with :

    Edit Sept 2021 : According to the last comment by you can install a couple of dependencies before
    Edit Sept 2021 : According to the last comment by @a-r-j you can install a couple of dependencies before
    * `sudo apt install libnvidia-common-470`
    * `sudo apt install libnividia-gl-470`

  4. @espoirMur espoirMur revised this gist Sep 15, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ After that I when a head and installed the latest version of it nvidia driver:
    I did :

    - `apt search nvidia-driver`
    to get the latest version of the driver
    To get the latest version of the driver
    After getting the latest version I installed it with :

    Edit Sept 2021 : According to the last comment by you can install a couple of dependencies before
    @@ -26,7 +26,7 @@ And after installing it I rebooted my machine and checked with :

    `nvidia-smi`

    And tata:
    And tata ☄️

    The results :

  5. @espoirMur espoirMur revised this gist Sep 15, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,9 @@ After getting the latest version I installed it with :
    Edit Sept 2021 : According to the last comment by you can install a couple of dependencies before
    * `sudo apt install libnvidia-common-470`
    * `sudo apt install libnividia-gl-470`

    Then you can move forward and install the driver.

    * `sudo apt install nvidia-driver-470`


  6. @espoirMur espoirMur revised this gist Sep 15, 2021. 1 changed file with 10 additions and 5 deletions.
    15 changes: 10 additions & 5 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -2,20 +2,25 @@ I had many driver installed I my virtual machine , so It was actually the reason

    To fix it I had first to remove all driver I have installed before using :
    - `sudo apt-get purge nvidia-*`

    - `sudo apt-get update`

    -`sudo apt-get autoremove`

    After that I when a head and installed the latest version of it nvidia driver:

    I did :

    - `apt search nvidia-driver`
    to get the latest version of the driver
    to get the latest version of the driver
    After getting the latest version I installed it with :

    - `sudo apt install nvidia-driver-390`
    And after installing it I rebooted my machine and checked with :
    Edit Sept 2021 : According to the last comment by you can install a couple of dependencies before
    * `sudo apt install libnvidia-common-470`
    * `sudo apt install libnividia-gl-470`
    Then you can move forward and install the driver.
    * `sudo apt install nvidia-driver-470`


    And after installing it I rebooted my machine and checked with :

    `nvidia-smi`

  7. @espoirMur espoirMur revised this gist May 2, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,10 @@ After getting the latest version I installed it with :

    https://imgur.com/a/xfpvrtb

    Ressources :

    https://www.cyberciti.biz/faq/ubuntu-linux-install-nvidia-driver-latest-proprietary-driver/




  8. @espoirMur espoirMur created this gist May 2, 2020.
    31 changes: 31 additions & 0 deletions install_nvidia_driver.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    I had many driver installed I my virtual machine , so It was actually the reason why I was having the error.

    To fix it I had first to remove all driver I have installed before using :
    - `sudo apt-get purge nvidia-*`

    - `sudo apt-get update`

    -`sudo apt-get autoremove`
    After that I when a head and installed the latest version of it nvidia driver:

    I did :

    - `apt search nvidia-driver`
    to get the latest version of the driver
    After getting the latest version I installed it with :

    - `sudo apt install nvidia-driver-390`
    And after installing it I rebooted my machine and checked with :

    `nvidia-smi`

    And tata:

    The results :

    https://imgur.com/a/xfpvrtb