US6076169A - Computer system having a screen saver with a power shutdown function and a control method thereof - Google Patents

Computer system having a screen saver with a power shutdown function and a control method thereof Download PDF

Info

Publication number
US6076169A
US6076169A US09/062,721 US6272198A US6076169A US 6076169 A US6076169 A US 6076169A US 6272198 A US6272198 A US 6272198A US 6076169 A US6076169 A US 6076169A
Authority
US
United States
Prior art keywords
computer apparatus
program
screen saver
time elapses
signals
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.)
Expired - Lifetime
Application number
US09/062,721
Inventor
Yong-hoon Lee
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.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co 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 Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Assigned to SAMSUNG ELECTRONICS CO., LTD. reassignment SAMSUNG ELECTRONICS CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LEE, YONG-HOON
Application granted granted Critical
Publication of US6076169A publication Critical patent/US6076169A/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • G06F1/3206Monitoring of events, devices or parameters that trigger a change in power modality
    • G06F1/3215Monitoring of peripheral devices

Definitions

  • the present invention relates to a computer system having a screen saver with a power shutdown function and a control method thereof. More particularly, the present invention relates to a computer system having a screen saver with a power shutdown function which terminates all programs and the operating system program, and then shuts down the power to the computer system if there has been no input for a predetermined time while the screen saver is operating under an operating system program.
  • a sleep mode can be a mode where a computer consumes less energy than when it is in its normal operating state.
  • a screen saver program is operated when a computer is not being used.
  • a screen saver program can be used to reduce display degradation that occurs when an image remains on a cathode ray tube (CRT) for an extended period of time.
  • CRT cathode ray tube
  • a screen saver mode is initiated when a computer is idle (not used) for a predetermined time.
  • the screen saver mode is initiated, information displayed on a computer monitor is blanked out or replaced by other images.
  • the screen saver mode remains active until an operator inputs information using a keyboard or mouse. While the screen saver mode is active, if an operator inputs information using a keyboard or mouse the screen saver mode will be thereby terminated.
  • the present invention comprises a timer for measuring time, an input device for inputting, and a controller for automatically terminating an operating system program if there has been no input signal from the input device for a predetermined time while the screen saver is operating.
  • the present invention comprises the following steps. Determining whether the screen saver is in operation, checking whether there is an input signal from the input device for a predetermined time after operating the timer, terminating all programs and the operating system program if there is no input signal for a predetermined time, and then terminating power to the computer system.
  • FIG. 1 is a block diagram illustrating a computer system having a screen saver with a power shutdown function, according to the principles of the present invention.
  • FIG. 2 is a flowchart illustrating the control method of a computer system having a screen saver with a power shutdown function, according to the principles of the present invention.
  • FIG. 1 is a block diagram illustrating a computer system having a screen saver with a power shutdown function, according to the principles of the present invention.
  • the computer system of FIG. 1 comprises a power supply 7 which receives alternating current (AC) power from an external source.
  • the power supply 7 supplies power to components of the computer system and has a power switch SW.
  • the power switch SW can be operated to turn on and turn off the computer system.
  • a timer 1 measures time.
  • a keyboard 2, mouse 3, and input device 10 can be used by an operator to input information to a central processing unit 4 (CPU).
  • the input device 10 can be an eyetracker control device, joystick, light pen, trackball, or other peripheral used to input information to the central processing unit 4.
  • the input device 10 can be a peripheral capable of inputting an interrupt request command to the central processing unit 4, such as a floppy disk drive, a compact disc (CD) drive, or a digital versatile disc (DVD) drive.
  • An interrupt request command would be input to the central processing unit 4 when, for example, a floppy disk is inserted into the floppy disk drive.
  • An interrupt request command would also be input to the central processing unit 4 when a compact disc is inserted into the compact disc drive, or a digital versatile disc is inserted into the digital versatile disc drive.
  • the central processing unit 4 outputs a control signal which shuts off the power supplied by the power supply 7 when there has been no input signal for a predetermined time while a screen saver program is operating.
  • the keyboard 2, mouse 3, and input device 10 are the devices which input signals to the central processing unit 4.
  • a micro controller 8 transfers input signals received from the keyboard 2, mouse 3, and input device 10 to the central processing unit 4 through a system bus 6.
  • the micro controller 8 controls the keyboard 2, mouse 3, input device 10, and power supply 7, according to a control signal from the central processing unit 4.
  • a computer monitor 14 includes a screen 16.
  • the monitor 14 includes support circuitry.
  • the screen 16 can be a cathode ray tube (CRT), a liquid crystal display, or other type of screen used with a computer system.
  • CTR cathode ray tube
  • a read only memory (ROM) 5 contains a stored control program.
  • a random access memory (RAM) 12 stores a screen saver program, an operating system program, and instructions pertaining to the method of the present invention. More specifically, the random access memory 12 stores instructions regarding the screen saver program, the operating system program, the control of the timer 1, the termination of the operating system program, the termination of the supply of the power to the computer system, and a suspend mode of the computer system. The operating system program controls the operations of components of the computer system.
  • a system bus 6 is connected to the central processing unit 4, the read only memory 5, the timer 1, the random access memory 12, the monitor 14, and the micro controller 8.
  • FIG. 2 is a flowchart illustrating the control method of a computer system having a screen saver with a power shutdown function, according to the principles of the present invention.
  • the central processing unit 4 determines whether the screen saver program is in operation. At step S2, if the screen saver program is in operation, the central processing unit 4 operates the timer 1. Then, at step S3, the central processing unit 4 senses whether there is an input signal received from the keyboard 2, mouse 3, or other input device 10.
  • the central processing unit 4 checks whether a second predetermined time period has elapsed, preferably a time period of five minutes. At step S5, if there is no input signal for the duration of the second predetermined time period, the central processing unit 4 terminates the operating system program.
  • the operating system program is a Microsoft(R) Windows(R) operating system program.
  • step S11 if there is an input signal from the keyboard 2, mouse 3, or other input device 10, the original screen is returned so that the user can resume work on the computer system.
  • step S6 the central processing unit 4 operates the timer 1 again.
  • step S7 the central processing unit 4 senses whether the Microsoft Windows operating system program has been terminated.
  • step S8 if Microsoft Windows has been terminated, the central processing unit 4 shuts down the main power of the power supply 7 by controlling the micro controller 8.
  • step S9 a test is made to check if a third predetermined time period has elapsed, preferably a time period of two minutes. If the third predetermined time period has not yet elapsed, then step S7 is performed again. Alternatively, if the third predetermined time period has already elapsed, then step S10 is performed.
  • step S10 since Microsoft Windows has not yet been terminated and the third predetermined time period has already elapsed, the computer system is put into a suspend mode state and the amount of power supplied from power supply 7 is modified.
  • the contents of the operating data are stored in random access memory 12 to thereby enable data reconstruction upon resumption of full power.
  • the suspend mode state the power supplied from power supply 7 to the computer system is either is shut off completely or merely reduced.
  • the effect of the present invention is that power consumption is reduced by terminating Microsoft Windows and shutting down the power to the computer system when there has been no input for a predetermined time while the screen saver program is operating under Microsoft Windows.
  • a Microsoft(R) Windows(R) operating system program is discussed.
  • the Microsoft Windows operating system program discussed above can be Microsoft Windows 3.1, Microsoft Windows 95, Microsoft Windows NT, or other Microsoft Windows versions.
  • the present invention can be effective in conjunction with operating system programs other than Microsoft Windows.
  • the principles of the present invention can be applied to a computer system using a version of a UNIX operating system program, a version of DOS (disk operating system), or other operating system programs.
  • the principles of the present invention can be used with any type of computer monitor, including cathode ray tube units, liquid crystal display units, and others.

