summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-07-13 13:17:52 -0700
committerAaron Plattner <aaron@weasel.nvidia.com>2007-07-13 13:19:15 -0700
commitf0ebb42ee94eac4b294d12d02f4406a444b347ff (patch)
treebb2dadeb8583dc2630767e743a1c777c129b716a /man
parentec78618d685759a39d386e9929661037b167fe68 (diff)
G80: Add an LVDS flat panel scaling property.
This property controls how non-native resolutions are scaled to the native resolution. Valid values are: * center: 1:1 pixel ratio with black borders to center the image. * fill: Scale image to the native resolution. * aspect: Scale image to fit the screen, adding black bars to preserve square pixels. Defaults to "aspect". Change with "xrandr --output LVDS --set scale <foo>".
Diffstat (limited to 'man')
-rw-r--r--man/nv.man19
1 files changed, 18 insertions, 1 deletions
diff --git a/man/nv.man b/man/nv.man
index 54b637f..f27cd6d 100644
--- a/man/nv.man
+++ b/man/nv.man
@@ -162,10 +162,27 @@ Default: XAA.
Enable or disable flat panel dithering by default.
Dithering can also be enabled or disabled using the RandR 1.2 \*qdither\*q output property.
Default: off.
+.
+.\" RandR 1.2
+.PP
+The following RandR 1.2 properties are available for flat panels on G80 and higher GPUs:
+.TP
+.B dither
+Enable or disable flat panel dithering.
+Valid values:
+.BR 0 " (off), " 1 " (on)."
+.TP
+.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.
+Valid values:
+.RB \*q aspect "\*q, \*q" fill "\*q, and \*q" center \*q.
+Default:
+.RB \*q aspect \*q.
.\" ******************** end G80 section ********************
.
.SH "SEE ALSO"
-__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__), xrandr(__appmansuffix__)
.SH AUTHORS
Authors include: David McKay, Jarno Paananen, Chas Inman, Dave Schmenk,
Mark Vojkovich, Aaron Plattner