Hi, I have this problem with NVIDIA driver on my Mint 21.
Some time ago I've downloaded and successfully installed NVIDIA drivers. I have 2 graphic cards, so I used the
Now, I have tried:
1. Reinstall the drivers through
2. Purge remaining packages and install
3. Purge remaining packages and install drivers from the official website using the
4. Updating my kernel version to 6.x, then step 2. --> same black screen
5. Adding the GRUB parameter
6. Blacklisting nouveau manually, then step 2. --> same black screen
(I have also tried updating basically everything)
I do have secure boot disabled.
After each attempt to fix this, I reverted it using Timeshift. Now my machine is in the state described at the start.
Can you please help me correctly install the drivers without any problems?
Graphics card: NVIDIA GeForce RTX 2050
Kernel version: 5.15.0-136-generic
Linux: Mint 21.3
PC: Acer Aspire A715-76G
Thanks!
Some time ago I've downloaded and successfully installed NVIDIA drivers. I have 2 graphic cards, so I used the
nvidia-prime-applet
switcher. I had the NVIDIA graphics card active, until some day the applet just disappeared. I've noticed, that all the drivers were just gone. (apt list --installed | grep nvidia
). The only packages left are these:
Code:
libnvidia-cfg1-535/jammy-updates,jammy-security,now 535.183.01-0ubuntu0.22.04.1 amd64 [installed]
libnvidia-common-470/jammy-updates,jammy-updates,jammy-security,jammy-security,now 470.256.02-0ubuntu0.22.04.1 all [installed,automatic]
libnvidia-compute-535/jammy-updates,jammy-security,now 535.183.01-0ubuntu0.22.04.1 amd64 [installed,automatic]
libnvidia-compute-535/jammy-updates,jammy-security,now 535.183.01-0ubuntu0.22.04.1 i386 [installed,automatic]
libnvidia-gl-470/jammy-updates,jammy-security,now 470.256.02-0ubuntu0.22.04.1 i386 [installed]
nvidia-prime-applet/virginia,virginia,now 1.3.9 all [installed]
1. Reinstall the drivers through
ubuntu-drivers autoinstall
(it used the 550 version) --> my PC was stuck in the initramfs screen2. Purge remaining packages and install
nvidia-prime
, select intel through prime-select intel
and then install the drivers --> black screen with a cursor after boot (only when nvidia graphics card selected)3. Purge remaining packages and install drivers from the official website using the
.run
installer --> black screen with a cursor after some time after login (only when nvidia graphics card selected)4. Updating my kernel version to 6.x, then step 2. --> same black screen
5. Adding the GRUB parameter
nvidia-drm.modeset=1
, then step 2. --> same black screen6. Blacklisting nouveau manually, then step 2. --> same black screen
(I have also tried updating basically everything)
I do have secure boot disabled.
After each attempt to fix this, I reverted it using Timeshift. Now my machine is in the state described at the start.
Can you please help me correctly install the drivers without any problems?
Graphics card: NVIDIA GeForce RTX 2050
Kernel version: 5.15.0-136-generic
Linux: Mint 21.3
PC: Acer Aspire A715-76G
Thanks!