[14:45] Hi [14:45] I'd like to use the pinch gesture on my multi-gesture touchpad [14:45] I was told to look at http://askubuntu.com/questions/11300/how-do-i-test-multi-gesture-capabilities-of-a-touchpad [14:45] but I don't know what set-prop is related to the pinch gesture [14:46] Any ideas? [15:42] cristian_c, you mean that you want to write a libgeis application that makes use of two-fingers pinch gestures? [15:43] dandrader, I thought that touchegg supported the pinch gesture and others [15:43] *others gestures [15:44] cristian_c, the synaptics driver in xserver will consume all two-fingers' gestures in order to emulate two-fingers tap for "right click" and two-fingers drag for scroll events [15:45] so unless you disable those emulation features no application will get any two-finger gestures [15:45] dandrader, ok [15:45] dandrader, what file haveI to edit [15:45] ? [15:45] *have [15:45] :) [15:46] xorg.conf? [15:46] cristian_c, https://wiki.ubuntu.com/Multitouch/TouchpadSupport [15:46] it's a pita at the moment, as those settings will be lost upon reboot [15:47] there's a way to make them permanent, by I don't know it [15:47] s/by/but [15:47] dandrader, I'd like to try anyway [15:47] another option is to remove the synaptics driver [15:48] also if at the moment [15:48] you can readd it later easily [15:48] just remove or install the related package [15:48] Disable two-finger scrolling: [15:49] Disable two-touch tapping: [15:49] ok [15:49] dandrader, ok [15:49] also if I use gnome 2 [15:50] dandrader, thanks for the info [15:50] :) [15:50] I'll study it