From owner-freebsd-current@freebsd.org Sun Apr 12 05:34:13 2020 Return-Path: Delivered-To: freebsd-current@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 70D522B2AE5 for ; Sun, 12 Apr 2020 05:34:13 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 490L5x1cj6z4dr7 for ; Sun, 12 Apr 2020 05:34:12 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 03C5YaM6054258 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 11 Apr 2020 22:34:43 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: freebsd-current In-Reply-To: <2751595C-BBB8-46DF-ABC2-5CAD7B82176B@me.com> From: Chris Reply-To: bsd-lists@BSDforge.com To: Toomas Soome Subject: Re: Why is the console a graphic/bitmapped console, and not text/character by default Date: Sat, 11 Apr 2020 22:34:43 -0700 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 490L5x1cj6z4dr7 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.67 / 15.00]; NEURAL_HAM_MEDIUM(-0.76)[-0.760,0]; NEURAL_HAM_LONG(-0.91)[-0.912,0]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2020 05:34:13 -0000 On Sun, 12 Apr 2020 08:04:43 +0300 Toomas Soome tsoome@me=2Ecom said > You have UEFI setup? With UEFI, there is no text mode=2E >=20 > If mouse copy/paste is working is not a property of screen mode but it if= the > console driver does implement it or not=2E >=20 > Sent from my iPhone >=20 > > On 12=2E Apr 2020, at 07:41, Chris wrote: > >=20 > > =EF=BB=BFSorry for the ling title=2E But wasn't sure how make my > > question more concise=2E > > Why did we begin making an initial console "graphics mode" > > by default=2E My understanding has always been that (Free)BSD > > has been a "Server by default", and a Desktop after an initial > > install if that's one chosen target=2E > > It's near impossible to perform initial configuration > > in graphics mode, using a mouse to cut/copy/paste does *not* > > work as intended=2E Which requires one to make the necessary > > changes "breaking to the new system" after install completes > > to change initiation to test-mode before bouncing the box=2E > > While this "works" for long-time users=2E It's an *extra*, and > > seemingly *unnecessary* step=2E It is also likely to behoove > > first-time/new users -- except those already targeting a > > Desktop=2E > >=20 > > Thanks for any insight into this! :) > >=20 > > --Chris > >=20 > >=20 With (U)EFI firmware, you're in graphics until the kernel takes over=2E Where you can switch/change/obtain text/character mode=2E I'm not we're talking about the same thing here=2E --Chris