summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-06 21:59:34 +0000
committerbfox <bfox>2000-12-06 21:59:34 +0000
commit6a54c209498b329ca31239dd23929585fc562254 (patch)
tree4aa6803dabcc712ca13d2ab794ee9896be97f918 /xf86config.py
parentae8b5f821562e8702a4f76bbd19ff51201f12ccd (diff)
downloadanaconda-6a54c209498b329ca31239dd23929585fc562254.tar.gz
anaconda-6a54c209498b329ca31239dd23929585fc562254.tar.xz
anaconda-6a54c209498b329ca31239dd23929585fc562254.zip
Made the default monHoriz and monVert more realistic
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index efd747ac6..3ae1768f2 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -550,8 +550,8 @@ class XF86Config:
# self.res = ""
self.res = resolution
- self.monHoriz = "30-70"
- self.monVert = "50-100"
+ self.monHoriz = "31.5-35.1"
+ self.monVert = "50-61"
self.monSect = ""
self.monID = "Unprobed Monitor"