diff options
author | bfox <bfox> | 2001-07-10 03:58:51 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-07-10 03:58:51 +0000 |
commit | 7be6920ee1a1cf7e1472e9c53ac9020824cd542d (patch) | |
tree | d4540fa29bea204dd17eddb28dd99f8f32872a61 /xf86config.py | |
parent | bb175f4b79da791751fcfb5aab18f19c3b37b86e (diff) | |
download | anaconda-7be6920ee1a1cf7e1472e9c53ac9020824cd542d.tar.gz anaconda-7be6920ee1a1cf7e1472e9c53ac9020824cd542d.tar.xz anaconda-7be6920ee1a1cf7e1472e9c53ac9020824cd542d.zip |
Xconfigurator adds this line to XF86Config-4..anaconda should too. Fixes bugs #37025 and #37027
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py index 5778da751..f714acdac 100644 --- a/xf86config.py +++ b/xf86config.py @@ -546,6 +546,7 @@ Section "Monitor" ModelName "Monitor Model" HorizSync %(monitorHoriz)s VertRefresh %(monitorVert)s + Option "dpms" # -- 1400x1050 -- # 1400x1050 @ 60Hz, 65.8 kHz hsync |