From owner-freebsd-current@freebsd.org Wed Jul 29 09:20:47 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 9876E3A4C1F for ; Wed, 29 Jul 2020 09:20:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BGp1W2Rc1z4Wyt for ; Wed, 29 Jul 2020 09:20:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.nyi.freebsd.org (Postfix) id 51A623A4C92; Wed, 29 Jul 2020 09:20:47 +0000 (UTC) Delivered-To: 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 5170F3A4D08 for ; Wed, 29 Jul 2020 09:20:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BGp1V3Xnxz4Wv2 for ; Wed, 29 Jul 2020 09:20:46 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id EFC1B26026B; Wed, 29 Jul 2020 11:20:37 +0200 (CEST) Subject: Re: KiCad is horrible on CURRENT To: Poul-Henning Kamp , current@freebsd.org References: <75848.1596009145@critter.freebsd.dk> From: Hans Petter Selasky Message-ID: <67e168b0-6aaf-c4c6-0743-7c0a9548d123@selasky.org> Date: Wed, 29 Jul 2020 11:20:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <75848.1596009145@critter.freebsd.dk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BGp1V3Xnxz4Wv2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-2.26 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-1.02)[-1.021]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; NEURAL_HAM_MEDIUM(-0.96)[-0.963]; NEURAL_SPAM_SHORT(0.02)[0.024]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 29 Jul 2020 09:20:47 -0000 On 2020-07-29 09:52, Poul-Henning Kamp wrote: > I updated to current three days ago: > > 13.0-CURRENT #0 r363533M: Sun Jul 26 08:39:48 UTC 2020 > > When I start cad/kicad (which I have not done in some time), the > gui is horribly lagging and often downright confused about > the cursors whereabouts. > > I've tried switching between "fall-back" and "accellerated" > in kicad, but there does not seem to be any qualitative > difference. > > One of the few diagnostics I see related to this is: > > 07:33:34: Debug: window wxScrolledWindow(0x81a3f8000, ) lost focus even though it didn't have it > > I have no idea if this is a kicad, Xorg or libinput related. > > In my Xorg log I have a lot of (rate-limited): > > SynPS/2 Synaptics TouchPad: kernel bug: Touch jump detected and discarded. > Try to install "xev" and see if the log is full of events. --HPS