Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox refresh rate is not on sync with the display refresh rate

  • 2 (ردّان اثنان)
  • 2 have this problem
  • 699 views
  • آخر ردّ كتبه arsen.s

Hello team,

I tried searching for a solution for the problem I'm about to describe but unfortunately I wasn't able to move forward.

I am running Firefox 141.0 version on my Macbook M4 Pro. The refresh rate of the display is set to 120Hz, but I the scrolling and interaction in the browser feels like it's on standard 60Hz refresh rate. When I compare it to Safari/Chrome it's not as fluent as it should be.

Am I missing an existing option that could be changed or is it something available at the moment?

Thank you, Arsen

Hello team, I tried searching for a solution for the problem I'm about to describe but unfortunately I wasn't able to move forward. I am running Firefox 141.0 version on my Macbook M4 Pro. The refresh rate of the display is set to 120Hz, but I the scrolling and interaction in the browser feels like it's on standard 60Hz refresh rate. When I compare it to Safari/Chrome it's not as fluent as it should be. Am I missing an existing option that could be changed or is it something available at the moment? Thank you, Arsen

الحل المُختار

In Firefox you can configure the refresh rate by going to about:config and setting the layout.frame_rate preference.

The preference "layout.frame_rate" has 3 meanings depending on the value:

  • -1 = Auto (default), use hardware vsync or software vsync @ 60 Hz if hw vsync fails.
  • 0 = ASAP mode - used during talos testing.
  • X = Software vsync at a rate of X times per second.

So you could set its value to 120 to switch your frame rate.

Read this answer in context 👍 1

All Replies (2)

الحل المُختار

In Firefox you can configure the refresh rate by going to about:config and setting the layout.frame_rate preference.

The preference "layout.frame_rate" has 3 meanings depending on the value:

  • -1 = Auto (default), use hardware vsync or software vsync @ 60 Hz if hw vsync fails.
  • 0 = ASAP mode - used during talos testing.
  • X = Software vsync at a rate of X times per second.

So you could set its value to 120 to switch your frame rate.

Thanks a lot, that did it!