From 27c9c0e5214cbf60040ae2b37f3e3c592975bf90 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 11 Mar 2023 11:24:31 -0500 Subject: [PATCH] docs: add wayland resolution example (#1028) --- 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 991af231..dbeac1ac 100644 --- a/docs/source/about/app_examples.rst +++ b/docs/source/about/app_examples.rst @@ -133,6 +133,17 @@ Changing Resolution and Refresh Rate (Linux - X11) | | Undo: ``xrandr --output HDMI-1 --mode 3840×2160 --rate 120`` | +----------------------+--------------------------------------------------------------+ +Changing Resolution and Refresh Rate (Linux - Wayland) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ++----------------------+-------------------------------------------------------------+ +| **Field** | **Value** | ++----------------------+-------------------------------------------------------------+ +| Command Preparations | Do: ``wlr-xrandr --output HDMI-1 --mode 1920x1080@60Hz`` | +| +-------------------------------------------------------------+ +| | Undo: ``wlr-xrandr --output HDMI-1 --mode 3840×2160@120Hz`` | ++----------------------+-------------------------------------------------------------+ + Flatpak ^^^^^^^