Following are the steps to install Ubuntu Nvidia drivers and activating it.
Now, do
Which will open up a window like this
Select the latest driver name from the list and then do
That's it :)
sudo apt-get install linux-headers-$(uname -r)Once the instllation of the above mentioned packages are successful, run
sudo apt-get install nvidia-310
sudo apt-get install nvidia-313-updates
sudo apt-get install nvidia-settings
sudo nvidia-xconfigThis will create the /etc/X11/xorg.conf file
Now, do
sudo software-properties-gtk
Which will open up a window like this
Select the latest driver name from the list and then do
sudo reboot
That's it :)