summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-04 17:55:16 +0000
committerMatt Wilson <msw@redhat.com>2000-03-04 17:55:16 +0000
commit813e02a2d13866a289fbd430098906f562cca87a (patch)
treedfb3fa85971b712ba6bcb7e632c7ba968c0545a7 /xf86config.py
parent1483501218014110beddc3df2109cc24ea0f2385 (diff)
downloadanaconda-813e02a2d13866a289fbd430098906f562cca87a.tar.gz
anaconda-813e02a2d13866a289fbd430098906f562cca87a.tar.xz
anaconda-813e02a2d13866a289fbd430098906f562cca87a.zip
fixed patch
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index d96952ac1..9c245b0ef 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -83,7 +83,7 @@ class XF86Config:
elif string.atoi(self.vidRam) >= 1024:
self.modes["8"] = ["640x480", "800x600", "1024x768", "1152x864"]
self.modes["16"] = ["640x480", "800x600"]
- self.modes["32"] = ["640x480"]
+ self.modes["32"] = []
elif string.atoi(self.vidRam) >= 512:
self.modes["8"] = ["640x480", "800x600"]
self.modes["16"] = ["640x480"]