From 327ae996e0a3a685dff1663f600493e103adb098 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 1 May 2008 16:58:12 +0000 Subject: reenable PC mode video selection for dvi ports in the video wizard --- lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py') diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py index f7763893..f46b11c2 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py @@ -109,7 +109,7 @@ class VideoWizard(WizardLanguage): 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 -- cgit v1.2.3