diff options
author | Julien Cristau <jcristau@debian.org> | 2009-02-01 14:12:21 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-02-01 14:12:21 +0100 |
commit | 48014498d275a9aab986b4bf295538a5b38ddfeb (patch) | |
tree | d1980eec58091fcf6f4ea5d413b8d5630562aba2 | |
parent | 909defc8a2b009ab845d875ba10e1ca01fb9d648 (diff) |
Document the --current option
-rw-r--r-- | xrandr.man | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,8 @@ xrandr \- primitive command line interface to RandR extension .br .B RandR version 1.3 options .br +[\-\-current] +.br .B Per-output options .br [\-\-panning \fIwidth\fPx\fIheight\fP[+\fIx\fP+\fIy\fP[/\fItrack_width\fPx\fItrack_height\fP+\fItrack_x\fP+\fItrack_y\fP[/\fIborder_left\fP/\fIborder_top\fP/\fIborder_right\fP/\fIborder_bottom\fP]]]] @@ -125,6 +127,9 @@ not report it as supported or a higher version is available. .PP Options for RandR 1.3 are used as a superset of the options for RandR 1.2. .PP +.IP \-\-current +Return the current screen configuration, without polling for hardware changes. +.PP .B "Per-output options" .IP "\-\-panning \fIwidth\fPx\fIheight\fP[+\fIx\fP+\fIy\fP[/\fItrack_width\fPx\fItrack_height\fP+\fItrack_x\fP+\fItrack_y\fP[/\fIborder_left\fP/\fIborder_top\fP/\fIborder_right\fP/\fIborder_bottom\fP]]]" This option sets the panning parameters. As soon as panning is |