It took me several hours to find this out as I am quite new to linux. Was a bit frustrating but now I am greeted with beautiful graphics. hope this helps as reference in a condensed way. Some of the commands I am not sure what they meant (*) but am learningany comments would enhance the thread greatly!
Simple steps to install GeForce GTX 750Ti on Ubuntu Gnome 14.04:
a) go to nvidia.com and download driver to your home folder (I used NVIDIA-linux-x86_64_340.58)
b) For Nvidia to find linux header files (*):
c) To enable full screen text mode (nomodeset):Code:sudo apt-get install build-essential linux-headers-$(uname -r)
Edit GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"Code:sudo gedit /etc/default/grub
Save it
Your screen may have a weird resolution at this stage, dont worry...Code:sudo update-grub reboot
d) Switch to command line mode (Press Ctr-Alt-F1), login using your username and password, disable the graphical interface and install the driver:
if the console hangs, press ctr+alt+F1Code:sudo service gdm stop
run the install scriptCode:sudo chmod +x NVIDIA-Linux-x86_64-334.21.run
e) restart the graphical user interfaceCode:sudo sh NVIDIA-Linux-x86_64-334.21.run
Let me know if this works for you too!Code:sudo service gdm start



any comments would enhance the thread greatly!
Adv Reply




Bookmarks