From nobody Sat Jun 26 00:53:39 2021 X-Original-To: freebsd-hackers@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 BB58811D35FD for ; Sat, 26 Jun 2021 00:53:41 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 4GBb394zvWz3pn8; Sat, 26 Jun 2021 00:53:41 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:e20:f2ad:4eff:fe09:150e]) (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 2877AB6B4; Sat, 26 Jun 2021 00:53:41 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: nvidia_drv.so/Xorg crashes To: Stefan Blachmann , =?UTF-8?Q?Fernando_Apestegu=c3=ada?= References: From: Craig Leres Cc: FreeBSD Hackers Message-ID: <1891eb32-87fa-6ae0-b351-b01eb77652d9@freebsd.org> Date: Fri, 25 Jun 2021 17:53:39 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org 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-ThisMailContainsUnwantedMimeParts: N On 6/24/21 5:45 PM, Stefan Blachmann wrote: > I'd suggest to ditch the packaged drivers (nvidia-driver-...) and try > using the nvidia driver from the nvidia driver site. > You have to build and install them according the README in the archive. > > The packaged drivers have some changes that are not approved by nvidia. > This can cause problems, for example with suspend/resume. Good idea. I downloaded/built/installed 460.84... and was able to crash Xorg within 60 seconds of launching it. And looking at what the nvidia-driver port patches, they seem mostly related to allowing use without having the linux framework present. On 6/24/21 8:54 PM, Fernando ApesteguĂ­a wrote: > Long shot, but libglvnd update affected x11/nvidia-driver. Have a look > at UPDATING 20210617 I noticed the switch from the bundled libglvnd to the port version but I was having crashes well before that change (June 16th). Looking for Xid errors in /var/log/messages I think I started having this problem on May 25th. Craig