From owner-svn-ports-head@freebsd.org Mon May 31 23:43:47 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 D3DBB63338E for ; Mon, 31 May 2021 23:43:47 +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 4FvBh35KN7z3Qwq; Mon, 31 May 2021 23:43:47 +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 1BC71229F7; Mon, 31 May 2021 23:43:47 +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: <8c2d7904-eb69-9a69-bbd1-41a9aa183b21@freebsd.org> Date: Mon, 31 May 2021 16:43:44 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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, 31 May 2021 23:43:47 -0000 On 2/8/21 11:22 AM, Craig Leres wrote: > 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. I was able to resolve my issues but only after things got worse; I started seeing X server (Xorg) crashes: (EE) (EE) Backtrace: (EE) 0: /usr/local/bin/Xorg (?+0x0) [0x41c98a] (EE) unw_get_proc_name failed: no unwind info found [-10] (EE) 1: /lib/libthr.so.3 (?+0x0) [0x800929b7e] (EE) unw_get_proc_name failed: no unwind info found [-10] (EE) 2: /lib/libthr.so.3 (?+0x0) [0x80092913f] (EE) 3: ? (?+0x0) [0x7ffffffff193] (EE) 4: /usr/local/lib/xorg/modules/drivers/nvidia_drv.so (?+0x0) [0x8022c8c60] (EE) (EE) Segmentation fault at address 0x50 (EE) Fatal server error: (EE) Caught signal 11 (Segmentation fault). Server aborting (EE) (EE) I tried downgrading nvida-driver from 460.80 to 460.73.01 but was still seeing crashes so I tried swapping my Quadro 410 with another desktop and the kicad/chrome issues followed the card; the card has clearly failed and is headed for a nearby e-waste bucket. I'm now back with 460.80 and while the lastest firefox (89.0_2,2) is still sluggish at times the screen artifacts and X server crashes seem to be gone. Craig