Difference between revisions of "Suspend and Hibernate"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Configuring Hardware - Suspend and Hibernate == | == Configuring Hardware - Suspend and Hibernate == | ||
| − | If you have a laptop, chances are you'll want your system to go to sleep based on various actions, such as closing the lid. | + | If you have a laptop, chances are you'll want your system to go to sleep based on various actions, such as closing the lid when running on battery power. There are a number of packages that can perform suspend and hibernate functionality, but the most compatible one is the ''sys-power/pm-utils'' package. |
| − | '''$''' sudo emerge -av | + | '''$''' sudo emerge -av sys-power/pm-utils |
| − | |||
| − | |||
| − | |||
Revision as of 12:45, 23 December 2010
Configuring Hardware - Suspend and Hibernate
If you have a laptop, chances are you'll want your system to go to sleep based on various actions, such as closing the lid when running on battery power. There are a number of packages that can perform suspend and hibernate functionality, but the most compatible one is the sys-power/pm-utils package.
$ sudo emerge -av sys-power/pm-utils