diff options
author | bfox <bfox> | 2000-12-06 20:19:45 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-06 20:19:45 +0000 |
commit | 368f02602e7c3965e66f7acf716e5ea9aa355b38 (patch) | |
tree | fa6e57764ac95ad994920119fceb6d955d1232ed /xf86config.py | |
parent | 6753bb7c2562974ae2575a7dbf941b59717297ca (diff) | |
download | anaconda-368f02602e7c3965e66f7acf716e5ea9aa355b38.tar.gz anaconda-368f02602e7c3965e66f7acf716e5ea9aa355b38.tar.xz anaconda-368f02602e7c3965e66f7acf716e5ea9aa355b38.zip |
Changed default modeline support to support more monitors that are unprobed.
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py index 76ce1870c..2c94a9781 100644 --- a/xf86config.py +++ b/xf86config.py @@ -550,8 +550,8 @@ class XF86Config: self.res = "" self.res = resolution - self.monHoriz = "35.15" - self.monVert = "56" + self.monHoriz = "30-70" + self.monVert = "50-100" self.monSect = "" |