JPH06332564A - Power saving control method for computer system - Google Patents

Power saving control method for computer system

Info

Publication number
JPH06332564A
JPH06332564A JP5116736A JP11673693A JPH06332564A JP H06332564 A JPH06332564 A JP H06332564A JP 5116736 A JP5116736 A JP 5116736A JP 11673693 A JP11673693 A JP 11673693A JP H06332564 A JPH06332564 A JP H06332564A
Authority
JP
Japan
Prior art keywords
cpu
mode
cover
screen display
key input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP5116736A
Other languages
Japanese (ja)
Other versions
JP3523289B2 (en
Inventor
Mitsuhiro Matsumoto
充広 松本
Masao Gunji
雅夫 郡司
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP11673693A priority Critical patent/JP3523289B2/en
Publication of JPH06332564A publication Critical patent/JPH06332564A/en
Application granted granted Critical
Publication of JP3523289B2 publication Critical patent/JP3523289B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)

Abstract

PURPOSE:To improve the power saving action of a computer system by providing the system with a means to detect an open/close state of a cover and stopping the clock of a CPU to more the CPU into a screen display/CPU stop mode when it detects that the cover is closed while the CPU is operating in its normal mode. CONSTITUTION:A CPU 3 updates a timer each time a key input is occurred by a key input time monitoring part 12 and an interruption request is performed to a keyboard controller KBC 2 if the next key input is not carried out for a certain period of time or longer. A mode control part 10 of the KBC 2 stops the generation of clocks of a clock generator 11 of the CPU 3 in response to the interruption request. Then, the part 10 stops the operation of the CPU 3 and sets a screen display/CPU stop mode. When a cover 7 of a display 4 is closed in a normal mode, the closed cover 7 is detected by a sensor 8 and this fact is sent to a cover open/close monitoring part 13. Then, the part 13 performs an interruption in the KBC 2 and lets the part 10 to perform switching processing to the screen display/CPU stop mode.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、開閉可能なカバーを有
する計算機システムにおいて、カバーが閉じられている
計算機非使用状態時の消費電力を節減するための省電力
制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a power saving control method for reducing power consumption in a computer system having an openable / closable cover when the cover is closed and the computer is not in use.

【0002】[0002]

【従来の技術】従来、携帯型のパソコンやワープロなど
の計算機システムでは、通常モードによる使用中に一定
時間以上キー入力操作が行われないと、使用が中断され
ているものと見なして動作モードを通常モードから画面
を表示しながらCPUの動作を停止させる画面表示・C
PU停止モードに移行させて、節電を図る省電力制御が
一般的に行われている。
2. Description of the Related Art Conventionally, in a computer system such as a portable personal computer or a word processor, if a key input operation is not performed for a certain period of time during use in the normal mode, the operation mode is considered to be interrupted. Screen display that stops the operation of the CPU while displaying the screen from the normal mode-C
Power saving control is generally performed to save power by shifting to the PU stop mode.

【0003】図4は、従来の省電力制御機能をもつ計算
機システムの基本構成を示し、図中の1はキーボードK
B、2はキーボードコントローラKBC、3は中央処理
装置CPU、4はディスプレイを表す。動作が行われて
いる通常モードでは、キーボードKB1でキー入力操作
を行うと、キーボードコントローラKBC2によってキ
ー入力は対応するキーコードに変換され、CPU3に送
られて動作要求が行われる。CPU3は動作要求された
キー入力を処理し、処理結果をディスプレイ4に画面表
示する。
FIG. 4 shows a basic configuration of a conventional computer system having a power saving control function, and 1 in the figure is a keyboard K.
B, 2 are keyboard controllers KBC, 3 is a central processing unit CPU, and 4 is a display. In the normal mode in which the operation is performed, when a key input operation is performed on the keyboard KB1, the key input is converted into a corresponding key code by the keyboard controller KBC2 and sent to the CPU 3 to issue an operation request. The CPU 3 processes the key input requested to operate, and displays the processing result on the display 4.

