From owner-freebsd-current@FreeBSD.ORG Wed May 25 05:59:34 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F224E16A433 for ; Wed, 25 May 2005 05:59:33 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0A943D49 for ; Wed, 25 May 2005 05:59:33 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so13879rne for ; Tue, 24 May 2005 22:59:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J8Ng3vdRFqok6REdaV+Ur0qYnrWlj3KUtrYkRsHMIF3BWKRIznSrC2hTCoxNdEoOBrhF8XGL8a1ZLw+HTG7EwMx63HwySwnvVX7ltxHQmU/9/G0o6+eOuLl0U5PWooVHrTxNxa5MmTRXed/uIvYmmqcMxejRz+du2S8O/P4RV4I= Received: by 10.38.11.27 with SMTP id 27mr39990rnk; Tue, 24 May 2005 22:59:32 -0700 (PDT) Received: by 10.38.101.35 with HTTP; Tue, 24 May 2005 22:59:32 -0700 (PDT) Message-ID: Date: Wed, 25 May 2005 14:59:32 +0900 From: Eric Kjeldergaard To: Xin LI In-Reply-To: <1116999375.731.7.camel@spirit> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20050522112612.GA37841@frontfree.net> <20050523003843.GO850@obiwan.tataz.chchile.org> <1116815005.838.3.camel@spirit> <1116999375.731.7.camel@spirit> Cc: Jeremie Le Hen , freebsd-current@freebsd.org, delphij@freebsd.org Subject: Re: [CALL FOR TESTERS] VESA High Resolution Console support from DragonFly X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Kjeldergaard List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 05:59:34 -0000 2005/5/25, Xin LI : > Hi, Eric, > > 在 2005-05-25三的 13:28 +0900,Eric Kjeldergaard写道: > > 2005/5/23, Xin LI : > > > Hi, Jeremie, > > > > > > 在 2005-05-23一的 02:38 +0200,Jeremie Le Hen写道: > > > [snip] > > > > One question however : is it supposed to consume more CPU than classical > > > > non-VESA text mode ? > > > > > > I think so, it should consume more CPU than classical text mode console > > > since it draws characters, rather than giving the responsibility to the > > > video card. A possible optimization would be to map the video card > > > memory into the space. > > > > Tested on my Thinkpad R40 : Radeon 7500. Is it supposed to consume a > > LOT of cpu? Perhaps there's something funny with -O2 or similar > > because some things are VERY slow. I have not, however, noticed any > > major bugs, but screen redraws will take ~1 second if the screen is > > not cleared and thus causes powerd to kick my processor up to full > > speed often. Also, the screensaver (logo_saver) seems to take a while > > to display. The screen goes black for 10 - 15 seconds before the > > screen saver displays. Through all this, though, it's still so worth > > it. > > Yes, it requires more CPU cycles if you use raster mode. Does it also > slow down your console if you are running under text mode? I hope > not :-) > If I'm in text mode it's fine, but of course low-res. When I'm in raster mode I think it's maybe slower than it needs to be? (Slower than similar situations in Linux, for instance.) Also, if I have some terminals in text and some in raster, the switch between them is long. That's hardly a problem by itself, though, as I rarely run mixed terminal resolutions. -- If I write a signature, my emails will appear more personalised.