Abstract

This invention relates to a computer system having a screen saver with a power shutdown function and the control method thereof, comprising a timer for measuring time, an input device for inputting, and a controller for automatically terminating an operating system program when there has been no input signal from an input device for a predetermined time while a screen saver is operating. The computer system having a screen saver with a power shutdown function terminates all programs and the operating system program, such as Microsoft Windows, and then shuts down the power to a computer if there has been no input for a predetermined time while the screen saver is operating under the operating system program.

Description

CLAIM OF PRIORITY
This application makes reference to, incorporates the same herein, and claims all benefits accruing under 35 U.S.C. ยง119 from an application entitled A COMPUTER SYSTEM HAVING A SCREEN SAVER WITH A POWER SHUTDOWN FUNCTION AND A CONTROL METHOD THEREOF earlier filed in the Korean Industrial Property Office on the 18th day of April 1997, and there duly assigned Ser. No. 97-14559 by that Office.
BACKGROUND OF THE INVENTION
1. Technical Field
The present invention relates to a computer system having a screen saver with a power shutdown function and a control method thereof. More particularly, the present invention relates to a computer system having a screen saver with a power shutdown function which terminates all programs and the operating system program, and then shuts down the power to the computer system if there has been no input for a predetermined time while the screen saver is operating under an operating system program.
2. Related Art
With the increased use of computers, there has been a surge in new development of hardware and software designed to conserve energy. One method used to conserve energy in computers is to cause the computer to enter a sleep mode during periods when the computer is not being used. A sleep mode can be a mode where a computer consumes less energy than when it is in its normal operating state.
Sometimes a screen saver program is operated when a computer is not being used. A screen saver program can be used to reduce display degradation that occurs when an image remains on a cathode ray tube (CRT) for an extended period of time. Conventionally, a screen saver mode is initiated when a computer is idle (not used) for a predetermined time. When the screen saver mode is initiated, information displayed on a computer monitor is blanked out or replaced by other images. Once a screen saver mode is initiated, the screen saver mode remains active until an operator inputs information using a keyboard or mouse. While the screen saver mode is active, if an operator inputs information using a keyboard or mouse the screen saver mode will be thereby terminated. When the screen saver mode is terminated, the information which was replaced by other images is again displayed on the computer monitor. A problem with screen savers is as follows. When there is no operator input for an extended period of time, the screen saver program continues to operate and power is thereby wasted.
Examples of screen savers are disclosed in U.S. Pat. No. 5,680,535 for Screen Saver for Exhibiting Artists and Artwords issued to Harbin et al. and U.S. Pat. No. 5,642,185 for Automatic Termination of Screen Saver Mode on a Display of Reproduction Apparatus issued to Altrieth III et al.
Examples of methods and devices used to conserve energy are disclosed in U.S. Pat. No. 5,708,819 for Process and Apparatus for Generating Power Management Events in a Computer System issued to Dunnihoo, U.S. Pat. No. 5,670,832 for Power-Supply Control Apparatus for Image Processing Apparatus issued to Takeda, U.S. Pat. No. 5,657,257 for Power-Supply Controller of Computer issued to Lee, U.S. Pat. No. 5,598,565 for Method and Apparatus for Screen Power Saving issued to Reinhardt, U.S. Pat. No. 5,579,524 for Optimized Power Supply System for Computer Equipment issued to Kikinis, U.S. Pat. No. 5,579,252 for Computer Monitor Power-Saving Device issued to Huang, U.S. Pat. No. 5,457,516 for Energy Saving Image-Forming Apparatus and Control Method Therefor issued to Kim, U.S. Pat. No. 5,371,693 for Computer with Power Saving Function issued to Nakazoe, and U.S. Pat. No. 5,059,961 for Screen Blanker for a Monitor of a Computer System issued to Cheng.
Pertaining to a computer power off-power on cycle, a method for suspending/resuming software applications on a computer is disclosed in U.S. Pat. No. 5,590,340 for Apparatus and Method for Suspending and Resuming Software Application on a Computer issued to Morita et al.
Although presently there do exist screen savers lengthening the life of computer monitors, and although presently there do exist systems with energy conserving features, I have discovered that it would be desirable to develop an enhanced energy conserving feature to further reduce the energy that is consumed unnecessarily.
SUMMARY OF THE INVENTION
It is an object of the present invention to provide a computer system having a screen saver with a power shutdown function for saving power, by terminating the operating system program and then shutting down the power to the computer system, if there has been no input signal from the input device for a predetermined time while the screen saver is operating, in order to substantially overcome the limitation and disadvantage of the related art.
It is another object of the present invention to provide solutions to the problems of the related art, including a solution to the problem of energy being wasted during the operation of a screen saver.
To achieve the above objects, as embodied and broadly described herein, the present invention comprises a timer for measuring time, an input device for inputting, and a controller for automatically terminating an operating system program if there has been no input signal from the input device for a predetermined time while the screen saver is operating.
Furthermore, to achieve the above objects, the present invention comprises the following steps. Determining whether the screen saver is in operation, checking whether there is an input signal from the input device for a predetermined time after operating the timer, terminating all programs and the operating system program if there is no input signal for a predetermined time, and then terminating power to the computer system.
The present invention is more specifically described in the following paragraphs by preference to the drawings attached only by way of example.
BRIEF DESCRIPTION OF THE DRAWINGS
A more complete appreciation of the present invention, and many of the attendant advantages thereof, will become readily apparent as the same becomes better understood by reference to the following detailed description when considered in conjunction with the accompanying drawings in which like reference symbols indicate the same or similar components, wherein:
FIG. 1 is a block diagram illustrating a computer system having a screen saver with a power shutdown function, according to the principles of the present invention; and
FIG. 2 is a flowchart illustrating the control method of a computer system having a screen saver with a power shutdown function, according to the principles of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
Refer now to FIG. 1, which is a block diagram illustrating a computer system having a screen saver with a power shutdown function, according to the principles of the present invention. The computer system of FIG. 1 comprises a power supply 7 which receives alternating current (AC) power from an external source. The power supply 7 supplies power to components of the computer system and has a power switch SW. The power switch SW can be operated to turn on and turn off the computer system. A timer 1 measures time.
A keyboard 2, mouse 3, and input device 10 can be used by an operator to input information to a central processing unit 4 (CPU). The input device 10 can be an eyetracker control device, joystick, light pen, trackball, or other peripheral used to input information to the central processing unit 4. Also, the input device 10 can be a peripheral capable of inputting an interrupt request command to the central processing unit 4, such as a floppy disk drive, a compact disc (CD) drive, or a digital versatile disc (DVD) drive. An interrupt request command would be input to the central processing unit 4 when, for example, a floppy disk is inserted into the floppy disk drive. An interrupt request command would also be input to the central processing unit 4 when a compact disc is inserted into the compact disc drive, or a digital versatile disc is inserted into the digital versatile disc drive.
In FIG. 1, the central processing unit 4 outputs a control signal which shuts off the power supplied by the power supply 7 when there has been no input signal for a predetermined time while a screen saver program is operating. The keyboard 2, mouse 3, and input device 10 are the devices which input signals to the central processing unit 4. A micro controller 8 transfers input signals received from the keyboard 2, mouse 3, and input device 10 to the central processing unit 4 through a system bus 6. In addition, the micro controller 8 controls the keyboard 2, mouse 3, input device 10, and power supply 7, according to a control signal from the central processing unit 4. A computer monitor 14 includes a screen 16. The monitor 14 includes support circuitry. The screen 16 can be a cathode ray tube (CRT), a liquid crystal display, or other type of screen used with a computer system.
A read only memory (ROM) 5 contains a stored control program. A random access memory (RAM) 12 stores a screen saver program, an operating system program, and instructions pertaining to the method of the present invention. More specifically, the random access memory 12 stores instructions regarding the screen saver program, the operating system program, the control of the timer 1, the termination of the operating system program, the termination of the supply of the power to the computer system, and a suspend mode of the computer system. The operating system program controls the operations of components of the computer system. A system bus 6 is connected to the central processing unit 4, the read only memory 5, the timer 1, the random access memory 12, the monitor 14, and the micro controller 8.
Refer now to FIG. 2, which is a flowchart illustrating the control method of a computer system having a screen saver with a power shutdown function, according to the principles of the present invention. After power is supplied to the computer system of FIG. 1 having a screen saver program with a power shutdown function, a user operates the computer system. After the operation of the computer system has begun, if there is no input signal for a first predetermined time period from the keyboard 2, mouse 3, or input device 10, then the operation of a screen saver program begins. The first time period is preferably a time period of seven minutes.
In FIG. 2, at step S1, the central processing unit 4 determines whether the screen saver program is in operation. At step S2, if the screen saver program is in operation, the central processing unit 4 operates the timer 1. Then, at step S3, the central processing unit 4 senses whether there is an input signal received from the keyboard 2, mouse 3, or other input device 10.
At step S4, if no input signal is received, the central processing unit 4 checks whether a second predetermined time period has elapsed, preferably a time period of five minutes. At step S5, if there is no input signal for the duration of the second predetermined time period, the central processing unit 4 terminates the operating system program. In this embodiment, the operating system program is a Microsoft(R) Windows(R) operating system program. At step S11, if there is an input signal from the keyboard 2, mouse 3, or other input device 10, the original screen is returned so that the user can resume work on the computer system.
Next, at step S6, the central processing unit 4 operates the timer 1 again. At step S7, the central processing unit 4 senses whether the Microsoft Windows operating system program has been terminated. At step S8, if Microsoft Windows has been terminated, the central processing unit 4 shuts down the main power of the power supply 7 by controlling the micro controller 8.
Note that Microsoft Windows will not be terminated at the above--referenced step S5 under certain conditions. For example, Microsoft Windows will not be terminated if a data file has not been saved or an application program is being executed under a DOS operation. If Microsoft Windows has not been terminated, then step S9 is performed. At step S9, a test is made to check if a third predetermined time period has elapsed, preferably a time period of two minutes. If the third predetermined time period has not yet elapsed, then step S7 is performed again. Alternatively, if the third predetermined time period has already elapsed, then step S10 is performed. At step S10, since Microsoft Windows has not yet been terminated and the third predetermined time period has already elapsed, the computer system is put into a suspend mode state and the amount of power supplied from power supply 7 is modified. When the computer system is put into the suspend mode state, the contents of the operating data are stored in random access memory 12 to thereby enable data reconstruction upon resumption of full power. In the suspend mode state, the power supplied from power supply 7 to the computer system is either is shut off completely or merely reduced.
Consequently, as described above, the effect of the present invention is that power consumption is reduced by terminating Microsoft Windows and shutting down the power to the computer system when there has been no input for a predetermined time while the screen saver program is operating under Microsoft Windows.
In the embodiment described above, a Microsoft(R) Windows(R) operating system program is discussed. The Microsoft Windows operating system program discussed above can be Microsoft Windows 3.1, Microsoft Windows 95, Microsoft Windows NT, or other Microsoft Windows versions. In addition, the present invention can be effective in conjunction with operating system programs other than Microsoft Windows. For example, the principles of the present invention can be applied to a computer system using a version of a UNIX operating system program, a version of DOS (disk operating system), or other operating system programs.
The principles of the present invention can be used with any type of computer monitor, including cathode ray tube units, liquid crystal display units, and others.
While there have been illustrated and described what are considered to be preferred embodiments of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made, and equivalents may be substituted for elements thereof without departing from the true scope of the present invention. In addition, many modifications may be made to adapt a particular situation to the teaching of the present invention without departing from the central scope thereof Therefore, it is intended that the present invention not be limited to the particular embodiment disclosed as the best mode contemplated for carrying out the present invention, but that the present invention includes all embodiments falling within the scope of the appended claims.

