> > 1) is anyone still maintaining the Glide source/CVS ? > > Not really. yeah I noticed this :) I tried to configure the UT to use glide but it really didn't work out too well. besides I think there is at least one bugif one tries to use it without /dev/3dfx device. glide/swlibs/newpci/pcilib/fxpci.c < if (hasDev3DfxLinux) return pciOpenLinux(); should be I guess > if ( hasDev3DfxLinux() ) return pciOpenLinux(); but still it didn't quite work out. I had this working at some point but now it mostly prints just out that it doesn't find the graphics card. I think the problem is with ioctl to 3dfx module. I tried to use it without the device (I exported the environment variable) and ran it as a root -> crash. but if someone has glide working from CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/glide cvs co Glide3 tell me I'd be intrested to know. (module might work with 2.2.x kernels?) -- Janne echo [EMAIL PROTECTED] | tr acefhiklnptu utpnlkihfeca _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dri-devel
