aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-01 11:27:01 +0100
committerMattias Andrée <maandree@kth.se>2016-12-01 11:27:01 +0100
commitebc09c08f57f602def91fd2bede56566cb205223 (patch)
treeed42c5e96c81c3cfcfc506cf085488b395d7c858
parentAdd see also section (diff)
downloadcg-tools-ebc09c08f57f602def91fd2bede56566cb205223.tar.gz
cg-tools-ebc09c08f57f602def91fd2bede56566cb205223.tar.bz2
cg-tools-ebc09c08f57f602def91fd2bede56566cb205223.tar.xz
Add cg-remove.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--man/cg-remove.150
1 files changed, 50 insertions, 0 deletions
diff --git a/man/cg-remove.1 b/man/cg-remove.1
new file mode 100644
index 0000000..4b1ba04
--- /dev/null
+++ b/man/cg-remove.1
@@ -0,0 +1,50 @@
+.TH CG-REMOVE 1 CG-TOOLS
+.SH NAME
+cg-remove - Remove output filter from monitors
+.SH SYNOPSIS
+.B cg-remove
+.RB [ \-M
+.IR method ]
+.RB [ \-S
+.IR site ]
+.RB [ \-c
+.IR crtc "]... " class ...
+.SH DESCRIPTION
+.B cg-remove
+remove the filters with the selected
+.IR class es.
+.SH OPTIONS
+.TP
+.BR \-c " "\fIcrtc\fP
+Apply the filter to the CRTC with the monitor whose EDID is
+.IR crtc .
+By default, the filter is applied to all monitors.
+.TP
+.BR \-M " "\fImethod\fP
+Adjustment method name or number. Recognised names include:
+
+.nf
+\fBdummy\fP Dummy method
+\fBrandr\fP X RAndR
+\fBvidmode\fP X VidMode
+\fBdrm\fP Linux DRM
+\fBgdi\fP Windows GDI
+\fBquartz\fP Quartz Core Graphics
+.fi
+
+The adjustment methods are supported via
+.BR libgamma (7).
+Only methods that were enabled when
+.B libgamma
+was compiled will be supported.
+.TP
+.BR \-S " "\fIsite\fP
+Select the site to which to connect. For example
+.RB ' :0 ',
+for local display 0 when using
+.BR X .
+.SH "SEE ALSO"
+.BR cg-tools (7)
+.SH BUGS
+Please report bugs to https://github.com/maandree/cg-tools/issues
+or to maandree@kth.se