Date: Wed, 16 Dec 2020 19:09:20 +0300 From: Vladimir Kondratyev <vladimir@kondratyev.su> To: freebsd-x11@freebsd.org Subject: Re: Xorg (latest from ports) and no mouse movement Message-ID: <a7ec0a1b-9638-82a9-cd89-c8f8357029f3@kondratyev.su> In-Reply-To: <X9oR4L636FPw9gva@c720-r368166.fritz.box> References: <20201205115850.GA4689@c720-r342378> <56a68baa-fec7-6610-5d24-6159b75927ab@kondratyev.su> <20201205144428.GA7042@c720-r342378> <d01e5270-77b0-5bf1-6af4-7cd75d5029ca@kondratyev.su> <u4tmdt.qkvl4m.2wallm-qmf@ms-10.1blu.de> <5cad48e4-2414-1581-f79d-5b2d4d0b6619@kondratyev.su> <X9IWYJvIfAjdU348@c720-r368166.fritz.box> <1f745bc6-8315-3825-d3c4-8b04cd63a88c@kondratyev.su> <X9nva3MXXq4Crg7g@c720-r368166.fritz.box> <4dafd8bb-14fa-dee9-353f-625f8479af95@kondratyev.su> <X9oR4L636FPw9gva@c720-r368166.fritz.box>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16.12.2020 16:55, Matthias Apitz wrote: > El d=EDa mi=E9rcoles, diciembre 16, 2020 a las 02:55:44p. m. +0300, Vla= dimir Kondratyev escribi=F3: >=20 >> On 16.12.2020 14:28, Matthias Apitz wrote: >>> El d=EDa jueves, diciembre 10, 2020 a las 09:03:02p. m. +0300, Vladim= ir Kondratyev escribi=F3: >>> >>>>> In /etc/sysctl.conf I have for cyapa TP >>>>> >>>>> debug.cyapa_enable_tapclick=3D3 >>>>> debug.cyapa_tapclick_max_ticks=3D20 >>>>> >>>>> Maybe this could be related. >>>>> >>>> What types of press did you try? Taps or clicks? >>> >>> Only short taps. >>> >> AFAIK, libinput disables taps by default. Try to add following snippet >> to your xorg.conf: >=20 > I do not have (and never had on this laptop) any xorg.conf file. I adde= d > the options to an existing file: >=20 > # diff /usr/local/share/X11/xorg.conf.d/40-libinput.conf* >=20 > 37,39d36 > < Option "Tapping" "on" > < Option "NaturalScrolling" "on" > < Option "ClickMethod" "clickfinger" >> >=20 > Now tapping works. But with some problems: >=20 > - I can tap on a desktop icon and the app, for example xterm, starts > fine; >=20 > - I can double tap some word to 'cut' it, it is shown inversed, but can= 't paste > the word as input; 3-finger tap is typical gesture for emulating a middle button click. >=20 > - I can click in the title bar of a window, the mouse pointer gets show= n > as a cross, but I can't move the window around; Use tap-and-drag https://wayland.freedesktop.org/libinput/doc/latest/tapping.html or click-and-drag gestures. > I haven't yet applied your additional patch. If you would apply the patch add it would work correctly, you would get another one option to do a middle button click called "softbuttons": https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.= html > Should this applied on top > of the already applied patch? No it should be applied on top of the vanilla cyapa.c > I rerun evemu and attaching its output of one click and one tap. >=20 > The value for value for kern.evdev.rcpt_mask was now set to 12 before > starting Xorg. >=20 > Thanks >=20 > matthias >=20 >=20 > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a7ec0a1b-9638-82a9-cd89-c8f8357029f3>