Peter Hutterer <[email protected]> writes: > Thanks, merged this into my tree. This should fix the remaining issues we're > seeing with synaptics.
Did you see my comments about this patch? I'm really not excited about
adding 12 more syscalls per WaitForSomething invocation. Seems like
there are two options to fix this 'correctly':
1) Have the synaptics driver modify the timer interval from either a
wakeup or block handler as appropriate.
2) Provide a signal-safe timer value setting function in DIX. This
would set a global flag indicating that 'something' changed in the
timers. WaitForSomething could use this flag to check whether the
timers need fixing before computing the timeout value for select.
At the very least, the server should only be blocking SIGIO and not all
signals; that's half the syscalls...
--
[email protected]
pgpXyWpMkQzsU.pgp
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
