|
|
我的本本是DELL的,板载显卡 mobile intel 915GM/GMS Express chipset Family,然后在INTEL的官方网站找到的驱动是i915Graphics.tar.gz,安装错误提示如下:
Compiling new agpgart module...
ERROR: AGPGART module did not compile
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
如下是dri.log的内容:
make -C /lib/modules/2.6.21-1.3228.fc7/build SUBDIRS=/usr/local/src/dripkg/agpga
rt-2.0 modules
make: *** /lib/modules/2.6.21-1.3228.fc7/build: No such file or directory. Stop
.
make: *** [default] Error 2
Makefile.linux:151: *** Cannot find a kernel config file. Stop. |
|