Skip to content
Snippets Groups Projects
  1. May 22, 2019
  2. May 21, 2019
  3. May 20, 2019
  4. May 18, 2019
  5. May 17, 2019
  6. May 16, 2019
  7. May 15, 2019
  8. May 13, 2019
  9. May 12, 2019
    • Alistair Buxton's avatar
      compositor: Refresh the zoom at refresh rate · 0a8f00c7
      Alistair Buxton authored and Olivier Fourdan's avatar Olivier Fourdan committed
      Bug: 15391
      
      The compositor zoom refresh rate is currently hardcoded at half the
      refresh rate, or 30 FPS.
      
      Increase the zoom refresh to the same as the refresh rate, or 60 FPS.
      0a8f00c7
    • Olivier Fourdan's avatar
      compositor: Base zoom update or refresh rate · 9bba5541
      Olivier Fourdan authored
      
      Bug: 15391
      
      Previously, the zoom update was based on XRandr refresh rate ÷ 2, or
      30 by default if not available.
      
      But that XRandr code was removed along with the removal of the fake
      vblank sync code in favor of XPresent or GLX.
      
      Base the zoom update on half the refresh rate of the primary monitor (if
      available from GDK), so we would get the same results as with 4.12.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      9bba5541
Loading