Black screen after overloading open-source NVIDIA drivers

I really need your help, I’ve installed video-linux, video-vesa, and video-modesetting all together and after reboot my screen was completely black but the computer was responding
Ctrl + Alt + F2 didn’t help unfortunately and I really need to fix this issue as soon as possible
I do have a live USB with Manjaro on it, can I use it to remove drivers from my main OS?

You most definitely don’t need vesa.

Why would you install it?

idk I’m new to open-source drivers and I just downloaded all of them
Can you help me with this current issue please?

Another TTY should work. Did you try Ctrl+Alt+F6 (or any other f function).

I just have, it also doesn’t work

why dont you have installed the proprietary nvidia drivers?
if you cant enter tty, you can repair it from chroot: boot into manjaro usb, chroot:
manjaro-chroot -a
remove the drivers:
mhwd -r pci video-vesa
mhwd -r pci video-modesetting
remove the vesa config:
rm /etc/X11/mhwd.d/vesa.conf
exit chroot:
exit
reboot

Ugh I wish I could know when I’m on TTY but even that’s not certain
I think I’m just gonna reset my machine and re-download everything
Thanks anyways!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.