3

I have updated my graphics card with NVIDIA-Linux-x86_64-295.20 driver and since then the screen turns white with black vertical lines at startup, shootoff and reboot.

Since then I have tryed to change it with the drivers at "Alternative Drivers" and none of them works right, the same bug happens.

What can I do to solve this issue.

Thank you

Lekensteyn
  • 178,446

1 Answers1

3
  • Hold shift during boot and choose recovery mode option

  • Choose netroot.

  • Uninstall nvidia:

nvidia-uninstall

  • Remove the nvidia configuration file:

rm /etc/X11/xorg.conf

  • Reinstall the Gl Mesa package:

apt-get --reinstall install libgl1-mesa-glx

  • Reboot with:

reboot

edm
  • 4,035