From nobody Thu Mar 13 09:18:25 2025 X-Original-To: freebsd-desktop@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ZD23x4xGhz5qMT6; Thu, 13 Mar 2025 09:18:37 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail04.docbase.net (mail04.docbase.net [IPv6:2a01:4f8:1c1b:1324::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail04.docbase.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZD23x22qsz3gyD; Thu, 13 Mar 2025 09:18:37 +0000 (UTC) (envelope-from matias@pizarro.net) Authentication-Results: mx1.freebsd.org; none Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 49647CE9B6; Thu, 13 Mar 2025 10:18:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pizarro.net; s=dkim; t=1741857509; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-language:in-reply-to:references; bh=Drzpzz6hFPFiQ9xyVKrMkcPHgUYXv+BnhRD8DNqX6UE=; b=NtpHdG1s2HjFX9v7q1weWuEOdKO1ISouskk7rEg/Hyf4G8kW9UKqx40B6wbsNZUKqHjRaZ kgVc353RpuN8u1VhHzDF5jKb9Z32P3EuDHdqx9qM0owVb36NQWBhZ39aNEHuDufFZh8caW 3jfSHt2tRWyCdTPnPFLFHpqNHYoJfQsJTWqwnBHijQWwvDD9kSFWFPprkkcdJ81RDsVNQb bI/+Wn/d9X3g7KS2NEFPd7huZDhINfJeoxG8QpOZOLfBQuDywe2JX+hEBVmge350/Ip4y4 E0cIwF7Sp2lRsU5ryif/njCr4qhKDWMnuOepxz89Tkvh8S1TOjTikhhLlqpUqA== Content-Type: multipart/alternative; boundary="------------10SypbTv1Sw2JxWBjXfqsWXm" Message-ID: <7f519094-99bc-4676-83af-a765e8369716@pizarro.net> Date: Thu, 13 Mar 2025 10:18:25 +0100 List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Thinkpad L480 touchpad issues To: Pedro Andres Aranda Gutierrez , Gleb Popov Cc: Christos Margiolis , freebsd-desktop@freebsd.org, freebsd-acpi@freebsd.org, freebsd-multimedia@freebsd.org References: <5gpw5bkzfoeh5coznwdpd4sroeckcfvn4vezxxmvdtl4vt3yqe@5mtt2qdh3gyr> Content-Language: en-GB, ca, da, nl, fr, de-DE, el-en, it, nb-NO, pt-PT, es-ES, sv-SE From: Matias Pizarro In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] X-Rspamd-Queue-Id: 4ZD23x22qsz3gyD X-Spamd-Bar: ---- This is a multi-part message in MIME format. --------------10SypbTv1Sw2JxWBjXfqsWXm Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Thanks Gleb, I can confirm that once xf86-input-synaptics is removed the native KDE touchpad config UI re-appears (noth in KDE 5 and 6) and works. As such I execute <  doas pkg remove -f xf86-input-synaptics >   after each pkg upgrade/install. It does not affect the touchpad regularly going back to mouse-like (no touch-to-click, no scroll etc...) behaviour after leaving the X11 screen for some time  (by ctrl-alt-Fn or long inactivity). Best, Matias On 13-Mar-2025 08:31, Pedro Andres Aranda Gutierrez wrote: > I had to write the libinput conf file by hand... > > > On Thu, 13 Mar 2025 at 06:56, Gleb Popov wrote: > > If the "Touchpad" section of KDE System Settings shows the "No > touchpad found" message, try removing the xf86-input-synaptics > package. > > > > -- > Fragen sind nicht da, um beantwortet zu werden, > Fragen sind da um gestellt zu werden > Georg Kreisler > > Sagen's Paradeiser, write BE! > Year 1 of the New Koprocracy > --------------10SypbTv1Sw2JxWBjXfqsWXm Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Thanks Gleb,

I can confirm that once xf86-input-synaptics is removed the native KDE touchpad config UI re-appears (noth in KDE 5 and 6) and works.

As such I execute <  doas pkg remove -f xf86-input-synaptics  >   after each pkg upgrade/install.

It does not affect the touchpad regularly going back to mouse-like (no touch-to-click, no scroll etc...) behaviour after leaving the X11 screen for some time  (by ctrl-alt-Fn or long inactivity).


Best,

Matias


On 13-Mar-2025 08:31, Pedro Andres Aranda Gutierrez wrote:
I had to write the libinput conf file by hand...


On Thu, 13 Mar 2025 at 06:56, Gleb Popov <arrowd@freebsd.org> wrote:
If the "Touchpad" section of KDE System Settings shows the "No
touchpad found" message, try removing the xf86-input-synaptics
package.



--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Sagen's Paradeiser, write BE!
Year 1 of the New Koprocracy

--------------10SypbTv1Sw2JxWBjXfqsWXm--