From nobody Mon Jan 02 17:43:57 2023 X-Original-To: freebsd-current@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 4Nm3Bx5WsDz2p5mQ for ; Mon, 2 Jan 2023 17:44:09 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from out-139.mta0.migadu.com (out-139.mta0.migadu.com [IPv6:2001:41d0:1004:224b::8b]) (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 4Nm3Bw1klPz3Q5N for ; Mon, 2 Jan 2023 17:44:08 +0000 (UTC) (envelope-from rcarter@pinyon.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pinyon.org header.s=key1 header.b=p6Goiey2; spf=pass (mx1.freebsd.org: domain of rcarter@pinyon.org designates 2001:41d0:1004:224b::8b as permitted sender) smtp.mailfrom=rcarter@pinyon.org; dmarc=none Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinyon.org; s=key1; t=1672681439; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jqa2mipMhza4PKW8kFfpuXaTQMmsE5uFD+OHfACJZeQ=; b=p6Goiey2dODGhcWFwLnDcqrSzAMdBnSQMv2D1scfXDZRYOEdai9kS/c7HAl666O1wgsAUb MEu36IEFTzUV1+EWiy9l9B2kF7LbZYIb175PHbEM6mSg2NrqaNgjIXjHVpde5S9Rp2/qVl F/VsR8M+EZMkTClVr8oWhUj1oboHMNo= Date: Mon, 2 Jan 2023 12:43:57 -0500 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Language: en-US To: freebsd-current@freebsd.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Russell L. Carter" Subject: AMD Ryzen 5 5600G graphics acceleration fails now on -current Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Spamd-Result: default: False [-3.49 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.989]; R_DKIM_ALLOW(-0.20)[pinyon.org:s=key1]; R_SPF_ALLOW(-0.20)[+ip6:2001:41d0:1004:224b::/64]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ZERO(0.00)[0]; DKIM_TRACE(0.00)[pinyon.org:+]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[pinyon.org]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4Nm3Bw1klPz3Q5N X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Greetings, I have been happily using an AMD 5600G box for about 9 months on -current with zero hiccups. After performing my quarterly git pull + buildworld + installworld + pkg update + pkg upgrade, no packages that require graphics work. This is broad based, from kitty to mpv, thunderbird, and firefox. Oddly chromium still "works". I see nothing in /usr/src/UPDATING or /usr/ports/UPDATING. I spent the past 4 months moving across the country so maybe I missed something? Thanks for any tips. All the best, Russell