如何在Ubuntu 17.10中安装最新的英特尔图形驱动程序?

我正在尝试这个但是得到错误: 安装 – intel-graphics-driver-in-ubuntu-16-04

错误信息:

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 

只是暂时改变/etc/lsb-release以对应Zesty Zapus,它会正常工作。

首先,进行备份

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

然后编辑该文件

 sudo -H gedit /etc/lsb-release 

替换内容:

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

完成安装工具和驱动程序后,只需还原更改:

 sudo rm -f /etc/lsb-release sudo cp /etc/lsb-release.backup /etc/lsb-release 

到目前为止,英特尔还没有为Ubuntu 17.10提供支持。 我正在使用来自ppa:oibaf/graphics-drivers更新驱动程序ppa:oibaf/graphics-drivers带有2个外部显示器的ppa:oibaf/graphics-drivers ,到目前为止,集成图形没有任何问题:

 $ 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 

您可以从PPA存储库安装更新和优化的开放图形驱动程序 :

 sudo add-apt-repository ppa:oibaf/graphics-drivers sudo apt update sudo apt upgrade -y 

到目前为止,英特尔还没有为17.10提供图形驱动程序, Linux的最新版本的Linux图形更新工具是Ubuntu 17.04的v2.0.6,这个软件显然不适用于Ubuntu 17.10。