I just tried that package and it worked for me. Could you try manually installing the modules? Make backups of the modules first and then copy them over your X installation:
from dripkg/core: cp libdrm.a /usr/X11R6/lib/modules/linux/ from dripkg/mach64: cp ati* /usr/X11R6/lib/modules/drivers/ cp mach64_dri.so /usr/X11R6/lib/modules/dri/ from dripkg/drm: logout to a text console rmmod mach64 cd drm Make -f Makefile.linux mach64.o cp mach64.o /lib/modules/`uname -r`/kernel/drivers/char/drm/ make sure /usr/lib/libGL* points to /usr/X11R6/lib/libGL* restart X I had problems with restoring using the install script because there is nothing in the GL directory, so you probably want to do the restore manually for now. BTW, I downloaded the package from Jose's site, but the one on dri.sf.net should be the same. --Leif On 25 Mar 2002, Tristan Tarrant wrote: > I used mach64-20020325-0822-i386-Linux.tar.bz2 > > I have reverted to > mach64-20020322-1223-i386-Linux.tar.bz2 > > Tristan > > > Il lun, 2002-03-25 alle 16:42, Leif Delgass ha scritto: > > That sounds like what we were seeing before Jose's fix for depth scaling. > > Which snapshot are you using? > > > > -- Leif Delgass http://www.retinalburn.net _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
