--On Thursday, March 11, 2004 01:55:39 -0500 Josh Peck <[EMAIL PROTECTED]> wrote:
do I should I dl and compile pygame from source?
yes. also, you should again try to go step by step. there is no use in trying to run freevo if you aren't sure whether everything went right with SDL. you should set the SDL environemnt variables and then execute the SDL examples first. then you can go on and compile pygame. do the pygame examples then etc.
to spare you some work, these are my SDL settings:
export SDL_VIDEODRIVER=directfb export AUDIODEV=/dev/em8300_ma export SDL_AUDIODRIVER=dsp export SDL_PATH_DSP=/dev/em8300_ma unset SDL_VIDEO_YUV_DIRECT export SDL_VIDEO_YUV_HWACCEL=1 export SDL_DIRECTFB_MGA_CRTC2=1 export SDL_DIRECTFB_MGA_STRETCH=1 export SDL_DIRECTFB_MGA_OVERSCAN=1
they seem to work fine here. of course you should replace AUDIODEV and SDL_PATH_DSP with something that corresponds to your system.
-- Benjamin Zeiss
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