【0004】CPU3では、タイマを用いてキー入力の
時間監視を行っており、図5に示すように、通常モード
5で一定時間以上キー入力がないと(たとえば数分)画
面表示・CPU停止モードに遷移し、CPU3の動作を
停止状態にして電力消費を抑制する。また画面表示・C
PU停止モード6にあるときキー入力が行われると、通
常モード5に復帰してキー入力の処理を行う状態遷移制
御が行われる。なお画面表示・CPU停止モード6で
は、メモリの情報がそのまま保持されている。
The CPU 3 uses a timer to monitor the time of key input. As shown in FIG. 5, if there is no key input for a certain period of time in the normal mode 5 (for example, several minutes), the screen display / CPU stop mode is displayed. Then, the operation of the CPU 3 is stopped and the power consumption is suppressed. Also screen display / C
When the key input is performed in the PU stop mode 6, the state transition control is performed to return to the normal mode 5 and perform the key input processing. In the screen display / CPU stop mode 6, the information in the memory is retained as it is.

【0005】このCPU3に対する状態遷移制御は、C
PU3が停止状態にあるときにでも制御しなければなら
ないためCPU3から独立した制御機能をもつ装置の助
けを必要とする。図4の構成ではキーボードコントロー
ラKBC2にこの制御機能をもたせている。以下にその
制御動作を説明する。
The state transition control for the CPU 3 is C
Since PU3 must be controlled even when it is in a stopped state, it requires the help of a device having a control function independent of CPU3. In the configuration of FIG. 4, the keyboard controller KBC2 has this control function. The control operation will be described below.

【0006】CPU3は、通常モードにおいてKBC2
からキー入力を通知されるとその処理を行うが、キー入
力がない時間を監視し、一定時間以上キー入力がないと
KBC2に割り込む。KBC2はその割り込み処理でC
PU3に対するクロックを停止させる制御を行う。この
結果、CPU3は動作を停止し、画面表示・CPU停止
モードとなる。しかしKBC2は動作状態を維持し、そ
の後キーボードKB1にキー入力が行われるとCPU3
に対するクロック供給を再開させ、CPU3に割り込ん
で通常モードの処理状態に戻す。これにより、CPU3
はキー入力を処理するとともに時間監視を始める。
The CPU 3 has the KBC 2 in the normal mode.
When the key input is notified from, the processing is performed, but the time when there is no key input is monitored, and if there is no key input for a certain time, the KBC2 is interrupted. KBC2 is C by the interrupt processing
Control is performed to stop the clock for PU3. As a result, the CPU 3 stops its operation and enters the screen display / CPU stop mode. However, the KBC2 remains in the operating state, and when the keyboard KB1 is subsequently pressed, the CPU3
To the CPU 3 to resume the normal mode processing state. As a result, the CPU3
Processes key input and starts time monitoring.

【0007】[0007]

【発明が解決しようとする課題】省電力制御を行う従来
の計算機システムでは、キーボードが一定時間以上操作
されないことを条件として動作モードを通常モード5か
ら電力消費の少ない画面表示・CPU停止モード6に遷
移させるようにしている。このため、利用者が一定時間
以上席を離れて、処理を中断するような場合でも、一定
時間は通常モード5が継続し、電力消費が多いままとな
っていた。
In the conventional computer system which performs power saving control, the operation mode is changed from the normal mode 5 to the screen display / CPU stop mode 6 which consumes less power, on condition that the keyboard is not operated for a certain time or longer. I am trying to make a transition. Therefore, even when the user leaves the seat for a certain period of time and interrupts the process, the normal mode 5 continues for a certain period of time and the power consumption remains high.

【0008】本発明は、計算機システムの使用が中断さ
れ、非使用状態にあることが明らかな場合、一定時間待
たずに画面表示・CPU停止モード6に移行できるよう
にして、省電力作用を高めることを目的としている。
According to the present invention, when the use of the computer system is interrupted and it is clear that the computer system is in the non-use state, it is possible to shift to the screen display / CPU stop mode 6 without waiting for a certain period of time to enhance the power saving effect. Is intended.

【0009】更にまた所定時間経過後にディスプレイO
FFモード9へ移行することにより、より一層の省電力
作用を高めることを目的としている。
Furthermore, after a lapse of a predetermined time, the display O
By shifting to the FF mode 9, it is intended to further enhance the power saving effect.

