KyleGospo / gnome-vrr

Fedora spec files for Mutter & GNOME Control Center with Dor Askayo's Wayland VRR MR applied.
https://copr.fedorainfracloud.org/coprs/kylegospo/gnome-vrr/
GNU General Public License v2.0
23 stars 9 forks source link

There is no VRR switch in the settings #9

Closed fisuri closed 1 year ago

fisuri commented 1 year ago

Installed:

GPU - rx5700xt

KyleGospo commented 1 year ago

For the toggle, make sure you have this in /etc/environment: MUTTER_DEBUG_FORCE_KMS_MODE=simple

And also run the following in case the defaults didn't take: gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate']"

peregr1nefalco commented 1 year ago

Sorry for necroing the thread, I've installed the packages via Copr:

[root@shaheen ~]# dnf list installed | grep kylegospo gnome-control-center.x86_64 44.3.vrr.4-1.fc38 @copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr gnome-control-center-filesystem.noarch 44.3.vrr.4-1.fc38 @copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr
mutter.x86_64 44.3.vrr.17-1.fc38 @copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr
mutter-common.noarch 44.3.vrr.17-1.fc38 @copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr xorg-x11-server-Xwayland.x86_64 23.1.2-1.fc38 @copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr

I've also set the required env settings in /etc/environment and gsettings:

[root@shaheen ~]# cat /etc/environment MUTTER_DEBUG_FORCE_KMS_MODE=simple

[root@shaheen ~]# gsettings get org.gnome.mutter experimental-features ['variable-refresh-rate']

But in my case the switch still does not show up.

Any pointers on what to check? Thanks!