summaryrefslogtreecommitdiffstats
path: root/xserver.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 /xserver.py
parent1483501218014110beddc3df2109cc24ea0f2385 (diff)
downloadanaconda-813e02a2d13866a289fbd430098906f562cca87a.tar.gz
anaconda-813e02a2d13866a289fbd430098906f562cca87a.tar.xz
anaconda-813e02a2d13866a289fbd430098906f562cca87a.zip
fixed patch
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver.py b/xserver.py
index a6dd0e450..8006ebf62 100644
--- a/xserver.py
+++ b/xserver.py
@@ -149,8 +149,8 @@ EndSection
if x.monSect:
bpp = x.bpp
else:
- x.modes["32"] = [ "640x480" ]
- x.modes["16"] = [ "640x480" ]
+ x.modes["32"] = [ ]
+ x.modes["16"] = [ ]
x.modes["8"] = [ "640x480" ]
bpp = None
f.write (x.screenSection (1))