=== psivaa-afk is now known as psivaa [09:39] what's the current best way to get multitouch gestures from a touchpad to work (without Unity) [09:48] That's not really our purview. We only care about delivering multitouch events, not really what the client wants to do with them :) [09:49] erk [09:49] well [09:49] It's kinda difficult for anything but the window manager to do gestures properly. [09:49] what's the current best way to do that part [09:50] I know of the synaptics and mtrack drivers [09:50] If you've got a touchpad then you want synaptics. [09:50] If you've got a touchscreen then you want evdev. [09:50] mtrack worked but had horrible mouse movement [09:50] Yeah. [09:50] OK [09:51] There are only 3 input drivers - evdev, synaptics, wacom. [09:51] Everything else is a pack of lies ;) [09:51] :D [09:51] OK [09:51] Basically, you don't have to do anything to get multitouch events reported. [09:52] OK [09:52] But, as far as I know, Unity is the only thing that actually listens to them. [09:52] yeah [09:52] that is sad [09:53] I mean, I have no plans to install Unity, and even if I did the gestures wouldn't be configurable... [09:54] You could always write your own :) [09:54] (Not helpful, I know) [09:54] mmmmm [09:54] there are already two awful solutions (ginn, touchegg) [09:54] I don't want to contribute another! [09:54] Even better! Fix one of them! [09:55] D: [09:56] a good start would be if I could get 3+ finger taps to generate the appropriate button events [09:56] because apparently the easystroke tool is then reasonable for detecting arbitrary gestures (it's completely separate from multitouch considerations, so I guess it won't do pinches, but who needs that...) [09:56] Ah, well. Three finger taps are in the synaptics driver. [09:57] oh, yes... I think I knew that o_0 [09:57] (Or you could handle them at a higher level, but the synaptics driver should handle 3 finger taps. If your hardware does, of course) [09:58] yeah [09:58] it does, but apparently it doesn't support 4 or more :S [09:58] I know the hardware supports this because touchpad with geis will grab those events [09:59] err [09:59] touchegg* [10:00] Yeah, that's right. [10:01] hmm [10:02] as a matter of fact, easystroke does no cope will with touchpad events it seems [10:02] three-finger drags don't trigger it at all (when trying to set up the gestures) [10:02] so, hmm. [10:02] I guess it will be back to geis and touchegg [10:02] before that, work [10:02] o/ [10:02] cheers