From 934a424a05a296c0b8af015476e11b191d55eba3 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Fri, 21 Mar 2014 10:35:56 -0700 Subject: 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 Reviewed-by: Dave Airlie --- man/xrandr.man | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3