Anyone had any success with or hints for a system based on the Asus P5B-VM DO board, or the Intel Q965 (with its associated Intel GMA 3000 VGA chip) in general?
I had to put pci=nommconf in order to get the installer (CentOS 4.5) and the installed system to boot, but I can't get the graphics to work.
Following the instructions at the Intel website http://www.intellinuxgraphics.org/install.html ends with a compilation error:
# cd drm/linux-core/ # make make -C /lib/modules/2.6.9-55.0.9.ELsmp/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules make[1]: Entering directory `/usr/src/kernels/2.6.9-55.0.9.EL-smp-x86_64' CC [M] /root/intel/drm/linux-core/drm_agpsupport.o In file included from /root/intel/drm/linux-core/drmP.h:168, from /root/intel/drm/linux-core/drm_agpsupport.c:34: /root/intel/drm/linux-core/drm_compat.h:114: warning: static declaration of 'kcalloc' follows non-static declaration include/linux/slab.h:103: warning: previous declaration of 'kcalloc' was here /root/intel/drm/linux-core/drm_agpsupport.c: In function `drm_agp_populate': /root/intel/drm/linux-core/drm_agpsupport.c:531: warning: implicit declaration of function `phys_to_gart' /root/intel/drm/linux-core/drm_agpsupport.c: In function `drm_agp_init_ttm': /root/intel/drm/linux-core/drm_agpsupport.c:643: error: structure has no member named `bridge' make[2]: *** [/root/intel/drm/linux-core/drm_agpsupport.o] Error 1 make[1]: *** [_module_/root/intel/drm/linux-core] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-55.0.9.EL-smp-x86_64' make: *** [modules] Error 2
David Mackintosh schrieb:
Anyone had any success with or hints for a system based on the Asus P5B-VM DO board, or the Intel Q965 (with its associated Intel GMA 3000 VGA chip) in general?
I had to put pci=nommconf in order to get the installer (CentOS 4.5) and the installed system to boot, but I can't get the graphics to work.
Following the instructions at the Intel website http://www.intellinuxgraphics.org/install.html ends with a compilation error:
# cd drm/linux-core/ # make make -C /lib/modules/2.6.9-55.0.9.ELsmp/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules make[1]: Entering directory `/usr/src/kernels/2.6.9-55.0.9.EL-smp-x86_64' CC [M] /root/intel/drm/linux-core/drm_agpsupport.o In file included from /root/intel/drm/linux-core/drmP.h:168, from /root/intel/drm/linux-core/drm_agpsupport.c:34: /root/intel/drm/linux-core/drm_compat.h:114: warning: static declaration of 'kcalloc' follows non-static declaration include/linux/slab.h:103: warning: previous declaration of 'kcalloc' was here /root/intel/drm/linux-core/drm_agpsupport.c: In function `drm_agp_populate': /root/intel/drm/linux-core/drm_agpsupport.c:531: warning: implicit declaration of function `phys_to_gart' /root/intel/drm/linux-core/drm_agpsupport.c: In function `drm_agp_init_ttm': /root/intel/drm/linux-core/drm_agpsupport.c:643: error: structure has no member named `bridge' make[2]: *** [/root/intel/drm/linux-core/drm_agpsupport.o] Error 1 make[1]: *** [_module_/root/intel/drm/linux-core] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-55.0.9.EL-smp-x86_64' make: *** [modules] Error 2
Have you try it with CentOS 5?
On Fri, Oct 12, 2007 at 06:38:51PM +0200, Frank Büttner wrote:
David Mackintosh schrieb:
Anyone had any success with or hints for a system based on the Asus P5B-VM DO board, or the Intel Q965 (with its associated Intel GMA 3000 VGA chip) in general?
Have you try it with CentOS 5?
No, unfortunately this is an engineering environment where 4.x is required for compatibility with their toolset. I'm sure 5.x is in their future in the next year, but for today we need 4.x.