From owner-freebsd-questions@freebsd.org Fri Feb 23 03:32:39 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80B32F22AEE for ; Fri, 23 Feb 2018 03:32:39 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 033CD6931D for ; Fri, 23 Feb 2018 03:32:39 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x229.google.com with SMTP id z6so8346833iob.11 for ; Thu, 22 Feb 2018 19:32:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MQjumstxnNnqeNoicTLB0OXpoFB+ZtSuJFzaoKkLopE=; b=DLvck6xeZSMuUpN5Zu0qXBAgFf+LCbcuK+BEGfBOX4CADjl3QvC8dLAXvjMqwSVgS3 rcXNeBCcMShAcM/UbKzVpmJXFIqzq7b2OLC4EW2gMSKyDujzP31KozmoGckvDetZkyGi Ce5EEW7ICc3Lab4LqQmVJkuFGnGN+sFlMoJWCTSau+I51xFhCd+RmBeb/UafrP3I8AOd HkobejVGCCw4xBLZlKJ9ShmfghaOHk0SLjRXcOSw/bWcoNNvE/6R0YJFZzN2sOrCUxUA W5dw2yB2abJrMIvWuXKTS1Ws/kKCXyxWv0ew6cfHbNgTQwc9DDYRhAnSLBQ+/nFgVls2 YvBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MQjumstxnNnqeNoicTLB0OXpoFB+ZtSuJFzaoKkLopE=; b=X/ZNVd1dI5Ai0o+CeL1vpyAhjlAGsAkE9D5rUAmmBey3pbzleujaHJ/gY/t/Q1E27e sEzDvPEzFgN8UTCz118lgFua02BHhaiRHldOxWHBZ4qHxhmM8FnMtIlugoJvhemL5fxh WQyjcRbCB02MQ/onba61658FKfYJia2TP/RMEt+wBfkpss1U7ZD0o6tcL3WNdixZ/3m9 mt+NcM8y2wVBx41NaabOeuYpgm+/Nv7NiqJZkkq1Y9Z39e6G+EMBrkUP1veZHMO9y5WA 88gFMkYXqe8pxlY5kJGuO3xkucVEf5LQHH5OVMSQi6EAMjWXi7jju4akHq0cd52zIH5Z lyXA== X-Gm-Message-State: APf1xPB+7LNyal2AiregYfew2bFZUTyuDqNurZEafZyyY3rTgMIR87cJ PxxovFbQFz+HW64GAx+12CcAyP/GkS9ImgHX88I= X-Google-Smtp-Source: AG47ELsh2LfaZxoOjTdLktjYXi0hnofrV/JxCN9u6rbedOkR1Hn0JsVbJAP5edprNayo/JOYOg60UutJMf0VSk6D++4= X-Received: by 10.107.9.226 with SMTP id 95mr259398ioj.111.1519356758227; Thu, 22 Feb 2018 19:32:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.151.151 with HTTP; Thu, 22 Feb 2018 19:32:37 -0800 (PST) In-Reply-To: <4B7D6A7C-0122-4CD9-9888-28DA4218DA8A@kreme.com> References: <124011442.3827649.1519321430747.ref@mail.yahoo.com> <124011442.3827649.1519321430747@mail.yahoo.com> <4B7D6A7C-0122-4CD9-9888-28DA4218DA8A@kreme.com> From: Adam Date: Thu, 22 Feb 2018 21:32:37 -0600 Message-ID: Subject: Re: how to change console font type and size ? To: "@lbutlr" Cc: Freebsd Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 03:32:39 -0000 On Thu, Feb 22, 2018 at 7:19 PM, @lbutlr wrote: > On 2018-02-22 (10:43 MST), Craig Block via freebsd-questions < > freebsd-questions@freebsd.org> wrote: > > > > In my case I went back to using the sc driver > > This seems the only rational choice for the majority of FreeBSD installs > where a GUI is never loaded. > > Really, vt should only be the default if the system is setup to run a > desktop, as for console use it's a disaster. > Works no worse than sc for my console usage, I think it's great. -- Adam