16.04 - How To Purge Intel Default Drivers & Reinstall Intel Graphic Drivers

102,340

I had a similar issue, and this worked for me:

sudo apt-get update
sudo apt-get install --reinstall xserver-xorg-video-intel xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg

Followed by a reboot. Was having many irritating graphics crashes before, none since. It oddly didn't make Ubuntu recognise the device, but at least I'm not getting crashes now.

Adapted from original solution here.

Share:
102,340

Related videos on Youtube

Kayote
Author by

Kayote

A javascript fan

Updated on September 18, 2022

Comments

  • Kayote
    Kayote over 1 year

    I posted this question as I am encountering display problems after upgrading Ubuntu 15.10 to 16.04. I went into 'additional drivers' & noticed this:

    enter image description here

    I was wondering whether purging the current drivers & 'reinstalling' them again would help detect the graphic hardware I have on my system. For info, my system is a Lenovo X220 Thinkpad: i5 2420M 6Gb RAM Onboard Graphic Card

    Any suggestions would be great help. Many thanks,

    • mikewhatever
      mikewhatever about 8 years
      It not clear the problem is caused by anything related to the Intel's graphics driver. There is also not much to reinstall, as far as "them" goes.
  • Kayote
    Kayote about 8 years
    Thanks Sam. I ended up reinstalling Ubuntu 16.04, which went fine. Upgrading Ubuntu seemed to have caused the problems. Now its working fine. I cant test your solution as I do not have the problem anymore so Im not sure whether to accept it to help others or upvote & leave the question open (have upvoted regardless).
  • Luís de Sousa
    Luís de Sousa almost 8 years
    Since yesterday I am no longer able to log on to any DE in a laptop with a Sky Lake card and I suspect it is also a drivers issue. Unfortunately, reinstalling Xorg as you suggest did not fix my problem.
  • Afilu
    Afilu over 7 years
    This worked for me after installing ubuntu-desktop over kubuntu (16.10)
  • George
    George about 7 years
    This solved my error where the Intel processor fan not being detected by Ubuntu, thanks.
  • Erik
    Erik over 6 years
    sudo dpkg-reconfigure xserver-org returns not installed error on 16.04 LTS for me...
  • Hans
    Hans over 3 years
    This helped a lot to get rid of display glitches that I had forever with Ubuntu and my Intel graphics. But I notice that my CPU fan is spinning like crazy now.
  • TNT
    TNT over 3 years
    @Erik xserver-xorg, not sudo dpkg-reconfigure xserver-org