0

I bought this new HP laptop which is shipped with windows 10. so I am thinking to do a dual boot with windows 10 and Ubuntu . can Ubuntu work properly on HP?

1 Answers1

2

I checked the hardware specifications and can tell you:

Yes – Ubuntu will run great on this machine.

After installing Ubuntu I recommend to install the latest current stable NVIDIA graphics driver.

You can do this by executing the following commands :

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-355 nvidia-prime
sudo reboot  
cl-netbox
  • 31,491