From owner-freebsd-questions@freebsd.org Tue Feb 27 15:02:05 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 AB4D3F2D1AE for ; Tue, 27 Feb 2018 15:02:05 +0000 (UTC) (envelope-from mfv@bway.net) Received: from smtp1.bway.net (smtp1.bway.net [216.220.96.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6C07C1B6 for ; Tue, 27 Feb 2018 15:02:05 +0000 (UTC) (envelope-from mfv@bway.net) Received: from gecko4 (host-216-220-115-50.dsl.bway.net [216.220.115.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: m1316v@bway.net) by smtp1.bway.net (Postfix) with ESMTPSA id ADBEA95854; Tue, 27 Feb 2018 10:01:58 -0500 (EST) Date: Tue, 27 Feb 2018 10:01:58 -0500 From: mfv To: Rod Person Cc: Freebsd Questions Subject: Re: Portrait mode console? Message-ID: <20180227100158.2eac96f6@gecko4> In-Reply-To: <20180227085745.4f36ba81@atomizer.fios-router.home> References: <20180227085745.4f36ba81@atomizer.fios-router.home> Reply-To: mfv@bway.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Tue, 27 Feb 2018 15:02:05 -0000 > On Tue, 2018-02-27 at 08:57 Rod Person > wrote: > >Is there a way to have the console recognize portrait mode of a monitor >(vertical). I tried setting the resolution to 1200x1920 but that did >nothing. I don't care if this is using vt or sc, although I did switch >back to sc after reading the console font thread last week. > Hello Rod, "man 1 xrandr" may help. Cheers ... Marek