0

I am checking my system settings, but see Graphics as unknown. I have Nvidia graphics card.

I tried this answer, and ran :

sudo apt-get install mesa-utils

Now if I check it, instead of showing my Nvidia information, it shows :

enter image description here

How can I make sure my Nvidia card is configured properly and shown in system settings ?

Edit

Current nvidia installations :

$ sudo dpkg --get-selections | grep nvidia
nvidia-304-updates              install
nvidia-current-updates          install
nvidia-settings                 install
Jake
  • 203

1 Answers1

1

I hope you have not installed Nvdia Drivers in your system,

$ sudo nvdia -v

Will show your driver version[if installed and configured correctly].

To check Nvdia configuration, follow this link.

If you not yet installed Nvdia Drivers, follow this link.

Alternatively you can install manually at your own risk described here.

A J
  • 11,367
  • 17
  • 44
  • 59