LinuxCommandLibrary

kscreen-doctor

TLDR

Show display outputs

$ kscreen-doctor --outputs
copy
Rotate display to the right
$ kscreen-doctor output.1.rotation.right
copy
Set display scale to 200%
$ kscreen-doctor output.HDMI-2.scale.2
copy
Enable a display
$ kscreen-doctor output.HDMI-A-1.enable
copy
Disable a display
$ kscreen-doctor output.DP-2.disable
copy
Set primary display
$ kscreen-doctor output.HDMI-A-1.primary
copy

SYNOPSIS

kscreen-doctor [options] [output.ID.property.value...]

DESCRIPTION

kscreen-doctor manipulates display settings on KDE Plasma. It can enable/disable outputs, set rotation, scaling, resolution, and primary display status using a simple dot-notation syntax.

PARAMETERS

-o, --outputs

Show display output information
output.ID.enable
Enable the specified output
output.ID.disable
Disable the specified output
output.ID.primary
Set as primary display
output.ID.rotation.VALUE
Set rotation: none, left, right, inverted
output.ID.scale.VALUE
Set scaling factor (e.g., 1, 1.5, 2)
output.ID.mode.WxH@RATE
Set resolution and refresh rate
output.ID.position.X,Y
Set display position

CAVEATS

Output IDs can be numeric (1, 2) or connector names (HDMI-A-1, DP-2). Use `--outputs` to find the correct identifiers.

SEE ALSO

Copied to clipboard