From owner-freebsd-mobile@FreeBSD.ORG Thu Feb 5 22:55:01 2015 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E9E1A3 for ; Thu, 5 Feb 2015 22:55:01 +0000 (UTC) Received: from server210.webhostingpad.com (server210.webhostingpad.com [69.65.33.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F5A3B3B for ; Thu, 5 Feb 2015 22:55:01 +0000 (UTC) Received: from 87-92-229-32.bb.dnainternet.fi ([87.92.229.32]:8833 helo=[192.168.1.106]) by server210.webhostingpad.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YJVK1-00362Z-72; Thu, 05 Feb 2015 16:54:53 -0600 Message-ID: <54D3F4BA.9050508@peercorpstrust.org> Date: Fri, 06 Feb 2015 00:54:50 +0200 From: PeerCorps Trust Fund Organization: PeerCorps Trust Fund User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ian Smith , Lars Engels Subject: Re: freebsd-mobile Digest, Vol 539, Issue 2 References: <54D0CA65.10701@peercorpstrust.org> <20150203145011.GZ41565@e-new.0x20.net> <54D1C9FF.6030905@peercorpstrust.org> <20150204090848.GD41565@e-new.0x20.net> <20150204225220.K38620@sola.nimnet.asn.au> In-Reply-To: <20150204225220.K38620@sola.nimnet.asn.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server210.webhostingpad.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - peercorpstrust.org X-Get-Message-Sender-Via: server210.webhostingpad.com: authenticated_id: ipc@peercorpstrust.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-mobile@freebsd.org X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 22:55:01 -0000 Hi Lars, Ian, Might either of you (or anyone else) have an idea about how to turn the touchpad on the x230 completely OFF? I prefer the finger mouse and the touchpad just gets in the way. Much of what I've read in the manual and on the web seems to be outdated and revolves around configuring xorg. Is it a matter of adding hw.psm.synaptics_support="0" to /boot/loader.conf? On a related note, is there a way to set the following options at boot? # kldload acpi_ibm # kldload acpi_call # acpi_call -p '\VBRC' -i 7 M On 02/04/15 14:06, Ian Smith wrote: > On Wed, 4 Feb 2015 10:08:48 +0100, Lars Engels wrote: > > On Wed, Feb 04, 2015 at 09:27:59AM +0200, PeerCorps Trust Fund wrote: > > > Hi Lars, > > > > > > Would you mind sharing what you are using for your powerd settings? > > > > Sure. I followed the power saving tips from > > https://wiki.freebsd.org/TuningPowerConsumption > > and additionally run powerd with > > > > powerd_flags="-a hiadaptive -b hiadaptive" > > Lars, are you running that with p4tcc and acpi_throttle both disabled? > > That is, what says `sysctl dev.cpu.0.freq_levels`? > > On my X200 it's '2401/35000 2400/35000 1600/15000 800/12000' and I found > hiadaptive rather aggressive, where adaptive works fine for my use - but > of course everybody's use is different :) > > powerd_flags="-a adp -b adp -i 70 -r 90" > > cheers, Ian >