Claims (25)

What is claimed is:
1. A computer apparatus having a screen saver program and a power shutdown function, comprising:
a video display conveying varying visual information to a user;
a timer measuring time;
an input unit inputting signals; and
a control unit connected to said video display, said timer, and said input unit, receiving said signals from said input unit, controlling an operating system program and a screen saver program reducing degradation in said video display, starting the screen saver program when said signals are not received before a first quantity of time elapses, terminating the screen saver program when said signals are received after the starting of the screen saver program and before a second quantity of time elapses;
when a predetermined condition is not detected and said signals are not received after the starting of the screen saver program and said signals are not received before the second quantity of time elapses, said control unit automatically terminating the operating system program;
said control unit controlling a suspend program storing operating data, reducing power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of full power being supplied to the computer apparatus;
when said predetermined condition is detected and said signals are not received after the screen saver program is started and said signals are not received before the second quantity of time elapses and a third quantity of time elapses after the second quantity of time elapses and the operating system program is not terminated, said control unit starting the suspend program.
2. The computer apparatus of claim 1, further comprising:
a power supply supplying power to said video display, timer, input unit, and control unit;
said power supply cutting off power to said video display, timer, input unit, and control unit when the operating system program is terminated.
3. The computer apparatus of claim 1, further comprising said control unit controlling a suspend program storing operating data, reducing power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of full power being supplied to the computer apparatus.
4. The computer apparatus of claim 3, further comprising:
when said predetermined condition is detected and said signals are not received after the screen saver program is started and said signals are not received before the second quantity of time elapses and a third quantity of time elapses after the second quantity of time elapses and the operating system program is not terminated, said control unit starting the suspend program.
5. The computer apparatus of claim 1, said reducing of power supplied to the computer apparatus corresponding to a cutting off of power supplied to the computer apparatus.
6. The computer apparatus of claim 5, further comprising:
when said predetermined condition is detected and said signals are not received after the screen saver program is started and said signals are not received before the second quantity of time elapses and a third quantity of time elapses after the second quantity of time elapses and the operating system program is not terminated, said control unit starting the suspend program.
7. The apparatus of claim 5, further comprising said predetermined condition corresponding to a data file being not saved.
8. The computer apparatus of claim 1, further comprising said input unit corresponding to a peripheral device selected from the group consisting of a keyboard, a mouse, a trackball, and a joystick.
9. The computer apparatus of claim 1, further comprising said input unit corresponding to a peripheral device selected from the group consisting of a floppy disk drive, a compact disc drive, and a digital versatile disc drive.
10. The apparatus of claim 1, further comprising said predetermined condition corresponding to a data file being not saved.
11. A method of controlling a computer apparatus having a screen saver program and a power shutdown function, comprising the steps of:
sensing whether a screen saver program is started;
when the screen saver program is started, operating a timer measuring time;
sensing whether a signal is received from an input unit before a first quantity of time elapses, the first quantity of time being measured by said timer;
when a predetermined condition is not detected and said signal is not received before the first quantity of time elapses, automatically terminating an operating system program of the computer apparatus;
controlling a suspend pro gram storing operating data, reducing power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of full power being supplied to the computer apparatus; and
when said predetermined condition is detected and said signal is not received before the first quantity of time elapses and a second quantity of time elapses after the first quantity of time elapses and the operating system program of the computer apparatus is not terminated, starting the suspend program.
12. The method of claim 11, further comprising the step of shutting off power to the computer apparatus when the operating system program of the computer apparatus is automatically terminated.
13. The method of claim 11, further comprising the steps of:
controlling a suspend program storing operating data, reducing power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of full power being supplied to the computer apparatus; and
when said predetermined condition is detected and said signal is not received before the first quantity of time elapses and a second quantity of time elapses after the first quantity of time elapses and the operating system program of the computer apparatus is not terminated, starting the suspend program.
14. The method of claim 11, said reducing of power supplied to the computer apparatus corresponding to a shutting off of power supplied to the computer apparatus.
15. The method of claim 14, further comprising said predetermined condition corresponding to a data file being not saved.
16. The method of claim 11, further comprising said input unit corresponding to a peripheral device selected from the group consisting of a keyboard, a mouse, a trackball, and a joystick.
17. The method of claim 11, further comprising said input unit corresponding to a peripheral device selected from the group consisting of a floppy disk drive, a compact disc drive, and a digital versatile disc drive.
18. The method of claim 11, further comprising said predetermined condition corresponding to a data file being not saved.
19. A computer apparatus having a screen saver program and a power shutdown function, comprising:
a video display conveying varying visual information to a user;
a memory unit storing a screen saver program reducing degradation in said video display, and storing an operating system program;
a timer measuring time;
an input unit inputting signals; and
a central processing unit connected to said video display, said memory unit, said timer, and said input unit, operating said timer, sensing whether said signals are received from said input unit, controlling the operating system program and the screen saver program, starting the screen saver program when said signals are not received before a first quantity of time elapses, terminating the screen saver program when said signals are received after the starting of the screen saver program and before a second quantity of time elapses; and
a control unit connected to said central processing unit;
when a predetermined condition is not detected and said signals are not received after the starting of the screen saver program and said signals are not received before the second quantity of time elapses, said control unit automatically terminating the operating system program according to said central processing unit.
20. The computer apparatus of claim 19, further comprising:
a power supply supplying power to said video display, timer, memory unit, input unit, central processing unit and control unit;
said power supply cutting off power to said video display, timer, memory unit, input unit, central processing unit and control unit when the operating system program is terminated.
21. The computer apparatus of claim 19, further comprising said central processing unit controlling a suspend program storing operating data, reducing power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of full power being supplied to the computer apparatus.
22. The computer apparatus of claim 21, further comprising:
when said predetermined condition is detected and said signals are not received after the screen saver program is started and said signals are not received before the second quantity of time elapses and a third quantity of time elapses after the second quantity of time elapses and the operating system program is not terminated, said central processing unit starting the suspend program.
23. The apparatus of claim 22, further comprising said predetermined condition corresponding to a data file being not saved.
24. The computer apparatus of claim 19, further comprising said central processing unit controlling a suspend program storing operating data, cutting off power supplied to the computer apparatus, and enabling reconstruction of the operating data upon resumption of power being supplied to the computer apparatus.
25. The computer apparatus of claim 19, further comprising said input unit corresponding to a peripheral device selected from the group consisting of a keyboard, a mouse, a trackball, a joystick, a floppy disk drive, a compact disc drive, and a digital versatile disc drive.
US09/062,721 1997-04-18 1998-04-20 Computer system having a screen saver with a power shutdown function and a control method thereof Expired - Lifetime US6076169A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR97-14559 1997-04-18
KR1019970014559A KR100247275B1 (en) 1997-04-18 1997-04-18 Computer system and its method having energy saving type screen saver

