Ubuntu – Nvidia GeForce GTX 750 ti doesn’t work in Ubuntu

14.04driversnvidia

I have the no longer new Nvidia GeForce GTX 750 ti graphic card. I tried installing the Nvidia drivers directly from the Nvidia site (latest available NVIDIA-Linux-x86_64-352.21.run) and ubuntu won't boot. I always end in this support dialog box "reduce resolution" but none of the options work and I get an unusable system. I had the exact same problem with a Nvidia Quadro K2200 card.

Is there a way to install either of these two cards using some PPT or whatever works because the official nvidia drivers as of today won't do the job.

Best Answer

If you did a kernel upgrade then @Zilvador answer may be good for you.

If not the issue is the driver from Nvidia's site as there linux support is rubbish (but getting better thanks to steam).

Boot the system and press ctrl+alt+f1 to get a terminal, log in and remove the driver like this

sudo apt-get purge nvidia*

Then use the one from the Ubuntu repos that is tested

sudo apt-get install nvidia-common-updates

This one should work great with your card.

Related Question