> I noticed, --without-3dnow --disable-mtrr should do it, but alas there are
> problems with utah_glx for alpha, It'll be awhile untill i get to fixing
> code so we'll just skip the glx modules for alpha.
Good idea. I think that the mach64/mga glx part is the problem. I just
compiled it with the following:
%ifarch i386 i486 i586 i686 k6 k7
./autogen.sh --with-chipset=both --with-mesa=../ --enable-extra \
--enable-mtrr --enable-agp \
--prefix=/usr/X11R6 \
--sysconfdir=/etc \
--target=%{_target_cpu}-mandrake-linux-gnu
%else
./autogen.sh --with-chipset=tnt --with-mesa=../ --enable-extra \
--prefix=/usr/X11R6 \
--sysconfdir=/etc \
--target=%{_target_cpu}-mandrake-linux-gnu
%endif
Which seems to work... I chose to put "tnt" as the glx to compile.
Mach64 and MGA both produce crap.
Also "docs/FUTURE" doesn't seem to be included... I'm going to remove
it from the .spec file...
The 10mdk src.rpm is in /incoming. Please check it out...
Stefan