--- George Lengel <[EMAIL PROTECTED]> wrote: > On Wednesday 25 February 2004 06:02 am, Alex Deucher wrote: > > > > I don't show any corruption on the savages I have access to (IX, > > savage4). What chip are you running on? Did you follow the > > instructions here: > > http://dri.sourceforge.net/cgi-bin/moin.cgi/Building > > Alex, > > My XFRee86.0.log shows this line > > (--) SAVAGE(0): Chip: id 8a22, "Savage4" > > so I assume it is a Savage4. > > As for the instructions, this is probably the problem. I did not add > #define MesaSrcDir /path/to/Mesa > when I did a Make World so it is hard to say what I built. I added > this and > now I get compile error probably because my source tree is not setup > correctly. > I made a directory /development and from this used the cvs command at > the web > page to grab Mesa. This gave me a tree of files in /development/Mesa. > I had > my DRI tree in /development/xc/xc so I added the line > #define MesaSrcDir /development/Mesa > in host.def but during compile I get this error
you probably built everything but the 3D drivers and libGL stuff. what you need to do is download the mesa source from mesa cvs as per the Building instructions. so for instance, if you downloaded mesa to /files/mesa, then your define would look like this: #define MesaSrcDir /files/mesa/Mesa Also make sure to add savage to the build defines, e.g., #define XF86CardDrivers tdfx i810 mga ati glint vga sis savage #define DriDrivers r200 mga i810 r128 radeon gamma i830 sis tdfx ffb savage or remove everything but savage from those lines if you just want to build the savage driver. e.g., #define XF86CardDrivers savage #define DriDrivers savage that should do it. let me know if it works. this guid is also helpful: http://www.atomicmpc.com.au/forums.asp?s=2&c=16&t=1501 There are also binary snapshots available: http://dri.sourceforge.net/cgi-bin/moin.cgi/Download Alex __________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
