0

My graphics card isn't being detected by Ubuntu. It's running off the on board graphics not my EVGA GeForce GTX 750ti FTW. I'm not sure what to do and I'm not sure how to download my drivers.

1 Answers1

0

Open a Terminal and use the following commands in order and enter your password when it asks you:

sudo add-apt-repository ppa:xorg-edgers/ppa -y
sudo apt-get update
sudo apt-get install nvidia-current

This will install the latest nvidia drivers for your graphics card if it is not recognized in the additional drivers tab in software & updates.

Brask
  • 1,588
  • That worked but my resolution is only 1280 x 1024p when I have a 1920 x 1080p monitor. Can You help me with this? – Thomas Byrnes Mar 14 '15 at 03:20
  • It installs a control panel where you can adjust the resolution :) search for nvidia on the menu. – Brask Mar 14 '15 at 20:52