英特尔 Linux 显卡驱动程序

bAd*_*rge 5 graphics intel-graphics

我想通过该程序安装 Intel Linux 显卡驱动程序,但每次我尝试安装它们时都会出现此错误

W:GPG error: https://download.01.org Ubuntu Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D8847D52F4AAA66
W:Failed to fetch http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/dists/raring/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)

我该如何解决; 我真的很想安装它,这样我就可以在 Steam 上玩游戏了。

处理器:Intel® Celeron(R) M CPU 440 @ 1.86GHz
显卡:Intel® 945GM x86/MMX/SSE2
32 位 Ubuntu 13.04

kir*_*iri 16

在终端运行这些命令(Ctrl+ Alt+ T

wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \
sudo apt-key add -  
Run Code Online (Sandbox Code Playgroud)

来源

然后重试

sudo apt-get update
sudo apt-get --reinstall install intel-linux-graphics-installer
Run Code Online (Sandbox Code Playgroud)

然后再次运行安装程序
源代码