From d04021d7cde20cbbf2fa814e8567da3a4014e986 Mon Sep 17 00:00:00 2001 From: Kesley David <39314443+KesleyDavid@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:24:57 -0300 Subject: [PATCH] kscreenctl: add page (#23512) --- pages/linux/kscreenctl.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/linux/kscreenctl.md diff --git a/pages/linux/kscreenctl.md b/pages/linux/kscreenctl.md new file mode 100644 index 0000000000..17c8043a48 --- /dev/null +++ b/pages/linux/kscreenctl.md @@ -0,0 +1,37 @@ +# kscreenctl + +> Manage display outputs on KDE Plasma. +> See also: `kscreen-doctor`, `kscreen-console`. +> More information: . + +- List all connected outputs: + +`kscreenctl list-outputs` + +- Show an on-screen label on each monitor to identify connector names: + +`kscreenctl identify` + +- Show information about a specific output (or use `active-output` / `primary-output`): + +`kscreenctl {{DP-1}}` + +- Set the resolution and refresh rate of an output: + +`kscreenctl {{DP-1}} set-mode 1920x1080@60` + +- Set the scale of an output to 200%: + +`kscreenctl {{DP-1}} set-scale 200%` + +- Place an output to the right of another: + +`kscreenctl {{HDMI-A-1}} right-of {{DP-1}}` + +- Disable a specific output: + +`kscreenctl {{HDMI-A-1}} set-enabled false` + +- Turn all outputs off through Display Power Management Signaling: + +`kscreenctl off`