1

I'm using Ubuntu 11.10 it's missing Intel HD graphics card.

How can I install it from terminal?

Bruno Pereira
  • 73,643
Sikander
  • 133

2 Answers2

2

Ubuntu is supporting any VGA cards,but sometime it doesn't list them in "system setting",
You should try to install mesa-utils.
From the Software Center :

Install via the software center

Or install it from terminal :

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

Or if this can't find in your repository list, go to http://apt-web.dahsy.at and then choose your ubuntu version (or select the latest version in the list) according your OS Architecture (64bit/32bit{i836}). and type mesa-utils. Download the file and type on terminal :

sudo dpkg -i location-of-downloaded-file/Package-name.deb

And replace the bold text with the location and name of the downloaded file.

hardianto
  • 193
  • 3
  • 9
0

Get the latest drivers for your kernel from intel opensource projects website : https://01.org/linuxgraphics/downloads

Get the linux installer, install it then run intel-linux-graphics-installer

yilmi
  • 1,272
  • 9
  • 12