Expand description
configure single output devices
outputconfiguration is a client-specific resource that can be used to ask the server to apply changes to available output devices.
The client receives a list of output devices from the registry. When it wants to apply new settings, it creates a configuration object from the outputmanagement global, writes changes through this object’s enable, scale, transform and mode calls. It then asks the server to apply these settings in an atomic fashion, for example through Linux’ DRM interface.
The server signals back whether the new settings have applied successfully or failed to apply. outputdevice objects are updated after the changes have been applied to the hardware and before the server side sends the applied event.
Structs§
- OrgKde
Kwin Outputconfiguration - configure single output devices
Enums§
Constants§
- EVT_
APPLIED_ OPCODE - The wire opcode for this event
- EVT_
APPLIED_ SINCE - The minimal object version supporting this event
- EVT_
FAILED_ OPCODE - The wire opcode for this event
- EVT_
FAILED_ SINCE - The minimal object version supporting this event
- REQ_
APPLY_ OPCODE - The wire opcode for this request
- REQ_
APPLY_ SINCE - The minimal object version supporting this request
- REQ_
COLORCURVES_ OPCODE - The wire opcode for this request
- REQ_
COLORCURVES_ SINCE - The minimal object version supporting this request
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request
- REQ_
ENABLE_ OPCODE - The wire opcode for this request
- REQ_
ENABLE_ SINCE - The minimal object version supporting this request
- REQ_
MODE_ OPCODE - The wire opcode for this request
- REQ_
MODE_ SINCE - The minimal object version supporting this request
- REQ_
OVERSCAN_ OPCODE - The wire opcode for this request
- REQ_
OVERSCAN_ SINCE - The minimal object version supporting this request
- REQ_
POSITION_ OPCODE - The wire opcode for this request
- REQ_
POSITION_ SINCE - The minimal object version supporting this request
- REQ_
SCALEF_ OPCODE - The wire opcode for this request
- REQ_
SCALEF_ SINCE - The minimal object version supporting this request
- REQ_
SCALE_ OPCODE - The wire opcode for this request
- REQ_
SCALE_ SINCE - The minimal object version supporting this request
- REQ_
SET_ VRR_ POLICY_ OPCODE - The wire opcode for this request
- REQ_
SET_ VRR_ POLICY_ SINCE - The minimal object version supporting this request
- REQ_
TRANSFORM_ OPCODE - The wire opcode for this request
- REQ_
TRANSFORM_ SINCE - The minimal object version supporting this request