aboutsummaryrefslogtreecommitdiffstats
path: root/cg-query.1
blob: 93ae3ff23dc2abd9bbcc7bce7e95e4cb1fe2e7f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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)