From ctrl.alt.sup at free.fr Sun Oct 29 03:06:15 2006 From: ctrl.alt.sup at free.fr (xi) Date: Sun, 29 Oct 2006 03:06:15 +0100 Subject: [Vesautils-devel] vesautils homepage Message-ID: <45440C97.2030401@free.fr> Hello, While trying to get vesa output driver into MPlayer, I think I have discovered some minor problems about vesautils package : -> The link to subscribe to the mailing list is wrong on this page : http://www.mplayerhq.hu/vesautils/ It should be http://lists.mplayerhq.hu/mailman/listinfo/vesautils-devel (it lacks the "lists." at the begining) -> I think the vesautils repository lacks some files : "mode3.c" and "vga_reset.c" are referenced into the README and the Makefile but are not into the svn repository -> I can't find any documentation on how to enable vesa output driver into mplayer. So just in case someone search the mailing list, here is how to proceed : Download lrmi package from http://sourceforge.net/projects/lrmi (currently lrmi-0.10.tar.gz) Unpack it, and type make && make install Download vesautils package : svn://svn.mplayerhq.hu/vesautils/trunk vesautils Go into vesautils/libvbe and just type make && make install (be sure you are into the libvbe sub-directory) Mplayer should now detect vesa lib Xavier