I followed the steps in this answer entering these commands as I had a similar problem...
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo apt-get purge nvidia* bumblebee*
sudo apt-get install nvidia-prime
sudo shutdown -r now
...but, after rebooting, I lose video signal during the boot sequence before the log in screen.
How can I get the video signal back? I have Ubuntu 14.04 and nvidia graphics card.
The sudo apt-get install nvidia-prime
part of the linked answer installed an incompatible video driver.
I resolved this by:
- booting into the advanced options from the grub menu,
- selecting the first recovery mode option,
- selecting the start networking option,
- selecting the command prompt as root option
From the command prompt, I entered apt-get install nvidia-current
and installed compatible nvidia drivers.
This solution, or similar for different video cards, may help others with video driver problems.
No comments:
Post a Comment