Re: [PATCH synaptics] Drop touch events from the driver

2015-06-30 Thread Loïc Yhuel
Le 17/06/2015 05:14, Peter Hutterer a écrit : Drop the touch events from the synaptics driver. This allows us to switch the touchpad fully over to look like a relative device, thus also removing the bug that changes the touchpad speed whenever a monitor is added/removed in. Hi, I applied this

DRI2InvalidateWalk high in "perf top" profile

2015-02-16 Thread Loïc Yhuel
Hi, Please forgive me if my analysis is wrong for the current code, since I'm running Fedora 21, so xorg 1.16.3, but it doesn't seem to to have changed much. I was surprised to see DRI2InvalidateWalk high in "perf top" profile, both with an idle system, and when running some graphics tests, so I

[PATCH vmmouse] Fix wheel button labels

2014-07-11 Thread Loïc Yhuel
Wheel is using buttons 4/5, but btn_labels array is 0-based. It matches mouse and evdev drivers, and fixes wheel in Qt5.3. --- src/vmmouse.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vmmouse.c b/src/vmmouse.c index 523f4fd..7ed94e9 100644 --- a/src/vmmouse.c +