【0010】[0010]

【課題を解決するための手段】本発明は、ディスプレイ
やキーボードあるいは本体装置を含む全体に対して開閉
可能なカバーを備えている計算機システムにおいて、カ
バーの開閉状態を監視し、CPUが通常モードにあると
きカバーが閉じられると直ちに画面表示・CPU停止モ
ードに遷移させる制御を行うものである。
According to the present invention, in a computer system having a cover that can be opened and closed for the whole including a display, a keyboard, or a main unit, the open / closed state of the cover is monitored and the CPU is set to a normal mode. At a certain time, when the cover is closed, control is performed to immediately shift to the screen display / CPU stop mode.

【0011】更に所定時間経過後にディスプレイOFF
モードに遷移させる制御を使うものである。図1は本発
明の原理説明図である。
The display is turned off after a lapse of a predetermined time.
It uses the control to change to the mode. FIG. 1 is a diagram illustrating the principle of the present invention.

【0012】図において、3は、動作モード制御が行わ
れるCPUである。5は、CPU3の通常の処理が可能
な動作状態の通常モードである。
In the figure, 3 is a CPU for controlling the operation mode. Reference numeral 5 is a normal mode in which the CPU 3 can perform normal processing.

【0013】6は、CPU3の動作が停止される状態の
画面表示・CPU停止モードである。6’は、CPU3
の動作とディスプレイの画面表示とが停止される状態の
ディスプレイOFFモードである。
Reference numeral 6 denotes a screen display / CPU stop mode in which the operation of the CPU 3 is stopped. 6'is CPU3
The display OFF mode is a state in which the operation and the screen display of the display are stopped.

【0014】7は、開閉可能なカバーであり、たとえば
ディスプレイ面を保護するために設けられている。8
は、カバー7の開閉状態を検出するセンサである。
Reference numeral 7 denotes an openable / closable cover, which is provided for protecting the display surface, for example. 8
Is a sensor for detecting the open / closed state of the cover 7.

【0015】CPU3の通常モード5から画面表示・C
PU停止モード6への状態遷移制御は、キー入力が一定
時間以上なく時間監視がタイムアウトとなったときと、
カバー7が閉じられたことをセンサ8が検出したときに
行われる。
From the normal mode 5 of the CPU 3 to screen display / C
The state transition control to the PU stop mode 6 is performed when the time monitoring is timed out because there is no key input for a certain period of time or more.
This is performed when the sensor 8 detects that the cover 7 is closed.

【0016】これに対して、画面表示・CPU停止モー
ド6から通常モード5への状態遷移制御は、キー入力が
行われたときに行われる。
On the other hand, the state transition control from the screen display / CPU stop mode 6 to the normal mode 5 is performed when a key is input.

【0017】[0017]

【作用】図1において、CPU3は電源を投入された後
通常モードになり、利用者によって使用可能な状態にあ
る。この通常モード5では、従来と同様なキー入力の時
間監視を行っており、キー入力が一定時間以上行われな
いと、カバー7が開いた状態でも画面表示・CPU停止
モード6に状態が遷移する。また任意の時点でカバー7
が閉じられると、センサ8が直ちにこれを検出して画面
表示・CPU停止モード6への遷移が行われる。
In FIG. 1, the CPU 3 is in the normal mode after being turned on and is ready for use by the user. In this normal mode 5, the time for key input is monitored in the same manner as in the conventional case. If no key input is performed for a certain time or longer, the state transitions to the screen display / CPU stop mode 6 even when the cover 7 is open. . In addition, cover 7 at any time
When is closed, the sensor 8 immediately detects it and transitions to the screen display / CPU stop mode 6.

【0018】画面表示・CPU停止モード6ではCPU
3のクロックが停止又は電源がオフになっているが画面
表示は行われている。このため、使用者にとって見た目
は通常モード時と同じであるがCPU3の消費電力は大
幅に低減される。
In screen display / CPU stop mode 6, the CPU
The clock of 3 is stopped or the power is turned off, but the screen is displayed. Therefore, although the appearance is the same as that in the normal mode for the user, the power consumption of the CPU 3 is significantly reduced.

