summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2014-03-21 10:35:56 -0700
committerAaron Plattner <aplattner@nvidia.com>2014-03-27 11:35:52 -0700
commit934a424a05a296c0b8af015476e11b191d55eba3 (patch)
treebe5546edeeb76d00e563efa0418428dbd2524fc6
parenta6217be2d5a93a4c7b48f4081a4a8e14c3c97014 (diff)
xrandr: document how to disconnect RandR 1.4 providers
Commit a6217be2d5a93a4c7b48f4081a4a8e14c3c97014 restored the ability to disconnect RandR 1.4 providers from each other, but it's not clear from the documentation how to actually do that. Try to clarify by mentioning it in the man page. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--man/xrandr.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/xrandr.man b/man/xrandr.man
index 93c37aa..73d337c 100644
--- a/man/xrandr.man
+++ b/man/xrandr.man
@@ -126,10 +126,14 @@ Report information about the providers available.
Set \fIsource\fP as the source of display output images for \fIprovider\fP.
This is only possible if \fIsource\fP and \fIprovider\fP have the \fBSource
Output\fR and \fBSink Output\fR capabilities, respectively.
+If \fIsource\fP is \fB0x0\fP, then \fIprovider\fP is disconnected from its
+current output source.
.IP "\-\-setprovideroffloadsink \fIprovider\fP \fIsink\fP"
Set \fIprovider\fP as a render offload device for \fIsink\fP.
This is only possible if \fIprovider\fP and \fIsink\fP have the \fBSource
Offload\fR and \fBSink Offload\fR capabilities, respectively.
+If \fIsink\fP is \fB0x0\fP, then \fIprovider\fP is disconnected from its current
+render offload sink.
.PP
.SH "RandR version 1.3 options"
.PP