I Have HP Compaq nx6110 notebook with i915 graphic card
i've downloaded i915 Grapcis.tar.gz from intel.com But error occures =
ERROR: AGPGART did not compile
THE DRI cannot be installed without the latest kernel modules. see dri.log for details.
[1] I compiled as a module agpgart when i was compilig kerel 2.6.13.1 one hour ago
[2] i make modules & modules_install
[3] I've opened dri.log - This time the log is very big. The last the the log says that cannot found the kernel config. Then i put the Graphics driver in the src dir of the kernel & then i ran install.sh NOW he found the kernel config AND tryed to compile but something gone wrong, i will post little part of the log = the first few rows.
make -C /lib/modules/2.6.13.1/build SUBDIRS=/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/home/mtt1k/src/linux-kernel-2.6.13.1'
CC [M] /home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.o
/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.c:69: error: conflicting types for `agp_backend_acquire'
include/linux/agp_backend.h:105: error: previous declaration of `agp_backend_acquire'
/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.c:89: error: conflicting types for `agp_backend_release'
include/linux/agp_backend.h:106: error: previous declaration of `agp_backend_release'
/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.c:220: error: parse error before "drm_agp"
/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.c:220: warning: type defaults to `int' in declaration of `drm_agp'
/home/mtt1k/src/linux-kernel-2.6.13.1/dripkg/agpgart-2.0/backend.c:221: warning: initialization makes integer from pointer without a cast
I will enjoy any ideas