Install nvidia graphics driver under Ubuntu (simple installation method)

Install nvidia graphics driver under Ubuntu (simple installation method)

Install the nvidia graphics card driver under Ubuntu. I have installed GTX1050 using the same method and it was installed successfully. No looping login

The first step is to get the graphics card model

Find a way to get the model of your NVIDIA graphics card (usually there will be a graphics card model when you buy a computer, my graphics card model is on a sticker on the computer). My graphics card is GTX970M.

Step 2 Check the GTX970M graphics card driver

Go to NVDIA driver search page to view the latest version number of the driver that supports GTX970M graphics card


After a successful search take a note of the resulting driver version number:

The third step is to query other driver versions of the graphics card driver that supports the GTX970M graphics card

Got the latest installed version 390 from above, but in case the new version is unstable. We can query all driver versions that support 970M graphics cards from geforce drivers, as shown below


The query results are as follows


There are versions 390, 384, 375, etc. in the picture

Step 4: Installation

Next, we use the ppa method sudo apt-get install nvidia-384 384

If the above command reports an error, then execute the following command, otherwise do not execute

To update the source, run

sudo apt-get upgrade
sudo apt-get update

To query the available versions of nvidia drivers, run sudo apt-cache search nvidia-* the version drivers supported by ppa installation. If 384 is available,

sudo apt-get install nvidia-384

Step 5: Test whether the nvidia driver is installed successfully

First you need to restart the operating system, and then test whether the nvidia driver is installed successfully by the following method:

Under Ubuntu, seach invidia and open it. If the result is as follows, it means the installation is successful.

Or execute nvidia-smi in the terminal

environment

  • Ubuntu 16.04
  • Ubuntu 17.10
  • Graphics card model GTX970M

References

How to install the latest Nvidia drivers on Ubuntu 16.04

This is the end of this article about installing nvidia graphics driver in Ubuntu (simple installation method). For more information about installing nvidia graphics driver in Ubuntu, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to check whether the graphics driver has been successfully installed in Ubuntu
  • Detailed tutorial on installing nvidia driver + CUDA + cuDNN in Ubuntu 16.04
  • How to install RTX2080 Nvidia graphics card driver in Ubuntu18.04.2
  • Tutorial on installing Nvidia graphics card driver in Ubuntu 18.04 (with pictures and text)
  • Ubuntu installation graphics driver and cuda tutorial

<<:  Examples of correct judgment methods for data types in JS

>>:  MySQL transaction, isolation level and lock usage example analysis

Recommend

Detailed explanation of js's event loop event queue in the browser

Table of contents Preface Understanding a stack a...

MySQL starts slow SQL and analyzes the causes

Step 1. Enable MySQL slow query Method 1: Modify ...

MySQL 8.0.15 installation tutorial for Windows 64-bit

First go to the official website to download and ...

15-minute parallel artifact GNU Parallel Getting Started Guide

GNU Parallel is a shell tool for executing comput...

Web page printing thin line table + page printing ultimate strategy

When I was printing for a client recently, he aske...

Solution to MySQL service 1067 error: modify the mysql executable file path

Today I encountered the MySQL service 1067 error ...

JS realizes the case of eliminating stars

This article example shares the specific code of ...

Does the website's text still need to be designed?

Many people may ask, does the text on the website...

Win10 64-bit MySQL8.0 download and installation tutorial diagram

How do I download MySQL from the official website...

How to point the target link of a tag to iframe

Copy code The code is as follows: <iframe id=&...

Summary of special processing statements of MySQL SQL statements (must read)

1. Update the entire table. If the value of a col...