<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jadahl@gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Refresh rate is locked to 60 Hz"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101383">bug 101383</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jadahl@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Refresh rate is locked to 60 Hz"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101383#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Refresh rate is locked to 60 Hz"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101383">bug 101383</a>
from <span class="vcard"><a class="email" href="mailto:jadahl@gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span></b>
<pre>It's currently not possible to affect the refresh rate of the actual drawing.
This is not by design; it's simply not implemented. Making it work involves
updating MetaRendererNative to pass around refresh rates and presentation
timings to ClutterStageCogl, so that it can schedule frames given the actual
refresh rate of the monitor. Currently, it'll just fall back on 60 Hz, which of
course is not good.
Another related issue is that if one monitor is 144 Hz, while another is 60 Hz,
we'd still end up drawing at 60 Hz, as mutter still doesn't support drawing
separate monitor as individual frames.
In other words, making it work with multiple monitors with different refresh
rates is non-trivial, but making it (non 60 Hz refresh rates) work for just a
single monitor is probably not very hard.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>