From 1193f0755958bf0d7e72cedbb55b5a14f66a2af2 Mon Sep 17 00:00:00 2001 From: Vitorvlv <26132870+Vitorvlv@users.noreply.github.com> Date: Sat, 15 Jul 2023 20:44:32 -0300 Subject: [PATCH] docs(app_examples): Add Plasma-Compatible Resolution Example (#1448) --- docs/source/about/app_examples.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/about/app_examples.rst b/docs/source/about/app_examples.rst index 0e390297..30c99070 100644 --- a/docs/source/about/app_examples.rst +++ b/docs/source/about/app_examples.rst @@ -144,6 +144,17 @@ Changing Resolution and Refresh Rate (Linux - Wayland) | | Undo: ``wlr-xrandr --output HDMI-1 --mode 3840×2160@120Hz`` | +----------------------+-------------------------------------------------------------+ +Changing Resolution and Refresh Rate (Linux - KDE Plasma - Wayland and X11) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ++----------------------+-------------------------------------------------------------+ +| **Field** | **Value** | ++----------------------+-------------------------------------------------------------+ +| Command Preparations | Do: ``kscreen-doctor output.HDMI-A-1.mode.1920x1080@60`` | +| +-------------------------------------------------------------+ +| | Undo: ``kscreen-doctor output.HDMI-A-1.mode.3840×2160@120`` | ++----------------------+-------------------------------------------------------------+ + Flatpak ^^^^^^^