Questions tagged [acpi]

Advanced Configuration and Power Interface, a specification that provides an open standard for device configuration and power management by the operating system.

In computing, the Advanced Configuration and Power Interface (ACPI) specification provides an open standard for device configuration and by the operating system.

First released in December 1996, ACPI defines platform-independent interfaces for hardware discovery, configuration, power management and monitoring. With the intention of replacing Advanced Power Management, the MultiProcessor Specification and the Plug and Play BIOS Specification, the standard brings power management under the control of the operating system, as opposed to the previous BIOS-central system which relied on platform-specific firmware to determine power management and configuration policy. The specification is central to Operating System-directed configuration and Power Management (OSPM), a system implementing ACPI which removes device management responsibilities from legacy firmware interfaces.

The standard was originally developed by Intel, Microsoft and Toshiba, and was later joined by HP and Phoenix. As the ACPI technology gained wider adoption with many operating systems and processor architectures, the desire to improve the governance model of the specification has increased significantly. In October 2013, original developers of the ACPI standard agreed to transfer all assets to the Forum, where all future development will be taking place.3 The latest version of the standard is "Revision 6.2 Errata A", which was published by the UEFI Forum in September 2017.

References:

182 questions
-1
votes
1 answer

ACPI script , how to know about current TTY displaying to users?

I'm running a script in acpi , if current displayed virtual terminal , switch back to the terminal X11 is running ; else switch to tty1. So the only problem is , how can i use a program to get the name of current displayed terminal ? Any…
daisy
  • 22,498
  • 29
  • 129
  • 265
-1
votes
1 answer

How to auto enable acpi trace after shutdown(s5) and power on

I'm using kernel debug and enable !amli traceon for a S5 black screen issue. Since the fail rate is low, I'm setting a S5 loop by application to reproduce this issue. However, I have to break and type-in !amli set spewon traceon verboseon logon…
KuanYu
  • 1
  • 1
1 2 3
12
13