John S. Chalice wrote:
I just last night downloaded the newest CVS from dri.sourceforge.net.. and tried compiling it..
it went smoothly.. no errors.. *BUT*.. none of the kernel modules were created.. for *any* of the video drivers listed in the host.def file..
Any ideas?
well, you can always build them manually after compiling the rest:

cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/
make -f Makefile.linux MODULE.o

and then as root:
cp MODULE.o /lib/modules/`uname -r`/kernel/drivers/char/drm/
depmod -a


where MODULE.o corresponds to the drm-driver you need


regards,
Stefan


-- John S. Chalice



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to