1

I attempted to install an Nvidia driver on my system using the method described here, however when I rebooted my system the following happened during startup:

Ubuntu repeatedly loads and unloads the driver

I was able to restore normal function by booting Ubuntu in recovery mode and running apt-get purge on the Nvidia driver. But how should I properly install the Nvidia drivers, or what could have gone wrong? I'm running Ubuntu 17.10 on an HP spectre x360 with a GeForce MX150 GPU.

1 Answers1

2

This procedure has worked for me. A quick attempt to validate that nvidia-390 was the proper driver for your card resulted in a finding that nvidia-384 might be the proper one.

sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-390 nvidia-settings

Then restart your system.

If this does not work, I would repeat, replacing nvidia-390 with nvidia-384.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122