From 3daf7524fe01e8ff1086b0b2e65731d2b0419960 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 25 Jun 2021 21:43:07 +0200 Subject: [PATCH] kscreen-console, kscreen-doctor: add page (#6078) --- pages/linux/kscreen-console.md | 32 ++++++++++++++++++++++++++++++++ pages/linux/kscreen-doctor.md | 16 ++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 pages/linux/kscreen-console.md create mode 100644 pages/linux/kscreen-doctor.md diff --git a/pages/linux/kscreen-console.md b/pages/linux/kscreen-console.md new file mode 100644 index 000000000..fdc1a4a1c --- /dev/null +++ b/pages/linux/kscreen-console.md @@ -0,0 +1,32 @@ +# kscreen-console + +> Command-line tool to query KScreen's status. +> More information: . + +- Show all outputs and configuration files to attach to a bug report: + +`kscreen-console bug` + +- Show paths to KScreen configuration files: + +`kscreen-console config` + +- Show KScreen output information and configuration: + +`kscreen-console outputs` + +- Monitor for changes: + +`kscreen-console monitor` + +- Show the current KScreen configuration as JSON: + +`kscreen-console json` + +- Display help: + +`kscreen-console --help` + +- Display help including Qt specific command-line options: + +`kscreen-console --help-all` diff --git a/pages/linux/kscreen-doctor.md b/pages/linux/kscreen-doctor.md new file mode 100644 index 000000000..338b4104c --- /dev/null +++ b/pages/linux/kscreen-doctor.md @@ -0,0 +1,16 @@ +# kscreen-doctor + +> Change and manipulate the screen setup from the command-line. +> More information: . + +- Show display output information: + +`kscreen-doctor --outputs` + +- Set the rotation of a display output with an ID of 1 to the right: + +`kscreen-doctor {{output.1.rotation.right}}` + +- Set the scale of a display output with an ID of `HDMI-2` to 2 (200%): + +`kscreen-doctor {{output.HDMI-2.scale.2}}`