diff options
author | Mike Fulbright <msf@redhat.com> | 2000-12-08 20:26:05 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-12-08 20:26:05 +0000 |
commit | 97bd26592728f1b3873d2730a07574d5b91a5979 (patch) | |
tree | a3dfad513914d90437b9688b92e56fb252fbe38f /xf86config.py | |
parent | 6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a (diff) | |
download | anaconda-97bd26592728f1b3873d2730a07574d5b91a5979.tar.gz anaconda-97bd26592728f1b3873d2730a07574d5b91a5979.tar.xz anaconda-97bd26592728f1b3873d2730a07574d5b91a5979.zip |
added 1400x1050
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xf86config.py b/xf86config.py index 966c6998a..9d9669d7d 100644 --- a/xf86config.py +++ b/xf86config.py @@ -670,13 +670,13 @@ class XF86Config: if laptop: return laptop if string.atoi(self.vidRam) >= 8192: - modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"] - modes["16"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"] - modes["32"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"] + modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1400x1050", "1600x1200"] + modes["16"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1400x1050", "1600x1200"] + modes["32"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1400x1050", "1600x1200"] return modes elif string.atoi(self.vidRam) >= 6144: - modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"] - modes["16"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"] + modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1400x1050", "1600x1200"] + modes["16"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1400x1050", "1600x1200"] modes["32"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024"] return modes elif string.atoi(self.vidRam) >= 4096: |