Date: Wed, 16 Dec 2020 14:55:44 +0300 From: Vladimir Kondratyev <vladimir@kondratyev.su> To: freebsd-x11@freebsd.org Subject: Re: Xorg (latest from ports) and no mouse movement Message-ID: <4dafd8bb-14fa-dee9-353f-625f8479af95@kondratyev.su> In-Reply-To: <X9nva3MXXq4Crg7g@c720-r368166.fritz.box> References: <20201205114354.GA3814@c720-r342378> <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>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16.12.2020 14:28, Matthias Apitz wrote: > El d=EDa jueves, diciembre 10, 2020 a las 09:03:02p. m. +0300, Vladimir= Kondratyev escribi=F3: >=20 >>> 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? >=20 > Only short taps. > AFAIK, libinput disables taps by default. Try to add following snippet to your xorg.conf: Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "NaturalScrolling" "on" Option "ClickMethod" "clickfinger" EndSection Or try to search "Tap enable" checkbox in your DE control panel if it exists. >> Could you run evemu-record from devel/evemu, than choose "Cypress APA >> I2C Trackpad" as input source, do a "CLICK" and than send me output? >=20 > When I start it, it says at the end: >=20 >=20 > ... > A: 35 0 870 0 0 10 > A: 36 0 470 0 0 10 > A: 39 -1 15 0 0 0 > A: 3a 0 255 0 0 0 > ################################ > # Waiting for events # > ################################ >=20 > and nothing happens on clicks or taps. >=20 No events at all. Even a touch events... Don't you forget to set sysctl kern.evdev.rcpt_mask back to 12? > # Event type 1 (EV_KEY) > # Event code 272 (BTN_LEFT) > # Event code 274 (BTN_MIDDLE) > # Event code 325 (BTN_TOOL_FINGER) > # Event code 328 (BTN_TOOL_QUINTTAP) > # Event code 330 (BTN_TOUCH) > # Event code 333 (BTN_TOOL_DOUBLETAP) > # Event code 334 (BTN_TOOL_TRIPLETAP) > # Event code 335 (BTN_TOOL_QUADTAP) > # Event type 3 (EV_ABS) It looks like middle button is misdetected
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dafd8bb-14fa-dee9-353f-625f8479af95>