summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-31 19:14:43 +0000
committerMatt Wilson <msw@redhat.com>2000-07-31 19:14:43 +0000
commit1a06624599be925777da976f4b4690d0799d397a (patch)
tree03d5994f292cf20d0eca4235529cfa621711caaa /xf86config.py
parent10627da99ab8ecc9f642abc25e8a5c075841b4f0 (diff)
downloadanaconda-1a06624599be925777da976f4b4690d0799d397a.tar.gz
anaconda-1a06624599be925777da976f4b4690d0799d397a.tar.xz
anaconda-1a06624599be925777da976f4b4690d0799d397a.zip
support 800x600 too
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/xf86config.py b/xf86config.py
index eb3a9e6b2..089b8fe89 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -890,9 +890,9 @@ class XF86Config:
# PCI descr, (horiz, vert), modes
laptops = (("ATI|Rage Mobility",
("30-60", "60-90"),
- { "8" : ["1024x768"],
- "16" : ["1024x768"],
- "32" : ["1024x768"]}),
+ { "8" : ["800x600", "1024x768"],
+ "16" : ["800x600", "1024x768"],
+ "32" : ["800x600", "1024x768"]}),
)
for (card, (horiz, vert), modes) in laptops:
if (len(self.descr) >= len (card)