From owner-freebsd-mobile@FreeBSD.ORG Sun May 28 23:00:30 2006 Return-Path: X-Original-To: mobile@freebsd.org Delivered-To: freebsd-mobile@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E06B216BDF5 for ; Sun, 28 May 2006 22:56:41 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7718143D46 for ; Sun, 28 May 2006 22:56:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 29546 invoked from network); 29 May 2006 08:56:40 +1000 Received: from 203-217-63-189.dyn.iinet.net.au (HELO localhost) (203.217.63.189) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 29 May 2006 08:56:40 +1000 Date: Mon, 29 May 2006 08:56:36 +1000 From: Norberto Meijome To: Fabian Keil Message-ID: <20060529085636.1d0a9bbc@localhost> In-Reply-To: <20060528150239.43976006@localhost> References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> <20060524195310.GA13682@droopy.unibe.ch> <20060524203933.GA13782@droopy.unibe.ch> <20060525145951.173f1a2b@localhost> <20060528222311.10b13db7@localhost> <20060528143659.036f8182@localhost> <20060528224400.5bd38498@localhost> <20060528150239.43976006@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 23:00:31 -0000 On Sun, 28 May 2006 15:02:39 +0200 Fabian Keil wrote: > Norberto Meijome wrote: >=20 > > On Sun, 28 May 2006 14:36:59 +0200 > > Fabian Keil wrote: > >=20 > > > > Should I have acpi_video loaded if I already load acpi_ibm ? _ibm > > > > seems to provide what _video does (from a quick scan to _video's > > > > manpage) > > >=20 > > > Maybe your scan was a little to quick. They have quite > > > different features and the same goes for their man pages.=20 > >=20 > > touch=E9 :) but the _ibm allows me to control the brightness of > > lcd,etc... so... what do I really gain by having _video loaded.? >=20 > You gain a few additional sysctls to play with:=20 >=20 > fk@TP51 ~ $sysctl hw.acpi.video > hw.acpi.video.lcd0.active: 1 > hw.acpi.video.crt0.active: 0 > hw.acpi.video.tv0.active: 0 > hw.acpi.video.out0.active: 0 gotcha >=20 > If you need them is another question, at least for > me the defaults are ok and I never changed them. will give it a try - would be useful if they are RW >=20 > I always assumed acpi_video was somehow needed to get > suspend/resume working, but at least the man page > doesn't back up this assumption. >=20 > Fabian well, i havent needed it when using acpi_ibm (or acpi_toshiba for that matt= er). thanks for the info, Beto