From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 11:52:34 2003 Return-Path: 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 96CC616A4B3 for ; Wed, 17 Sep 2003 11:52:34 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3035C43F85 for ; Wed, 17 Sep 2003 11:52:33 -0700 (PDT) (envelope-from sebastian.ssmoller@gmx.net) Received: (qmail 23594 invoked by uid 65534); 17 Sep 2003 18:52:31 -0000 Received: from pD9E823CE.dip.t-dialin.net (EHLO [217.232.35.206]) (217.232.35.206) by mail.gmx.net (mp009) with SMTP; 17 Sep 2003 20:52:31 +0200 X-Authenticated: #15005775 From: sebastian ssmoller To: Steve Kargl In-Reply-To: <20030917184213.GA542@troutmask.apl.washington.edu> References: <1063823511.711.9.camel@tyrael.linnet> <20030917184213.GA542@troutmask.apl.washington.edu> Content-Type: text/plain Message-Id: <1063825122.711.15.camel@tyrael.linnet> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 17 Sep 2003 20:58:42 +0200 Content-Transfer-Encoding: 7bit cc: Freebsd Current Subject: Re: Bad performance X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 18:52:34 -0000 On Wed, 2003-09-17 at 20:42, Steve Kargl wrote: > On Wed, Sep 17, 2003 at 08:31:52PM +0200, sebastian ssmoller wrote: > > Motherboard Temp Voltages > > > > 255C / 491F / 528K Vcore1: +3.984V > > Vcore2: +3.984V > > Fan Speeds + 3.3V: +3.984V > > + 5.0V: +6.654V > > 1: 0 rpm +12.0V: +15.938V > > 2: 0 rpm -12.0V: -15.938V > > 3: 0 rpm - 5.0V: -6.654V > > > > > > i'm not sure whether this output is correct : 255 C ?? > > so this should be a reason for acpi to throttling the cpu, doesnt it ? > > 0 rpm? Are you sure your fans are working? yes i am :) but the question is why fbsd doesnt see this ? the hardware is set up properly (cause bios displays correct rpm/temp etc) ... > > As for cpu throttling try the following > > troutmask:kargl[225] sysctl -a | grep acpi.cpu > hw.acpi.cpu.max_speed: 2 > hw.acpi.cpu.current_speed: 2 > hw.acpi.cpu.performance_speed: 2 > hw.acpi.cpu.economy_speed: 1 > i will try this thx seb