From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 02:53:03 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 8C09A2B4 for ; Sun, 18 Jan 2015 02:53:03 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9B9CA5 for ; Sun, 18 Jan 2015 02:53:03 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id hz1so1120646pad.8 for ; Sat, 17 Jan 2015 18:53:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yKd4rb0ZoPUNtwR9lSXGPkpww1sgPavBLwTCXUff6ao=; b=M/NoZmainzF6cGo70Z50HauIx8hR5+yJ47WGgLX0jA758GMAz7g2abBslY29QCoQT1 61oKhTVrUUthJBFxBv2sCp/bHR1qZGaf09mrDOAE7Rb0yPpScBN7Tp36RBCAD23nG7x/ 8/jWBVQftRdu45JztlUltraPnDxsQxM++1xyqmZIKYBUBCJ5GiJGJMqC1L9mBnzpSage P6cQqPdXdqBTveaNBos21Fh05/HsY2uqV0P2YtKrF+T8WmfE1GPOHogdSDvJ8u9/eWaT Y3aiWh7+926g/GDgcXYOBm2qt+5FhDg7klbxM7YWw9oxDtmLpMd6Z5vqpyPe7Jz4Zds0 rfLg== MIME-Version: 1.0 X-Received: by 10.70.29.67 with SMTP id i3mr5766093pdh.132.1421549582646; Sat, 17 Jan 2015 18:53:02 -0800 (PST) Received: by 10.70.101.133 with HTTP; Sat, 17 Jan 2015 18:53:02 -0800 (PST) In-Reply-To: <20150118012258.GA18726@home.parts-unknown.org> References: <20150118012258.GA18726@home.parts-unknown.org> Date: Sat, 17 Jan 2015 20:53:02 -0600 Message-ID: Subject: Re: i915 at boot From: Adam Vande More To: David Benfell Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions 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: Sun, 18 Jan 2015 02:53:03 -0000 On Sat, Jan 17, 2015 at 7:22 PM, David Benfell wrote: > Hi all, > > I think I'm missing a piece. The problem I'm trying to solve is > similar to that previously discussed and whose solution I found via > Google. > > I notice after starting Xorg, that my console font is a lot more > reasonable and I would like for this font to be activated at boot. > Here is the loader.conf snippet I have added: > > i915kms_load="YES" > kern.vt.fb.default_mode="1366x768" > > But I'm still getting the oversize default font. I am running: > You didn't indicate if you are actually using VT, the default on 10 is off. You must also use: kern.vty=vt -- Adam