MintにIntel専用ドライバをインストールするには?

MintにIntel専用ドライバをインストールするには?

アップデート:私はHPノートブックでLinux Mint 18.1を実行しています。

VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display...

ドライバは以下からインストールできます。https://01.org ただし、アップデートツール「make」は次のエラーで失敗します(ただし、./configureは正常に実行されます)。

make[3]: Leaving directory '/home/Documents/video_driver/xf86-video-intel-2.99.917/src/sna'
Making all in uxa
make[3]: Entering directory '/home/Documents/video_driver/xf86-video-intel-2.99.917/src/uxa'
  CC       intel_display.lo
  CC       intel_driver.lo
intel_driver.c: In function 'redisplay_dirty':
intel_driver.c:645:2: error: too many arguments to function 'PixmapSyncDirtyHelper'
  PixmapSyncDirtyHelper(dirty, &pixregion);
  ^
In file included from /usr/include/xorg/gc.h:54:0,
                 from /usr/include/xorg/dix.h:51,
                 from /usr/include/xorg/privates.h:151,
                 from /usr/include/xorg/cursor.h:53,
                 from /usr/include/xorg/scrnintstr.h:53,
                 from /usr/include/xorg/xf86str.h:39,
                 from /usr/include/xorg/xf86.h:44,
                 from intel_driver.c:49:
/usr/include/xorg/pixmap.h:131:1: note: declared here
 PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty);
 ^
Makefile:524: recipe for target 'intel_driver.lo' failed
make[3]: *** [intel_driver.lo] Error 1
make[3]: Leaving directory '/home/Documents/video_driver/xf86-video-intel-2.99.917/src/uxa'
Makefile:598: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/Documents/video_driver/xf86-video-intel-2.99.917/src'
Makefile:468: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/Documents/video_driver/xf86-video-intel-2.99.917'
Makefile:399: recipe for target 'all' failed
make: *** [all] Error 2

間違い。

私はこれをATI(Intelではない)で見つけました。 https://lists.x.org/archives/xorg-driver-ati/2015-July/027750.html 失敗しました。試す前に失敗することがわかりましたが、ターゲットファイルが1つも存在しません。インテル専用製品が見つかりません。

すべてのドライバソフトウェアは、手動インストールを実行するためにシステムにドライバファイル(.koドライバファイルなど)の痕跡を残すわけではありません(modprobeの使い方を知っています)。

手動インストールを実行し、すべてのインストールスクリプトをスキップできるように、.koファイルをどこで入手できますか?

またはオプション#2でスクリプトをインストールしてください。

ベストアンサー1

Intelは独自のドライバを提供しておらず、01.orgのパッケージは、選択したディストリビューション(FedoraとUbuntu)のオープンソースドライバを更新するためにのみ存在します。最新のドライバが必要な場合は、カーネル(ドライバ用)とメサ(使用されるユーザースペース用)のみを更新してください。

おすすめ記事