da meine Grafik (Intel ExtremeGraphics 2) auf meinem Board (ASRock P4i65G) unter Linux (Mint 10 <- Ubuntu 10.10 <- Debian x.x ?) nur "irgendwie gerade so" läuft, habe ich mir diesen Treiber 'runtergeladen: http://www.download-source.de/dm/4864/ Das ist zunächst mal eine "5336-IntelGraphics_060704.tar.gz", die also entpackt - hier die "pkginfo":
Code: Alles auswählen
gdg
Intel 830M/845G/852GM/855GM/865G/GDG Driver
I386
20040426
gdg
Das Script "install.sh" bringt aber erst mal nur Fehler:
Hm, hier also die dri.log:
Code: Alles auswählen
make -C /lib/modules/2.6.35-22-generic/build SUBDIRS=/root/dripkg/agpgart-2.0 modules
make[1]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.35-22-generic'
CC [M] /root/dripkg/agpgart-2.0/backend.o
/root/dripkg/agpgart-2.0/backend.c:68: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:107: note: previous declaration of ‘agp_backend_acquire’ was here
/root/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:107: note: previous declaration of ‘agp_backend_acquire’ was here
/root/dripkg/agpgart-2.0/backend.c:88: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:108: note: previous declaration of ‘agp_backend_release’ was here
/root/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:108: note: previous declaration of ‘agp_backend_release’ was here
/root/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/root/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/root/dripkg/agpgart-2.0/backend.c:281: error: implicit declaration of function ‘inter_module_register’
/root/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/root/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/root/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/root/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/root/dripkg/agpgart-2.0/backend.c:301: error: implicit declaration of function ‘inter_module_unregister’
make[2]: *** [/root/dripkg/agpgart-2.0/backend.o] Fehler 1
make[1]: *** [_module_/root/dripkg/agpgart-2.0] Fehler 2
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.35-22-generic'
make: *** [default] Fehler 2
rm -f *.o *.ko dristat drmstat .depend .*.flags .*.d .*.cmd
make: *** Keine Regel, um »gdg.ko« zu erstellen. Schluss.