summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-16 19:11:39 +0000
committerbfox <bfox>2001-02-16 19:11:39 +0000
commit090a41a0d8e296144c0a3108ee4da3364a98812c (patch)
tree155e25ec5aed8c863597753133d8a61c960457b8 /xf86config.py
parent9fd59ad89b4fd6168c2f6a3f813ad3bc4d979029 (diff)
downloadanaconda-090a41a0d8e296144c0a3108ee4da3364a98812c.tar.gz
anaconda-090a41a0d8e296144c0a3108ee4da3364a98812c.tar.xz
anaconda-090a41a0d8e296144c0a3108ee4da3364a98812c.zip
upped the default monHoriz and monVert variables
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index dd28ba648..90da95dfe 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -592,8 +592,8 @@ class XF86Config:
# self.res = ""
self.res = resolution
- self.monHoriz = "31.5-35.2"
- self.monVert = "50-61"
+ self.monHoriz = "31.5-48.5"
+ self.monVert = "50-70"
self.monSect = ""
self.monID = "Unprobed Monitor"
@@ -775,6 +775,7 @@ class XF86Config:
card[info[0]] = string.joinfields (info[1:], ' ')
if thecard:
+ print thecard
card = cards[thecard]
# XXX set a max depth here to avoid infinite loops
while card.has_key ("SEE"):