From owner-svn-ports-head@freebsd.org Mon Feb 8 19:22:09 2021 Return-Path: Delivered-To: svn-ports-head@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 163F253E046; Mon, 8 Feb 2021 19:22:09 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZG9s082wz4j06; Mon, 8 Feb 2021 19:22:09 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:e20:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 6A95B27D58; Mon, 8 Feb 2021 19:22:08 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: svn commit: r564088 - in head/x11: linux-nvidia-libs nvidia-driver nvidia-driver/files nvidia-settings nvidia-xconfig From: Craig Leres To: Alexey Dokuchaev Cc: Guido Falsi , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102050727.1157RtXv030475@repo.freebsd.org> <02fc41c6-d2dc-2dac-af0c-67a597f85eb4@FreeBSD.org> <20210206085720.GC98421@FreeBSD.org> <20210208013811.GA91311@FreeBSD.org> Message-ID: Date: Mon, 8 Feb 2021 11:22:06 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 19:22:09 -0000 On 2/7/21 10:16 PM, Craig Leres wrote: > > On 2/7/21 5:38 PM, Alexey Dokuchaev wrote: >> On Sun, Feb 07, 2021 at 01:04:15PM -0800, Craig Leres wrote: >>> On 2/6/21 12:57 AM, Alexey Dokuchaev wrote: >>>> Thanks for the report, should be fixed in r564208 (or so I hope, I >>>> could >>>> not reproduce it, but there is upstream issue which suggested similar, >>>> albeit not completely identical fix*). >>>> >>>> *)https://github.com/NVIDIA/nvidia-settings/issues/59 >>> My poudriere build server failed to build this version this morning. >>> I'll append the specific errors, let me know if you'd like to see the >>> whole log. >> No, it's fine.  Could you apply suggested patch with explicit $(MKDIR) >> from that issue #59 and rerun your tests?  Now that I've studied their >> makefiles closer, they actually do call it explicitly as part of the >> recipe for other similar targets. :( > > I've appended a patchset that does this. It builds in poudriere by > itself, tomorrow I'll report how it did when part of a ~1000 port build > (that when it's been failing). The patched version of nvidia-settings built ok this morning (along with 1091 other packages). So I think the patchset is good. However, ever since booting with nvidia-driver-460.39 I've been seeing intermittent xterm glitches related to running firefox and kicad. It looks like some kind of hardware buffer swapping... Like something is switching between slightly different versions of a window, sometimes once every 5 seconds and sometimes very fast. And sometimes xterm scrolling results in the line doubling that doesn't really exist. Craig