Ubuntu Intel graphics driver installation (Ubuntu 14.04--Ubuntu 16.10 + Intel® Graphics Update Tool)

When I use Ubuntu recently , I found that in most cases, it is no problem to use the default driver without installing the graphics card driver. However, for some computers with peculiar configurations, as shown below, if the default driver is used, it will often crash inexplicably. crash, especially when using OpenGL or 3D.

However, the corresponding function package cannot be found in the additional driver to install, as follows:

For AMD_ATI and NVIDIA graphics cards, there are usually some graphics drivers to choose from. The Intel graphics card needs to be installed through the following website.

https://01.org/linuxgraphics/downloads

In the attachment at the end of this article, all download addresses and corresponding installation packages will be given. Here is a brief introduction to the installation process:

Take Intel® Graphics Update Tool 2.0.2 for Ubuntu* 16.04, 64-bit as an example:

The software provides support for Ubuntu and Fedora .

First, add:

wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - | \ 

sudo apt-key add -

Then run:

sudo apt-get update 

sudo apt-get upgrade 

finally:

sudo apt-get install intel-graphics-update-tool

Of course, you can also download the deb from the web page and install it with the following command:

sudo dpkg -i intel-graphics-update-tool_2.0.2_amd64.deb

Additional Intel feature packs can also be installed if desired. If you encounter a dependency problem, try to fix it with the following command:

sudo apt-get -f install

Usually can be resolved. 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325568757&siteId=291194637