I know someone on the list was looking for info on starting freevo with an
MGA framebuffer. Put the following script somewhere, set the x bit on the
file (chmod +x /path/to/file.sh). After that set

OSD_SDL_EXEC_AFTER_STARTUP = "/etc/freevo/foo.sh"

in your local_config.py file.

#!/bin/sh

matroxset -f /dev/fb1 -m 0
matroxset -f /dev/fb0 -m 3
matroxset -f /dev/fb0 -o 1 2
#fbset -fb /dev/fb0 -xres 768 -yres 576
#/etc/freevo/mga_ntsc_768x576.sh
fbset -fb /dev/fb0 768x576-75
#fbset -fb /dev/fb0 -left 54 -right 26 -lower 32 -upper 80 -hslen 40
matrox 0x1e 0xd0 && matrox 0x20 0xff && matrox 0x22 0xff

The line in 768x576-75 in my /etc/fb.modes file looks like the following:

mode "768x576-75"
    # D: 49.188 MHz, H: 46.580 kHz, V: 75.008 Hz
    geometry 768 576 768 576 32
#    timings 20330 128 32 32 8 128 5
#                  L R  U LO HS VS
    timings 35000 36 6 49 3 42 0
#    accel true
#    bcast false
#    double false
#    laced false
endmode

This works great on my Sony Trinitron (32 inch).

--Joe


--
Joe Stump <[EMAIL PROTECTED]>
http://www.joestump.net
"Label makers are proof God wants Sys Admins to be happy."



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to