<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Position of second monitor wrong in dual monitor setup if first monitor is 1366x768"
href="https://bugs.freedesktop.org/show_bug.cgi?id=63900#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Position of second monitor wrong in dual monitor setup if first monitor is 1366x768"
href="https://bugs.freedesktop.org/show_bug.cgi?id=63900">bug 63900</a>
from <span class="vcard"><a class="email" href="mailto:freedesktop@treblig.org" title="Dave Gilbert <freedesktop@treblig.org>"> <span class="fn">Dave Gilbert</span></a>
</span></b>
<pre>AH:
As per your <a href="show_bug.cgi?id=63900#c8">comment #8</a> about it only being a problem when the 1920 is on the
right of the 1366 monitor - this makes sense....
What happens is that something doesn't expect offsets that aren't multiples
of 8.
When you have the 1920-1366 you end up with the 1920 starting at X=0, and
the 1366 starting at X=1920 (which is divisible by 8) - so everything is happy.
When you have the 1366-1920 setup you end up with the 1366 starting at X=0, and
the 1920 starting at X=1366 and having a display not aligned to /8 value gets
the thing confused.</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>