[Solved]ACPI Mechanical Off and Soft Off

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
melgmry0101b
Member
Member
Posts: 109
Joined: Wed Nov 10, 2010 10:49 am

[Solved]ACPI Mechanical Off and Soft Off

Post 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.
Last edited by melgmry0101b on Sun Jun 10, 2012 8:44 am, edited 1 time in total.
Cognition
Member
Member
Posts: 191
Joined: Tue Apr 15, 2008 6:37 pm
Location: Gotham, Batmanistan

Re: ACPI Mechanical Off and Soft Off

Post 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.
Reserved for OEM use.
melgmry0101b
Member
Member
Posts: 109
Joined: Wed Nov 10, 2010 10:49 am

Re: ACPI Mechanical Off and Soft Off

Post by melgmry0101b »

Thanks Cognition. :)
Post Reply