Dealing with failed graphics card

I installed Zorin OS Core using the modern NVIDIA drivers option because I was using a GTX 1050 Ti. But this graphics card died and now I'm using integrated Intel Graphics.
The problem is that every time I turn on the computer, the system seems to start up, but crashes with a black screen and no Caps lock or Num lock response. The system only works after restart.
How can I fix this problem without reinstalling Zorin?

sudo apt remove --purge xserver-xorg-video-nouveau

sudo apt remove --purge '^nvidia-.*'

Ensure that your grub file is not using the nomodeset parameter

sudo nano /etc/default/grub

1 Like

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