1
00:00:00,200 --> 00:00:03,733
Hello everyone, today we will talk about ACPI advanced power management
2
00:00:05,366 --> 00:00:09,400
ACPI is an advanced configuration and power management port
3
00:00:12,000 --> 00:00:16,800
It is a power management standard developed by Intel, Microsoft and Toshiba
4
00:00:19,100 --> 00:00:23,200
Its function is to control the system into a low-power sleep state,
5
00:00:25,766 --> 00:00:29,300
the purpose is to control the power consumption of the computer
6
00:00:30,566 --> 00:00:34,300
The ACPI controller is integrated inside the chipset
7
00:00:37,600 --> 00:00:42,400
There are two common states: a G state and an S state
8
00:00:44,333 --> 00:00:51,533
When the computer is in normal operation state, it is called S0 state, also called full on state
9
00:00:52,700 --> 00:00:55,333
When the computer is not running any programs,
10
00:00:55,900 --> 00:01:00,466
and after a few minutes, the brightness of the screen decreases,
11
00:01:02,133 --> 00:01:07,766
we call this the CPU idle state, which is the S1 or S2 state
12
00:01:14,100 --> 00:01:18,333
If the CPU is idle, the screen brightness goes dark
13
00:01:21,300 --> 00:01:25,533
If we still haven't run any programs, after a few minutes,
14
00:01:25,900 --> 00:01:30,466
the system will enter S3 state, which is sleep state
15
00:01:36,233 --> 00:01:43,233
In this state, only memory power and standby power are retained, and the screen brightness is black out
16
00:01:46,433 --> 00:01:49,666
In the S3 state, if we want it to wake up,
17
00:01:50,300 --> 00:01:54,333
we just need to move the keyboard or mouse, the screen will light up,
18
00:01:55,033 --> 00:01:57,866
and we can instantly return to the running state
19
00:01:59,100 --> 00:02:04,733
If the system enters S3 state, we still do not have any operation,
20
00:02:05,766 --> 00:02:10,866
after a period of time, the system will enter the sleep state
21
00:02:14,366 --> 00:02:17,566
The S5 state refers to the soft shutdown state,
22
00:02:18,233 --> 00:02:23,433
that is, the shutdown is clicked on the windows operation system
23
00:02:24,366 --> 00:02:31,200
After the system is shut down, we do not pull out the adapter, do not pull out the big battery,
24
00:02:33,266 --> 00:02:37,233
the standby part of the computer power supply still exists,
25
00:02:40,100 --> 00:02:45,000
waiting for boot at any time, this is called soft shutdown state
26
00:02:46,233 --> 00:02:53,033
In the S5 state, both deep sleep standby power and light sleep standby power are available
27
00:02:58,233 --> 00:03:01,800
If it is in battery mode, after the shutdown,
28
00:03:03,266 --> 00:03:05,833
in order to extend the battery life,
29
00:03:08,466 --> 00:03:12,066
the general shutdown will enter a deep sleep state
30
00:03:13,566 --> 00:03:19,266
In the deep sleep state, only the standby power supply in the deep sleep state is retained
31
00:03:19,266 --> 00:03:25,200
to reduce the power consumption in the standby state as much as possible and extend the battery life
32
00:03:29,933 --> 00:03:32,500
If we remove the big battery and the adapter,
33
00:03:33,333 --> 00:03:36,400
all that's left on the mainboard is the button battery
34
00:03:39,333 --> 00:03:43,633
At this time, only the RTC circuit of the mainboard is working
35
00:03:47,466 --> 00:03:52,333
This state is called the physical shutdown state, or G3 state
36
00:03:52,866 --> 00:03:58,833
The signals that control the system entering and exiting these states are called Sleep signals
37
00:04:05,800 --> 00:04:12,533
In the S0 state, these sleep control signals are all invalid and all are high
38
00:04:18,900 --> 00:04:21,633
When SLP_S3# is low,
39
00:04:22,333 --> 00:04:25,966
the system will be controlled to enter S3 state,
40
00:04:26,700 --> 00:04:28,866
and other signals are still high
41
00:04:31,766 --> 00:04:35,900
When SLP_S3# and SLP_S4# are both low,
42
00:04:36,933 --> 00:04:40,233
the system will be controlled to enter S4 state
43
00:04:41,133 --> 00:04:43,133
When SLP_S5# is low,
44
00:04:44,100 --> 00:04:47,966
the system will be controlled to enter the soft shutdown state
45
00:04:53,033 --> 00:04:57,633
In deep sleep, all of these SLP_S*# signals are low
46
00:05:01,400 --> 00:05:04,900
Ok, this is ACPI Advanced Power Management