Scroll to navigation

PHOC-OUTPUTS-STATES() PHOC-OUTPUTS-STATES()

NAME

phoc-outputs-states - Inspect phoc's saved outputs states

SYNOPSIS

phoc-outputs-states [OPTIONS...]

DESCRIPTION

phoc-outputs-states is a tool to list the saved outputs states known to phoc. These states are updated by phoc whenever the output configuration changes and applied when phoc detects that specific set of outputs.

Note that output configuration in phoc.ini always takes precedence over saved outputs states.

OPTIONS

Print help and exit
Path to the saved outputs states database file. If omitted phoc's built in default will be used
Use raw output, useful when processing the output in scripts
List the identifiers of the outputs states in the database. The returned identifiers are based on wlroots output descriptions
Show the saved output state details for the given identifier

EXAMPLES

Get current list of identifiers:

$ phoc-outputs-states --list
Identifiers
-----------
…
'(null) (null) (DSI-1)'
…


Get the details for the identifier (null) (null) (DSI-1):

$ phoc-outputs-states --show '(null) (null) (DSI-1)'
(null) (null) (DSI-1)
---------------------

Enabled: yes
Mode: 1080x2340@60000000.00
Scale: 2.500000 Transform: normal


SEE ALSO

phoc(1)