reenable PC mode video selection for dvi ports in the video wizard
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / VideoWizard.py
index f776389355a60ffbafdd51012500ffb1653ef81a..f46b11c26b3787754554a972b0eb0d705146861b 100644 (file)
@@ -109,7 +109,7 @@ class VideoWizard(WizardLanguage):
                list = []
                print "modes for port", self.port
                for mode in self.hw.getModeList(self.port):
                list = []
                print "modes for port", self.port
                for mode in self.hw.getModeList(self.port):
-                       if mode[0] != "PC":
+                       #if mode[0] != "PC":
                                list.append((mode[0], mode[0]))
                print "modeslist:", list
                return list
                                list.append((mode[0], mode[0]))
                print "modeslist:", list
                return list