3

Possible Duplicate:
Intel HD Graphics card not recognized in System Info

I have ubuntu installed on a MacBook Pro 8.1 and it doesn't recognize my graphics card (Intel HD Graphics 3000) and i want to know why is this happening and how to make that Ubuntu recognizes my graphics card. Plus, if someone knows how to enable the subwoofer on the OS i wpuld thank you very much.

Stefano
  • 31

1 Answers1

1

Install Mesa-Utils by running these commands:

sudo apt-get update
sudo apt-get install mesa-utils

Then it will be detected.

Eliah Kagan
  • 117,780