0

Ok, so I decided to install more recent drivers because I started experiencing some crashes with Rust. Don't think it's related, but that's the first thing I would do in windows.

So, I found out how to exit X and install it there, did it and it all looked fine. Went through the prompts, accepted everything and then restarted.

Now, every time I boot, I get past grub and then I get a black screen with a flashing dash.

I can get to recovery mode, but I don't know what to do there.

Pls help.

natkoui
  • 73

1 Answers1

0

Which drivers did you install and how?

You can take a look at How to change proprietary video driver using the command line? and Problem with Nvidia driver 331.20 on ubuntu 13.10 (64bit)

try:

sudo /etc/init.d/lightdm stop

sudo modprobe nvidia-331

sudo /etc/init.d/lightdm start

Lorenzo
  • 201