Index: branches/ErmaC/package/Scripts/Resolutions/1024x768x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1024x768x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1024x768x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1024x768x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1024x600x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1024x600x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1024x600x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1024x600x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1920x1200x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1920x1200x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1920x1200x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1920x1200x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1600x900x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1600x900x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1600x900x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1600x900x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1280x1024x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1280x1024x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1280x1024x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1280x1024x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1440x900x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1440x900x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1440x900x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1440x900x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1280x800x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1280x800x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1280x800x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1280x800x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1680x1050x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1680x1050x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1680x1050x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1680x1050x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1920x1080x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1920x1080x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1920x1080x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1920x1080x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n" Index: branches/ErmaC/package/Scripts/Resolutions/1280x960x32/postinstall =================================================================== --- branches/ErmaC/package/Scripts/Resolutions/1280x960x32/postinstall (revision 1476) +++ branches/ErmaC/package/Scripts/Resolutions/1280x960x32/postinstall (revision 1477) @@ -14,15 +14,6 @@ body = "" for line in infile: - # if GraphicsEnabler is there, advance the next line to - # read past it, and then change the lines to read - # "GraphicsEnabler<\key>" and "Yes" - if "GraphicsEnabler" in line: - line = infile.next() - line = " Graphics Mode\n" - line += " 1280x960x32\n" - InstantMenuCheck = True - # if we finish the tags and haven't written Graphics_Mode Yet if "" in line and Graphics_ModeCheck == False: line = " Graphics Mode\n"