diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-07-24 20:36:04 -0700 |
---|---|---|
committer | Aaron Plattner <aaron@weasel.nvidia.com> | 2007-07-24 20:36:04 -0700 |
commit | 08b68473351081fe1ed96ba7e206ed0d301b8a91 (patch) | |
tree | daa06fca777bb68abb66d8b124d0c533edc5109f /man | |
parent | f0ebb42ee94eac4b294d12d02f4406a444b347ff (diff) |
G80: Allow DVI scaling.
Revamp how the scaling code works. When a mode is set on a DVI output,
determine the current preferred mode and scale to that. Add a new scaling
option, "off", which disables scaling and scans out the actual timings in the
mode to be set.
Diffstat (limited to 'man')
-rw-r--r-- | man/nv.man | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -175,8 +175,10 @@ Valid values: .B scale Control how the image is scaled to fit the flat panel. Note that some flat panels perform their own scaling, overriding this option. +.RB \*q off \*q +is not valid for laptop flat panels (LVDS). Valid values: -.RB \*q aspect "\*q, \*q" fill "\*q, and \*q" center \*q. +.RB \*q off "\*q, \*q" aspect "\*q, \*q" fill "\*q, and \*q" center \*q. Default: .RB \*q aspect \*q. .\" ******************** end G80 section ******************** |