From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 00:53:42 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF016ADA; Tue, 26 Aug 2014 00:53:42 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD56C3099; Tue, 26 Aug 2014 00:53:42 +0000 (UTC) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.5/8.14.5) with ESMTP id s7Q0saIR040032; Mon, 25 Aug 2014 17:54:42 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimatedns.net (8.14.5/8.14.5/Submit) id s7Q0sVsL040015; Mon, 25 Aug 2014 17:54:31 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net ([2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Mon, 25 Aug 2014 17:54:31 -0700 (PDT) Message-ID: In-Reply-To: References: Date: Mon, 25 Aug 2014 17:54:31 -0700 (PDT) Subject: Re: How to get a mouse in vt(4) -- NEWCONS From: "Chris H" To: "Warren Block" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd hackers , freebsd current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 26 Aug 2014 00:53:43 -0000 > On Mon, 25 Aug 2014, Chris H wrote: > >> I also read that hw.vga.textmode is available. However sysctl >> hw.vga.textmode returns unknown oid. > > It is a boot-time-only setting for loader.conf. > > hw.vga.textmode=1 > > boots in text mode. Ahh, I see. Thank you very much, Warren, for the reply. :) --Chris >