Well, I finally got it working with DirectFB following this outline. http://www.sci.fi/~syrjala/directfb/matrox-tv-out-howto looked around at: http://www.directfb.org/download/DirectFB/README http://www.directfb.org/documentation/faq.xml
Slacware 9.1:
Kernel 2.4.24:
Added Fusion Kernel Device as a module
Added Matrox Acceleration as a module
patches:
fusion-full-linux-2.4.22.patch.bz2
matroxfb-full-memory-linux-2.4.21-rc2.patch.bz2
Created the Fusion Devices
Compiled both modules and Images and installed
Created tmpfs in /etc/fstab
Created the i2c devices
DirectFB-0.9.20:
Copied "/usr/src/linux-2.4.24/include/linux/fusion.h" to "/usr/include/linux/fusion.h"
Compiled with "configure --enable-multi --with-gfxdrivers=matrox" and installed
SDL-1.2.7:
made the following links:
/usr/lib/pkgconfig/directfb-internal.pc -> /usr/local/lib/pkgconfig/directfb-internal.pc
/usr/lib/pkgconfig/directfb.pc -> /usr/local/lib/pkgconfig/directfb.pc
Compiled with "configure --enable-video-directfb"
Lilo: (This MIGHT be optional)
added 'append="hdb=ide-scsi video=matrox:init,vesafb:0x11A,mtrr,ypan"'
changed the console to "vga = normal"
created /etc/directfbrc
added:
matrox-crtc2
matrox-tv-standard=ntsc
Mplayer MPlayer-1.0pre3:
compiled with "configure --enable-directfb"
Copied "/usr/local/src/DirectFB-0.9.20/fb.modes" to /etc
Added the following to rc.local
modprobe i2c-matroxfb
modprobe fusion
export SDL_VIDEODRIVER=directfb
export AUDIODEV=/dev/dsp
export SDL_AUDIODRIVER=dsp
export SDL_PATH_DSP=/dev/dsp
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
export USER=root
cd /usr/local/freevo
./freevo recordserver start
./freevo webserver start
./freevo cache
./freevo start
**Reboot** and everything work...
I think that is everything, I did ALOT of configuring and such but I think I got it all. I also installed all Freevo deps (I don't know if that matters)
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
