From owner-freebsd-questions@FreeBSD.ORG Sat Jul 16 17:31:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F1B2E16A420 for ; Sat, 16 Jul 2005 17:31:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372B943D45 for ; Sat, 16 Jul 2005 17:31:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j6GHVFms032758; Sat, 16 Jul 2005 20:31:15 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j6GHVF7c001576; Sat, 16 Jul 2005 20:31:15 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j6GHVF6X001575; Sat, 16 Jul 2005 20:31:15 +0300 (EEST) X-Authentication-Warning: beatrix.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Sat, 16 Jul 2005 20:31:15 +0300 From: Giorgos Keramidas To: Nicolas Blais Message-ID: <20050716173115.GB1490@beatrix.daedalusnetworks.priv> References: <200507161318.10377.nb_root@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507161318.10377.nb_root@videotron.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Boot in 1024x768x16 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: Sat, 16 Jul 2005 17:31:20 -0000 On 2005-07-16 13:17, Nicolas Blais wrote: > Hi, > Can anyone tell me how to boot in 1024x768x16 (vidcontrol MODE_279) or > at least have all the ttyv at that resolution after boot. I have seen > the sc flag 0x0080 to set it at 800x600 but I would want 1024 since my > lcd native resolution is 1024x768 and in 800x600 the refresh rate > causes flicker. Does the video mode switch to 1024x768 as expected when you run as root the following command? # vidcontrol MODE_279 If it does, then you can add "MODE_279" to allscreens_flags in your /etc/rc.conf file.