Publications (1)

Publication Number Publication Date
US6076169A true US6076169A (en) 2000-06-13

Family

ID=19503295

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/062,721 Expired - Lifetime US6076169A (en) 1997-04-18 1998-04-20 Computer system having a screen saver with a power shutdown function and a control method thereof

Country Status (2)

Country Link
US (1) US6076169A (en)
KR (1) KR100247275B1 (en)

Cited By (35)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
US6237102B1 (en) * 1997-12-26 2001-05-22 Samsung Electronics Co., Ltd. Method and apparatus for controlling frequency and length of a rest mode in a computer
US6329770B1 (en) * 1999-11-05 2001-12-11 Thomson Licensing S.A. Control of emission in a video display
US6384853B1 (en) * 1999-06-15 2002-05-07 Siemens Information And Communcation Networks, Inc. Apparatus and method for preventing screen savers from shutting down ToL clients
WO2002069129A1 (en) * 2001-02-27 2002-09-06 E R & D Pty Ltd Method and system for controlling electronic content display
US20020126157A1 (en) * 2001-01-18 2002-09-12 Square D. Company Remote metering display with motion sensor
US6771250B1 (en) * 1999-07-27 2004-08-03 Samsung Electronics Co., Ltd. Portable computer system having application program launcher for low power consumption and method of operating the same
US20040150678A1 (en) * 2003-01-15 2004-08-05 Jeong Seok Hwa Method and display apparatus of providing advance screen saver warning
US20040170398A1 (en) * 2003-02-10 2004-09-02 Hiroshi Nishigaki Television receiver with optical disk reproducing function
US20050041045A1 (en) * 2003-07-16 2005-02-24 Plut William J. Customizable user interface background sizes
US20050265963A1 (en) * 2004-05-05 2005-12-01 Sixty Eight, Llc Immunodynamic complexes and methods for using and preparing such complexes
US20050270283A1 (en) * 2003-07-16 2005-12-08 Plut William J Methods for spatial-based power savings
US20060001660A1 (en) * 2003-07-16 2006-01-05 Plut William J Color preservation for spatially varying power conservation
US20060001658A1 (en) * 2003-07-16 2006-01-05 Plut William J Edge preservation for spatially varying power conservation
US20060001659A1 (en) * 2003-07-16 2006-01-05 Plut William J Window information preservation for spatially varying power conservation
US20060020906A1 (en) * 2003-07-16 2006-01-26 Plut William J Graphics preservation for spatially varying display device power conversation
US20060250525A1 (en) * 2005-05-04 2006-11-09 Plut William J White-based power savings
US20070002035A1 (en) * 2003-07-16 2007-01-04 Plut William J Background plateau manipulation for display device power conservation
US7239310B2 (en) * 1998-02-13 2007-07-03 Fujitsu Limited Display apparatus including screen saver function
US20080012880A1 (en) * 2003-07-16 2008-01-17 Plut William J Graphics items that extend outside a background perimeter
US7427830B2 (en) 2004-10-26 2008-09-23 Canon Kabushiki Kaisha Image display apparatus
US7602408B2 (en) 2005-05-04 2009-10-13 Honeywood Technologies, Llc Luminance suppression power conservation
US7663597B2 (en) 2003-07-16 2010-02-16 Honeywood Technologies, Llc LCD plateau power conservation
US7689939B1 (en) 2004-06-30 2010-03-30 Avaya Inc. Software application break through a screen blanker
US20100079378A1 (en) * 2008-09-26 2010-04-01 Darfon Electronics Corp. Light emitting keyboard module and power saving method thereof
US20100306558A1 (en) * 2009-06-01 2010-12-02 Min Goo Kang Apparatus and method for controlling input power
US20110317078A1 (en) * 2010-06-28 2011-12-29 Jeff Johns System and Circuit for Television Power State Control
JP2013187855A (en) * 2012-03-09 2013-09-19 Hitachi Systems Ltd Call center business system
JP2014071828A (en) * 2012-10-01 2014-04-21 Fuji Xerox Co Ltd Information processing apparatus, image forming apparatus, and program
US8850251B1 (en) * 2011-01-19 2014-09-30 Intellectual Ventures Fund 79 Llc Methods, devices, and mediums associated with controlling a power mode
US20170230710A1 (en) * 2016-02-04 2017-08-10 Samsung Electronics Co., Ltd. Display apparatus, user terminal apparatus, system, and controlling method thereof
US10200444B1 (en) * 2005-08-24 2019-02-05 Jpmorgan Chase Bank, N.A. System and method for controlling a screen saver
US20190387192A1 (en) * 2010-06-28 2019-12-19 Enseo, Inc. System and Circuit for Display Power State Control
US11343558B1 (en) * 2020-11-11 2022-05-24 Google Llc Systems, methods, and media for providing an enhanced remote control that synchronizes with media content presentation
US11540025B2 (en) * 2020-03-27 2022-12-27 Lenovo (Singapore) Pte. Ltd. Video feed access determination
US20230031530A1 (en) * 2020-01-08 2023-02-02 Arris Enterprises Llc Service Switching for Content Output

