Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 23:03:53 +0300
From:      Vladimir Kondratyev <vladimir@kondratyev.su>
To:        freebsd-x11@freebsd.org, Michael Gmelin <freebsd@grem.de>
Subject:   Re: Xorg (latest from ports) and no mouse movement
Message-ID:  <4ec2ae30-e93e-26e4-28bc-3b3bb0112e3a@kondratyev.su>
In-Reply-To: <X9sfQQBvmiyv9NEv@c720-r368166.fritz.box>
References:  <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> <a7ec0a1b-9638-82a9-cd89-c8f8357029f3@kondratyev.su> <X9sfQQBvmiyv9NEv@c720-r368166.fritz.box>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17.12.2020 12:05, Matthias Apitz wrote:
> El d=C3=ADa mi=C3=A9rcoles, diciembre 16, 2020 a las 07:09:20p. m. +030=
0, Vladimir Kondratyev escribi=C3=B3:
>=20
> I applied the last patch (thanks) and revoked the changes I did in
> /usr/local/share/X11/xorg.conf.d/40-libinput.conf
>=20
> Following the hints of Michael (thanks) I have now in my ~/.xinitrc fil=
e
> this section:
>=20
> # TouchPad / ClickPad section
> #
> device=3D"Cypress APA I2C Trackpad"
> xinput set-prop "$device" "libinput Tapping Enabled" 1
> #
> # for those who like "natural" scrolling:
> #
> xinput set-prop "$device" "libinput Natural Scrolling Enabled" 1
> #
> # this gives three buttons in the lower part of the TP:
> #
> xinput set-prop "$device" "libinput Middle Emulation Enabled"  0
> #
> # +------------------------------------+
> # |                                    |
> # |             main area              |
> # |                                    |
> # |                                    |
> # +------------------------------------+
> # |  button1   |  button2  |  button3  | ~10mm in high
> # +------------------------------------+
> #
> # see also:
> # https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbutt=
ons.html
> #
> # end of TouchPad / ClickPad section
>=20
> With this I can
>=20
> - use button1 click in the window title, hold it down and move it aroun=
d
>   with the finger in the main area;

2-finger gestures and click are working.

> - tap on any desktop or window decoration icon =20
> - select a word with double tapping or a full line with tripple tapping
>   and paste is with a click on button2
> - click and hold down button1, select any length of string moving
>   another finger in the main area, release button1 and paste the
>   selected chars with a click on button2;
>=20
> Pasting with three finger tapping I get seldom to work.

3-finger gestures are working too.

> But, I was never used to this.

I faced with following statement: "three fingers are not reported on
some old Cypress APAs if they share the same horizontal line" somewhere
in the Linux driver code or in the commit log. May be that is your case.

So, your touchpad looks basically working.

Could you provide output from the following commands to ensure that it's
properties were determined correctly:

evemu-record
devinfo -rv
acpidump -dt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ec2ae30-e93e-26e4-28bc-3b3bb0112e3a>