Mir

Code review comment for lp:~thomas-voss/mir/test_an_idea

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Jenkins isn't running on the target branch lp:mir/0.17...

Also I don't recommend disabling batching and resampling. Latency will become much higher as the raw event rate is higher than the frame rate, so the screen gets indefinitely further and further behind the input during a gesture.

Although on that note I noticed mako devel-proposed recently dropped its raw event rate from 96Hz to around 60Hz to match the screen (mako kernel change??). That's still not best practice though -- we get lower latency using our 59Hz default, so as to avoid filling the long buffer queues we have (two triple-buffer queues would give 4 frames latency otherwise, this way it's only around 2 frames latency).

« Back to merge proposal