D
D
davc2018-05-08 02:43:43
ubuntu
davc, 2018-05-08 02:43:43

How to install intel HD drivers in ubuntu?

hello, please tell me how to install intel HD drivers on ubuntu. I searched on the Internet and did not find a way. Thank you all for your help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2018-05-08
@leahch

Yes, I'll explain everything!
1) There are drivers in the kernel (!!!), and most likely they will start. We look lsmod | grep i915
If it did not start, then either the chipset is not supported, or some kind of misalliance with the hardware and driver (which is very rare).
2) The graphics system driver (XWindow) clings to the kernel driver. But it does not always correctly determine what we need and starts using the VESA driver instead of the accelerated driver. You can look in the X logs (somewhere in the bowels of /var/log/, I don’t remember now).
To defeat the enemy, I recommend creating a directory /etc/X11/xorg.conf.dand registering a file there with a name 20-intel.confwith text

Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
EndSection

Restart system.

A
Alexander Karabanov, 2018-05-08
@karabanov

In general, the drivers are in the repository and were installed during the installation of the system, this is a fact. But if you really want the very latest drivers: INSTALLING THE INTEL DRIVER IN UBUNTU 16.04

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question