From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 11:40:34 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 4CE21E5C for ; Tue, 12 Aug 2014 11:40:34 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010: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 CC92320DB for ; Tue, 12 Aug 2014 11:40:33 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id b8so7695542lan.5 for ; Tue, 12 Aug 2014 04:40:31 -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=LBPiIcJMi6RfPgrVJ2M/hIGspNk6m0vBAXV3h0O/KeM=; b=G0Wg3z2xaEhkaIgsbP7x/DNsRVUXeISy/CRTXflMq+zGouJf6Kks8sas+9PzNnPDkZ 4z99CnQ6OWKPhgMT63xxBLElPk4vYJItcjIVVnhbj9pE7x9+ePGcbHxcTCkt/w1kilZd WVXl63Hkn7fwCMAOieN7+EuKzxsuIk1k7A7Woc433+h7uIvP4oCq45JRD4tksXnWYnTK eRjdmfmZGzRpNPeoubxVPGch741WTx0QblDTWpM4QOsZaeBzYCRw5BxtunXtPA+bZ8Q0 8fJO4E0Tsq9BL4A1TIq+I334TRL/laLojONZWdqBYzeqmXlrtEMJDqRsnxPkjTM5CJR9 1Pxg== X-Received: by 10.152.87.229 with SMTP id bb5mr2032599lab.75.1407843631600; Tue, 12 Aug 2014 04:40:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.43.72 with HTTP; Tue, 12 Aug 2014 04:40:01 -0700 (PDT) In-Reply-To: <53E9D1DE.2010401@gmail.com> References: <53E9D1DE.2010401@gmail.com> From: Matthias Gamsjager Date: Tue, 12 Aug 2014 13:40:01 +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 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 11:40:34 -0000 > My questions is, how can I get that from the start; i.e. i'd like it to be > like that on first boot and on all my console screens. Does anyone know how > I do that? > I had it working by loading the radeon modules for my card (Barts) at loader.conf but I switched back because it took forever to boot because there was some lag when a lot of rows where added.