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 write logfile under /var/log/Xorg.log, and my
config for touchpad not works.

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 issue with touchpad now?

Thanks!



/etc/X11/xorg.conf.d/01-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "CircularScrolling" "on"
Option "CircScrollTrigger" "2"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "FingerLow" "30"
Option "FingerHigh" "50"
Option "MaxTapTime" "125"
EndSection

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to