From owner-freebsd-questions@FreeBSD.ORG Tue Jan 6 20:04:08 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EF9C3A5 for ; Tue, 6 Jan 2015 20:04:08 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 75EA3676B0 for ; Tue, 6 Jan 2015 19:44:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t06JiE1g078872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Jan 2015 12:44:14 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t06JiDi3078869; Tue, 6 Jan 2015 12:44:14 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 6 Jan 2015 12:44:13 -0700 (MST) From: Warren Block To: Gregory Orange Subject: Re: CURRENT: Intel Haswell KMS support? In-Reply-To: <54ABE49F.30201@calorieking.com> Message-ID: References: <20141231203011.51831755.ohartman@zedat.fu-berlin.de> <20141231200235.GA3957@unixarea.DDR.dd> <20141231214835.0f46afc4.ohartman@zedat.fu-berlin.de> <54A52D47.10306@qeng-ho.org> <54A9F80A.2010507@calorieking.com> <54AA4CD9.50808@qeng-ho.org> <20150105084400.GA2822@unixarea.DDR.dd> <54AA5078.7030403@qeng-ho.org> <54ABE49F.30201@calorieking.com> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 06 Jan 2015 12:44:14 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 20:04:08 -0000 On Tue, 6 Jan 2015, Gregory Orange wrote: > On 05/01/15 23:07, Warren Block wrote: >> There is also hw.vga.textmode=1, which causes vt to remain in >> text mode until a switch to graphics is made, like starting X. This can >> make booting faster, mostly due to text scrolling. > > sysctl -a doesn't show this setting - is there a way to confirm this is in > place? Other than looking for that entry in /boot/loader.conf, not that I know.