User Tools

Site Tools


ubuntu:gpu:nvidia_gpu:setup:setup_manually

Ubuntu - GPU - NVIDIA GPU - Setup - Setup manually

Check the driver needed by the devices

sudo ubuntu-drivers devices

Download the driver setup script

Visit the Official Nvidia website.

sudo wget https://us.download.nvidia.com/XFree86/Linux-x86_64/510.60.02/NVIDIA-Linux-x86_64-510.60.02.run

install the prerequisites which will be required by the driver for successful installation

sudo apt install build-essential libglvnd-dev pkg-config

Stop the current display server

Before installing the driver, it is mandatory to stop your current display server by changing the run level to 3.

sudo telinit 3

Install the driver

sudo bash NVIDIA-Linux-x86_64-510.60.02.run

Restart

Restart run level 6.

sudo init 6

NOTE: This will reboot your system and start it with display server on.


References

ubuntu/gpu/nvidia_gpu/setup/setup_manually.txt · Last modified: 2023/06/07 18:52 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki