summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-31 20:18:53 +0000
committerMike Fulbright <msf@redhat.com>2001-07-31 20:18:53 +0000
commit658765e6e0ef5237e4c15d74a790babf8ccb63ac (patch)
tree9aaf65a837efcd4b140a26a9438f991a42f118ff /xf86config.py
parent979fde0083db00a86ab861d32606d661255d14e5 (diff)
downloadanaconda-658765e6e0ef5237e4c15d74a790babf8ccb63ac.tar.gz
anaconda-658765e6e0ef5237e4c15d74a790babf8ccb63ac.tar.xz
anaconda-658765e6e0ef5237e4c15d74a790babf8ccb63ac.zip
should fix bug 50383
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/xf86config.py b/xf86config.py
index ba557bba3..d49324fed 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -1107,10 +1107,10 @@ Section "Device"
if len(modes) > 0 and string.atoi(depth) > maxdepth:
maxdepth = string.atoi(depth)
- if monitor.getFBMonitorSection():
- monitorname = "Probed Monitor"
- else:
- monitorname = monitor.getMonitorID()
+# if monitor.getFBMonitorSection():
+# monitorname = "Probed Monitor"
+
+ monitorname = monitor.getMonitorID()
for driver in [ "svga", "accel" ]:
tmp["driver"] = driver