How to disable freesync/variable refresh rate?

Hi how would i disable/enable freesync? I tried doing the following from amds website

DISPLAY=:0 xrandr --output DisplayPort-# --set “freesync” 1

but it doesn’t work

Thanks

Welcome at the forum,

have a look here:
Variable refresh rate - ArchWiki

Hi thanks i created the file /etc/X11/xorg.conf.d/20-amdgpu.conf

and put
Section “Device”
Identifier “AMD”
Driver “amdgpu”
Option “VariableRefresh” “false”
EndSection

but xrandr --props still shows vrr_capable: 1

That doesn’t matter, it’s just saying that it’s capable.

This means it’s disabled. By default, Variable Refresh Rate is disabled.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.