From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 20:04:43 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 1C92C484 for ; Tue, 12 Aug 2014 20:04:43 +0000 (UTC) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (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 A33F32980 for ; Tue, 12 Aug 2014 20:04:42 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id p10so10390104wes.30 for ; Tue, 12 Aug 2014 13:04:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=fv16Z8nfLPjwl97kxDckpwIePYEBIGgvi8lZ/UPOa7g=; b=Mok2z6+09JjuquMqezeUA9XC1264PJ3jUYYSWXQ7/+unjz+4lPedWjk6hESNYwVUgn 1WRpuu94K8q0oxEfkgxSO9gFsAP2fhXeO2c/nlUgrvLxyftfm/IzCdvBD2TGo9vQJX/r 1a6dBJsL3YEKzT8ksOh99mgT0G393RaansV2mXrbDSgtcfqgJ2xt+plb1+fEpGvLLdj7 iFdoYRpzG49PV5w2hPujNzJ5V47txQdZikQcwDO+WFQObwrvr/Vyof993DsHiT+70It5 +hRKo49UlNy2NeO6eP80DazdkBpWta2miG/97RlsjNwABq0qXRPRSjC+x+9hYC+M5cJx h15A== X-Received: by 10.194.89.168 with SMTP id bp8mr3139648wjb.53.1407873880875; Tue, 12 Aug 2014 13:04:40 -0700 (PDT) Received: from kontrol.kode5.net (host86-168-30-173.range86-168.btcentralplus.com. [86.168.30.173]) by mx.google.com with ESMTPSA id d2sm155200wiy.13.2014.08.12.13.04.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 13:04:40 -0700 (PDT) Message-ID: <53EA7356.4060904@gmail.com> Date: Tue, 12 Aug 2014 21:04:38 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: vt console driver References: <53E9D1DE.2010401@gmail.com> <53EA00B7.6070505@gmail.com> <53EA3072.4000907@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Matthias Gamsjager 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:04:43 -0000 On 12/08/2014 20:58, Matthias Gamsjager wrote: > Hmm if it's already in the kernel you don't need to load it AFAIK. > Maybe someone else has an idea? 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?