我尝试了这个但出现错误: 在 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
答案1
到目前为止,英特尔还没有提供对 Ubuntu 17.10 的支持。我正在使用ppa:oibaf/graphics-drivers
2 个外接显示器的更新驱动程序,到目前为止,集成显卡上没有任何问题:
$ 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
答案2
只需暂时改为/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
答案3
到目前为止,英特尔还没有提供最新版本的 17.10 显卡驱动程序适用于 Linux 的 Intel 显卡更新工具是适用于 Ubuntu 17.04 的 v2.0.6,并且该软件显然不适用于 Ubuntu 17.10。