diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-07 16:39:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-07 16:39:46 +0200 |
commit | 5eb6165d6806f5656802a6f58feea9469dad6141 (patch) | |
tree | 46fc5bc7fa308d73ed722059163098dca7c96c22 /cg-query.1 | |
parent | Add cg-shallow, minor fixes, and bump year (diff) | |
download | cg-tools-5eb6165d6806f5656802a6f58feea9469dad6141.tar.gz cg-tools-5eb6165d6806f5656802a6f58feea9469dad6141.tar.bz2 cg-tools-5eb6165d6806f5656802a6f58feea9469dad6141.tar.xz |
Reorganise, change license, portable makefile, and reference radharc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'cg-query.1')
-rw-r--r-- | cg-query.1 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/cg-query.1 b/cg-query.1 new file mode 100644 index 0000000..93ae3ff --- /dev/null +++ b/cg-query.1 @@ -0,0 +1,72 @@ +.TH CG-QUERY 1 CG-TOOLS +.SH NAME +cg-query - List output filters applied to a monitor +.SH SYNOPSIS +.B cg-query +.RB [ \-M +.IR method ] +.RB [ \-S +.IR site ] +.RB [ \-h +.IR high ] +.RB [ \-l +.IR low ] +.B \-c +.I crtc +.SH DESCRIPTION +.B cg-query +prints a list of all output filters applied to the monitor +whose EDID is +.IR crtc . +.SH OPTIONS +.TP +.BR \-h " "\fIhigh\fP +Do not list filter with higher priority than +.IR high . +.TP +.BR \-l " "\fIlow\fP +Do not list filter with lower priority than +.IR low . +.TP +.BR \-c " "\fIcrtc\fP +Apply the filter to the CRTC with the monitor whose EDID is +.IR crtc . + +If +.I crtc +is +.RB ' ? ', +all available CRTC's are listed. +.TP +.BR \-M " "\fImethod\fP +Adjustment method name or number. Recognised names include: +.TS +tab(:); +l l. +\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 +.TE + +The adjustment methods are supported via +.BR libgamma (7). +Only methods that were enabled when +.B libgamma +was compiled will be supported. + +If +.I method +is +.RB ' ? ', +all available adjustment methods are printed. +.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) |