configuration of server outputs through clients

This interface enables clients to set properties of output devices for screen configuration purposes via the server. To this end output devices are referenced by global kde_output_device_v2 objects.

outputmanagement (wl_global) -------------------------- request:

  • create_configuration -> outputconfiguration (wl_resource)

outputconfiguration (wl_resource) -------------------------- requests:

  • enable(outputdevice, bool)
  • mode(outputdevice, mode)
  • transformation(outputdevice, flag)
  • position(outputdevice, x, y)
  • apply

events:

  • applied
  • failed

The server registers one outputmanagement object as a global object. In order to configure outputs a client requests create_configuration, which provides a resource referencing an outputconfiguration for one-time configuration. That way the server knows which requests belong together and can group them by that.

On the outputconfiguration object the client calls for each output whether the output should be enabled, which mode should be set (by referencing the mode from the list of announced modes) and the output's global position. Once all outputs are configured that way, the client calls apply. At that point and not earlier the server should try to apply the configuration. If this succeeds the server emits the applied signal, otherwise the failed signal, such that the configuring client is noticed about the success of its configuration request.

Through this design the interface enables atomic output configuration changes if internally supported by the server.

Warning! The protocol described in this file is a desktop environment implementation detail. Regular clients must not use this protocol. Backward incompatible changes may be added without bumping the major version of the extension.

create_configuration(id: new_id<kde_output_configuration_v2>)
Argument
Type
Description
idnew_id<kde_output_configuration_v2>
provide outputconfiguration object for configuring outputs

Request an outputconfiguration object through which the client can configure output devices.


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.

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice to be en- or disabled
enableint
1 to enable or 0 to disable this output
enable or disable an output

Mark the output as enabled or disabled.

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this mode change applies to
modeobject<kde_output_device_mode_v2>
the mode to apply
switch output-device to mode

Sets the mode for a given output.

transform(outputdevice: object<kde_output_device_v2>, transform: int)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this transformation change applies to
transformint
transform enum
transform output-device

Sets the transformation for a given output.

position(outputdevice: object<kde_output_device_v2>, x: int, y: int)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this position applies to
xint
position on the x-axis
yint
position on the y-axis
position output in global space

Sets the position for this output device. (x,y) describe the top-left corner of the output in global space, whereby the origin (0,0) of the global space has to be aligned with the top-left corner of the most left and in case this does not define a single one the top output.

There may be no gaps or overlaps between outputs, i.e. the outputs are stacked horizontally, vertically, or both on each other.

scale(outputdevice: object<kde_output_device_v2>, scale: fixed)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this scale change applies to
scalefixed
scaling factor
set scaling factor of this output

Sets the scaling factor for this output device.

apply()
apply configuration changes to all output devices

Asks the server to apply property changes requested through this outputconfiguration object to all outputs on the server side.

The output configuration can be applied only once. The already_applied protocol error will be posted if the apply request is called the second time.