【0019】CPU3が画面表示・CPU停止モード6
にあるときには、キー入力が行われることによって、通
常モードへの復帰が行われ処理の続行が可能にされる。
このため、カバー7を開け画面を見ているだけの時に
は、CPU3の消費電力は引き続き大幅に低減される。
CPU 3 displays screen / CPU stop mode 6
In the case of, the key input is performed to return to the normal mode and the processing can be continued.
Therefore, the power consumption of the CPU 3 continues to be significantly reduced when the cover 7 is just opened and the screen is viewed.

【0020】また画面表示・CPU停止モードにおいて
時間監視を行い、一定時間以上このモードが持続してい
る場合にはさらにディスプレイ画面を消して、ディスプ
レイで消費される電力を節約するようにするディスプレ
イOFFモード6’へ移行することができる。
In addition, the time is monitored in the screen display / CPU stop mode, and when this mode continues for a certain time or more, the display screen is further turned off to save power consumed by the display. It is possible to shift to mode 6 '.

【0021】[0021]

【実施例】図2は、本発明の1実施例による計算機シス
テムの構成図である。図2において、1はキーボードK
B、2はキーボードコントローラKBC、3はCPU、
4はCRTやLCDのディスプレイ、7はディスプレイ
のカバー、8はカバー7の開閉状態を検出するセンサ、
9はキーボードKB1からキー入力された信号をコード
変換してCPU3へ送る制御を行うキー入力処理部、1
0は省電力のために通常モードと画面表示・CPU停止
モード、ディスプレイOFFモードなどのモード間遷移
を制御するモード制御部、11はCPU3の動作を制御
するクロックを発生するクロック発生器、12はキー入
力が途絶えてからの時間を監視するキー入力時間監視
部、13はセンサ8の出力信号に基づいてカバー7の開
閉を監視するカバー開閉監視部、14は画面表示・CP
U停止モードの持続時間を監視する停止モード監視部で
ある。
2 is a block diagram of a computer system according to an embodiment of the present invention. In FIG. 2, 1 is a keyboard K
B, 2 is a keyboard controller KBC, 3 is a CPU,
4 is a CRT or LCD display, 7 is a display cover, 8 is a sensor for detecting the open / closed state of the cover 7,
Reference numeral 9 denotes a key input processing unit for controlling the code conversion of a signal key-input from the keyboard KB1 and sending it to the CPU 3.
0 is a mode control unit that controls transitions between normal mode and screen display / CPU stop mode, display OFF mode, etc. for power saving, 11 is a clock generator that generates a clock that controls the operation of the CPU 3, and 12 is A key input time monitoring unit that monitors the time after the key input is cut off, 13 is a cover opening / closing monitoring unit that monitors the opening / closing of the cover 7 based on the output signal of the sensor 8, and 14 is a screen display / CP.
It is a stop mode monitor that monitors the duration of the U stop mode.

【0022】通常モードにおいて、KBC2のキー入力
処理部9は、KB1でキー入力操作が行われるとCPU
3に処理を要求する。CPU3はキー入力時間監視部1
2でキー入力があるごとにタイマを更新して、次のキー
入力が一定時間以上行われないときKBC2に割り込み
要求を行う。KBC2のモード制御部10は、割り込み
要求に応答してCPU3のクロック発生器11のクロッ
ク発生を停止させる制御を行う。これによりCPU3は
動作を停止し、画面表示・CPU停止モードとなる。
In the normal mode, the key input processing unit 9 of the KBC 2 is operated by the CPU when the key input operation is performed by the KB 1.
3 request processing. CPU3 is key input time monitoring unit 1
The timer is updated every time there is a key input in 2, and an interrupt request is issued to the KBC 2 when the next key input is not performed for a certain time. The mode control unit 10 of the KBC 2 controls the clock generation of the clock generator 11 of the CPU 3 in response to the interrupt request. As a result, the CPU 3 stops its operation and enters the screen display / CPU stop mode.

