Hi guys,

 

I recently obtained source of the DRM package from,

git://git.freedesktop.org/git/mesa/drm

 

I move to the drm directory on my system and run the following commands,

 

./autogen  --prefix=$HOME/install

make

make -C linux-core

 

This builds 13 modules. But the i915.ko is NOT being complied!! On the good
side, drm.ko is getting created. 

I use the "-C" so that it builds the modules for the current kernel. I'm
running on Ubuntu8.10 (kernel 2.6.27-7-generic) The chipset I have is an
Intel Q965.

 

Anyone have any ideas on how I can get i915.ko to be built?

 

If it helps,

$ ls linux-core/*.ko

linux-core/drm.ko     linux-core/mga.ko      linux-core/r128.ko
linux-core/sis.ko   linux-core/xgi.ko

linux-core/i810.ko    linux-core/nouveau.ko  linux-core/radeon.ko
linux-core/tdfx.ko

linux-core/mach64.ko  linux-core/nv.ko       linux-core/savage.ko
linux-core/via.ko

 

Puzzled,

Abru

(Abraham Varricatt)

 

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to