summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
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()