web-dev-qa-db-fra.com

Comment installer le dernier pilote graphique Intel dans Ubuntu 17.10?

J'essayais cela mais j'obtenais des erreurs: installation-intel-graphics-driver-in-ubuntu-16-04

Message d'erreur:

Checking if Intel graphics card available...
  • checking for i915 module in /sys/module
  • i915 module found
Checking if Intel graphics card available... OK
Retrieving information from 01.org...
  • fetching https://download.01.org/gfx/ilg-config.cfg
  • saving to /home/sujan/.ilg-config
  • fetched 1626 bytes
  • fetched 9818 bytes
  • fetched 12301 bytes
  • looking up [Ubuntu artful] configuration
Retrieving information from 01.org... OK
Checking distribution... Failed
12

Jusqu'à présent, Intel n'offre pas de support pour Ubuntu 17.10. J'utilise des pilotes mis à jour à partir de ppa:oibaf/graphics-drivers avec 2 moniteurs externes, sans aucun problème pour le graphique intégré:

$ lspci -nnk | grep -iA2 vga 
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:5912] (rev 04)
        Subsystem: ASRock Incorporation HD Graphics 630 [1849:5912]
        Kernel driver in use: i915

Vous pouvez installer Pilotes Open Graphics mis à jour et optimisés à partir du référentiel PPA:

Sudo add-apt-repository ppa:oibaf/graphics-drivers
Sudo apt update
Sudo apt upgrade -y
9
Tombart

Il suffit de changer temporairement /etc/lsb-release pour correspondre à Zesty Zapus, cela fonctionnera bien.

Tout d'abord, faire une sauvegarde

Sudo cp /etc/lsb-release /etc/lsb-release.backup

Puis éditez le fichier

Sudo -H gedit /etc/lsb-release

Remplacer le contenu par:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"

Lorsque vous avez terminé d’installer l’outil et les pilotes, annulez simplement les modifications:

Sudo rm -f /etc/lsb-release
Sudo cp /etc/lsb-release.backup /etc/lsb-release
5
Luka

Jusqu'à présent, Intel ne fournissait pas de pilote graphique pour 17.10, la dernière version de outil de mise à jour graphique Intel pour Linux est la v2.0.6 pour Ubuntu 17.04 et ce logiciel ne fonctionne évidemment pas pour Ubuntu 17.10. .

2
dessert