Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 8995  / 3 Years ago, thu, may 13, 2021, 2:28:09

My Ubuntu 22.04 updated this morning (after I use a standard script using the apt command and some other stuffs to clean my home directory) and the Nvidia driver does not work anymore.


I have noticed that the kernel was updated too: 6.0.0-1007-oem and my only explanation is that it comes with something incompatible with the Nvidia driver. I came back to kernel 5.15.0-56-generic and the Nvidia driver still does not work; something is broken in my distro.


The script I mention in the comments just use the apt command plus I clean some files in my home directory: nothing revolutionary.


EDIT: inxi -SG as requested:


gaucher@mars:~$ inxi -SG 
System: Host: mars Kernel:5.15.0-56-generic x86_64 bits: 64 Desktop: GNOME 42.5
Distro: Ubuntu 22.04.1 LTS (Jammy Jellyfish) Graphics: Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] driver: N/A Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: nouveau,vesa
unloaded: fbdev,modesetting gpu: N/A resolution: 1024x768~76Hz OpenGL: renderer: llvmpipe (LLVM 13.0.1 256 bits) v: 4.5 Mesa 22.0.5

The script (the part using apt; it is not easy to post with the resolution of the screen):


sudo apt update; sudo apt upgrade ;sudo apt autoremove ;sudo apt clean

More From » nvidia

 Answers
2

If you have problems reinstalling the correct graphics driver from the GUI, try installing it from the command line instead.


For Ubuntu 22.04, available Nvidia driver packages are listed here (be sure to have the "Restricted" repo enabled).


My default suggestion would be to start with the newest driver (at the time of posting it's nvidia-driver-525). To install this, run:


sudo apt install --reinstall nvidia-driver-525

In case of issues, reverting to the previous driver can sometimes help.


[#125] Saturday, May 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
humbire

Total Points: 55
Total Questions: 93
Total Answers: 113

Location: Oman
Member since Fri, Dec 23, 2022
1 Year ago
humbire questions
Sun, Oct 24, 21, 14:23, 3 Years ago
Wed, May 17, 23, 22:16, 1 Year ago
Sun, Aug 8, 21, 13:22, 3 Years ago
;