【0023】また通常モードにおいてディスプレイ4の
カバー7が閉じられると、センサ8がこれを検出し、カ
バー開閉監視部13に通知する。カバー開閉監視部13
はCPU3から独立しており、カバー7が閉じられた状
態を識別するとKBC2に割り込みを行い、モード制御
部10に画面表示・CPU停止モードへの切り換え制御
を行わせる。
When the cover 7 of the display 4 is closed in the normal mode, the sensor 8 detects this and notifies the cover opening / closing monitoring unit 13 of this. Cover open / close monitor 13
Is independent of the CPU 3, and when it identifies the closed state of the cover 7, it interrupts the KBC 2 and causes the mode control unit 10 to perform switching control to the screen display / CPU stop mode.

【0024】停止モード時間監視部14は、画面表示・
CPU停止モードの持続時間をタイマで監視しており、
その持続時間が一定時間を超えるとモード制御部10に
通知する。モード制御部10はこれに応答してディスプ
レイ4の電源をOFFにし、画面表示を消して電力消費
をさらに節減するディスプレイOFFモードに移行させ
る。
The stop mode time monitoring unit 14 displays the screen
A timer monitors the duration of CPU stop mode,
When the duration exceeds a certain time, the mode control unit 10 is notified. In response to this, the mode control unit 10 turns off the power supply of the display 4 and turns off the screen display to enter the display off mode in which the power consumption is further reduced.

【0025】カバー7が閉じられている状態でのディス
プレイOFFモードにおいてカバー7が開けられると、
センサ8がこれを検出してカバー開閉監視部13に通知
し、カバー開閉監視部13はKBC2に割り込んでモー
ド制御部10にモード遷移を要求する。モード制御部1
0はディスプレイ4の電源をONにし、画面表示・CP
U停止モードに切り換える。
When the cover 7 is opened in the display OFF mode with the cover 7 closed,
The sensor 8 detects this and notifies the cover opening / closing monitoring unit 13 of the detection, and the cover opening / closing monitoring unit 13 interrupts the KBC 2 and requests the mode control unit 10 for mode transition. Mode control unit 1
0 turns on the power of the display 4 and displays the screen / CP
Switch to U-stop mode.

【0026】またカバー7が開いている状態での画面表
示・CPU停止モードにおいてKB1からキー入力が行
われると、KBC2のモード制御部10は、CPU3の
クロック発生器11にクロック発生を行わせ、通常モー
ドに切り換えてからCPU3に割り込み、キー入力の処
理を要求する。
When key input is performed from KB1 in the screen display / CPU stop mode with the cover 7 open, the mode control unit 10 of the KBC2 causes the clock generator 11 of the CPU3 to generate the clock. After switching to the normal mode, the CPU 3 is interrupted and a key input process is requested.

【0027】これによりCPU3では、通常モードにお
けるキー入力に対応する処理を実行する。図3は、本発
明実施例の計算機システムにおけるモード制御のフロー
図である。
As a result, the CPU 3 executes the processing corresponding to the key input in the normal mode. FIG. 3 is a flow chart of mode control in the computer system according to the embodiment of this invention.

【0028】電源投入によりシステムは通常モードの動
作状態に初期化され、キー入力の時間監視を開始する。
KB,KBCを介してキー入力が行われればその対応処
理を行って時間監視を再開し、もしもキー入力がないま
まタイムアウトになると、あるいはカバーが閉じられる
と、KBCへ割り込み、CPUのクロックを停止させる
制御を行わせて、画面表示・CPU停止モードに遷移す
る。画面表示・CP停止モードでは時間監視が行われ
る。時間監視で画面表示・CPU停止モードが一定時間
以上持続しタイムアウトになると、ディスプレイOFF
モードに移行する。ディスプレイOFFモードにおいて
カバーが開けられると、ディスプレイの電源をONに
し、画面表示・CPU停止モードに遷移する。ディスプ
レイOFFモードあるいは画面表示・CPU停止モード
においてキー入力が行われると、CPUのクロック発生
が再開され、通常モードに遷移する。通常モードに遷移
した後、KBCからCPUに割り込みが行われ、CPU
はキー入力の対応処理を開始できるようにされ、最初の
状態に戻る。
When the power is turned on, the system is initialized to the normal mode operation state, and the time monitoring of key input is started.
If a key input is made via the KB or KBC, the corresponding process is performed and the time monitoring is restarted. If the time-out occurs without key input or the cover is closed, the KBC is interrupted and the CPU clock is stopped. Control is performed to shift to the screen display / CPU stop mode. In the screen display / CP stop mode, time monitoring is performed. If the screen display / CPU stop mode continues for a certain period of time and times out, the display turns off.
Switch to mode. When the cover is opened in the display OFF mode, the power of the display is turned ON and the screen display / CPU stop mode is entered. When a key is input in the display OFF mode or the screen display / CPU stop mode, the clock generation of the CPU is restarted and the mode is changed to the normal mode. After transitioning to the normal mode, the KBC interrupts the CPU,
Is enabled to start the corresponding processing of key input, and returns to the initial state.

