Intel Webサイトの指示に従って、Ubuntu 16.04.3 LTSにIntel Graphicドライバーをインストールしています。
https://01.org/linuxgraphics/downloads/intel-graphics-update-tool-linux-os-v2.0.2
しかし、ツールの実行時に次のエラーが発生しています
Error running transaction:
GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-
failed: The following packages have unmet dependencies:
libgles1-mesa: Depends: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) but
17.0.7-0ubuntu0.16.04.1 is to be installed
ツールの更新バージョンのいずれか(新しいシステム用)を使用しようとしましたが、同じ依存関係の問題(バージョン2.0.5)があります。
私は次のリンクのリボーンからの答えで問題を解決しました:
Intel Graphic Installer 2.0.2は新しいubuntu 16.04で失敗します
安定したmesa-utilsのPPAリポジトリを追加します。
Sudo add-apt-repository ppa:paulo-miguel-dias/pkppa && Sudo apt-get update
新しいmesaドライバーをインストールします。
Sudo apt-get install mesa-utils
Intelツールの最新バージョンをインストールします
Sudo dpkg -i intel-graphics-update-tool_2.0.5_AMD64.deb
これですべてが正常に動作するはずです。