diff --git a/src/protocols/PresentationTime.cpp b/src/protocols/PresentationTime.cpp index b4fa51c7..10803406 100644 --- a/src/protocols/PresentationTime.cpp +++ b/src/protocols/PresentationTime.cpp @@ -64,7 +64,7 @@ void CPresentationFeedback::sendQueued(WP data, const T if (sizeof(time_t) > 4) tv_sec = TIMESPEC.tv_sec >> 32; - uint32_t refreshNs = m_resource->version() == 1 && data->m_monitor->m_vrrActive ? 0 : untilRefreshNs; + uint32_t refreshNs = m_resource->version() == 1 && data->m_monitor->m_vrrActive && data->m_monitor->m_output->vrrCapable ? 0 : untilRefreshNs; if (data->m_wasPresented) m_resource->sendPresented(sc(tv_sec), sc(TIMESPEC.tv_sec & 0xFFFFFFFF), sc(TIMESPEC.tv_nsec), refreshNs, sc(seq >> 32),