X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f49c7da10f5ee4bafe7c122867b1b0facc679f25..c797d4040a1dfac3873b481111a84a5c557432f3:/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index 4d5b09f9..701daaf2 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -57,9 +57,12 @@ class VideoHardware: self.last_modes_preferred = [ ] self.on_hotplug = CList() - self.on_hotplug.append(self.createConfig) self.readAvailableModes() + + self.createConfig() +# self.on_hotplug.append(self.createConfig) + self.readPreferredModes() # until we have the hotplug poll socket