Page 1 of 1

[Solved]ACPI Mechanical Off and Soft Off

Posted: Sat Jun 09, 2012 12:41 am
by melgmry0101b
Hi everyone,
I am going to support ACPI specially for shutdown.
When i was reading i found that there are two types of shutdown : Soft Off (G2/S5) and Mechanical Off (G3).
Now my question is : If i wanted to shutdown the computer and make it safe for the user to unplug the cord , what shutdown state that i should put the computer in ? and when Windows and Linux shutdown the PC , what shutdown state they use ?
--------------
Thanks in advance.

Re: ACPI Mechanical Off and Soft Off

Posted: Sat Jun 09, 2012 4:26 am
by Cognition
In terms of software the lowest state you can transition a computer to via ACPI is S5. The G3 state has to be done by the user by physical means, for example flipping the switch on the back of the power supply. Generally if someone is going to physically unplug a system it's probably best to prompt them to consult their system's user manual ahead of time too.

Re: ACPI Mechanical Off and Soft Off

Posted: Sun Jun 10, 2012 8:43 am
by melgmry0101b
Thanks Cognition. :)