On Tue, 24 Jun 2003, M. Warner Losh wrote:

> In message: <[EMAIL PROTECTED]>
>             Vincent Poy <[EMAIL PROTECTED]> writes:
> :     Speaking about ACPI, has anyone figured out how to close the lid
> : without suspending?  I remember before, when the lid was closed, it would
>
> add the following to your /boot/loader.conf:
>
> hw.acpi.lid_switch_state=NONE

        Putting it in /boot/loader.conf doesn't work since at some port
during the system bootup, it will set the hw.acpi.lid_switch_state: S1
back to S1.  My /boot/loader.conf is as follows:

hw.ata.wc="1"
snd_ich_load="YES"
acpi_dsdt_load="YES"
acpi_dsdt_name="/boot/acpi_dsdt.aml
hw.acpi.lid_switch_state=NONE

        Doing /sbin/sysctl -w hw.acpi.lid_switch_state=NONE in
/etc/rc.local does work which was the way I had it before but without the
ACPI_DSDT patch, all it does when I close the lid is suspend the machine
without the LCD going off and the LCD isn't alive until I reboot the
machine.  Same thing happens with hw.acpi.lid_switch_state=S1 even with
the DSDT patch is that when the system resumes, the LCD is not live
either.  With the DSDT path and hw.acpi.lid_switch_state=NONE, the LCD
turns off without suspending but when you open the lid, the LCD doesn't
turn on until you hit Fn-F10.  This is with the A10 BIOS on the Dell
Inspiron 8200.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President             ________   __ ____
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation                                  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong                  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]
[EMAIL PROTECTED] - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to