【0029】[0029]

【発明の効果】本発明により、低消費電力が要求される
携帯型のパソコンやWSなどの計算機システムにおい
て、利用者がキー入力操作で応答するのに時間がかかる
処理を行っている場合だけでなく、処理の途中で急用が
でき中座するような場合に、カバーを閉じることにより
CPUを自動的に即時に電力節減状態におくことがで
き、省電力作用を一層向上させることができる。
According to the present invention, in a computer system such as a portable personal computer or WS which requires low power consumption, only when the user performs a process that takes a long time to respond with a key input operation. In the meantime, in the case where an emergency is required and the user sits in the middle of the process, the CPU can be automatically put into the power saving state immediately by closing the cover, and the power saving effect can be further improved.

【0030】また所定時間が経過する前にカバーを開け
画面表示を見る場合、CPUが停止しているため、引き
続き電力節減状態であり続ける。更に所定時間経過後に
ディスプレイの電源をOFFにするため、より一層の省
電力効果が得られる。
When the cover is opened and the screen display is viewed before the predetermined time has elapsed, the CPU is stopped and the power saving state continues. Further, since the display is turned off after a lapse of a predetermined time, a further power saving effect can be obtained.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の1実施例による計算機システムの構成
図である。
FIG. 2 is a configuration diagram of a computer system according to an embodiment of the present invention.

【図3】本発明実施例システムにおけるモード制御のフ
ロー図である。
FIG. 3 is a flow chart of mode control in the system of the embodiment of the present invention.

【図4】従来の計算機システムの基本構成図である。FIG. 4 is a basic configuration diagram of a conventional computer system.

【図5】従来の計算機システムにおけるモード遷移図で
ある。
FIG. 5 is a mode transition diagram in a conventional computer system.

【符号の説明】[Explanation of symbols]

3 CPU 5 通常モード 6 画面表示・CPU停止モード 6’ディスプレイOFFモード 7 カバー 8 センサ 3 CPU 5 Normal mode 6 Screen display / CPU stop mode 6'Display OFF mode 7 Cover 8 Sensor

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 通常動作状態の通常モードと、通常モー
ドにおいて一定時間以上キー入力が行われないとき遷移
される画面を表示しながらCPUの動作を停止させた動
作状態の画面表示・CPU停止モードとを有し、開閉操
作が可能なカバーを備えている計算機システムにおい
て、 カバーの開閉状態を検出する手段を設け、CPUの通常
モードの動作状態でカバーが閉じられたことを検出した
とき、CPUのクロックを停止させて画面表示・CPU
停止モードに遷移させることを特徴とする計算機システ
ムの省電力制御方法。
1. A normal mode of a normal operation state, and a screen display / CPU stop mode of an operation state in which the operation of the CPU is stopped while displaying a screen that transitions when no key input is performed for a certain period of time in the normal mode. In a computer system having a cover that can be opened and closed, means for detecting the open / closed state of the cover is provided, and when it is detected that the cover is closed in the normal mode operation state of the CPU, the CPU Stops the clock and displays the screen / CPU
A power-saving control method for a computer system, characterized by transitioning to a stop mode.
【請求項2】 請求項1において、画面表示・CPU停
止モードに遷移した後時間監視を行い、当該モードが一
定時間以上持続したとき画面表示を消す制御を行うこと
を特徴とする計算機システムの省電力制御方法。
2. The saving of a computer system according to claim 1, wherein the time is monitored after the screen display / CPU stop mode is entered, and the screen display is turned off when the mode lasts for a certain time or more. Power control method.
JP11673693A 1993-05-19 1993-05-19 Electronic equipment and power saving method for electronic equipment Expired - Fee Related JP3523289B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11673693A JP3523289B2 (en) 1993-05-19 1993-05-19 Electronic equipment and power saving method for electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11673693A JP3523289B2 (en) 1993-05-19 1993-05-19 Electronic equipment and power saving method for electronic equipment

