VRR-setups: Tell how to enable, filter swaymsg via jq(1)

Haelwenn (lanodan) Monnier 2023-10-26 02:50:05 +02:00 committed by Simon Zeni
parent 402449b16d
commit 4a3763d47c

@ -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 <name> 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")