A week later than intended, but here it is - a glx port that honors G200 and G400 cards http://www.freebsd.org/~3d/distfiles/glx/XF3.3.4/glx-990815.shar.bz2 After download and decompression, please copy the shar archive to some directory, and type sh glx-990815.shar to unpack it into a 'glx' directory. Type script 01.log # to log everything bash # or whatever shell cd glx date; make; date; make install; date (You will run not into more than one trap, I hope :-) exit # exit shell exit # exit script After this you should be able to have accelerated 3d - if not send me the log please to help me identifying problems. One test you can do is cd /usr/ports/graphics/Mesa3/work/Mesa-3.0/demos ./gears (watch software rendering) And then run the Makefile.freebsd from http://www.freebsd.org/~3d/distfiles/Mesa/3.0/demos/Makefile.freebsd in that demos directory to create and run some versions that link to the accelerated libGL: make -f Makefile.freebsd exec Note: Many demos have context menu on mouse-button2, most exit after ESC This all should run quite fast. :) Have fun! Marc van Woerkom <3d@freebsd.org>