diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 17:53:10 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2010-01-01 15:38:40 +0100 |
| commit | 6a8cfab5b86a3054ee91e82007f91f991bee03dc (patch) | |
| tree | 99ab6531b0492875a900bb7ebb71e5087d2b1e7b /lib | |
| parent | f9307b54c180f2844bdf6ffc7010e37beb1f02bb (diff) | |
| download | enigma2-6a8cfab5b86a3054ee91e82007f91f991bee03dc.tar.gz enigma2-6a8cfab5b86a3054ee91e82007f91f991bee03dc.zip | |
save multi framerate even to configfile
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index 49b5d53d..512bcec3 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -132,6 +132,7 @@ class VideoWizard(WizardLanguage, Rc): ratesList = self.listRates(mode) print "ratesList:", ratesList if self.port == "DVI" and mode in ("720p", "1080i"): + self.rate = "multi" self.hw.setMode(port = self.port, mode = mode, rate = "multi") else: self.hw.setMode(port = self.port, mode = mode, rate = ratesList[0][0]) |
