From owner-freebsd-questions@freebsd.org Mon Dec 7 04:43:07 2020 Return-Path: Delivered-To: freebsd-questions@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 926CD476DD6 for ; Mon, 7 Dec 2020 04:43:07 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.202.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.email-protect.gosecure.net", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cq9ff5KwXz3r0X for ; Mon, 7 Dec 2020 04:43:06 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({a5d26f16-a20f-11ea-85ac-edb2fe27a086}) via TCP (outbound) with ESMTP id 20201207044304731_00001189 for ; Sun, 06 Dec 2020 20:43:04 -0800 X-RC-FROM: X-RC-RCPT: Received: from elm.localnet (unknown [199.58.99.76]) (Authenticated sender: carlj@peak.org) by envoy14.neonova.net (Postfix) with ESMTPA id 4Cq9fX3jcbz9sxV for ; Sun, 6 Dec 2020 23:43:00 -0500 (EST) Received: from localhost.localnet ([127.0.0.1] helo=elm.localnet) by elm.localnet with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1km8MV-0007V7-2g for freebsd-questions@freebsd.org; Sun, 06 Dec 2020 20:42:59 -0800 Received: (from carlj@localhost) by elm.localnet (8.16.1/8.16.1/Submit) id 0B74gwbi028836; Sun, 6 Dec 2020 20:42:58 -0800 (PST) (envelope-from carlj@elm.localnet) From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Orb logo overwriting part of virtual terminals References: <86lfeaps3z.fsf@elm.localnet> <4d9f04be-83c3-ebb5-5cd7-c798b1f39b5d@FreeBSD.org> Date: Sun, 06 Dec 2020 20:42:58 -0800 In-Reply-To: <4d9f04be-83c3-ebb5-5cd7-c798b1f39b5d@FreeBSD.org> (Steve Wills's message of "Sun, 6 Dec 2020 23:15:12 -0500") Message-ID: <86o8j6ns4t.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: greymail.email-protect.gosecure.net@137.118.58.100/32 X-Rspamd-Queue-Id: 4Cq9ff5KwXz3r0X X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=peak.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 208.80.202.2 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[208.80.202.2:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[208.80.202.2:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[peak.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:208.80.202.0/23, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2020 04:43:07 -0000 Steve Wills writes: > Hi, > > On 12/6/20 4:00 PM, Carl Johnson wrote: >> Hello, >> I am setting up a new system from scratch and haven't gotten to X11 >> yet, >> but I now have four FreeBSD 'Orb' logos overwriting almost half of the >> first 5 lines of every virtual console. I have done little >> configuration yet, so it looks like that may be a default configuration. >> Has anybody else seen anything like this before? >> This is FreeBSD 13.0-CURRENT I am experimenting with now from the >> 2020-12-03 snapshot, so it might be new. I haven't done any >> configuration of rc.conf or loader.conf yet. The system is pretty >> generic with an AMD Ryzen 3200G processor and its builtin graphics. >> > > See: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248628 > > Though there seem to be multiple issues, one where logo re-appears > after disappearing and prevents using the mouse on the lower part of > the screen (which I believe is solved by the patch) and another where > it appears at boot despite kern.vt.splash_cpu=0 being set (which is > default). Sounds like you're hitting the later. Thank you, that certainly looks like the problem. -- Carl Johnson carlj@peak.org