acpilid man page on NetBSD

Man page or keyword search:  
man Server   9087 pages
apropos Keyword Search (all sections)
Output format
NetBSD logo
[printable version]

ACPILID(4)		 BSD Kernel Interfaces Manual		    ACPILID(4)

NAME
     acpilid — ACPI Lid Switch

SYNOPSIS
     acpilid* at acpi?

DESCRIPTION
     The acpilid driver supports ACPI “lid switches”.  The powerd(8) daemon
     can be used to control actions against the events of opening or closing
     the lid.  The script used is /etc/powerd/scripts/lid_switch, and the
     events are either pressed (the lid was closed) or released (the lid was
     opened).

EXAMPLES
     The following example modifies the mentioned script in order to put the
     system into (S3) sleep when the lid is closed:

	   ...

	   case "${2}" in
	   pressed)
		   logger -p info "${0}: suspending..."

		   # As in sleep_button, kill some daemons.
		   #
		   /etc/rc.d/dhcpcd stop
		   /etc/rc.d/network stop
		   /etc/rc.d/wpa_supplicant stop

		   # Suspend.
		   #
		   if /sbin/sysctl hw.acpi.sleep.state >/dev/null 2>&1; then
			   /sbin/sysctl -w hw.acpi.sleep.state=3
		   fi

		   # Waking up.
		   #
		   /etc/rc.d/wpa_supplicant start
		   /etc/rc.d/network start
		   /etc/rc.d/dhcpcd start

	   ...

SEE ALSO
     acpi(4), powerd(8), sysmon_pswitch(9)

HISTORY
     The acpilid driver appeared in NetBSD 1.6.

BSD				January 9, 2011				   BSD
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server NetBSD

List of man pages available for NetBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net