From owner-freebsd-stable@FreeBSD.ORG Tue May 19 12:09:51 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA72C106566B for ; Tue, 19 May 2009 12:09:51 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 780F98FC1E for ; Tue, 19 May 2009 12:09:51 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n4JC9k5Q016790; Tue, 19 May 2009 14:09:46 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n4JC9kVC016789; Tue, 19 May 2009 14:09:46 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Tue, 19 May 2009 14:09:46 +0200 From: Ruben de Groot To: Laurent Grangeau Message-ID: <20090519120946.GA16691@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Laurent Grangeau , freebsd-stable@freebsd.org References: <1bf0a5b00905190359x3b655a3escf54b16d0634e01c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bf0a5b00905190359x3b655a3escf54b16d0634e01c@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Tue, 19 May 2009 14:09:50 +0200 (CEST) Cc: freebsd-stable@freebsd.org Subject: Re: Problem when compiling stable FreeBSD kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 12:09:52 -0000 On Tue, May 19, 2009 at 12:59:46PM +0200, Laurent Grangeau typed: > Hi ! > > I'm new on FreeBSD and I have some troubles with an option in the kernel > config. I was reading > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/consoles.html#CONSOLES-VIDCONTROLto > increase the resolution of my console. > So I put this two options in my kernel config file : > > options VESA > options SC_PIXEL_MODE > > And when I try to compile it, it says that option "VESA" is not recognise. > Is it normal ? > > I'm using the stable kernel on an AMD64 cpu. > (I'm not on my computer now, so I can't send you my conf file, and the > error, but I will do it tonight.) Last time I checked, VESA was i386 (32 bit) only. Ruben