You are not logged in.
Pages: 1
Hello, I cannot get variable refresh rate to work on my system. I have tried both VRRTest and Apex Legends via Steam/Proton and neither will activate it. I am using Xorg XFCE with compositing disabled, and my GPU is a 6800XT running Mesa. VRR works fine under Windows, and I am confirming this via the monitor's refresh rate counter, which is realtime. The applications are "fullscreen" with no window decorations. Could someone please help me out?
/etc/X11/xorg.conf.d/20-amdgpu.conf:
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "VariableRefresh" "true"
Option "AsyncFlipSecondaries" "true"
EndSection
grep VariableRefresh /var/log/Xorg.0.log
[ 9.423] (**) AMDGPU(0): Option "VariableRefresh" "true"
[ 9.507] (**) AMDGPU(0): VariableRefresh: enabled
xrandr --props | grep vrr
vrr_capable: 1
Pages: 1