From 91339afdaccf8d860e09550bbeb4b13c9c39a694 Mon Sep 17 00:00:00 2001 From: bfox Date: Fri, 2 Mar 2001 00:14:58 +0000 Subject: added 1400x1050 option for ATI Rage Mobility and also upped the refresh rates --- xf86config.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'xf86config.py') 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() -- cgit