> Thanks a lot for the link. I am using Kernel 2.4.9 however I have got XFree > 4.0.2. At present I cannot upgrade to 4.1.x. Hence I downloaded the tarball > file from the above link. How should I compile this ? No INSTALL file with > this. Can u help me out ?
bunzip2 drm-4.0.x.tar.bz2|tar -xvvf rm -vf /usr/src/linux/drivers/char/drm/* cp drm-4.0.x/* /usr/src/linux/drivers/char/drm/ cd /usr/src/linux/ make config (or menuconfig or xconfig, whatever) Recompile your kernel, install and reboot. Good luck, Steve

