K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-01-23T17:28:59.000000Z K 7 svn:log V 531 Add FreeBSD native VGL driver. Right now it is work in progress and to activate and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;). END