lp:~vanvugt/compiz-core/fix-764330-trunk

Created by Daniel van Vugt and last modified
Get this branch:
bzr branch lp:~vanvugt/compiz-core/fix-764330-trunk
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel van Vugt
Project:
Compiz Core
Status:
Abandoned

Recent revisions

2898. By Daniel van Vugt

Fix severe lag and "freezing" when dragging windows (LP: #764330)

This fixes the two root causes:
 1. Too many input events for slow systems to keep up with. Often compiz
    receives 1000 MotionNotify's per second. This is many more than is
    perceptible on screen. So the new default is to sample the mouse position
    a maximum of 200 times per second (also configurable).
 2. Lazy Positioning was sometimes not being used even when it's enabled.
    This caused long and slow sync calls, and amplified the flooded event
    queue problem above.

2897. By Sam Spilsbury

Merged lp:compiz-core

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:compiz-core/0.9.5
This branch contains Public information 
Everyone can see this information.

Subscribers