diff options
author | bfox <bfox> | 2000-12-11 21:15:27 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-11 21:15:27 +0000 |
commit | 9ed59dbf868a617e261ede36272bf6413bf3d2c5 (patch) | |
tree | 5640fac82f0f9bd9ce5fc23cfd7b28c972a64181 /xf86config.py | |
parent | 4d241ee94e2832a9a5fc28e8ee15bf26917f9948 (diff) | |
download | anaconda-9ed59dbf868a617e261ede36272bf6413bf3d2c5.tar.gz anaconda-9ed59dbf868a617e261ede36272bf6413bf3d2c5.tar.xz anaconda-9ed59dbf868a617e261ede36272bf6413bf3d2c5.zip |
Changed modelines.
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py index 9d9669d7d..40714c9bd 100644 --- a/xf86config.py +++ b/xf86config.py @@ -173,7 +173,8 @@ Section "Monitor" # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. - HorizSync %(monitorHoriz)s +# HorizSync %(monitorHoriz)s + HorizSync 30-35.2 # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a @@ -181,7 +182,8 @@ Section "Monitor" # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. - VertRefresh %(monitorVert)s +# VertRefresh %(monitorVert)s + VertRefresh 55-60 # Modes can be specified in two formats. A compact one-line format, or # a multi-line format. |