Families Citing this family (1)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
KR100455268B1 (en) * 1997-05-16 2005-02-28 ์‚ผ์„ฑ์ „์ž์ฃผ์‹ํšŒ์‚ฌ Apparatus and method for safe shutdown in system using O/S such as windows 95

Citations (19)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
US5059961A (en) * 1989-08-21 1991-10-22 Cheng Te J Screen blanker for a monitor of a computer system
US5335168A (en) * 1993-01-13 1994-08-02 Compaq Computer Corporation Computer system with power-down mode for monitor
US5371693A (en) * 1991-10-11 1994-12-06 Kabushiki Kaisha Toshiba Computer with power saving function
US5375230A (en) * 1989-12-28 1994-12-20 Kabushiki Kaisha Toshiba Portable electronic device with selectable resume and suspend operations utilizing battery power control scheme with user affirmation prompt
US5457516A (en) * 1993-10-23 1995-10-10 Samsung Electronics Co., Ltd. Energy saving image-forming apparatus and control method therefor
US5465366A (en) * 1993-09-03 1995-11-07 Energy Concepts, Inc. Power control module for computer monitors
US5579524A (en) * 1993-10-04 1996-11-26 Elonex I.P. Holdings, Ltd. Optimized power supply system for computer equipment
US5579252A (en) * 1994-09-20 1996-11-26 Huang; Jen S. Computer monitor power-saving device
US5590340A (en) * 1991-06-10 1996-12-31 Matsushita Electric Industrial Co., Ltd. Apparatus and method for suspending and resuming software application on a computer
US5598565A (en) * 1993-12-29 1997-01-28 Intel Corporation Method and apparatus for screen power saving
US5642185A (en) * 1995-03-07 1997-06-24 Eastman Kodak Company Automatic termination of screen saver mode on a display of reproduction apparatus
US5657257A (en) * 1994-09-28 1997-08-12 Samsung Electronics Co., Ltd. Power-supply controller of computer
US5664203A (en) * 1994-12-22 1997-09-02 Samsung Electronics Co., Ltd. Peripheral device input-initiated resume system for combined hibernation system and back-up power supply for computer
US5670832A (en) * 1991-02-28 1997-09-23 Canon Kabushiki Kaisha Power-supply control apparatus for image processing apparatus
US5680535A (en) * 1995-06-06 1997-10-21 Galerie 500 Screen saver for exhibiting artists and artwords
US5684998A (en) * 1991-06-06 1997-11-04 Matsushita Electric Industrial Co., Ltd. Apparatus and method for suspending and resuming software applications on a computer
US5708819A (en) * 1995-10-10 1998-01-13 Standard Microsystems Corporation Process and apparatus for generating power management events in a computer system
US5768602A (en) * 1995-08-04 1998-06-16 Apple Computer, Inc. Sleep mode controller for power management
US5799198A (en) * 1990-06-01 1998-08-25 Vadem Corporation Activity monitor for computer system power management

