From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 15:25:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B4316A418 for ; Thu, 7 Feb 2008 15:25:04 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 95EF513C459 for ; Thu, 7 Feb 2008 15:25:03 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id m17F8u1M096516; Thu, 7 Feb 2008 16:08:57 +0100 (CET) (envelope-from Johan@double-l.nl) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 7 Feb 2008 16:08:54 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DDB7F@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: VESA option in 6.3? Thread-Index: AchpmVJM1yTWBkGxTKKjvbJNA/a2lwAAb51Q References: <47AB0CCB.9030000@student.utwente.nl> From: "Johan Hendriks" To: "Andreas Davour" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: VESA option in 6.3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 15:25:04 -0000 >> Andreas Davour wrote: >> >>> I just tried to compile my kernel with 'options VESA' and 'device=20 >>> vga', according to the instructions from 'man 4 vga'. >>>=20 >>> When I did it with 6.2 it worked, but now 'make buildkernel' tells me=20 >>> VESA is an unrecognized option. How come? >> >> I built a kernel with that for 6.3-RELEASE and it works just fine.=20 >> That is to say, the kernel builds, installs, boots and runs. But VESA >> itself is another story because I still can't change the syscons=20 >> resolution with vidcontrol and the screensavers don't work either. >> >> Perhaps you can send me your kernel config file? >Sure, here it is (it is a bit verbose, since I have not deleted stuff): ># UPHEAVAL kernconf, based on GENERIC 6.2 >machine amd64 >cpu HAMMER >ident UPHEAVAL ....snip You are using amd64 now, there is no option VESA support for amd64. Regards, Johan Hendriks