From 4a3763d47c083f4bf96d55f658b0678a18b36cca Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Thu, 26 Oct 2023 02:50:05 +0200 Subject: [PATCH] VRR-setups: Tell how to enable, filter swaymsg via jq(1) --- VRR-setups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VRR-setups.md b/VRR-setups.md index 81eb2ef..b4fa76e 100644 --- a/VRR-setups.md +++ b/VRR-setups.md @@ -2,7 +2,8 @@ This page collects test results for Variable Refresh Rate (VRR) aka. adaptive sy To add an entry: -- Make sure VRR is enabled with `swaymsg -t get_outputs` (look for "Adaptive sync") +- Enable VRR on your display(s) via `output adaptive_sync on` (see `sway-output(5)` for details) +- Make sure VRR is enabled with `swaymsg -t get_outputs | jq '.[] | pick(.name, .adaptive_sync_status)'` - Play with your desktop for a while, try various apps (text editing, web browsing, video, games) - Also play with the backlight level - To get the VRR range, you can use: `cat /sys/class/drm/card0-DP-1/edid | edid-decode` (look for "Display Range Limits")