Skip to content

don't set vrr policy on incompatible monitors

Xaver Hugl requested to merge work/fix-vrr-incapable into master

Noticed this while porting the tearing stuff to the new code... could cause very slight stutter in fullscreen.

The cause is that the default is Automatic in OutputChangeSetPrivate (KWaylandServer) and that gets set whether you have a vrr capable or not.

Edited by Xaver Hugl

Merge request reports