Family Cites Families (1)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
KR970045560U (en) * 1995-12-27 1997-07-31 Computer power supply

Patent Citations (19)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
US5059961A (en) * 1989-08-21 1991-10-22 Cheng Te J Screen blanker for a monitor of a computer system
US5375230A (en) * 1989-12-28 1994-12-20 Kabushiki Kaisha Toshiba Portable electronic device with selectable resume and suspend operations utilizing battery power control scheme with user affirmation prompt
US5799198A (en) * 1990-06-01 1998-08-25 Vadem Corporation Activity monitor for computer system power management
US5670832A (en) * 1991-02-28 1997-09-23 Canon Kabushiki Kaisha Power-supply control apparatus for image processing apparatus
US5684998A (en) * 1991-06-06 1997-11-04 Matsushita Electric Industrial Co., Ltd. Apparatus and method for suspending and resuming software applications on a computer
US5590340A (en) * 1991-06-10 1996-12-31 Matsushita Electric Industrial Co., Ltd. Apparatus and method for suspending and resuming software application on a computer
US5371693A (en) * 1991-10-11 1994-12-06 Kabushiki Kaisha Toshiba Computer with power saving function
US5335168A (en) * 1993-01-13 1994-08-02 Compaq Computer Corporation Computer system with power-down mode for monitor
US5465366A (en) * 1993-09-03 1995-11-07 Energy Concepts, Inc. Power control module for computer monitors
US5579524A (en) * 1993-10-04 1996-11-26 Elonex I.P. Holdings, Ltd. Optimized power supply system for computer equipment
US5457516A (en) * 1993-10-23 1995-10-10 Samsung Electronics Co., Ltd. Energy saving image-forming apparatus and control method therefor
US5598565A (en) * 1993-12-29 1997-01-28 Intel Corporation Method and apparatus for screen power saving
US5579252A (en) * 1994-09-20 1996-11-26 Huang; Jen S. Computer monitor power-saving device
US5657257A (en) * 1994-09-28 1997-08-12 Samsung Electronics Co., Ltd. Power-supply controller of computer
US5664203A (en) * 1994-12-22 1997-09-02 Samsung Electronics Co., Ltd. Peripheral device input-initiated resume system for combined hibernation system and back-up power supply for computer
US5642185A (en) * 1995-03-07 1997-06-24 Eastman Kodak Company Automatic termination of screen saver mode on a display of reproduction apparatus
US5680535A (en) * 1995-06-06 1997-10-21 Galerie 500 Screen saver for exhibiting artists and artwords
US5768602A (en) * 1995-08-04 1998-06-16 Apple Computer, Inc. Sleep mode controller for power management
US5708819A (en) * 1995-10-10 1998-01-13 Standard Microsystems Corporation Process and apparatus for generating power management events in a computer system

Cited By (82)

