ubuntu16 graphics driver installed in the system Y7000P

1 Reference Links

How to install the NVIDIA drivers on Ubuntu 18.04 Bionic Beaver Linux

2 to start the installation

2.1: The first method (some problems)

Before installation Note:
------------- "" I follow after installation, it can not be found in normal boot password, and then I went back to the windows system below the windows system following graphics mode from the single display mode after a mixed mode (Y7000P computer's capabilities, bios switch I have not tried), you can enter a password at boot ubuntu system.

First look at your own Ubuntu kernel support to which version of the driver
sudo apt-cache search nvidia *

sudo apt-cache search nvidia*

The following output appears

libcuda1-384 - NVIDIA CUDA runtime library
nvidia-304 - NVIDIA legacy binary driver - version 304.135
nvidia-304-updates - Transitional package for nvidia-304
nvidia-304-updates-dev - Transitional package for nvidia-304-dev
nvidia-340 - NVIDIA binary driver - version 340.107
nvidia-361 - Transitional package for nvidia-367
nvidia-361-dev - Transitional package for nvidia-367-dev
nvidia-367 - Transitional package for nvidia-375
nvidia-367-dev - Transitional package for nvidia-375-dev
nvidia-375 - Transitional package for nvidia-384
nvidia-375-dev - Transitional package for nvidia-384-dev
nvidia-384 - NVIDIA binary driver - version 384.130
nvidia-384-dev - NVIDIA binary Xorg driver development files
nvidia-libopencl1-367 - Transitional package for nvidia-libopencl1-375
nvidia-opencl-icd-304-updates - Transitional package for nvidia-opencl-icd-304
nvidia-opencl-icd-361 - Transitional package for nvidia-opencl-icd-367
nvidia-opencl-icd-367 - Transitional package for nvidia-opencl-icd-375
nvidia-opencl-icd-384 - NVIDIA OpenCL ICD
nvidia-libopencl1-304-updates - Transitional package for nvidia-libopencl1-304
nvidia-libopencl1-361 - Transitional package for nvidia-libopencl1-367
nvidia-libopencl1-375 - Transitional package for nvidia-libopencl1-384
nvidia-libopencl1-384 - NVIDIA OpenCL Driver and ICD Loader library
nvidia-opencl-icd-375 - Transitional package for nvidia-opencl-icd-384
python3-rocker - A tool to run docker containers with customized extras

For example, I is the highest support tonvidia-384的(nvidia-384 - NVIDIA binary driver - version 384.111)

$ ubuntu-drivers devices
$ sudo ubuntu-drivers autoinstall
或者
sudo apt install nvidia-384

Get


2.2 second (recommend this one)

Uninstall the driver

sudo apt-get --purge remove nvidia*
sudo apt autoremove

Update Source

$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt update

Viewing Drive

~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
vendor   : NVIDIA Corporation
modalias : pci:v000010DEd00002191sv000017AAsd00003FFCbc03sc00i00
driver   : xserver-xorg-video-nouveau - distro free builtin
driver   : nvidia-430 - third-party free recommended

installation

$ ubuntu-drivers devices
$ sudo ubuntu-drivers autoinstall
或者
sudo apt install nvidia-430

Get

Restart

3 other reference (command process with a reference)

Ubuntu18.04 install nvidia graphics driver

[Only to find models, do not look at other]
Ubuntu16.04LTS install Nvidia graphics driver + cuda8.0 + cudnn

Published 17 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/jdy_lyy/article/details/104071000