Publications (2)

Publication Number Publication Date
JPH06332564A true JPH06332564A (en) 1994-12-02
JP3523289B2 JP3523289B2 (en) 2004-04-26

Family

ID=14694522

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11673693A Expired - Fee Related JP3523289B2 (en) 1993-05-19 1993-05-19 Electronic equipment and power saving method for electronic equipment

Country Status (1)

Country Link
JP (1) JP3523289B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6128451A (en) * 1996-09-25 2000-10-03 Ricoh Co., Ltd. Image forming apparatus having digital image data supply device
US7719528B2 (en) 2004-01-17 2010-05-18 Samsung Electronics Co., Ltd. Portable computer and controlling method thereof
JP2010231324A (en) * 2009-03-26 2010-10-14 Oki Electric Ind Co Ltd Device, method and system for controlling display
WO2011145700A1 (en) 2010-05-19 2011-11-24 シャープ株式会社 Reproduction device, display device, television receiver, system, recognition method, program, and recording medium
JP2012118891A (en) * 2010-12-03 2012-06-21 Lenovo Singapore Pte Ltd Reduction method for power consumption of computer, and computer

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6128451A (en) * 1996-09-25 2000-10-03 Ricoh Co., Ltd. Image forming apparatus having digital image data supply device
US7719528B2 (en) 2004-01-17 2010-05-18 Samsung Electronics Co., Ltd. Portable computer and controlling method thereof
JP2010231324A (en) * 2009-03-26 2010-10-14 Oki Electric Ind Co Ltd Device, method and system for controlling display
WO2011145700A1 (en) 2010-05-19 2011-11-24 シャープ株式会社 Reproduction device, display device, television receiver, system, recognition method, program, and recording medium
JP2012118891A (en) * 2010-12-03 2012-06-21 Lenovo Singapore Pte Ltd Reduction method for power consumption of computer, and computer

Also Published As

Publication number Publication date
JP3523289B2 (en) 2004-04-26

Similar Documents

Publication Publication Date Title
US5475848A (en) Supervisory control method and power saving control unit for computer system
US6418536B1 (en) Power saving of a portable computer using human sensing device
US5560024A (en) Computer power management system
US5504908A (en) Power saving control system for computer system
US8723854B2 (en) Digital photo frame with power saving function and related power saving method
US6105142A (en) Intelligent power management interface for computer system hardware
US6975947B2 (en) Power saving apparatus in an appliance
US20050071702A1 (en) Information processing apparatus and power saving control method
US6404423B1 (en) Method for display power management and monitor equipped with a power management function
US20060236132A1 (en) Power-managing key apparatus and method for the same
JPH03210617A (en) Realtime power saving method and device for potable computor
US20070180282A1 (en) Power-saving control apparatus and method for a portable computer
KR20180082786A (en) Automatic power consumption reduction device and method for personal computer
US20010020276A1 (en) Method for automatically verifying security code of computer system operated by remote controller
AU667369B2 (en) Method and apparatus for changing processor clock rate
JPH06332564A (en) Power saving control method for computer system
JPH04291612A (en) Power saving type data processor
US7605782B2 (en) Method and apparatus for adjusting a brightness of a display screen
JPH11167438A (en) Power conservation device for display
US7308585B2 (en) Low power residual remaining power indicator
EP0573651A1 (en) Condition monitor method for computer system and power saving controller
US5767594A (en) Computer keyboard power saving method
JPH04245518A (en) Information processor
US6282664B1 (en) Method and apparatus for switching an electronic system between an operating mode and stand-by mode
JPH06149406A (en) Cpu clock switching control system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20030610

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040206

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080220

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090220

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees