diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-24 16:39:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-24 16:39:50 +0000 |
commit | cb6e12dc9b58930ca705cd008d35a3d7562040fd (patch) | |
tree | e22a675ca2066a3de174ce6d6e3690052ccf7aba /xserver.py | |
parent | 7454337656bcbf34255301b3454fbb5056ec4770 (diff) | |
download | anaconda-cb6e12dc9b58930ca705cd008d35a3d7562040fd.tar.gz anaconda-cb6e12dc9b58930ca705cd008d35a3d7562040fd.tar.xz anaconda-cb6e12dc9b58930ca705cd008d35a3d7562040fd.zip |
testing.
Diffstat (limited to 'xserver.py')
-rw-r--r-- | xserver.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver.py b/xserver.py index 5579a88bf..593df6c5d 100644 --- a/xserver.py +++ b/xserver.py @@ -97,9 +97,9 @@ EndSection """ % settings) f.write (x.monitorSection ()) f.write (x.deviceSection ()) - x.modes["8"] = [ "640x480" ] - x.modes["16"] = [ "640x480" ] x.modes["32"] = [ "640x480" ] + x.modes["16"] = [ "640x480" ] + x.modes["8"] = [ "640x480" ] f.write (x.screenSection ()) f.close () |