Intel Graphics Driver For Linux

  1. Ubuntu Intel Graphic Driver
  2. Intel Graphics Control Panel
Active7 months ago

Can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay?

I had 10.04 installed on my Thinkpad r61 with Compiz Manager and life was great, until the machine took water damage. I bought an ASUS (X54H) since and am trying out 12.04, but the desktop just doesn't look right.

Installation Troubleshooting Wizard for Intel® Graphics Drivers. Use this step-by-step wizard to help you with issues that may occur when trying to install the graphics driver for your Intel® Integrated Graphics. In this tutorial I will show you how to install graphics drivers in Linux Mint. Check current driver for graphics cards. When you installed Linux Mint and you actually see icons and colors and text on your display you would probably think that the operating system installed the correct driver for your graphics card.

I always struggled with video driver installation. There are no proprietary drivers available in the hardware manager.

When I run lspci | grep VGA:

I will greatly appreciate your help. I want to use Linux more, but like I said video drivers appear to be my biggest concern. I have also tried 12.04 on my desktop PC, but again failed to configure video card, so switched back to Windows 7.

Jorge Castro
38.7k110 gold badges430 silver badges624 bronze badges
JohnJohn

5 Answers

The Intel graphics driver is part of the xserver-xorg-video-intel driver package, which is installed on all Ubuntu systems by default. And since it isn't a proprietary driver package, it doesn't show up in jockey (aka the Hardware Drivers application).

Just to ensure it didn't get removed by mistake (very slim possibility), just run this command:

If the driver is installed, and you're still having issues with graphics on your desktop, then please file a bug report against the xorg package, using this terminal command:

kiri
20.6k15 gold badges61 silver badges106 bronze badges
Bilal AkhtarBilal Akhtar
2,6501 gold badge13 silver badges15 bronze badges

Install mesa-utils, that might work.

it worked in my case.read this question posted by me

before installing mesa-utils

after installing mesa-utils

mesa-utils is just not there in ubuntu 12.10.doesn't really matter.

Community

Ubuntu Intel Graphic Driver

Registered UserDriverRegistered User
6,21711 gold badges44 silver badges72 bronze badges

The Ubuntu Forums has a good description of how to install/update the Intel graphic driver in Ubuntu.

Extract of the pertinent part is as given below:

  1. Open a terminal session by pressing CTRL+ALT+T

  2. Run command to install ppa:

  3. Install the drivers for your graphics chip

Ubuntu no longer uses xorg.config file. You will have to create this file in the next step and enter in values.

Create file sudo -H gedit /etc/X11/xorg.conf and edit it

Save and close it. Restart your interface or just reboot you machine and go back to system settings - details - graphics and verify that your drivers are displayed.

G Ajith KumarG Ajith Kumar

With Ubuntu 12.04 LTS and Intel graphic processor I suggest the following

Some issues with Intel Graphic Processors and suggested remedies can be found here.

Community
Mahendra GunawardenaMahendra Gunawardena
2221 gold badge3 silver badges14 bronze badges

I hope this helps someone, I actually was trying to load the MAME arcade emulator on my Lubuntu 15.10 and had to do the following since I got this error:

Intel Graphics Control Panel

I tried every suggestion in this thread, which didn't seem to resolve the issue. I also did the following:

tried the steps here:So, the rub (if your Google-fu takes you here directly) to get this to work (on Ubuntu 12.04 and 12.10):

ALSO AFTER DOING THAT, I DID THIS:

Lubuntu System Menu [Bottom Left Corner] > Preferences > Additional Drivers Choose > Using Processor Microcode from Intel CPUs from intel-microcode [Proprietary]

INSTALLED THE OPTION ABOVE and NOW MY ERROR is gone!! I'm using a Dell Dimension 3000 which this worked/resolved issue.

Jakuje
5,4747 gold badges21 silver badges34 bronze badges
Kent CKent C

Not the answer you're looking for? Browse other questions tagged driversgraphicsintel-graphicsintel or ask your own question.