From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 20:20:13 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74675F72 for ; Tue, 12 Aug 2014 20:20:13 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (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 F1AD32B3A for ; Tue, 12 Aug 2014 20:20:12 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id mc6so8468433lab.34 for ; Tue, 12 Aug 2014 13:20:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=XNa4KrncZFIYF/nsR5WTFf43u84oDgXZ+VBzCVsn+jo=; b=FVw4M4pBotNhlhKaIaoxWWTIeJW6ERRAkMaWpx0TS7KetR1vUNCJFMBRcY5RVUBJpY IoReNPnzPccZ7CjP7VUDtTm0VIhX4TNGNZPeo5B1KquxU9NnXHqCbq82uCqDUQ59Ei9N oJcz6EO1WnmMv+APLBp8QXgj4cW6hctT1eIRVJ24QlX884Zgd+IxLmHNrnXD6t92QRGt Od8cvNP1psmCOk1ZMpI6ZTT05i8ImVNkMvlfaO6XD+A1s7WJFZTCiah51A7JUPWoo7wv XSTNehYXViZzqfxz/+e8Iw/VJyl9U246UcRO9KENaQqE7NQXYvFPHFBGuUnBqEWCJJoR puOw== X-Received: by 10.152.9.3 with SMTP id v3mr34671laa.90.1407874810886; Tue, 12 Aug 2014 13:20:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.43.72 with HTTP; Tue, 12 Aug 2014 13:19:40 -0700 (PDT) In-Reply-To: <53EA7356.4060904@gmail.com> References: <53E9D1DE.2010401@gmail.com> <53EA00B7.6070505@gmail.com> <53EA3072.4000907@gmail.com> <53EA7356.4060904@gmail.com> From: Matthias Gamsjager Date: Tue, 12 Aug 2014 22:19:40 +0200 Message-ID: Subject: Re: vt console driver To: Jamie Griffin Content-Type: text/plain; charset=UTF-8 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: Tue, 12 Aug 2014 20:20:13 -0000 > I definitely don't load the module if it's in the kernel, but are there any > other tunables I need to use to get it to display properly, it does work as > i've got the proper display when I switch to another console using > ctrl-alt-Fn. Perhaps I need to use a vidcontrol video mode? No should work after loading the modules. Kernel boots till the videocard section and then switches to highres mode (at least it did with my radeon).