aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-01 09:33:29 +0100
committerMattias Andrée <maandree@kth.se>2016-12-01 09:36:26 +0100
commit9df2dbd6aa1c170102cc3fd59c2570ed2b35386f (patch)
treefe4bbe3914282091f47f9e6b5be8e75209938cf5 /man
parentFix -Wshadow warning (diff)
downloadcg-tools-9df2dbd6aa1c170102cc3fd59c2570ed2b35386f.tar.gz
cg-tools-9df2dbd6aa1c170102cc3fd59c2570ed2b35386f.tar.bz2
cg-tools-9df2dbd6aa1c170102cc3fd59c2570ed2b35386f.tar.xz
Add cg-brilliance.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man')
-rw-r--r--man/cg-brilliance.187
1 files changed, 87 insertions, 0 deletions
diff --git a/man/cg-brilliance.1 b/man/cg-brilliance.1
new file mode 100644
index 0000000..9fea48b
--- /dev/null
+++ b/man/cg-brilliance.1
@@ -0,0 +1,87 @@
+.TH CG-BRILLIANCE 1 CG-TOOLS
+.SH NAME
+cg-brilliance - Set the brilliance on the monitors
+.SH SYNOPSIS
+.B cg-brilliance
+.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 ]
+.RI ( all
+|
+.I red
+.I green
+.IR blue ))
+.SH DESCRIPTION
+.B cg-brilliance
+changes the brilliance on the monitors, to
+.I all
+on all channel, or to
+.IR red ,
+.IR green ,
+and
+.R blue
+to the red, green, and blue channels independently, respectively.
+A value of 0 means complete darkness, and 1 means normal brilliance.
+.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
+.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-brilliance 's
+default priority is 2305843009213693952.
+.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