* Cited by examiner, โ€  Cited by third party
Publication number Priority date Publication date Assignee Title
US6237102B1 (en) * 1997-12-26 2001-05-22 Samsung Electronics Co., Ltd. Method and apparatus for controlling frequency and length of a rest mode in a computer
US7239310B2 (en) * 1998-02-13 2007-07-03 Fujitsu Limited Display apparatus including screen saver function
US6384853B1 (en) * 1999-06-15 2002-05-07 Siemens Information And Communcation Networks, Inc. Apparatus and method for preventing screen savers from shutting down ToL clients
US6771250B1 (en) * 1999-07-27 2004-08-03 Samsung Electronics Co., Ltd. Portable computer system having application program launcher for low power consumption and method of operating the same
US6329770B1 (en) * 1999-11-05 2001-12-11 Thomson Licensing S.A. Control of emission in a video display
US7185281B2 (en) * 2001-01-18 2007-02-27 Square D Company Remote metering display with motion sensor
US20020126157A1 (en) * 2001-01-18 2002-09-12 Square D. Company Remote metering display with motion sensor
WO2002069129A1 (en) * 2001-02-27 2002-09-06 E R & D Pty Ltd Method and system for controlling electronic content display
GB2389940A (en) * 2001-02-27 2003-12-24 Er & D Pty Ltd Method and system for controlling electronic content display
US20040150678A1 (en) * 2003-01-15 2004-08-05 Jeong Seok Hwa Method and display apparatus of providing advance screen saver warning
US8527910B2 (en) 2003-01-15 2013-09-03 Lg Electronics Inc. Method and display apparatus of providing advance screen saver warning
US20040170398A1 (en) * 2003-02-10 2004-09-02 Hiroshi Nishigaki Television receiver with optical disk reproducing function
US7786988B2 (en) 2003-07-16 2010-08-31 Honeywood Technologies, Llc Window information preservation for spatially varying power conservation
US8130241B2 (en) 2003-07-16 2012-03-06 Transpacific Image, Llc Graphics items that extend outside a background perimeter
US20060001658A1 (en) * 2003-07-16 2006-01-05 Plut William J Edge preservation for spatially varying power conservation
US20060001659A1 (en) * 2003-07-16 2006-01-05 Plut William J Window information preservation for spatially varying power conservation
US20060020906A1 (en) * 2003-07-16 2006-01-26 Plut William J Graphics preservation for spatially varying display device power conversation
US9953553B2 (en) 2003-07-16 2018-04-24 Samsung Electronics Co., Ltd. Background plateau manipulation for display device power conservation
US20070002035A1 (en) * 2003-07-16 2007-01-04 Plut William J Background plateau manipulation for display device power conservation
US20050275651A1 (en) * 2003-07-16 2005-12-15 Plut William J Histogram and spatial-based power savings
US20050270283A1 (en) * 2003-07-16 2005-12-08 Plut William J Methods for spatial-based power savings
US7274382B2 (en) 2003-07-16 2007-09-25 Plut William J Customizable background sizes and controls for changing background size
US20070257941A1 (en) * 2003-07-16 2007-11-08 Plut William J Graphics controls for permitting background size changes
US20080012880A1 (en) * 2003-07-16 2008-01-17 Plut William J Graphics items that extend outside a background perimeter
US9715846B2 (en) 2003-07-16 2017-07-25 Samsung Electronics Co., Ltd. Background plateau manipulation for display device power conservation
US7580033B2 (en) 2003-07-16 2009-08-25 Honeywood Technologies, Llc Spatial-based power savings
US7580031B2 (en) 2003-07-16 2009-08-25 Honeywood Technologies, Llc Histogram and spatial-based power savings
US7583260B2 (en) 2003-07-16 2009-09-01 Honeywood Technologies, Llc Color preservation for spatially varying power conservation
US9229735B2 (en) 2003-07-16 2016-01-05 Transpacific Image, Llc Graphics items that extend outside a background perimeter
US7602388B2 (en) 2003-07-16 2009-10-13 Honeywood Technologies, Llc Edge preservation for spatially varying power conservation
US7629971B2 (en) 2003-07-16 2009-12-08 Honeywood Technologies, Llc Methods for spatial-based power savings
US9135884B2 (en) 2003-07-16 2015-09-15 Samsung Electronics Co., Ltd. LCD plateau power conservation
US8912999B2 (en) 2003-07-16 2014-12-16 Samsung Electronics Co., Ltd. Background plateau manipulation for display device power conservation
US7663597B2 (en) 2003-07-16 2010-02-16 Honeywood Technologies, Llc LCD plateau power conservation
US8610742B2 (en) 2003-07-16 2013-12-17 Transpacific Image, Llc Graphics controls for permitting background size changes
US20100079595A1 (en) * 2003-07-16 2010-04-01 Plut William J Televisions with reduced power consumption
US20050041045A1 (en) * 2003-07-16 2005-02-24 Plut William J. Customizable user interface background sizes
US7714831B2 (en) 2003-07-16 2010-05-11 Honeywood Technologies, Llc Background plateau manipulation for display device power conservation
US20100141635A1 (en) * 2003-07-16 2010-06-10 Plut William J Lcd plateau power conservation
US20100149197A1 (en) * 2003-07-16 2010-06-17 Plut William J Spatial based power savings for lcd televisions
US8207934B2 (en) 2003-07-16 2012-06-26 Samsung Electronics Co., Ltd Spatial based power savings for LCD televisions
US8203551B2 (en) 2003-07-16 2012-06-19 Samsung Electronics Co., Ltd Televisions with reduced power consumption
US20100220090A1 (en) * 2003-07-16 2010-09-02 Plut William J Background plateau manipulation for display device power conservation
US20060001660A1 (en) * 2003-07-16 2006-01-05 Plut William J Color preservation for spatially varying power conservation
US20110148920A1 (en) * 2003-07-16 2011-06-23 Transpacific Image, Llc Graphics items that extend outside a background perimeter
US7928994B2 (en) 2003-07-16 2011-04-19 Transpacific Image, Llc Graphics items that extend outside a background perimeter
US20050265963A1 (en) * 2004-05-05 2005-12-01 Sixty Eight, Llc Immunodynamic complexes and methods for using and preparing such complexes
US7689939B1 (en) 2004-06-30 2010-03-30 Avaya Inc. Software application break through a screen blanker
US7427830B2 (en) 2004-10-26 2008-09-23 Canon Kabushiki Kaisha Image display apparatus
US7602408B2 (en) 2005-05-04 2009-10-13 Honeywood Technologies, Llc Luminance suppression power conservation
US20060250525A1 (en) * 2005-05-04 2006-11-09 Plut William J White-based power savings
US10140945B2 (en) 2005-05-04 2018-11-27 Samsung Electronics Co., Ltd. Luminance suppression power conservation
US7760210B2 (en) 2005-05-04 2010-07-20 Honeywood Technologies, Llc White-based power savings
US20100277648A1 (en) * 2005-05-04 2010-11-04 Plut William J White-based power savings
US11145270B2 (en) 2005-05-04 2021-10-12 Samsung Electronics Co., Ltd. Luminance suppression power conservation
US9785215B2 (en) 2005-05-04 2017-10-10 Samsung Electronics Co., Ltd. White-based power savings
US9659544B2 (en) 2005-05-04 2017-05-23 Samsung Electronics Co., Ltd. Luminance suppression power conservation
US20100026736A1 (en) * 2005-05-04 2010-02-04 Plut William J Luminance suppression power conservation
US20100026735A1 (en) * 2005-05-04 2010-02-04 Plut William J Luminance suppression power conservation
US10685620B2 (en) 2005-05-04 2020-06-16 Samsung Electronics Co., Ltd. Luminance suppression power conservation
US10200444B1 (en) * 2005-08-24 2019-02-05 Jpmorgan Chase Bank, N.A. System and method for controlling a screen saver
US20100079378A1 (en) * 2008-09-26 2010-04-01 Darfon Electronics Corp. Light emitting keyboard module and power saving method thereof
US20100306558A1 (en) * 2009-06-01 2010-12-02 Min Goo Kang Apparatus and method for controlling input power
US8898486B2 (en) * 2009-06-01 2014-11-25 Lg Electronics Inc. Apparatus and method for controlling input power
US9832414B2 (en) 2010-06-28 2017-11-28 Enseo, Inc. System and circuit for television power state control
US11146754B2 (en) * 2010-06-28 2021-10-12 Enseo, Llc System and circuit for display power state control
US9148697B2 (en) * 2010-06-28 2015-09-29 Enseo, Inc. System and circuit for television power state control
US20180084216A1 (en) * 2010-06-28 2018-03-22 Enseo, Inc. System and Circuit for Television Power State Control
US11363232B2 (en) * 2010-06-28 2022-06-14 Enseo, Llc System and circuit for display power state control
US10142582B2 (en) * 2010-06-28 2018-11-27 Enseo, Inc. System and circuit for television power state control
US20110317078A1 (en) * 2010-06-28 2011-12-29 Jeff Johns System and Circuit for Television Power State Control
US20160050385A1 (en) * 2010-06-28 2016-02-18 Enseo, Inc. System and Circuit for Television Power State Control
US10848706B2 (en) * 2010-06-28 2020-11-24 Enseo, Inc. System and circuit for display power state control
US20190387192A1 (en) * 2010-06-28 2019-12-19 Enseo, Inc. System and Circuit for Display Power State Control
US8850251B1 (en) * 2011-01-19 2014-09-30 Intellectual Ventures Fund 79 Llc Methods, devices, and mediums associated with controlling a power mode
JP2013187855A (en) * 2012-03-09 2013-09-19 Hitachi Systems Ltd Call center business system
JP2014071828A (en) * 2012-10-01 2014-04-21 Fuji Xerox Co Ltd Information processing apparatus, image forming apparatus, and program
US10284909B2 (en) * 2016-02-04 2019-05-07 Samsung Electronics Co., Ltd. Display apparatus, user terminal apparatus, system, and controlling method thereof
US20170230710A1 (en) * 2016-02-04 2017-08-10 Samsung Electronics Co., Ltd. Display apparatus, user terminal apparatus, system, and controlling method thereof
US20230031530A1 (en) * 2020-01-08 2023-02-02 Arris Enterprises Llc Service Switching for Content Output
US11540025B2 (en) * 2020-03-27 2022-12-27 Lenovo (Singapore) Pte. Ltd. Video feed access determination
US11343558B1 (en) * 2020-11-11 2022-05-24 Google Llc Systems, methods, and media for providing an enhanced remote control that synchronizes with media content presentation

