diff options
author | Mattias Andrée <m@maandree.se> | 2024-11-26 22:33:55 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-11-26 22:33:55 +0100 |
commit | 1c436974d3c8836f6387bdfd5d5797f211d0aed7 (patch) | |
tree | a14143da14e731e8e9822aa14c943979b2f61c0a /cg-query.1 | |
parent | m (diff) | |
download | cg-tools-676133f25087abadc919d05ab4f678b68361d690.tar.gz cg-tools-676133f25087abadc919d05ab4f678b68361d690.tar.bz2 cg-tools-676133f25087abadc919d05ab4f678b68361d690.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'cg-query.1')
-rw-r--r-- | cg-query.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,8 @@ cg-query - List output filters applied to a monitor .IR high ] .RB [ \-l .IR low ] +.RB [ \-f +.IR class ] .B \-c .I crtc .SH DESCRIPTION @@ -28,6 +30,16 @@ Do not list filter with higher priority than Do not list filter with lower priority than .IR low . .TP +.BR \-f " "\fIclass\fP +Print the gamma ramps of the filter with the specified +.I class +on the selected CRTC. If +.I class +is an asterisk +.RB ( * ), +all filters within the specified priority range are +coalesced and printed as one filter. +.TP .BR \-c " "\fIcrtc\fP Apply the filter to the CRTC with the monitor whose EDID is .IR crtc . |