X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3861923553aad99f8b1a5ce5d81e7d9b035b65bb..327ae996e0a3a685dff1663f600493e103adb098:/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 933d5342..8426f249 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -1,9 +1,10 @@ - + +self["portpic"].show() self["arrowdown"].moveTo(557, 232, 1) self["arrowdown"].startMoving() self["arrowup"].moveTo(800, 232, 1) @@ -25,14 +26,15 @@ self["arrowdown"].startMoving() self["arrowup"].startMoving() self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() +self["portpic"].hide() -self.condition = (self.port != "DVI") +self.condition = (self.port != "DVI" or self.mode == "PC") - + self["arrowup2"].moveTo(800, 320, 1) @@ -47,9 +49,9 @@ self["rc"].startMoving() -self.condition = (self.port == "DVI") +self.condition = (self.port == "DVI" and self.mode != "PC") - + self["arrowdown"].moveTo(557, 232, 1) @@ -58,17 +60,17 @@ self["arrowup"].moveTo(800, 232, 1) self["arrowup"].startMoving() self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() +self.rateSelect("60Hz") - + -self.condition = (self.port == "DVI") +self.condition = (self.port == "DVI" and self.mode != "PC") - - - - - + + + + self["arrowdown"].moveTo(557, 232, 1) @@ -77,10 +79,53 @@ self["arrowup"].moveTo(800, 232, 1) self["arrowup"].startMoving() self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() +self.rateSelect("50Hz") + + +self.rateSelect("60Hz") + + + + +self.condition = (self.port == "DVI" and self.mode != "PC") + + + + +self["arrowdown"].moveTo(557, 232, 1) +self["arrowdown"].startMoving() +self["arrowup"].moveTo(800, 232, 1) +self["arrowup"].startMoving() +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() + + + + +self.condition = (self.port == "DVI" and self.mode != "PC") + + + + +self["arrowdown"].moveTo(557, 232, 1) +self["arrowdown"].startMoving() +self["arrowup"].moveTo(800, 232, 1) +self["arrowup"].startMoving() +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() +self.rateSelect("50Hz") - - + +self.hw.saveMode(self.port, self.mode, self.rate) + + + + + + + +