Re: [E-devel] how to configure touchpad like in Xorg

2016-12-14 Thread The Rasterman
On Wed, 14 Dec 2016 17:29:00 +0300 Vasiliy Tolstov said: > 2016-12-14 17:20 GMT+03:00 Christopher Michael : > > I have pushed into git today the needed functions for touchpad configuration > > inside Elput. I have provided Elput API functions for all the libinput > > functions you have listed bel

Re: [E-devel] how to configure touchpad like in Xorg

2016-12-14 Thread Vasiliy Tolstov
2016-12-14 17:20 GMT+03:00 Christopher Michael : > I have pushed into git today the needed functions for touchpad configuration > inside Elput. I have provided Elput API functions for all the libinput > functions you have listed below. You may find them here: > > https://git.enlightenment.org/core/

Re: [E-devel] how to configure touchpad like in Xorg

2016-12-14 Thread Christopher Michael
On 12/10/2016 11:56 AM, Vasiliy Tolstov wrote: > Does somebody can add needed touchpad functions to elput? I have pushed into git today the needed functions for touchpad configuration inside Elput. I have provided Elput API functions for all the libinput functions you have listed below. You may

Re: [E-devel] how to configure touchpad like in Xorg

2016-12-13 Thread Vasiliy Tolstov
2016-12-13 17:11 GMT+03:00 Christopher Michael : > Yes, I will work on getting these functions added to Elput and exposed via > API so that they can be used. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru -- C

Re: [E-devel] how to configure touchpad like in Xorg

2016-12-13 Thread Christopher Michael
On 12/10/2016 11:56 AM, Vasiliy Tolstov wrote: > Does somebody can add needed touchpad functions to elput? Yes, I will work on getting these functions added to Elput and exposed via API so that they can be used. > And does enlightenment have some skeleton module to start? Also I see > that in in

Re: [E-devel] how to configure touchpad like in Xorg

2016-12-10 Thread Vasiliy Tolstov
Does somebody can add needed touchpad functions to elput? And does enlightenment have some skeleton module to start? Also I see that in input section of configuration already have touch more Duke,may be my needs about touchpad config needs to be present in already present module? 18 Ноя 2016 г. 17

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Vasiliy Tolstov
As I know some stuff can be configured via udev, do you know about libinput config via udev? 18 Ноя 2016 г. 17:43 пользователь "Christopher Michael" < cp.mich...@samsung.com> написал: > On 11/17/2016 07:23 PM, Vasiliy Tolstov wrote: > >> As i understand i need enable this: >> libinput_device_conf

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Gustavo Sverzut Barbieri
On Fri, Nov 18, 2016 at 11:34 AM, Vasiliy Tolstov wrote: > 2016-11-18 13:42 GMT+03:00 Gustavo Sverzut Barbieri : >> I guess you'll have to use xinput command manually. :-( >> > > > But xinput only for Xorg or it works under wayland and xwayland too? not sure, it seems they work on libinput which

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Christopher Michael
On 11/17/2016 07:23 PM, Vasiliy Tolstov wrote: > As i understand i need enable this: > libinput_device_config_tap_set_drag_lock_enabled > libinput_device_config_dwt_set_enabled > libinput_device_config_tap_set_drag_enabled > libinput_device_config_scroll_set_method > libinput_device_config_click_se

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Vasiliy Tolstov
2016-11-18 13:42 GMT+03:00 Gustavo Sverzut Barbieri : > I guess you'll have to use xinput command manually. :-( > But xinput only for Xorg or it works under wayland and xwayland too? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ---

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-18 Thread Gustavo Sverzut Barbieri
I guess you'll have to use xinput command manually. :-( Example https://wiki.archlinux.org/index.php/Calibrating_Touchscreen Em qui, 17 de nov de 2016 às 22:25, Vasiliy Tolstov escreveu: > As i understand i need enable this: > libinput_device_config_tap_set_drag_lock_enabled > libinput_device_

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
As i understand i need enable this: libinput_device_config_tap_set_drag_lock_enabled libinput_device_config_dwt_set_enabled libinput_device_config_tap_set_drag_enabled libinput_device_config_scroll_set_method libinput_device_config_click_set_method libinput_device_config_tap_set_enabled How can i

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
2016-11-17 16:35 GMT+03:00 Carsten Haitzler : > yup. i've never had any incentive to... i hate the things. i plug in a mouse > if > i use my laptop and smile. :) Without ability to config touchpad under wayland, enlightenment unusable, becouse i can't tap on touchpad to simulate clicking, i can'

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread The Rasterman
On Thu, 17 Nov 2016 10:58:29 -0200 Felipe Magno de Almeida said: > On Thu, Nov 17, 2016 at 10:41 AM, Carsten Haitzler > wrote: > > On Fri, 11 Nov 2016 17:13:20 +0300 Vasiliy Tolstov > > said: > > [snip] > > >> So my question is: why enlightenment does not contains module to > >> control basic

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Felipe Magno de Almeida
On Thu, Nov 17, 2016 at 10:41 AM, Carsten Haitzler wrote: > On Fri, 11 Nov 2016 17:13:20 +0300 Vasiliy Tolstov said: [snip] >> So my question is: why enlightenment does not contains module to >> control basic touchpad features like finger scrolling and tap clickng? >> And second - how to fix my

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread The Rasterman
On Fri, 11 Nov 2016 17:13:20 +0300 Vasiliy Tolstov said: > In fedora 24 i have enlightenment under xorgs and need to create > config for my synaptcis touchpad to enable tap clicking and other > stuff. > > Now in fedora 25 by default enlightenment runs under Xwayland (may be > i need something ch

Re: [E-devel] how to configure touchpad like in Xorg

2016-11-17 Thread Vasiliy Tolstov
Nobody use Wayland or nobody use touchpad? 11 Ноя 2016 г. 17:13 пользователь "Vasiliy Tolstov" написал: > In fedora 24 i have enlightenment under xorgs and need to create > config for my synaptcis touchpad to enable tap clicking and other > stuff. > > Now in fedora 25 by default enlightenment ru

[E-devel] how to configure touchpad like in Xorg

2016-11-11 Thread Vasiliy Tolstov
In fedora 24 i have enlightenment under xorgs and need to create config for my synaptcis touchpad to enable tap clicking and other stuff. Now in fedora 25 by default enlightenment runs under Xwayland (may be i need something change in gdm config to enable native wayland?). As i see Xwayland not wr