I don't really understand why freevo limits the geomtry options during setup.
I've just add some few of the most used respecting ratios.


--- src/setup_freevo.py.old    2003-12-13 07:59:52.000000000 +0100
+++ src/setup_freevo.py    2003-12-13 08:01:41.000000000 +0100
@@ -151,7 +151,7 @@


def check_config(conf):
- vals_geometry = ['800x600', '768x576', '640x480']
+ vals_geometry = ['1280x960', '1024x768', '800x600', '768x576', '640x480']
vals_display = ['x11', 'fbdev', 'dfbmga', 'mga', 'dxr3', 'dga']
vals_tv = ['ntsc', 'pal', 'secam']
vals_chanlist = ['us-bcast', 'us-cable', 'us-cable-hrc',





------------------------------------------------------- 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