Arch PKGBUILD files for Mutter & GNOME Control Center with Dor Askayo's Wayland VRR MR applied. Adopted from KyleGospo (Fedora) and AUR: mutter-vrr + AUR: gnome-console-center_vrr
git clone or download this repo. In both folders run
makepkg -si
or
makepkg --nocheck -si
You possibly have to use nocheck or comment out the check sections.
In a clean VM both packages and their tests are succesful.
Personally I did not switch to Gnome 45 yet and some patches from Fedora are not used, like
0001-keyboard-Use-new-gnome-desktop-api-for-getting-defau.patch
gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate']"
Should be apllied automatically through patches.
- Disable the use hardware cursor – set the MUTTER_DEBUG_DISABLE_HW_CURSORS=1 environment variable.
- Disable the use of the atomic KMS API – set the MUTTER_DEBUG_FORCE_KMS_MODE=simple environment variable.