destroy()
release the outputconfiguration object
overscan(outputdevice: object<kde_output_device_v2>, overscan: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice overscan applies to
overscanuint
overscan value
set overscan value

Set the overscan value of this output device with a value in percent.

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this VRR policy applies to
policyuint<kde_output_configuration_v2.vrr_policy>
the vrr policy to apply
set the VRR policy

Set what policy the compositor should employ regarding its use of variable refresh rate.

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice the rgb range applies to
rgb_rangeuint<kde_output_configuration_v2.rgb_range>
RGB range

Whether full or limited color range should be used

set_primary_output(output: object<kde_output_device_v2>)
Argument
Type
Description
outputobject<kde_output_device_v2>allow null
Select which primary output to use
set_priority(outputdevice: object<kde_output_device_v2>, priority: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice the index applies to
priorityuint
the priority of the output
Set the order of outputs

The order of outputs can be used to assign desktop environment components to a specific screen, see kde_output_order_v1 for details. The priority is 1-based for outputs that will be enabled after this changeset is applied, all outputs that are disabled need to have the index set to zero.

set_high_dynamic_range(outputdevice: object<kde_output_device_v2>, enable_hdr: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
enable_hdruint
1 to enable, 0 to disable hdr
change if HDR should be enabled

Sets whether or not the output should be set to HDR mode.

set_sdr_brightness(outputdevice: object<kde_output_device_v2>, sdr_brightness: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
sdr_brightnessuint
set the brightness for sdr content

Sets the brightness of standard dynamic range content in nits. Only has an effect while the output is in HDR mode. Note that while the value is in nits, that doesn't necessarily translate to the same brightness on the screen.

set_wide_color_gamut(outputdevice: object<kde_output_device_v2>, enable_wcg: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
enable_wcguint
1 to enable, 0 to disable wcg
change if a wide color gamut should be used

Whether or not the output should use a wide color gamut

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
policyuint<kde_output_configuration_v2.auto_rotate_policy>
change when auto rotate should be used
set_icc_profile_path(outputdevice: object<kde_output_device_v2>, profile_path: string)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
profile_pathstring
change the used icc profile
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
max_peak_brightnessint
-1 for not overriding, or positive values in nits
max_frame_average_brightnessint
-1 for not overriding, or positive values in nits
min_brightnessint
-1 for not overriding, or positive values in 0.0001 nits
override metadata about the screen's brightness limits
set_sdr_gamut_wideness(outputdevice: object<kde_output_device_v2>, gamut_wideness: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
gamut_widenessuint
0 means rec.709 primaries, 10000 means native primaries
describes which gamut is assumed for sRGB applications

This can be used to provide the colors users assume sRGB applications should have based on the default experience on many modern sRGB screens.

Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
color_profile_sourceuint<kde_output_configuration_v2.color_profile_source>
the color profile source
which source the compositor should use for the color profile on an output
set_brightness(outputdevice: object<kde_output_device_v2>, brightness: uint)
Argument
Type
Description
outputdeviceobject<kde_output_device_v2>
outputdevice this setting applies to
brightnessuint
brightness in 0-10000
brightness multiplier

Set the brightness modifier of the output. It doesn't specify any absolute values, but is merely a multiplier on top of other brightness values, like sdr_brightness and brightness_metadata. 0 is the minimum brightness (not completely dark) and 10000 is the maximum brightness. This is supported while HDR is active in versions 8 and below, or when the device supports the brightness_control capability in versions 9 and above.

applied()
configuration changes have been applied

Sent after the server has successfully applied the changes. .

failed()
configuration changes failed to apply

Sent if the server rejects the changes or failed to apply them.

error { already_applied } 
Argument
Value
Description
already_applied0
the config is already applied
kde_output_configuration_v2 error values

These error can be emitted in response to kde_output_configuration_v2 requests.

vrr_policy { never, always, automatic } 
Argument
Value
Description
never0
always1
automatic2
describes vrr policy

Describes when the compositor may employ variable refresh rate

rgb_range { automatic, full, limited } 
Argument
Value
Description
automatic0
full1
limited2
describes RGB range policy

Whether this output should use full or limited rgb.

auto_rotate_policy { never, in_tablet_mode, always } 
Argument
Value
Description
never0
in_tablet_mode1
always2
describes when auto rotate should be used
color_profile_source { sRGB, ICC, EDID } 
Argument
Value
Description
sRGB0
ICC1
EDID2
which source the compositor should use for the color profile on an output

Compositor Support

Mutter
Mutter
46
KWin
KWin
6.2
Sway
Sway
1.9
COSMIC
COSMIC
1.0.0
Hyprland
Hyprland
0.42.0
niri
0.1.8
Weston
Weston
13
Mir
Mir
2.18
GameScope
GameScope
3.15.14
Jay
1.7.0
kde_output_management_v2
x
9
x
x
x
x
x
x
x
x

SPDX-FileCopyrightText: 2008-2011 Kristian Høgsberg SPDX-FileCopyrightText: 2010-2011 Intel Corporation SPDX-FileCopyrightText: 2012-2013 Collabora, Ltd. SPDX-FileCopyrightText: 2015 Sebastian Kügler <sebas@kde.org> SPDX-FileCopyrightText: 2021 Méven Car <meven.car@enioka.com> SPDX-FileCopyrightText: 2023 Xaver Hugl <xaver.hugl@kde.org>

SPDX-License-Identifier: MIT-CMU