请仔细阅读我所尝试过的内容。我的 IBM-T43 笔记本电脑上安装了 Ubuntu 16.04 LTS 32 位 i386。
我的处理器是 Intel® Pentium(R) M 处理器 1.73GHz,显卡是 Intel® 915GM x86/MMX/SSE2。
下载后,我可以正确配置,没有任何错误。当我尝试 make 时,出现以下错误
Making all in uxa
make[3]: Entering directory '/home/arhaz/Downloads/xf86-video-intel-2.99.917/src/uxa'
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/arhaz/Downloads/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/arhaz/Downloads/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/arhaz/Downloads/xf86-video-intel-2.99.917'
Makefile:399: recipe for target 'all' failed
make: *** [all] Error 2
我该怎么做才能解决问题并安装驱动程序?我是不是在看过时的驱动程序?如果是,我在哪里可以找到运行 ubuntu 的机器的最新英特尔驱动程序?
谢谢你的时间。
我实际上使用的是过时的驱动程序。最新版本可以在这里找到 (https://01.org/linuxgraphics/downloads)。我尝试使用 2016Q1 Intel Graphics Stack Release,但在 make 时出现了与上述完全相同的错误。看来英特尔尚未解决问题。
这是 ./configure 的输出。可能有助于解决问题
xf86-video-intel 2.99.917 will be compiled with: Xorg Video ABI version: 20.0 Acceleration backends: none *sna uxa Additional debugging support? none Support for Kernel Mode Setting? yes Support for legacy User Mode Setting (for i810)? yes Support for Direct Rendering Infrastructure: DRI1 DRI2 Present Support for Xv motion compensation (XvMC and libXvMC): no Build additional tools and utilities? xf86-video-intel-backlight-helper
更新 - 我不知道如何在评论中附加图片,所以更新帖子;-) xrandr 输出