How to enable FreeSync on amdgpu?

I know that the key “freesync” does not exit in xrandr --properties, but there are other keys “TearFree”, “vrr_capable” , etc.

All keys are in xrandr --properties.

For example: DISPLAY=:0 xrandr --output DisplayPort-0 --set "TearFree" off

See the output of xrandr without error.

 xrandr --prop | grep TearFree 
        TearFree: off 
        TearFree: on 
        TearFree: on 
        TearFree: on 

You copied the command line from HOW TO ENABLE AMD FREESYNC, but it is old.

1 Like