I'm running Ubuntu 14.04 LTS on a 64 bit Intel box with a GeForce GTX 750 Ti (used for gaming on my Windows partition).
Every time I get an update to Ubuntu Base, I lose graphics. The only way I've figured out how to fix it is to boot into safe mode, drop into a root prompt, and run the NVIDIA driver installer.
It wasn't just a one-time thing; it's been probably the past 5-6 updates.
I'd imagine this perhaps has something to do with X settings, but I'm not completely sure. Is there some way I can make this automated (a script that perhaps fixes whatever settings get messed up)?
Or, perhaps, is this a bug that the community should be made aware of?
Thanks!
root
. Mount the partition in Read/Write:mount -o remount,rw /
then go to the/usr/src/nvidia-xxx.xx/
folder and runmake
from there to reinstall only the kernel driver for the video itself, instead of reinstalling the full driver each time. – Terrance May 05 '15 at 18:42Any idea why this happens? Is it a bug or expected behavior?
– user3722952 May 05 '15 at 18:44Additional Drivers
in Ubuntu, they seem to copy OK into the new kernel. – Terrance May 05 '15 at 18:46make
to put them back in the kernel. – Terrance May 05 '15 at 18:47