1

After rebooting my Ubuntu, I get this message:

/dev/sda4: clean, 693755/24805376 files, 11233563/99206912 blocks

I reached Command Line by pressing Ctrl + Alt + F2 or F3, I tried:

sudo apt-get purge nvidia*
sudo apt autoremove
sudo apt autoclean
sudo apt-get update

then, I tried to check if it purged:

dpkg -l | grep nvidia

nothing printed. Also I tried:

sudo systemctl start lightdm.service

and nothing happened :(!

I rebooted the pc again and same message comes to me.

Shahad
  • 31

1 Answers1

1

I reinstalled nvidia driver and the pc works with me, solution:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-(version suitable for you) nvidia-settings
Shahad
  • 31