From: Stefan Pluecken Date: Fri, 25 Jan 2008 02:13:55 +0000 (+0000) Subject: better dvi rate selection (testing for 50 Hz) X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=cdda2f82a6097a8459767fe827796b86f6b02d70 better dvi rate selection (testing for 50 Hz) --- diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index bd714ce..852c48e 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -49,7 +49,7 @@ self["rc"].startMoving() self.condition = (self.port == "DVI") - + self["arrowdown"].moveTo(557, 232, 1) @@ -60,15 +60,14 @@ self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() - + self.condition = (self.port == "DVI") - - - - - + + + + self["arrowdown"].moveTo(557, 232, 1) @@ -79,6 +78,36 @@ self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() + + +self.condition = (self.port == "DVI") + + + + +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") + + + + +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() + +