https://bugs.freedesktop.org/show_bug.cgi?id=63900

--- Comment #11 from Dave Gilbert <freedesk...@treblig.org> ---
AH:
  As per your comment #8 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to