From owner-freebsd-current@freebsd.org Mon Apr 27 06:51:16 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 943C22AAD55 for ; Mon, 27 Apr 2020 06:51:16 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 499b5t56y9z4WJd for ; Mon, 27 Apr 2020 06:51:14 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 499b5k5zXsz3lbm; Mon, 27 Apr 2020 06:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1587970123; bh=RYh0JV7l3c2bgtdETcyn9MVy owOr7/i+ZsWDOfiMIf4=; b=b+wIJ972FCqxjNRKAjnDYUqL0iuotjqSvBCKIq5L UIDmsmkZL+DP09FEuqPTAK1j4uUm8vwtV95SY/cNoAP3cXSCp3GhBdUom12lmcbY FxMWWQL7nxkz9sdYolqLFxihKHm3RA4SFPdiMbK2vQ2ydqqRR9Ayk1FHxvHe5i8d zTc= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id poOhXUV9BKfs; Mon, 27 Apr 2020 06:48:43 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:d198:cafc:e960:ee6d]) by mail.daemonic.se (Postfix) with ESMTPSA id 499b0K5DLGz3mFw; Mon, 27 Apr 2020 06:46:25 +0000 (UTC) Subject: Re: Weird mouse behaviour To: Malcolm Matalka , "freebsd-current@freebsd.org" References: <86imhlv518.fsf@gmail.com> From: Niclas Zeising Message-ID: <6dfad31c-68f2-c38f-28ac-0696e73b41a9@daemonic.se> Date: Mon, 27 Apr 2020 08:46:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <86imhlv518.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 499b5t56y9z4WJd X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=daemonic.se header.s=20151023 header.b=b+wIJ972; dmarc=pass (policy=none) header.from=daemonic.se; spf=pass (mx1.freebsd.org: domain of zeising@daemonic.se designates 176.58.89.161 as permitted sender) smtp.mailfrom=zeising@daemonic.se X-Spamd-Result: default: False [-6.69 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[daemonic.se:s=20151023]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.69)[ip: (-9.73), ipnet: 176.58.89.0/24(-4.87), asn: 36236(-3.80), country: US(-0.05)]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[daemonic.se:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[daemonic.se,none]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2020 06:51:16 -0000 On 2020-04-27 08:03, Malcolm Matalka wrote: > I saw that there was another thread on this and I wanted to throw my > experience in: my mouse was sluggish and tap-to-click did not work. I > set the evdev mask back to 3 and it worked. > > I am on a Dell XPS 13. Hi! Is this on CURRENT? When using X? Can you verify that you have xf86-input-libinput installed? You can change sensitivity and enable tap to click using xinput. Regards -- Niclas