summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-16 20:48:19 +0000
committerbfox <bfox>2001-02-16 20:48:19 +0000
commitdbee50de0d007efdf873325645de0a6ff63a7039 (patch)
tree01f05d5559a37a4ad1be92652e27313a9850c45c /xf86config.py
parent161dbcd0e17bab646ad0773867aac0aada8b83d6 (diff)
downloadanaconda-dbee50de0d007efdf873325645de0a6ff63a7039.tar.gz
anaconda-dbee50de0d007efdf873325645de0a6ff63a7039.tar.xz
anaconda-dbee50de0d007efdf873325645de0a6ff63a7039.zip
refresh rates differ with lowres option
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py20
1 files changed, 4 insertions, 16 deletions
diff --git a/xf86config.py b/xf86config.py
index 90da95dfe..a12798f6f 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -586,15 +586,8 @@ class XF86Config:
self.vidRam = None
self.monEisa = None
self.monName = None
-# self.monHoriz = "31.5"
-# self.monVert = "60"
-
-# self.res = ""
self.res = resolution
- self.monHoriz = "31.5-48.5"
- self.monVert = "50-70"
-
self.monSect = ""
self.monID = "Unprobed Monitor"
self.state = ""
@@ -604,19 +597,14 @@ class XF86Config:
self.primary = 0
self.manualModes = {}
-# print "Inside XF86Config"
-# print self.res
-# time.sleep(3)
-
if self.res == "640x480":
self.modes = { "8" : ["640x480"] }
+ self.monHoriz = "31.5-35.5"
+ self.monVert = "50-61"
else:
self.modes = { "16" : ["800x600"] }
-
-
-# print "self.modes"
-# print self.modes
-# time.sleep(3)
+ self.monHoriz = "31.5-48.5"
+ self.monVert = "50-70"
self.device = None
self.keyRules = "xfree86"