From owner-freebsd-questions Sat Nov 2 6:36:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A782C37B401 for ; Sat, 2 Nov 2002 06:36:50 -0800 (PST) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7664343E9E for ; Sat, 2 Nov 2002 06:36:49 -0800 (PST) (envelope-from lefty@ene.asda.gr) Received: from ene.asda.gr (lefty.ene.asda.gr [193.92.118.162]) (authenticated bits=0) by ene.asda.gr (8.12.6/8.12.6) with ESMTP id gA2EakZe016413; Sat, 2 Nov 2002 16:36:47 +0200 (EET) (envelope-from lefty@ene.asda.gr) Message-ID: <3DC3E30E.48C6BCB5@ene.asda.gr> Date: Sat, 02 Nov 2002 16:37:02 +0200 From: Lefteris Tsintjelis X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Rotaru Razvan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vga modes References: <20021102135111.94477.qmail@web11202.mail.yahoo.com> Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Its a litle more complex than just vga=ext and it is not under the boot manager kernel options like lilo. U may need to modify rc.conf ttys and kernel configuration. I include some of my settings but some of them are for Greek console support though :) Check out the rc.console script. It will give you a good start. rc.conf example: cursor="destructive" allscreens_flags="132x43" saver="blank" font8x8="iso07-8x8" font8x14="iso07-8x14" font8x16="iso07-8x16" scrnmap="iso-8859-7_to_cp437" keyrate="fast" keymap="el.iso07" tty example: ttyv1 "/usr/libexec/getty Pc" cons43 on secure U probably also need to include vga VESA support in your kernel. options VESA Regards, Lefteris Rotaru Razvan wrote: > > Hello, > > Do you know that line in /etc/lilo.conf (vga=???) that sets a different > screen resolution (vga mode) in linux? Well I am trying to to do > something similar in bsd. Maybe you could tell me where to start (i > don't even know where to fine the bsd boot manager). > > Regards, > Razvan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message