From owner-freebsd-questions@FreeBSD.ORG Thu May 31 18:09:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C90B116A400 for ; Thu, 31 May 2007 18:09:33 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4BCEF13C46A for ; Thu, 31 May 2007 18:09:32 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l4VI9Q4V059936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 31 May 2007 20:09:31 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1]) by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id l4VI9Q0J012797 for ; Thu, 31 May 2007 20:09:26 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from localhost (localhost [[UNIX: localhost]]) by titan.flintsbach.schmalzbauer.de (8.14.1/8.14.1/Submit) id l4VI9Qac004175 for freebsd-questions@freebsd.org; Thu, 31 May 2007 20:09:26 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) From: Harald Schmalzbauer Organization: OmniSEC To: freebsd-questions@freebsd.org Date: Thu, 31 May 2007 20:09:26 +0200 User-Agent: KMail/1.9.6 References: <20070601011624.G60291@quasimodo.realss.com> In-Reply-To: <20070601011624.G60291@quasimodo.realss.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705312009.26503.h.schmalzbauer@omnisec.de> Subject: Re: cannot enable VESA_800x600 raster text mode 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, 31 May 2007 18:09:33 -0000 Am Donnerstag, 31. Mai 2007 schrieb Zhang Weiwu: > Dear list > > I have been using raster text mode for years and I really like it. All I > need to do is to put these options in kernel > > options VESA > options SC_PIXEL_MODE > > For one box I have 'Rage 3D LT Pro AGP 133MHz (BGA-312 Package)' display, This is an old problem because the VESA_800x600 Mode uses 4 bit color depth which ATI doesn't support. But maybe you can use vidcontrol MODE_261 Besides the ATI problem I can't use the SC_PIXEL_MODE any more in -current. I think some time ago it has be broken when the higher resolution support has been added. -Harry