Ubuntu – How to install Intel graphics for Dell Inspiron 1545 Laptop

12.04driversintel graphics

Whenever I start any game (e.g. Max Payne 2), A message like "Install your video card drivers".

My laptop configuration is:

  • DELL Inspiron 1545
  • OS: Ubuntu 12.04
  • Processor: Intel Core2 Duo T6400
  • 15.6 WLED Display (1366×768)

Please tell me the way to install Intel graphics for Ubuntu 12.04 on Dell Inspiron 1545 Laptop….

Best Answer

Intel graphic drivers are installed during OS installation.

Your problem in likely that you need the libraries for texture compression installed- they are not installed by default due to copyright issues. They are needed for nearly all 3D games. With the libraries missing, I suspect that the game thinks the drivers are not there because the game is looking for S3TC support. Without the libraries, the card will not advertise S3TC support hence the game will crash.

Running the following will install the libraries:

sudo apt-get install libtxc-dxtn-s2tc0

or just search for libtxc-dxtn-s2tc0 Install libtxc-dxtn-s2tc0 in the Software Center.