Date: Fri, 10 Dec 2004 10:33:21 +0100 From: Ulrich Spoerlein <q@uni.de> To: Igor Partola <ipartola@clarku.edu> Cc: freebsd-acpi@freebsd.org Subject: Re: Dell Inspiron 8600 Message-ID: <20041210093321.GB793@galgenberg.net> In-Reply-To: <41B8034E.3060900@clarku.edu> References: <41B8034E.3060900@clarku.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--MnLPg7ZWsaic7Fhd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 09.12.2004 at 02:48:30 -0500, Igor Partola wrote: > I tried running 5.1 on this machine a while ago and there more features= =20 > seemed to be supported. Hitting fn + F3 brought me to BIOS and closing=20 > the lid turned off the screen (I believe that was after I issued=20 > acpiconf -d as root). This functionality in 5.3 seems to be missing and= =20 > I see now way to turn off the screen (xset does not work as it does not= =20 > turn off backlight. I don't like this way anyways since I like console a= =20 > lot). This works like a charm: acpi_video_load=3DYES in /boot/loader.conf And this in /etc/devd.conf notify 10 { match "system" "ACPI"; match "subsystem" "Lid"; action "/sbin/sysctl hw.acpi.video.lcd0.active=3D$notify"; }; This will turn on/off the LCD when the lid-key is pressed. I also added this, which turns off the LCD when pressing suspend: notify 10 { match "system" "ACPI"; match "subsystem" "Button"; match "notify" "0x01"; action "/sbin/sysctl hw.acpi.video.lcd0.active=3D0"; }; Turning the LCD back on, when resuming, needs to be done manually. I think /etc/rc.{suspend,resume} is a better place for this. > When I issue acpiconf -s 3 I see that the laptop is preparing to go in=20 > suspend and the power indicator light actually starts dimming but after= =20 > a second the fan starts going like a jet and the system reboots. I tried= =20 > stripping the system of off all the unnecessary stuff (or so I think)=20 > but got the same effect. Nate suggested some things I could try to narrow this problem done. I'll give them a try over the weekend. Stay tuned! :) Ulrich Spoerlein --=20 PGP Key ID: F0DB9F44 Encrypted mail welcome! Fingerprint: F1CE D062 0CA9 ADE3 349B 2FE8 980A C6B5 F0DB 9F44 Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn." didn't you understand? --MnLPg7ZWsaic7Fhd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBuW1hmArGtfDbn0QRAgMAAKDI41dmjhljcxmc/LPmqlza7sMUvwCg72tf TzY2xF+dOwxKULhK3TuWgmk= =FAhX -----END PGP SIGNATURE----- --MnLPg7ZWsaic7Fhd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041210093321.GB793>