summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-02 00:14:58 +0000
committerbfox <bfox>2001-03-02 00:14:58 +0000
commit91339afdaccf8d860e09550bbeb4b13c9c39a694 (patch)
tree3b662d74e324f2fc0fd4265045d42c06fa404452 /xf86config.py
parent41b8cbb2c27dec2929ce3c8da6f544a4af43db9a (diff)
downloadanaconda-91339afdaccf8d860e09550bbeb4b13c9c39a694.tar.gz
anaconda-91339afdaccf8d860e09550bbeb4b13c9c39a694.tar.xz
anaconda-91339afdaccf8d860e09550bbeb4b13c9c39a694.zip
added 1400x1050 option for ATI Rage Mobility and also upped the refresh rates
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/xf86config.py b/xf86config.py
index 01e7af3aa..39070603e 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -973,10 +973,10 @@ class XF86Config:
return None
# PCI descr, (horiz, vert), modes
laptops = (("ATI|Rage Mobility",
- ("30-60", "60-90"),
- { "8" : ["800x600", "1024x768"],
- "16" : ["800x600", "1024x768"],
- "32" : ["800x600", "1024x768"]}),
+ ("30-110", "60-110"),
+ { "8" : ["800x600", "1024x768", "1400x1050"],
+ "16" : ["800x600", "1024x768", "1400x1050"],
+ "32" : ["800x600", "1024x768", "1400x1050"]}),
)
for (card, (horiz, vert), modes) in laptops:
if (len(self.descr) >= len (card)
@@ -992,7 +992,6 @@ class XF86Config:
# print "self.server was None, doing nothing in test"
return
-
files = self.files
modes = self.modes
laptop = self.laptop()