0

I am at Sony VGN-AW220j , I’ve installed Ubuntu 12.10 recently with Unity, i am facing problem with my Graphics card. i tried to install NVIDIA Current, NVIDIA-Linux-x86-310.19 but no result.

when I am typing

lspci| grep VGA

I get

VGA compatible controller: NVIDIA Corporation G96 [GeForce 9600M GT] (rev a1)

but when go to system setting> Details. I found my Graphic card with no driver installed or unknown.

any help please

Thanks in Advance

Javed
  • 23
  • 6

1 Answers1

0

GPU's model can be shown by this package mesa-utils

type this in your terminal sudo apt-get install mesa-utils

Do you have only nvidia's GPU? (comment below please so I can edit this post! ;) ) If you have switchable GPUs, and are using bublebee I recommend do not try to change anything in your system. If not try and install mesa-utils

and also see this http://mygeekopinions.blogspot.co.uk/2011/06/how-to-install-nvidia-2750907-driver-in.html

Ramyad
  • 88