PDA

View Full Version : Fedora 7 Display. How can i do?


walnut2800
22nd June 2007, 09:46 AM
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.

VictorienSardou
27th June 2007, 02:00 PM
maybe, the information on this installation guide from intel needs to be read.
http://intellinuxgraphics.org/install.html

leigh123linux
27th June 2007, 02:04 PM

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.


You will need a kernel-devel and some tools to build this

su -
yum -y install kernel-devel
yum groupinstall "Development Tools"