From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 02:07:30 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37B26B0D for ; Wed, 21 Jan 2015 02:07:30 +0000 (UTC) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (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 059C9EE5 for ; Wed, 21 Jan 2015 02:07:30 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id lf10so49565673pab.5 for ; Tue, 20 Jan 2015 18:07:29 -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=JlyZuGVzr17XvFljOvc4ahZReEondUNulKUIKGY9ItQ=; b=jeMPyXPPwbl5eVdYAE16HCDzyuMpUEJZbWL/wK8OJB8iNbUNDNWhKBh9oYI4y5faDD ZKDUmg3TjcS14nm7tFhkf+xOHP7oQn6dQlr3Lr4Hof6wZ5pCfQ0vU4stBuBh+sffh5mX 4hEuxLYLdxtayt83sB+H57wb9K5QJYfe7boe4w8MmNehWCQs1JEMipPQo1YbLA5Fr+Ox ucVaziTLiXWpYwwbqS9qoJ+6lTzsbxqsJHQU04O+kIQnJ+E1DzrUh6xEjzbVf1je7kEf tEbnrIm0QfkdXb30Kjnop7FZBhAPMR+xOXVMtqOUNyklcd3WCuVJej5YZ1m/eLWtwRaW T3xw== MIME-Version: 1.0 X-Received: by 10.70.90.209 with SMTP id by17mr58868734pdb.162.1421806049469; Tue, 20 Jan 2015 18:07:29 -0800 (PST) Received: by 10.70.101.133 with HTTP; Tue, 20 Jan 2015 18:07:29 -0800 (PST) In-Reply-To: <20150121005618.GA34833@home.parts-unknown.org> References: <20150118012258.GA18726@home.parts-unknown.org> <20150121005618.GA34833@home.parts-unknown.org> Date: Tue, 20 Jan 2015 20:07:29 -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: Wed, 21 Jan 2015 02:07:30 -0000 On Tue, Jan 20, 2015 at 6:56 PM, David Benfell wrote: > On Sat, Jan 17, 2015 at 05:22:58PM -0800, David Benfell wrote: > > > > 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: > > > > FreeBSD n4rky.parts-unknown.org 10.1-STABLE FreeBSD 10.1-STABLE #0 > > r275948: Fri Dec 19 19:42:39 PST 2014 > > root@n4rky.parts-unknown.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > Looking into this further; dmesg tells me I'm missing dependencies. It > doesn't tell me what those dependencies are. And Google is not > enlightening me as to how to determine what those dependencies are. > > I tried adding i915. No joy: > > VT: running with driver "vga". > KLD file i915.ko is missing dependencies > KLD file i915kms.ko is missing dependencies > kern.vty="vt" i915kms_load="YES" is completely sufficient for me to load all the needed parts so I suspect you have an issue with your modules. Are you running GENERIC? -- Adam