0

Possible Duplicate:
How do I install the Intel HD 3000 video driver?
How to install Intel graphics HD 3000 drivers?

I installed in a OEM machine the new ubuntu 12.10 but it seems the HD 2000/3000 accelerator is not installed.

How can install it?

Dany
  • 1

1 Answers1

2

If your system started the driver is installed as intel has open-sourced their display driver and it's shipped with ubuntu by default.

Verify the installed driver using lshw -c video It should state provider of the driver in use - intel corporation, if the driver is correctly installed


You can also check out this information
How to review the current state of open source vs. closed source graphics drivers?
for a brief overview of display drivers for linux.

Bucic
  • 4,064