From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 11:42:15 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 2805B16A4B3 for ; Wed, 17 Sep 2003 11:42:15 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E36043FBF for ; Wed, 17 Sep 2003 11:42:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h8HIgDeg004489; Wed, 17 Sep 2003 11:42:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h8HIgDKq004488; Wed, 17 Sep 2003 11:42:13 -0700 (PDT) (envelope-from sgk) Date: Wed, 17 Sep 2003 11:42:13 -0700 From: Steve Kargl To: sebastian ssmoller Message-ID: <20030917184213.GA542@troutmask.apl.washington.edu> References: <1063823511.711.9.camel@tyrael.linnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063823511.711.9.camel@tyrael.linnet> User-Agent: Mutt/1.4.1i 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:42:15 -0000 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? 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 -- Steve