summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 03:15:11 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 03:15:11 +0000
commita886c8bba0ccca8e655be9d8c017cf9f592b8094 (patch)
treed34c038dcee357b4a5bdc6bd95dd04fb57cda390
parentfea1e1713664cbe06876eac0ece9f1eeb159ccb7 (diff)
downloadanaconda-a886c8bba0ccca8e655be9d8c017cf9f592b8094.tar.gz
anaconda-a886c8bba0ccca8e655be9d8c017cf9f592b8094.tar.xz
anaconda-a886c8bba0ccca8e655be9d8c017cf9f592b8094.zip
fix for monprobe
-rw-r--r--xf86config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index 47461302b..06f49c453 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -170,8 +170,9 @@ class XF86Config:
self.server = self.vidCards[self.primary]["SERVER"]
def probe (self, probeMonitor = 1):
- if self.probed:
- return
+# XXX defer monitor probe, then re-enable this check
+# if self.probed:
+# return
self.probed = 1
self.device = None
self.primary = 0