Also Published As

Publication number Publication date
KR19980077441A (en) 1998-11-16
KR100247275B1 (en) 2000-03-15

Similar Documents

Publication Publication Date Title
US6076169A (en) Computer system having a screen saver with a power shutdown function and a control method thereof
US6121962A (en) Computer system and method for controlling screen display of a monitor in a power management mode
JP3406594B2 (en) Computer power management system
US6938175B2 (en) Computer system and method of controlling standby mode thereof
KR100352045B1 (en) Methods and apparatus for reducing power consumption in computer systems
US5991883A (en) Power conservation method for a portable computer with LCD display
JP2847099B2 (en) Low power consumption monitor standby system
US7596709B2 (en) CPU power management based on utilization with lowest performance mode at the mid-utilization range
US6775784B1 (en) Power supply control circuit and method for cutting off unnecessary power to system memory in the power-off state
JP2769082B2 (en) Power distribution management system for portable computers
US6691236B1 (en) System for altering operation of a graphics subsystem during run-time to conserve power upon detecting a low power condition or lower battery charge exists
JP3213208B2 (en) Information processing apparatus and control method thereof
US6829713B2 (en) CPU power management based on utilization with lowest performance mode at the mid-utilization range
EP1116089B1 (en) Method for power conservation without performance reduction
US5696952A (en) Dynamic speed switching software for power management
US20030051179A1 (en) Method and apparatus for power management of displays
KR950010897B1 (en) Power controller and method of generating power management signals for p.c
US6684338B1 (en) Apparatus and method for power management of computer system
US20110131427A1 (en) Power management states
US5907713A (en) Control method for a hard disk drive and a data processor reducing power consumption of the hard disk drive
US5978924A (en) Computer system with an advanced power saving function and an operating method therefor
US6647501B1 (en) Power save control device and control method
US6567931B1 (en) Preventing false remote system wake events following AC power loss
US20050044437A1 (en) Power conservation in the absence of AC power
US6523122B1 (en) Computer system for displaying system state information including advanced configuration and power interface states on a second display

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAMSUNG ELECTRONICS CO., LTD., KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LEE, YONG-HOON;REEL/FRAME:009124/0716

Effective date: 19980417

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 12