Revision: 5831 Author: pebender Date: Fri Nov 13 08:21:43 2009 Log: - Removed PAL-BDGHI from NVIDIA as it does not appear to exist.
http://code.google.com/p/minimyth/source/detail?r=5831 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html /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 Thu Nov 12 23:44:51 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Nov 13 08:21:43 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 72 (2009-11-12): +Changes since 72 (2009-11-13): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -28,8 +28,6 @@ MythTV 0.22. MythTV changed from returning 'MainMenu' to returning 'mainmenu' when the location is queried through the network control interface. - - Fixed a bug that prevented the use of MM_X_TV_TYPE='PAL-BDGHI' with the - nvidia video driver. - Fixed a bug in MythStream's YouTube parser in MythTV trunk caused by a change in YouTube's web page format. - Fixed a bug that caused MythStream to crash in MythTV trunk due to ======================================= --- /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Thu Nov 12 21:47:43 2009 +++ /trunk/gar-minimyth/html/minimyth/document-minimyth_conf.html Fri Nov 13 08:21:43 2009 @@ -1091,8 +1091,7 @@ For Intel graphics hardware, valid values are 'NTSC-443', 'NTSC-J', 'NTSC-M', 'PAL', 'PAL-M' and 'PAL-N' with 'NTSC-M' the default. For NVIDIA graphics hardware, valid values are - 'PAL-BDGHI' (or PAL-B', 'PAL-D', 'PAL-G', 'PAL-H' and 'PAL-I' for older drivers), - 'PAL-K1', 'PAL-M', 'PAL-N', 'PAL-NC', + 'PAL-B', 'PAL-D', 'PAL-G', 'PAL-H', 'PAL-I', 'PAL-K1', 'PAL-M', 'PAL-N', 'PAL-NC', 'NTSC-J', 'NTSC-M', 'HD480i', 'HD480p', 'HD720p', 'HD1080i', 'HD1080p', 'HD576i' and 'HD576p', with 'NTSC-M' the default. @@ -3491,7 +3490,7 @@ alt="Valid CSS!" height="31" width="88" /></a> </div> <div class="version"> - Last Updated on 2009-11-12 + Last Updated on 2009-11-13 <br /> < mailto : webmaster at minimyth dot org > </div> ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm Thu Nov 12 10:00:38 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/conf/MM_X.pm Fri Nov 13 08:21:43 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|BDGHI|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 (/^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 (/^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|BDGHI|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'; } + 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'; } } } } @@ -547,12 +547,12 @@ { given ($minimyth->var_get('MM_X_TV_TYPE')) { - when (/^NTSC(-(443|J|M))?$/) { $value_auto = '1280x720'; } - when (/^PAL(-(B|BDGHI|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 (/^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 (/^16:10$/) {} @@ -609,7 +609,7 @@ default { $value_auto = '720x480'; } } } - when (/^PAL(-(B|BDGHI|D|G|H|I|K1|M|N|NC))?$/) + when (/^PAL(-(B|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|BDGHI|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 (/^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 (/^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|BDGHI|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 (/^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 (/^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|BDGHI|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 (/^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 (/^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|BDGHI|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' ; } + 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' ; } } } }; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
