-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstall_Nvidia_Drivers
More file actions
62 lines (42 loc) · 2.08 KB
/
Copy pathInstall_Nvidia_Drivers
File metadata and controls
62 lines (42 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#How To Install Nvidia Drivers On Ubuntu
Install Nvidia Drivers via PPA Repository
At first, run the following command to add the Nvidia drivers repository:
sudo add-apt-repository ppa:graphics-drivers/ppa
Now, run the following command to identify the NVidia GPU model you are using.
ubuntu-drivers devices
Now, run the following command with your Nvidia GPU model to install the Nvidia driver on Ubuntu 22.04 LTS.
sudo apt install [driver_model_name]
or, run the following command to install the Nvidia driver automatically.
sudo ubuntu-drivers autoinstall
OR use this help
#1.Install Nvidia Drivers via PPA Repository
#At first, run the following command to add the Nvidia drivers repository
sudo add-apt-repository ppa:graphics-drivers/ppa
ubuntu-drivers devices
#Now, run the following command with your Nvidia GPU model to install the Nvidia driver on Ubuntu 22.04 LTS.
sudo apt install [driver_model_name]
#or, run the following command to install the Nvidia driver automatically.
sudo ubuntu-drivers autoinstall
#Reboot your Ubuntu after installing Nvidia driver:
sudo reboot
#----------------------------------------------
#2 Install Nvidia Drivers Via Command
#un the following command to search Nvidia driver on Ubuntu 22.04 LTS.
apt search nvidia-driver
#Run the following command to update so that you can get the latest driver.
sudo apt update
sudo apt upgrade
#Now, run the following command to install Nvidia driver on Ubuntu.
sudo apt install [driver_model_name]
#Reboot your Ubuntu after installing Nvidia driver with the following command:
sudo reboot
#-----------------------------------
3. Install Nvidia Driver Using GUI
#Open Software and Updates From the App Menu and select the Software and Updates app.
#Click the Additional Drivers Tab. Wait for the app to download a list of additional drivers available for your GPU.
#From the list, select the latest Nvidia driver labeled proprietary, tested.
#Click Apply Changes.
#Restart your Ubuntu.
#---------------------
#4.or user link this url
#https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#driver-installation