aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-01 10:14:29 +0100
committerMattias Andrée <maandree@kth.se>2016-12-01 10:14:29 +0100
commitd11ab57ba9dac20322ccc4cdfeeb0ffe7529f9c0 (patch)
treef68e93883207e68044fbab486cd4030e34f7fe85
parentm (diff)
downloadcg-tools-d11ab57ba9dac20322ccc4cdfeeb0ffe7529f9c0.tar.gz
cg-tools-d11ab57ba9dac20322ccc4cdfeeb0ffe7529f9c0.tar.bz2
cg-tools-d11ab57ba9dac20322ccc4cdfeeb0ffe7529f9c0.tar.xz
Add cg-negative.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--man/cg-negative.184
1 files changed, 84 insertions, 0 deletions
diff --git a/man/cg-negative.1 b/man/cg-negative.1
new file mode 100644
index 0000000..94caeca
--- /dev/null
+++ b/man/cg-negative.1
@@ -0,0 +1,84 @@
+.TH CG-NEGATIVE 1 CG-TOOLS
+.SH NAME
+cg-negative - Invert colour on the monitors
+.SH SYNOPSIS
+.B cg-negative
+.RB [ \-M
+.IR method ]
+.RB [ \-S
+.IR site ]
+.RB [ \-c
+.IR crtc "]... ["\fB\-R\fP
+.IR rule ]
+.RB ( \-x
+|
+.RB [ \-p
+.IR priority ]
+.RB [ \-d ]
+.RB [ \+rgb ]
+.SH DESCRIPTION
+.B cg-negative
+inverts the colours on the monitors.
+.SH OPTIONS
+.TP
+.BR \+r
+Do not invert the red channel.
+.TP
+.BR \+g
+Do not invert the green channel.
+.TP
+.BR \+b
+Do not invert the blue channel.
+.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
+.B \-d
+Keep the process alive and remove the filter on death.
+.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 \-p " "\fIpriority\fP
+Set the priority of the filter. Filters with lower priority
+are applied before filters with higher priority. The value
+must be a signed 64-bit integer (between -9223372036854775807
+and 9223372036854775808).
+.BR cg-negative 's
+default priority is 4611686018427387904.
+.TP
+.BR \-R " "\fIrule\fP
+Set the rule of of the filter to
+.IR rule .
+This is the last part of the filter's identifier (class).
+The default rule is
+.BR standard .
+.TP
+.BR \-S " "\fIsite\fP
+Select the site to which to connect. For example
+.RB ' :0 ',
+for local display 0 when using
+.BR X .
+.TP
+.B \-x
+Remove the currently applied filter.
+.SH BUGS
+Please report bugs to https://github.com/maandree/cg-tools/issues
+or to maandree@kth.se