Revision: 5832 Author: pebender Date: Fri Nov 13 08:25:18 2009 Log: - Fixed a bug where init would reject MM_X_TV_TYPE='PAL-D' for nvidia driver.
http://code.google.com/p/minimyth/source/detail?r=5832 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Nov 13 08:21:43 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Nov 13 08:25:18 2009 @@ -32,6 +32,8 @@ change in YouTube's web page format. - Fixed a bug that caused MythStream to crash in MythTV trunk due to streams.res not being present. + - Fixed a bug where init would reject MM_X_TV_TYPE='PAL-D' for nvidia + driver. Fixed build system - Modified the configure arguments in lib/fontconfig's Makefile so that its ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm Fri Nov 13 08:21:43 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm Fri Nov 13 08:25:18 2009 @@ -267,12 +267,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '58.0-62.0,118.0-122.0'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) {} - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } - when (/^(HD|hd)?576(I|i|P|p)$/) {} + when (/^NTSC(-(443|J|M))?$/) { $value_auto = '58.0-62.0,118.0-122.0'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) {} + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '58.0-62.0,118.0-122.0'; } + when (/^(HD|hd)?576(I|i|P|p)$/) {} } } when (/^16:10$/) @@ -308,12 +308,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '60.0'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) { $value_auto = '50.0'; } - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '60.0'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = '60.0'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '60.0'; } - when (/^(HD|hd)?576(I|i|P|p)$/) { $value_auto = '50.0'; } + when (/^NTSC(-(443|J|M))?$/) { $value_auto = '60.0'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) { $value_auto = '50.0'; } + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '60.0'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = '60.0'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '60.0'; } + when (/^(HD|hd)?576(I|i|P|p)$/) { $value_auto = '50.0'; } } } } @@ -547,12 +547,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1280x720'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) {} - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '720x480'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = '1280x720'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1280x720'; } - when (/^(HD|hd)?576(I|i|P|p)$/) {} + when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1280x720'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) {} + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '720x480'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = '1280x720'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1280x720'; } + when (/^(HD|hd)?576(I|i|P|p)$/) {} } } when (/^16:10$/) {} @@ -609,7 +609,7 @@ default { $value_auto = '720x480'; } } } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) { given($minimyth->var_get('MM_X_DRIVER')) { @@ -693,12 +693,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1920x1080'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) {} - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '720x480'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = '1920x720'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1920x1080'; } - when (/^(HD|hd)?576(I|i|P|p)$/) {} + when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1920x1080'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) {} + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = '720x480'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = '1920x720'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1920x1080'; } + when (/^(HD|hd)?576(I|i|P|p)$/) {} } } when (/^16:10$/) @@ -752,12 +752,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1280x720'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) {} - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = 'none'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = '720x480'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1280x720'; } - when (/^(HD|hd)?576(I|i|P|p)$/) {} + when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1280x720'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) {} + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = 'none'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = '720x480'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '1280x720'; } + when (/^(HD|hd)?576(I|i|P|p)$/) {} } } when (/^16:10$/) @@ -811,12 +811,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M|))?$/) { $value_auto = '720x480'; } - when (/^PAL(-(B|G|H|I|K1|M|N|NC))?$/) {} - when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = 'none'; } - when (/^(HD|hd)?720(P|p)$/) { $value_auto = 'none'; } - when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '720x480'; } - when (/^(HD|hd)?576(I|i|P|p)$/) {} + when (/^NTSC(-(443|J|M|))?$/) { $value_auto = '720x480'; } + when (/^PAL(-(B|D|G|H|I|K1|M|N|NC))?$/) {} + when (/^(HD|hd)?480(I|i|P|p)$/) { $value_auto = 'none'; } + when (/^(HD|hd)?720(P|p)$/) { $value_auto = 'none'; } + when (/^(HD|hd)?1080(I|i|P|p)$/) { $value_auto = '720x480'; } + when (/^(HD|hd)?576(I|i|P|p)$/) {} } } when (/^16:10$/) @@ -849,10 +849,10 @@ given ($minimyth->var_get('MM_X_DRIVER')) { - when (/^intel$/ ) { return 'PAL(-(M|N)?|NTSC-(443|J| M)' ; } - when (/^nvidia$/ ) { return 'PAL-(B|G|H|I|K1|M|N|NC)| NTSC-(J|M)|HD(480[ip]|576[ip]|720[p]|1080[ip])'; } - when (/^openchrome$/) { return 'PAL|NTSC|480P|576P|720P| 1080I' ; } - default { return 'PAL| NTSC' ; } + when (/^intel$/ ) { return 'PAL(-(M|N)?|NTSC-(443|J| M)' ; } + when (/^nvidia$/ ) { return 'PAL-(B|D|G|H|I|K1|M|N|NC)| NTSC-(J|M)|HD(480[ip]|576[ip]|720[p]|1080[ip])'; } + when (/^openchrome$/) { return 'PAL|NTSC|480P|576P|720P| 1080I' ; } + default { return 'PAL| NTSC' ; } } } }; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
