0

I've got a problem.

I've installed Raring Ringtail, and have done all the updates.

However, my hardware, Geforce 310M, is not detected and does not appear in additional drivers (software update).

I have tried to install the driver manually, I got the source from here, thanks for that. But my Ubuntu gave some errors, so I re-installed again.

Can somebody help me? Sorry for my bad English, also I'm absolutely newbie Ubuntu user.

result of lspci | grep VGA :

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [GeForce 310M] (rev a2)
elhvdz
  • 3

1 Answers1

0

Have you tried writing this on terminal?

sudo apt-add-repository ppa:xorg-edgers/ppa

sudo apt-get update

sudo apt-get install nvidia-current nvidia-settings

These commands apply on ubuntu versions 13.04, 12.10 & 12.04! Hope it covers you.

Paul
  • 77